<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
d94fe864-b577-4190-9839-3ff611ab9315|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="d94fe864-b577-4190-9839-3ff611ab9315">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73355" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-24T00:00:00" End="2026-07-26T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="travvistab2b@gmail.com" Password="Martin@5%" 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
d94fe864-b577-4190-9839-3ff611ab9315|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
d94fe864-b577-4190-9839-3ff611ab9315|InfiniteSearch|successfull supplier interation||Infinite|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
d94fe864-b577-4190-9839-3ff611ab9315|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
d94fe864-b577-4190-9839-3ff611ab9315|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:3acdc764-e61c-424d-b6c2-d6edc45ea0f0
Error Number:2812,State:62,Class:16|SmyRooms|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
d94fe864-b577-4190-9839-3ff611ab9315|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
d94fe864-b577-4190-9839-3ff611ab9315|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
d94fe864-b577-4190-9839-3ff611ab9315|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
d94fe864-b577-4190-9839-3ff611ab9315|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-11T10:08:31.0117927+01:00" Version="0" EchoToken="Search" TransactionIdentifier="d94fe864-b577-4190-9839-3ff611ab9315" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="12.36" OriginalAmount="12" MarkupRule="3.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="94" TotalAmount="12.60" OriginalAmount="12.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7627092" Longitude="100.501744" StarRating="0" HotelCode="|172684" HotelName="Ploy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>316 Samsen Soi 4, Samsen Rd. Baan Panthom, Phranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/8/4/172684_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.86" OriginalAmount="14.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7255347" Longitude="100.5172499" StarRating="2" HotelCode="|103414" HotelName="Centaur Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>448-448/1 Soi Charoenkrung 47, Surawongse Road, Sripraya, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/1/4/103414_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Patpong it is near. ROOM: All the rooms have an air-conditioning system, a fan and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15.45" OriginalAmount="15.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77106681" Longitude="100.5051876" StarRating="2" HotelCode="520319|shanti_lodge_2" HotelName="Shanti Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Hotel,Hotel" CnxPolicy="Free CXL until 13/07/2026" 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="94" TotalAmount="16.50" OriginalAmount="16.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7710058" Longitude="100.505137" StarRating="2" HotelCode="|357791" HotelName="Shanti Lodge Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 Sri Ayutthaya Road, Soi 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/7/9/1/357791_474e7af1211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.80" OriginalAmount="16.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="14.5306604" Longitude="100.1717163" StarRating="0" HotelCode="|391372" HotelName="Oyo 926 Sydney Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>99/9 moo.3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/3/7/2/391372_51b42851009.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.10" OriginalAmount="16.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.714358" Longitude="100.502104" StarRating="1" HotelCode="|475432" HotelName="Krung Tone Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>31 33 35 Soi charoennakorn 30/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/4/3/2/475432_45afa6c1257.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.40" OriginalAmount="16.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7046791" Longitude="100.5956678" StarRating="0" HotelCode="|279461" HotelName="Vx The Fifty -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>285/2-4 Sukhumvit Soi 50, Sukhumvit Road, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/4/6/1/279461_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.59" OriginalAmount="17.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.777434" Longitude="100.576114" StarRating="2" HotelCode="|554805" HotelName="Stay Inn Hauykwang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi Pracha Rat Bamphen 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/0/5/554805_b3afbc21539.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="18.36" OriginalAmount="17.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.704659995397" Longitude="100.5956937419" StarRating="2" HotelCode="378328|684559" HotelName="VX The Fifty Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 15/07/2026" 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="94" TotalAmount="18.47" OriginalAmount="17.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7064527" Longitude="100.5961891" StarRating="0" HotelCode="|277980" HotelName="Hide Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>886., Sukhumvit 50 Rd., Phra Khanong, Khlong Toei</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/9/8/0/277980_18.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.03" OriginalAmount="18.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.732439" Longitude="100.521921" StarRating="0" HotelCode="|410156" HotelName="iSanook Female" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>238, 238/1, 238/2, Soi Songphra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/1/5/6/410156_6f5fec30919.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.27" OriginalAmount="18.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.684365" Longitude="100.622373" StarRating="0" HotelCode="|391345" HotelName="OYO 615 Bossa House and Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>966 Sukhumvit 101/1 Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/3/4/5/391345_485e82c1000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.57" OriginalAmount="19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="779827|367543" HotelName="Bella Bella River View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Soi Samsen 3, Samsen Road, Samphraya, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/5c/625c77224b145b8155d2a3add256c99aab1dd5b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.63" OriginalAmount="19.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7896" Longitude="100.57885" StarRating="3" HotelCode="|187659" HotelName="Sidare Bed and Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>127-129 Soi Udomsuk, Suthisan Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/6/5/9/187659_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.63" OriginalAmount="19.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78624" Longitude="100.78024" StarRating="3" HotelCode="|246767" HotelName="Super Oyo 275 Kailub Capitalâ O" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>225/109-110 Khumklao Soi 9 Saanseab Minburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/7/6/7/246767_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.44" OriginalAmount="19.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763912" Longitude="100.500678" StarRating="3" HotelCode="|406843" HotelName="Nakornping" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Samsen Soi 6 Pra Nakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/8/4/3/406843_ce130131046.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75852478" Longitude="100.49726533" StarRating="2" HotelCode="738519|285717" HotelName="Yes Kaosan Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86 Kaosan Road, Taladyod, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/f0/e0f03c3d29ab83d5726347ee7e9465b054acbb9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73595481" Longitude="100.63951284" StarRating="2" HotelCode="584152|heyyyy_bangkok" HotelName="Heyyyy Bangkok Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2485-2487 Phatthanakan Road, Soi Phatthanakan 47-49, Suanluang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2d/e42dbd95b7ae612eef0b060c6865c49462ca0838.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Bang Kapi, Heyyyy Bangkok promises a relaxing and won...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.61" OriginalAmount="20.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7146" Longitude="100.59583" StarRating="0" HotelCode="|246111" HotelName="Backpack Station -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit 71 Road 24-24/1 Soi Pridi Banomyoung 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/1/1/1/246111_18.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="20.86" OriginalAmount="20.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75856038384" Longitude="100.49801506898" StarRating="3" HotelCode="380538|256107" HotelName="Khaosan Park Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="21.29" OriginalAmount="20.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71454088" Longitude="100.59584037" StarRating="2" HotelCode="611012|681374" 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="8" TotalAmount="21.31" OriginalAmount="20.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7359" Longitude="100.493027" StarRating="3" HotelCode="434635|255869" HotelName="King One Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>789 Moo 9, Rajadheva, Bangplee, 10540 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/6e/ec6e1f7937e933def76239278ef99ff7622084e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.48" OriginalAmount="20.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8901027" Longitude="100.6144613" StarRating="0" HotelCode="|357981" HotelName="Gedkanok Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>176/12 Prahonyothin 50 Rd, Kongtanon, Saimai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/9/8/1/357981_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="21.50" OriginalAmount="20.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.803406513748" Longitude="100.60171018607" StarRating="3" HotelCode="337800|683226" HotelName="Fullrich Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" 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="94" TotalAmount="21.51" OriginalAmount="20.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.88091" Longitude="100.59477" StarRating="0" HotelCode="|243395" HotelName="Oyo 691 Donmuang Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Chaeng Wattana Rd. Soi 4 Alley 8 Anusawari, Bang Khen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/3/9/5/243395_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.53" OriginalAmount="20.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.698216" Longitude="100.483765" StarRating="1" HotelCode="|382649" HotelName="Anurak Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1013 SOI PERMPRAPORN, TAK-SIN ROAD,SOI-35/3,DAOKANONG,BANGKOK,THAILAND MY RESIDENT IS CLOSE TO BIG C DAOKANONG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/6/4/9/382649_dfb65ba0951.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75777913" Longitude="100.64282367" StarRating="2" HotelCode="603192|232367" HotelName="Md Rose Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" 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="27" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78750889" Longitude="100.57552631" StarRating="3" HotelCode="440160|62706" HotelName="Sidare Bed &amp; Breakfast" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" 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="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.735664459175" Longitude="100.61945021153" StarRating="4" HotelCode="130376|bangkok_natural_spa_and_resort" HotelName="Bangkok Natural Spa &amp; Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Airport Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1148 Soi Pattanakarn 30 Pattanakarn Road, Suanluang, 10250 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/e8/9fe8c94ade951a9e1e9927a774b7af58af6d5c93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly eco resort is located in Bangkok’s lively and developed tourist centre, just 10...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.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 17/07/2026" 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="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70729268" Longitude="100.41654402" StarRating="2" HotelCode="565626|diamond_sweet_hotel" 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="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75461649" Longitude="100.4972162" StarRating="2" HotelCode="546550|au_bon_hostel" HotelName="Au Bon Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>33-35 Boonsiri Road, San Chao Por Sua, Phra Nakhon, Bangkok, Bangkok Province 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/db/b6dbd68517f0931ca59c26cae2fa0cd1b8b44c3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.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="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="861412|nat_2_guest_house" HotelName="Nat 2 Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>91-95 Ratchadamnoen Road, Soi Post Office, Khao San, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/2a/b52ad7a6a18c2228fc21fd9cbd7a4470c195bb05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="985006|sams_place_5" HotelName="Sam's Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Soi Vibawadee Rangsit 3, Yak 5-1, Chom Phon, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/67/34671213e931fab18df9aa70602f0e36dab7c0df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.68" OriginalAmount="21.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754241" Longitude="100.4976189" StarRating="0" HotelCode="|172661" HotelName="Au Bon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33-35 Boonsiri Road San chao por sua Phra Nakhon Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/6/1/172661_6519b2e1109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.81" OriginalAmount="21.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73256" Longitude="100.62069" StarRating="3" HotelCode="|66953" HotelName="Palette Bangkok Natural Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SOI PATTANAKARN 30, PATTANAKARN ROAD, SUANLUANG 1148</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/9/5/3/66953_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 33 rooms, The hotel was built in 2009, with air-conditioning, has a lobby, with express check-out, a reception, a safety deposit box service, a cloakroom and a currency exchange service. The establishment also has a hairdresser's, a television room and a games room. With regards to the food and beverage offering, the establishment has a cafÃ©, a bar, a pub and a restaurant. The establishment boasts conference facilities, room service, a laundry service, a car park and an indoor car park. SITUATION: This ecological hotel, Bangkok is situated in Petchburi it is situated 10 minutes away from nearby, you will find shops, restaurants and a station. it is situated 5 kilometres away from Don Mueang Airport it is 30 kilometres away from Suvarnabhumi Airport. ROOM: The modern rooms, have a double or king-size bed, a direct line telephone, a satellite or cable television, internet, a safety deposit box, a fridge, a mini-bar, a coffee maker, a kettle, a bathroom with a shower, a bath, a hairdryer and individual air-conditioning. FACILITIES: For a fee, guests can enjoy indoor swimming pools, outdoor pools and a children's swimming area. The establishment has a terrace, an outdoor bar, deck chairs, a gym, a jacuzzi, a sauna, a massage service and spa treatments. MEALS: Clients can book all inclusive, Guests are offered all meals in a buffet format, The establishment also offers an Ã  la carte or set-menu dinner. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="21.90" OriginalAmount="21.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75508504" Longitude="100.53179411" StarRating="1" HotelCode="425477|261701" HotelName="Siam Journey Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="21.91" OriginalAmount="21.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7822113" Longitude="100.6437907" StarRating="3" HotelCode="|172734" HotelName="Happyland Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>444/8 Soi Soonbunternkanka, Navamin Road, Klongjan, Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/7/3/4/172734_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.30" OriginalAmount="21.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736643" Longitude="100.601406" StarRating="3" HotelCode="|396323" HotelName="Studio Residence Sukhumvit 71" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>251 Soi Panit Anan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/3/2/3/396323_2ccaa621048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7638375" Longitude="100.50035667" StarRating="0" HotelCode="967094|nakornping_hotel" HotelName="Nakorn Ping Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Soi Samsen 6, Samsen Road, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/84/51844afe43de901cd1f73b1e7b3b96a1a19cf005.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.03" OriginalAmount="22.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.652752" Longitude="100.482625" StarRating="0" HotelCode="|391332" HotelName="Super OYO 498 Ladawan Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>77/1 Soi Phutthabucha 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/3/3/2/391332_426504c1054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.11" OriginalAmount="22.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6992038" Longitude="100.6050408" StarRating="0" HotelCode="|278789" HotelName="24" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>63 Sukhumvit Road, Sukhumvit Soi 93 Bangchak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/7/8/9/278789_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.15" OriginalAmount="22.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.872435" Longitude="100.615009" StarRating="0" HotelCode="|391119" HotelName="OYO 106 5 Chang Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Soi Ram Intra 5, Yak 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/1/1/9/391119_17135f61011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.23" OriginalAmount="22.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72675" Longitude="100.530866" StarRating="2" HotelCode="|479550" HotelName="BRB Hostel Bangkok Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>5/8-9 Soi Silom 3, Soi Pipat, Silom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/5/5/0/479550_37264081331.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.26" OriginalAmount="22.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78845" Longitude="100.6046" StarRating="0" HotelCode="|245451" HotelName="Homeplace Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>15-15/1 Soi Latprao78, Latprao Road Khwaeng Wang Thonglang, Ladprao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/4/5/1/245451_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.35" OriginalAmount="22.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.68215" Longitude="100.6341" StarRating="0" HotelCode="|245377" HotelName="Baan Khun Mae Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>99/1 Udomsook 45 Sukhumwit 103 Road Bangchak Prakanong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/3/7/7/245377_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.36" OriginalAmount="22.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726433" Longitude="100.531106" StarRating="0" HotelCode="|82628" HotelName="Hq Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5/3-4, Silom Soi 3, Silom Road, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/2/8/82628_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hostel Silom Road it is in. FACILITIES: Guests are offered a hall with wifi connection (free of charge), a cybercafe and a sports bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.45" OriginalAmount="22.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.716525" Longitude="100.443787" StarRating="2" HotelCode="|390323" HotelName="Oyo 525 Mrt Phetkasem 48 Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>99 Soi. Petchakasem 48/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/3/2/3/390323_884f33f1124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.56" OriginalAmount="22.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757386" Longitude="100.639222" StarRating="3" HotelCode="|408152" HotelName="Goody " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>20 Soi Ramkhamhaeng 40, Ramkhamhaeng Road, Hua Mark,, Bangkapi, 10240 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/1/5/2/408152_45287e41509.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.66" OriginalAmount="22.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71702" Longitude="100.765" StarRating="0" HotelCode="|440181" HotelName="L42" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>56 Ladkrabang 42, Ladkrabang, Bangkok, 10520</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/1/8/1/440181_01c22231741.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70641507" Longitude="100.59614689" StarRating="3" HotelCode="480821|hide_bangkok_hostel" 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="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76191004" Longitude="100.49897901" StarRating="0" HotelCode="761951|khaosan_station_adults_only" HotelName="Khaosan Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>199 Thanon Phra Sumen, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/63/4c631e94340b06fa734e248ad5d62d90c36526ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="23.73" OriginalAmount="23.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.797178063782" Longitude="100.57423686045" StarRating="3" HotelCode="115857|80375" HotelName="The Travellers Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.74" OriginalAmount="23.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.871878" Longitude="100.615108" StarRating="2" HotelCode="|391252" HotelName="OYO 230 5BOX Donmuang Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>14/1 Ram Intra Soi 5 Yak 9, Anusawari, Bangkhen, Ban Don Muang 10220</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/2/5/2/391252_333e9111039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="23.93" OriginalAmount="23.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.759389054279" Longitude="100.49556459728" StarRating="3" HotelCode="380414|691982" HotelName="Pannee Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.99" OriginalAmount="23.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7628293" Longitude="100.4987831" StarRating="3" HotelCode="|103711" HotelName="Capital O Diamond House Khaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Samsen Road, Banglampoo, Phranakorn, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/7/1/1/103711_e6068771706.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 5 minutes away from the nightlife and restaurants and Khaosan the street.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.06" OriginalAmount="23.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75932" Longitude="100.4953" StarRating="3" HotelCode="|187387" HotelName="Oyo 482 Pannee Lodge Khaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>52 Chakrapong Road, Banglampoo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/3/8/7/187387_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.09" OriginalAmount="23.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7722448" Longitude="100.4846981" StarRating="0" HotelCode="|404040" HotelName="Tuk Tuk" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>101 Somdet Phra Pinklao Road, Bang Yi Khan, Bang P</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/0/4/0/404040_bd2af6a1149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.22" OriginalAmount="23.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6908514" Longitude="100.6406718" StarRating="2" HotelCode="|279031" HotelName="42 Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>68/1 Srinakarin soi 42, Srinakarin Road, Nong bon, Prawet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/0/3/1/279031_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.23" OriginalAmount="23.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.80657" Longitude="100.59517" StarRating="3" HotelCode="|242392" HotelName="Collection O The Bangkok Cha Cha Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1/620 Chokchai 4 Soi 27 Ladprao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/3/9/2/242392_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.28" OriginalAmount="23.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.872595" Longitude="100.615005" StarRating="3" HotelCode="|390317" HotelName="OYO 491 5 Diamond" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>14/1 Ramintra Soi 5 Yak 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/3/1/7/390317_570e9321135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.37" OriginalAmount="23.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73987" Longitude="100.60844" StarRating="5" HotelCode="|131444" HotelName="Sunday Platinum Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>88 Soi Pattanakarn Suan Luang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/4/4/4/131444_101ca711132.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 15 minutes away from Suvarnabhumi Airport. ROOM: All the rooms have cable television, an air-conditioning system and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="24.42" OriginalAmount="23.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.787346" Longitude="100.704636" StarRating="3" HotelCode="188260|195199" HotelName="Tara Lake Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="24.43" OriginalAmount="23.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75976" Longitude="100.642736" StarRating="3" HotelCode="|406856" HotelName="Livotel Express  Ramkhamhaeng 50" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>26 Soi Ramkhamhaeng 50 Huamak,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/8/5/6/406856_39db5eb1117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="24.45" OriginalAmount="23.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71252419" Longitude="100.59357868" StarRating="2" HotelCode="495634|690191" HotelName="Sleep Dee Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 15/07/2026">
        <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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="24.53" OriginalAmount="23.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.727193355201" Longitude="100.53079388433" StarRating="2" HotelCode="407605|236030" HotelName="HQ hostel Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.59" OriginalAmount="23.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7853604" Longitude="100.6203416" StarRating="3" HotelCode="|245446" HotelName="Resortel Lat Phrao 91" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Soi Latprao 91, Latprao Road Wangthonglang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/4/4/6/245446_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.60" OriginalAmount="23.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8225012" Longitude="100.5792895" StarRating="1" HotelCode="|279374" HotelName="Suayai Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>6/11 Ratchadapisek 36, Chankasem, Chatuchak,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/3/7/4/279374_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739719" Longitude="100.608785" StarRating="3" HotelCode="188224|357821" HotelName="Platinum Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="27" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="786975|367646" HotelName="Hidden Lumpu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>18/1 Samsen 1 Alley Samsen Road, Wat Samphraya Phranakon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/95/0a951ba5270a49680ee71272c4651fac57020592.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.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 17/07/2026" 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="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.699275737142" Longitude="100.60510501709" StarRating="2" HotelCode="398682|hostel_24_3" HotelName="Hostel 24" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76307906" Longitude="100.63537273" StarRating="3" HotelCode="384123|buddy_mansion" HotelName="Buddy Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Soi Ramkhamhaeng 81/4, Ramkhamhaeng Road, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/6f/126f781923e485eae6b9f7a485e82a0a6ca1d032.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76409878" Longitude="100.50036119" StarRating="2" HotelCode="780607|mind_day_hostel_khaosan" HotelName="Born Free Hostel Avventura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Samsen Soi 6, Bang Lamphu, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/d1/63d176f7a9deee6d1e18ad10051ed9551bb4f2a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.78" OriginalAmount="24.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763272" Longitude="100.503098" StarRating="1" HotelCode="|566882" HotelName="Marni BKK Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>354/6-7 soi worapong, wisutkasat road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/8/8/2/566882_2f9dff11103.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.82" OriginalAmount="24.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7366601" Longitude="100.5186018" StarRating="1" HotelCode="|382616" HotelName="Loftel Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>368/1-3 Rama 4 Road, Mahaprutharam, Bang Rak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/6/1/6/382616_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.83" OriginalAmount="24.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.797188" Longitude="100.574238" StarRating="3" HotelCode="|131534" HotelName="The Travellers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>255/19 Ratchadapisek Road Din Daeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/3/4/131534_a4296891048.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, conference service and a swimming pool. The establishment also has a relaxation area, a gym with features that offer you the maximum level of comfort and conference facilities. ROOM: Customers have spacious rooms fully-equipped.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="24.96" OriginalAmount="24.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757807698998" Longitude="100.50224514723" StarRating="3" HotelCode="380411|683252" HotelName="Pannee Residence at Dinsor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>117 Dinsor Road, Bavornniwej, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/584594/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.96" OriginalAmount="24.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.924116" Longitude="100.598089" StarRating="2" HotelCode="|358688" HotelName="Homey-don Mueang Airport Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Songprapa Road 222/3 Seekan Sub-district, Donmueang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/6/8/8/358688_1f5fe1f1247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.12" OriginalAmount="24.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7577798" Longitude="100.5022445" StarRating="3" HotelCode="|187391" HotelName="Oyo 484 Pannee Residence Khaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>117 Dinsor Road, Bavornniwej,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/3/9/1/187391_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.28" OriginalAmount="24.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6950028" Longitude="100.6414668" StarRating="3" HotelCode="|68203" HotelName="Solace @ Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO1, SOI SUPHAPHONG1, YAK6, SRINAKARIN RD.,PRAVES 7/149</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/2/0/3/68203_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 97 rooms, a lobby with express check-out, a reception, a safety deposit box service, a cloakroom, a lift and a TV room. By paying an additional charge you can enjoy room service and a car park. SITUATION: It is located close to the commercial area, restaurants and bars. it has good links to the train station 20 minutes away fromDon Mueang Airport it is 5 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have a shower, a hairdryer, a king-size bed, a direct line telephone, satellite or cable TV, internet, a safety deposit box, a balcony or terrace, a kitchen, a mini-bar, a coffee maker and a kettle. FACILITIES: The establishment boasts a gym. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.31" OriginalAmount="24.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70773" Longitude="100.61823" StarRating="3" HotelCode="|187218" HotelName="Wealth 30th Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27/1 Soi Onnut 30 Sukhumvit Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/2/1/8/187218_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.37" OriginalAmount="24.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76518" Longitude="100.49768" StarRating="0" HotelCode="|462178" HotelName="Bonita House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103 Samsen Soi 3, Samsen Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/1/7/8/462178_8102dde1129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.44" OriginalAmount="24.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.765527" Longitude="100.4983282" StarRating="2" HotelCode="|103604" HotelName="Sam Sen Sam Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48 Soi Sam Sen 3, Samsen Road, Banglumpoo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/0/4/103604_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in a historic house, is situated in Bangkok the centre of. FACILITIES: The establishment has WiFi, (free of charge), in the communal areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.64" OriginalAmount="24.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.64957" Longitude="100.44435" StarRating="2" HotelCode="|245355" HotelName="Latin Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Thakam Bang Khun Tian</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/3/5/5/245355_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.66" OriginalAmount="24.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71345" Longitude="100.59288" StarRating="0" HotelCode="|242855" HotelName="Sleep Dee" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1112/35-36 Soi Sukhumvit 48 Sukhumvit Road. Phra Khanong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/8/5/5/242855_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="25.72" OriginalAmount="24.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="118728|180348" HotelName="Win Long Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 15/07/2026" 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="94" TotalAmount="25.74" OriginalAmount="24.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71935" Longitude="100.506472" StarRating="0" HotelCode="|391243" HotelName="Siam Plug In" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>262 Krungthonburi Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/2/4/3/391243_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.87250188" Longitude="100.6150672" StarRating="2" HotelCode="764359|285497" HotelName="5 Chang Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Soi Ram-intra 5 Yak 9, Khwang Anusawari, Bang Khen, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/62/94625270c22b561328a777a1a8bb717737e11bdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.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="25.75" OriginalAmount="25" MarkupRule="3.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="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.80797627" Longitude="100.60907106" StarRating="3" HotelCode="481562|174336" HotelName="T3 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Nakniwat Road 20, Ladprao, 10230 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/70/d870f345a1bea92f6add36d5aa8abaf6923ac6e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.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="Free CXL until 17/07/2026" 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="25.75" OriginalAmount="25.00" MarkupRule="3.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 17/07/2026" 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="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73278621" Longitude="100.5191142" StarRating="1" HotelCode="546161|urban_hostel_bangkok" HotelName="Urban Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>136-138 Sawang Road, Mahaputtaram, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/9d/ff9df01b54d89132873078a39eeafc4017389962.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a baggage storage service and a laundry service. Wireless internet access is avail...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75540502" Longitude="100.50078833" StarRating="2" HotelCode="547548|ban_thungdang_boutique_hotel" HotelName="Ban Thungdang Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="25.76" OriginalAmount="25.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7404926" Longitude="100.5623758" StarRating="0" HotelCode="|278359" HotelName="3howw @ Sukhumvit 21" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>32/9 Sukhumvit 21 Asokemontri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/3/5/9/278359_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.85" OriginalAmount="25.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7631398" Longitude="100.6242951" StarRating="2" HotelCode="|36689" HotelName="Chaleena Princess Ramkhamhaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>328 Soi Ladprao 122 (Ramkhamhaeng 65), Plabpra, Wangthonglang, Bang Kapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/8/9/36689_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This small, elegant hotel, has 302 rooms, a lobby, a hairdresser's, a restaurant, a conference room and a car park. SITUATION: Ramkhamhang Road and Ladprao It is located between it is near Saen Saeb the monument It is situated 10 minutes away fromBangkapi the shopping centre. ROOM: Each room has a bathroom, an air-conditioning system, a hairdryer, a direct line telephone, a mini-bar and a satellite TV. Clients are offered non-smoking rooms. FACILITIES: Outdoors, clients have access to a swimming pool, The establishment also has a well-equipped gym. PAYMENT METHODS: The establishment accepts credit cards, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="25.86" OriginalAmount="25.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70202082" Longitude="100.48557176" StarRating="2" HotelCode="520083|777759" HotelName="Kayaplace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.89" OriginalAmount="25.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.677717" Longitude="100.644135" StarRating="0" HotelCode="|480751" HotelName="Pearl Residence Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>58 Sukhumvit 103 Soi Udomsuk Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/0/7/5/1/480751_9c0b6771328.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.98" OriginalAmount="25.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76377" Longitude="100.50079" StarRating="2" HotelCode="|186491" HotelName="Blue Chang House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Samsen Road, Samsen Soi 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/4/9/1/186491_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.23" OriginalAmount="25.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75269" Longitude="100.6428" StarRating="3" HotelCode="|439676" HotelName="The Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>119/1, Ramkhamhaeng Road, Soi Ramkhamhaeng 50, THE HOME HOTEL,Hua Mak , Bag kapi, Bangkapi, 10240 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/6/7/6/439676_9d8654d1045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.29" OriginalAmount="25.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7274293" Longitude="100.5242112" StarRating="0" HotelCode="|358180" HotelName="Hoft Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181/13-14 Surawong Rd, Suriwong, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/1/8/0/358180_d382c4d1231.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.29" OriginalAmount="25.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7165467" Longitude="100.5205815" StarRating="0" HotelCode="|358598" HotelName="Danee" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>51 Soi Charoen Rat 1, Yannawa, Sathorn, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/5/9/8/358598_11a6fbe1233.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.39" OriginalAmount="25.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7183924" Longitude="100.5209482" StarRating="3" HotelCode="|358030" HotelName="The Step Sathon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>87, South Sathorn Road, Yannawa, Sathorn.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/0/3/0/358030_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.39" OriginalAmount="25.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.774417" Longitude="100.641533" StarRating="0" HotelCode="|391341" HotelName="OYO 550 Happyland Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>720, Happyland 1 Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/3/4/1/391341_46625ac1058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.56" OriginalAmount="25.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.80616" Longitude="100.51134" StarRating="0" HotelCode="|245298" HotelName="Ms Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>683 Soi Jaransanitwong 95/2, Bang-O Bang Phlat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/2/9/8/245298_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.62" OriginalAmount="25.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.711738" Longitude="100.402913" StarRating="0" HotelCode="|480975" HotelName="At Yaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi 88/1 Petchakasem Rd., Bangkarenua</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/0/9/7/5/480975_da499811330.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.70" OriginalAmount="25.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726635" Longitude="100.516863" StarRating="3" HotelCode="|103718" HotelName="Super Oyo 75385  Win Long" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1179/42 Soi Charoenkrung47, New Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/7/1/8/103718_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a spa, rooms with a TV and WiFi (free of charge). SITUATION: This establishment, is in Bangkok the business area of Silom 5 minutes away, guests can find.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.74" OriginalAmount="25.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7737521" Longitude="100.5810572" StarRating="3" HotelCode="|235240" HotelName="Siam Privi " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>49 Pracha Uthit Soi 9, Khwaeng Samsen Nok, Khet Huai Khwang, Din Daeng, Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/2/4/0/235240_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.77" OriginalAmount="25.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75364" Longitude="100.64313" StarRating="3" HotelCode="|242735" HotelName="Lucky Green View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>137 Soi Ramkhamhaeng 50 Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/7/3/5/242735_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7572576" Longitude="100.63916351" StarRating="2" HotelCode="765626|324697" HotelName="Goody Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <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="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.884091765912" Longitude="100.62406599943" StarRating="2" HotelCode="380530|173813" HotelName="Phurahong Homestay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="26.78" OriginalAmount="26" MarkupRule="3.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="Non Refundable">
        <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="27" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75961749" Longitude="100.63903224" StarRating="3" HotelCode="945563|233511" HotelName="Zircon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" 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="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.66739421" Longitude="100.71975281" StarRating="3" HotelCode="360330|phaphoom_boutique" HotelName="Phaphoom Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9/107 Moo 12, Racha Thewa, Amphoe Bang Phli 10540, Samut Prakan Province</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/82/5782d88c5481be2449cda78f51d874dff5613fde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Phaphoom Boutique which is very conveniently located just 15 minutes / 9.7 from Suvarnabhumi Air...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.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="Non Refundable" 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="26.78" OriginalAmount="26.00" MarkupRule="3.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="26.78" OriginalAmount="26.00" MarkupRule="3.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="Non Refundable" 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="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.81683659" Longitude="100.59616109" StarRating="3" HotelCode="945709|st_holiday" HotelName="S T Hotel (Shuntai Hotel)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>519 Chokchai 4 Soi 57, Lardprao, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f7/96/f796d6b1de85dbd98416af5f9a9602b176d94276.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.80" OriginalAmount="26.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6770308" Longitude="100.6573448" StarRating="3" HotelCode="|68404" HotelName="The Residence Airport and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 SOI CHALOEMPRAKIAT 25, SUKHUMVIT 103 RD, NONGBON 135/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/0/4/68404_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 43 apartments, The establishment has air-conditioning, a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service, a hairdresser's, a television room, a cafÃ©, a bar, a pub and a restaurant. It also has conference rooms, a laundry service and a car park. SITUATION: It is situated 10 kilometres away fromSuvarnabhumi Airport close to the establishment, clients can find the shopping area. ROOM: apartments, have a bathroom, a shower, a bath, a hairdryer, a direct line telephone, satellite or cable TV, internet, a safe, a mini-bar, a fridge, a coffee maker, a kettle, an air-conditioning system, a central heating system and a balcony or terrace. FACILITIES: Guests are offered music, a brewery, spa treatments, a massage service and a steam bath. The establishment boasts a terrace, is 9 kilometres away from a golf course. MEALS: Regarding the food and beverage offering, the establishment offers American breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.99" OriginalAmount="26.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7715175" Longitude="100.6323827" StarRating="2" HotelCode="|232304" HotelName="Viewplace Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>29 soi Ladprao 130 Klongjan, Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/0/4/232304_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.99" OriginalAmount="26.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.943" Longitude="100.59211" StarRating="0" HotelCode="|245218" HotelName="Friend's House Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>309 Terd Rachan 35 Road Sikan, Donmuang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/2/1/8/245218_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.01" OriginalAmount="26.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.88544" Longitude="100.61859" StarRating="0" HotelCode="|534979" HotelName="A.M.Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>99 A.M. Place Phahon Yothin 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/9/7/9/534979_93c575e1115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="27.04" OriginalAmount="26.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.794312" Longitude="100.710639" StarRating="3" HotelCode="188259|198841" HotelName="Tara Garden Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="94" TotalAmount="27.08" OriginalAmount="26.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7180308" Longitude="100.4633376" StarRating="1" HotelCode="|205234" HotelName="A House Boutique Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>273/169 Soi Terdthai 53 Pakkhlongphasicharoen Phasicharoen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/2/3/4/205234_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.10" OriginalAmount="26.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8703454" Longitude="100.5548832" StarRating="3" HotelCode="|103548" HotelName="The European Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Ngamwongwan 47 Yak 41,Toongsonghong,Lak si,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/4/8/103548_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 3 minutes away from Dhurakij Pundit the University of. ROOM: The establishment has apartments with WiFi, (free of charge), a balcony.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.16" OriginalAmount="26.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8168069" Longitude="100.596174" StarRating="4" HotelCode="|278081" HotelName="S.t.hotel (shuntai)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>519 Chokchai 4 Soi 57, Lardprao, Bangkok, Bangkok Province 10230</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/0/8/1/278081_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.33" OriginalAmount="26.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7723955" Longitude="100.6407429" StarRating="3" HotelCode="|186461" HotelName="BaronZotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Soi Lardprao117</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/4/6/1/186461_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.36" OriginalAmount="26.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.760842" Longitude="100.504069" StarRating="3" HotelCode="|466287" HotelName="Thana Wisut" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Trok Ban Lo,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/2/8/7/466287_9669e5d1634.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.37" OriginalAmount="26.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7429064" Longitude="100.6020061" StarRating="3" HotelCode="|82611" HotelName="Nasa Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 Sukhumvit 71 - Ramkhamhaeng Road, Suanluang, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/1/1/82611_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a car park (free of charge), a reception, tourist information, a car hire service and organisation of excursions. SITUATION: The establishment is just 16 kilometres away from Suvarnabhumi Airport, 4 kilometres away from District Soi Cowboy and Phetchaburi Underground Station. ROOM: Customers have Thai-style rooms with natural light, cable television and a bathroom with a bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.43" OriginalAmount="26.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="14.03492" Longitude="99.51728" StarRating="3" HotelCode="|205554" HotelName="Sam's House Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>14/2 Maenamkwai Road, T. Thamakam, A. Muang Kanchanaburi-River Kwai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/5/5/4/205554_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.53" OriginalAmount="26.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.715684" Longitude="100.531609" StarRating="2" HotelCode="|164141" HotelName="Living Naraa Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>28/88 Soi Narathiwas Rajanakarin 8/1 , Narathiwas Rajanakarin Rd., Yannawa, Sathorn , Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/1/4/1/164141_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 15 minutes away from Sathorn the business area of. ROOM: Each room has an air-conditioning system, WiFi (free of charge), a balcony and modern furniture.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.63" OriginalAmount="26.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753234" Longitude="100.544338" StarRating="0" HotelCode="|391342" HotelName="Oyo 583 Sweethome Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>60/1 Ratchaprarop Road, Makkasan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/3/4/2/391342_470fe991059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71654292" Longitude="100.52053448" StarRating="2" HotelCode="628630|254003" HotelName="Danee Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.925723097879" Longitude="100.59847049501" StarRating="3" HotelCode="495210|174375" HotelName="Don Muang Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>235/145 Thawi Wat 1 Alley, Si Kan, Don Mueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/6f/dc6f59f3695578418896babbf761bc97bb3e4e9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.678941" Longitude="100.616352" StarRating="3" HotelCode="293122|232769" HotelName="Niran Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>81/1 Soi, Udomsuk 17, Sukhumvit 103, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/56/9956c53a6c4608cb26132e535d8fc9e83207c9ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.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="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79718763" Longitude="100.57239606" StarRating="0" HotelCode="882140|city_residence_ratchadaphisek" HotelName="City Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>16/26 Soi Vibhavadi</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/4b/c14b4aa94dca0f509cd4a1eb5431e52456f859ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.96" OriginalAmount="27.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.892572" Longitude="100.582576" StarRating="0" HotelCode="|466914" HotelName="Roomquest It Square Don Mueang Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>127/26 Moo 2, Soi Kosum Niwet 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/9/1/4/466914_6aaf3121642.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.97" OriginalAmount="27.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8374945" Longitude="100.5738138" StarRating="1" HotelCode="|357174" HotelName="Kaset Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2003/62 Soi Land development Department Jatuchak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/1/7/4/357174_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.07" OriginalAmount="27.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.912365" Longitude="100.588984" StarRating="3" HotelCode="|439501" HotelName="Oyo 75410 Awa Don Muang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chang Akat Uthit Rd. Soi 5 Alley 2, Don Mueang International Airport, Bangkok, Bangkok, 10210</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/5/0/1/439501_c420ee91212.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.09" OriginalAmount="27.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.66009" Longitude="100.63246" StarRating="3" HotelCode="|412656" HotelName="Nw Apartment Lasalle 59" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Soi Lasalle 59</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/2/6/5/6/412656_daa16ea1638.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.10" OriginalAmount="27.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7622448" Longitude="100.4939326" StarRating="2" HotelCode="|103544" HotelName="Happio" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>46 Phra Arthit Rd., Phranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/4/4/103544_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant and WiFi (free of charge), in communal areas. SITUATION: This establishment, Khaosan Road it is 300 metres away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.11" OriginalAmount="27.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71448" Longitude="100.74021" StarRating="0" HotelCode="|205434" HotelName="Ok Home Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>88/1, Kingkaew Soi 66, Racha Thewa, Ladkrabang Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/4/3/4/205434_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.15" OriginalAmount="27.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.751864" Longitude="100.507462" StarRating="2" HotelCode="|559657" HotelName="REST IS MORE Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>362 Bamrung Mueang Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/6/5/7/559657_db56e3d1707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.15" OriginalAmount="27.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77434" Longitude="100.56001" StarRating="2" HotelCode="|187940" HotelName="The Living Room Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>5073/8 Soi Prachasongkhro 25/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/9/4/0/187940_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.15" OriginalAmount="27.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6817821" Longitude="100.6325568" StarRating="2" HotelCode="|278355" HotelName="Good Houses Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>999 Soi Udomsuk 41, Sukhumvit 103 Road, PhraKhanong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/3/5/5/278355_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.28" OriginalAmount="27.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7595918" Longitude="100.639033" StarRating="3" HotelCode="|358238" HotelName="Zircon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8/8 Ramkhamhaeng Rd. Soi 40, Hua Mak, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/2/3/8/358238_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.34" OriginalAmount="27.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.841191" Longitude="100.665368" StarRating="0" HotelCode="|391300" HotelName="OYO 309 Ze Residence Ram Intra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1, Ram Intra 77 Alley Yak 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/3/0/0/391300_3ba62411047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.38" OriginalAmount="27.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.675985" Longitude="100.643067" StarRating="3" HotelCode="|409799" HotelName="Romance Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>99/19 Soi Srinakarin 65 Pookmit Srinakarin Rd Nong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/7/9/9/409799_e168fe61237.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.63" OriginalAmount="27.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.857919" Longitude="100.535571" StarRating="3" HotelCode="|172957" HotelName="Vanlisut Ngamwongwan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>9/12 M. 2 Ngamwongwan Road, Bangkhen,nonthaburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/5/7/172957_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.68" OriginalAmount="27.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7282615" Longitude="100.5296273" StarRating="0" HotelCode="|402844" HotelName="KINNON DELUXE COWORKING CAFE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>39 22 24 SILOM SOI 6 SILOM ROAD SURIYAWONG BANGRAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/8/4/4/402844_0a1c2b30750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.70" OriginalAmount="27.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.790551" Longitude="100.552086" StarRating="2" HotelCode="|103540" HotelName="Nice Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>72/54 Soi Inthamara 1/1 Shutthisan Rd.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/4/0/103540_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 10 minutes away from Saphan Khwai the Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.79" OriginalAmount="27.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.816819" Longitude="100.596158" StarRating="3" HotelCode="|414343" HotelName="The President At Chokchai 4" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>519 Chok Chai 4 Soi 57</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/4/3/4/3/414343_6910a6d1037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.80" OriginalAmount="27.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739151" Longitude="100.554567" StarRating="3" HotelCode="|406854" HotelName="Orchid Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>17/4 Sukhumvit Soi 6 Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/8/5/4/406854_11bb67b1205.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.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="Free CXL until 18/07/2026">
        <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="28.84" OriginalAmount="28" MarkupRule="3.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="Free CXL until 18/07/2026">
        <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="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71697452" Longitude="100.76500825" StarRating="2" HotelCode="767340|367685" HotelName="L42 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026">
        <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="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742943372005" Longitude="100.601859569" StarRating="3" HotelCode="36349|48460" HotelName="Nasa Vegas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Ramkhamhaeng Road, Sukhumvit 71 Road, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/8c/ab8c2b984b203bfb421da822039f9e6cf5ae81e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74427908" Longitude="100.5509259" StarRating="2" HotelCode="548932|173802" HotelName="Onthebed hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="27" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.727755642508" Longitude="100.53645349112" StarRating="2" HotelCode="378819|201331" HotelName="The Cube Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.67712" Longitude="100.65721" StarRating="3" HotelCode="142232|residence_airport_and_spa_hotel" 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="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.727145664935" Longitude="100.73559519691" StarRating="3" HotelCode="305978|airy_resort_suvarnabhumi" HotelName="Airy Suvarnabhumi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/07/2026" 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="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.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 18/07/2026" 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="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75295411" Longitude="100.53881284" StarRating="3" HotelCode="587040|pratunam_19_hotel" HotelName="Pratunam 19 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>77/23 Phetchaburi 19, Thanonphayathai Rajthevee, Pratunam, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/ef/9fefcb2bf119c10ede9a5bbd5c988cc1743708a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8457354" Longitude="100.66721786" StarRating="2" 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="94" TotalAmount="28.87" OriginalAmount="28.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7998962" Longitude="100.570238" StarRating="3" HotelCode="|358172" HotelName="Q Space Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15/189 Soi Vibhavadi Rangsit 16/27 Alley Khwaeng Chom Phon, Chom Phon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/1/7/2/358172_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.94" OriginalAmount="28.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.925638" Longitude="100.5984161" StarRating="3" HotelCode="|279094" HotelName="Don Muang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>235/145 Thawi Wat 1 Alley, Si Kan, Don Mueang, Don Mueang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/0/9/4/279094_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.98" OriginalAmount="28.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7531753" Longitude="100.5388085" StarRating="3" HotelCode="|358372" HotelName="Pratunam 19" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>77/23 Phetchaburi 19, Thanonphayathai Rajthevee, Bangkok, 10400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/3/7/2/358372_f06fd0d1200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.06" OriginalAmount="28.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7664315" Longitude="100.6331714" StarRating="4" HotelCode="|234940" HotelName="Baron Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>777/1 Soi Ladprao 130 Ladprao Road, Khlongchan, Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/9/4/0/234940_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="29.08" OriginalAmount="28.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.696345" Longitude="100.513022" StarRating="3" HotelCode="65093|80386" HotelName="Howard Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.13" OriginalAmount="28.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7167686" Longitude="100.5568099" StarRating="2" HotelCode="|164144" HotelName="Penang Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>96/154 Soonthornkosa Road (Penang Market), Klong Toey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/1/4/4/164144_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 10 minutes away from Khlong Toei the metro station Reina Sirikit the Convention Centre. ROOM: The rooms have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.18" OriginalAmount="28.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753343" Longitude="100.635924" StarRating="4" HotelCode="|389764" HotelName="Livotel Hua Mak Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>33 Soi Ramkhamhaeng 32 (Hua Mak 20)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/6/4/389764_b75c18d1123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.21" OriginalAmount="28.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.714199" Longitude="100.593948" StarRating="1" HotelCode="|474466" HotelName="comfy crib hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi Sukhumvit 69/1, Khwaeng Phra Khanong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/4/6/6/474466_28d91fc1256.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.32" OriginalAmount="28.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75344" Longitude="100.53713" StarRating="0" HotelCode="|246637" HotelName="Natee" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39/11-12 Phetchaburi Road Soi 15 Thanon Phetchaburi, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/6/3/7/246637_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.33" OriginalAmount="28.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.706987" Longitude="100.416434" StarRating="0" HotelCode="|561063" HotelName="Diamond Sweet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>58/1 Phetkasem 41 Road, Bangkae</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/1/0/6/3/561063_c7a9fe31811.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.36" OriginalAmount="28.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72172" Longitude="100.49153" StarRating="0" HotelCode="|245359" HotelName="Kaya Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/3/5/9/245359_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.39" OriginalAmount="28.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78085" Longitude="100.64501" StarRating="3" HotelCode="|186358" HotelName="Asia Residence 14 Bangkapi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Happyland 2, Klongjan, Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/5/8/186358_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.49" OriginalAmount="28.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7225" Longitude="100.53142" StarRating="3" HotelCode="|240672" HotelName="Cordia Residence Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>88/1-3, Soi Sathorn 8, Sathorn Nua Rd., Sathorn, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/6/7/2/240672_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.54" OriginalAmount="28.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.716856" Longitude="100.7649654" StarRating="3" HotelCode="|60680" HotelName="Floral Shire Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>56 Lat Krabang 42, Lat Krabang Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/8/0/60680_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has internet, 32 rooms, a lobby, a hairdresser's, a restaurant, WiFi, room service and a laundry service. SITUATION: It is 9 kilometres away fromSuvarnabhumi Airport. ROOM: The stylish rooms, have a shower, a direct line telephone, satellite or cable TV, a mini-bar, a coffee maker and a kettle. FACILITIES: Guests can relax with Thai massages. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.63" OriginalAmount="28.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.789326" Longitude="100.57496" StarRating="2" HotelCode="|557724" HotelName="Pastel House - Adults Only - Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1312,Soi Udomsuk 1,Sutthisan Winitchai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/7/2/4/557724_09c182d1105.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.65" OriginalAmount="28.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7236" Longitude="100.76657" StarRating="2" HotelCode="|554744" HotelName="B9 Airport Resident" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1473/3 Soi Lat Krabang 9/1,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/7/4/4/554744_bba8c0c1415.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.74" OriginalAmount="28.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.676" Longitude="100.64295" StarRating="3" HotelCode="|187821" HotelName="Varrzon Residence Srinakarin 56" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>20 Soi Srinakarin 56, Srinakarin Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/8/2/1/187821_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.82" OriginalAmount="28.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.917923" Longitude="100.579326" StarRating="3" HotelCode="|406293" HotelName="Sabai Place Donmueang Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>553 Chang Akat Uthit Don Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/2/9/3/406293_6be26311043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.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="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77786283" Longitude="100.62286165" StarRating="2" HotelCode="954205|233146" HotelName="Sriprajuk Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026">
        <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="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741066877919" Longitude="100.55301380341" StarRating="2" HotelCode="429472|58659" HotelName="White Orchid Inn I" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" 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="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.766485107131" Longitude="100.63315882963" StarRating="3" HotelCode="342204|baron_residence_bangkok" HotelName="Baron Residence" Meals="ROOM ONLY" 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="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.772432888299" Longitude="100.6407326256" StarRating="3" HotelCode="345910|baronzotel" 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="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.80160969" Longitude="100.6212087" StarRating="2" HotelCode="586716|chantra_mansion" HotelName="Chantra Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.92482201" Longitude="100.59918326" StarRating="2" HotelCode="638272|sleepcase_hostel" HotelName="Sleepcase Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>117 Soi Saranakhom 2, Donmuang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/1a/191a78f7432d4851b34cae873013b8365839fb20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.68177411" Longitude="100.63259062" StarRating="0" HotelCode="738112|good_house_apartment" HotelName="Goodhouses Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 12/07/2026" HotelFacility="Garden,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>139 Soi Udomsuk 41, Sukhumvit 103 Road, Prakanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/b9/1bb9fa469bbf185a16deafd6d4d250419d674dd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Good Houses Apartment is conveniently located in the popular Airport Suvarnabhumi / Bang Na area. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.87208452" Longitude="100.6154107" StarRating="0" HotelCode="877742|oyo_230_5box_donmuang_airport_2" HotelName="5Box Donmuang Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>14/1 Soi 5, Yak 9, Ram Intra, Ban Chuat Plai Mai, Anusawari, Bangkhen, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f4/73f444965bb5346896991d1c660ab3326584ec9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71593984" Longitude="100.5893001" StarRating="0" HotelCode="876828|sleep_with_me_bangkok_bts_phra_khanong" HotelName="Sleep With Me Bangkok - BTS Phra Khanong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1040/20-21 Sukhumvit Soi 44/2, Phra Khanong, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/5c/145c31061b76716298f7fe6a119fa2584706c2a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.93" OriginalAmount="29.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753273" Longitude="100.6084157" StarRating="3" HotelCode="|32129" HotelName="The Seasons Bangkok Huamark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SOI RAMKAMHAENG 15, RAMKAMHAENG 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/2/9/32129_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building with air-conditioning, has 269 rooms, a cafÃ©, a bar, a restaurant and 2 conference rooms. SITUATION: Ramkhanhaeng Is situated in direct access to Pattaya the beach, nearby, you will find the shopping centres, the stadium and the university. it has good links to the city centre, is situated 25 kilometres away from Suvrnabhumi Airport. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a coffee maker, a teapot, internet and a central air-conditioning system. FACILITIES: Outdoors, clients have access to a swimming pool and a snack bar. Guests are offered a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="29.96" OriginalAmount="29.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71103134" Longitude="100.41045293" StarRating="2" HotelCode="604221|744167" HotelName="Ruan Plaisoi Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/07/2026">
        <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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="29.96" OriginalAmount="29.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.786253652217" Longitude="100.5694091551" StarRating="3" HotelCode="343620|677445" HotelName="Bangkok 68" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Soi Ratchada 17, Soi Intamara 45, Tambon Dindaeng, Amphoe Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/98/97980e8c0fe05f85cca16ee6a82a72c3e5a7d627.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.97" OriginalAmount="29.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76211" Longitude="100.49534" StarRating="3" HotelCode="|187342" HotelName="New Siam Iii" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Soi Rambuttri, Chakrapong Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/3/4/2/187342_928605c1122.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="30.02" OriginalAmount="29.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721078" Longitude="100.506494" StarRating="3" HotelCode="176258|156795" HotelName="Sarasinee All Suites Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 17/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.11" OriginalAmount="29.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719854" Longitude="100.500501" StarRating="3" HotelCode="|406024" HotelName="The Ex Capital" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>218 Soi Krungthon 6 Yeak 13 Banglamphu Lang Klongs</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/0/2/4/406024_f5765a11153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.11" OriginalAmount="29.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74107" Longitude="100.55299" StarRating="2" HotelCode="|187819" HotelName="White Orchid Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>21/7 Sukhumvit 4 Rd,Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/8/1/9/187819_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="30.14" OriginalAmount="29.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75332131" Longitude="100.63595002" StarRating="4" HotelCode="572930|703469" HotelName="Livotel Hotel Hua Mak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="94" TotalAmount="30.14" OriginalAmount="29.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7199251" Longitude="100.5489525" StarRating="3" HotelCode="|103481" HotelName="The Boss's Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35/32-34, Sribumphen, Rama 4 road., Sathorn,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/8/1/103481_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has WiFi and a car park (free of charge). SITUATION: This establishment, is in the city centre, is 10 minutes drive away from Sathorn the business district.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.15" OriginalAmount="29.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.782123" Longitude="100.478487" StarRating="1" HotelCode="|416406" HotelName="Alanda Hotel and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>14, Borommaratchachonnani 2/1 Alley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/4/0/6/416406_54b86cf1612.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="30.21" OriginalAmount="29.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.81856918" Longitude="100.59234648" StarRating="3" HotelCode="585240|668505" HotelName="48 Metro Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.22" OriginalAmount="29.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.758117" Longitude="100.6424912" StarRating="2" HotelCode="|103545" HotelName="Salin Home  Ramkhamhaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>40/1 Soi Ramkamhang 50, Ramkamhang Rd. Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/4/5/103545_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is close to the market, shops and Huamark the Station of It has excellent transport links to the airport. ROOM: The rooms have an air-conditioning system, WiFi (free of charge), a balcony and an LCD television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.24" OriginalAmount="29.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8318465" Longitude="100.5670257" StarRating="3" HotelCode="|103492" HotelName="Pannapat Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>181/11 Soi Phaholyothin 35, Lad Yao, Chatuchak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/9/2/103492_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is a 15-minute walk away from Major Ratchayothin the stores of It has excellent transport links to the business areas and the leisure areas. ROOM: The rooms have a balcony and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.33" OriginalAmount="29.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76057" Longitude="100.501522" StarRating="1" HotelCode="|524962" HotelName="The Cube Hostel Khaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>365/22 Thanon Phra Sumen,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/9/6/2/524962_44b16211152.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.44" OriginalAmount="29.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7602367" Longitude="100.4982003" StarRating="2" HotelCode="|103717" HotelName="Thai Cozy House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>111/1-3 Tanee road, Taladyod, Panakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/7/1/7/103717_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 3 minutes away from Khaosan the Street of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.46" OriginalAmount="29.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75841" Longitude="100.53978" StarRating="0" HotelCode="|240798" HotelName="Oriental Smile Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>507/46 Soi Sri Ayuttaya 8, Rangnam Road Phatatai, Rajatewi, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/7/9/8/240798_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.59" OriginalAmount="29.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726748" Longitude="100.521068" StarRating="0" HotelCode="|103386" HotelName="Foresttel.bkk" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>288/18 Surawong Road, Sipraya, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/3/8/6/103386_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Silom the street. ROOM: Guests are offered private rooms and shared rooms with an air-conditioning system and shared bathrooms. FACILITIES: Guests are offered WiFi (free of charge) and lockers (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.61" OriginalAmount="29.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.812785" Longitude="100.608814" StarRating="2" HotelCode="|553009" HotelName="Kiatthada Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Sukhonthasawat Road, Lat Phrao,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/0/0/9/553009_1922a861233.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.66" OriginalAmount="29.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721079" Longitude="100.506494" StarRating="4" HotelCode="|103606" HotelName="Bella B All Suite Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>369 Charoen Nakorn Road, Soi Charoen Nakorn 14/2, Klongsan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/0/6/103606_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has large suites with beautiful views, WiFi (free of charge), a swimming pool on the roof terrace and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.75" OriginalAmount="29.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8008827" Longitude="100.5113038" StarRating="3" HotelCode="|446523" HotelName="Ze Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>486 Soi Charan Sanitwong, Bangkok 10700</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/5/2/3/446523_cbbe74f0847.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.82" OriginalAmount="29.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.84174" Longitude="100.55974" StarRating="2" HotelCode="|187534" HotelName="Room At Vipa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>71/14 Vibhawadee 44 Lad-Yao Chatujak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/5/3/4/187534_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="30.87" OriginalAmount="29.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.762096770096" Longitude="100.49531399144" StarRating="3" HotelCode="225555|664910" HotelName="New Siam III Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" 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>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.82695069" Longitude="100.66499885" StarRating="3" HotelCode="773386|253965" HotelName="88 Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <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="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.81654532" Longitude="100.60998507" StarRating="2" HotelCode="421668|63541" HotelName="Bansabai Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Coffee Shop,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,Lounge,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Nak Niwat 53, Lat Phrao 71 Road, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/91/d391c4f61fe93a402c96521c57078ab8f679b32e.JPEG</HotelPictures>
        <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="27" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.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="Free CXL until 16/07/2026" 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="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7367017" Longitude="100.5186749" StarRating="2" HotelCode="438890|173283" HotelName="Loftel Station Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="27" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78942087" Longitude="100.5749766" StarRating="2" HotelCode="639628|271477" HotelName="Pastel House Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <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="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719854" Longitude="100.548352" StarRating="3" HotelCode="933169|174348" HotelName="The Blooms Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>203/1 Soi Sribumphen, Thung Maha Mek, Sathorn, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/2c/212c936b645b203ec31450b31ae022c7333835db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 44 rooms. Services and facilities at the hotel include a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75817194" Longitude="100.64266866" StarRating="3" HotelCode="423206|salin_home" HotelName="Salin Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/07/2026" 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="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.722133" Longitude="100.463617" StarRating="1" HotelCode="434602|a_house_boutique_guesthouse" HotelName="A House Boutique Guesthouse Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>273/169 Soi Terdthai 53, Pak Khlong Phasi Charoen, Bangkok 10160</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/60/0960a9800de143454dd218e693af442ed3e699ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.67073055" Longitude="100.6152174" StarRating="3" HotelCode="435481|the_shade" HotelName="The Shade House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Bangna-Trat 4, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/e2/97e29aaa6102dacaddb568ebc1fa393cf130631d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.670096430493" Longitude="100.61346244907" StarRating="3" HotelCode="538988|htel_resort_bangkok" HotelName="HTel Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/07/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Dry Cleaning,Elevator,Garden,Golf,Internet,Laundry,Massage Centre,Parking,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>23 Bangna Soi 2, Bangna Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/ba/4aba6aa24685ce31a643fdbab8eefc2953ff30e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Avana Express Resort is perfectly located for both business and leisure guests in Bangkok. The hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.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 17/07/2026" 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="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.91201054" Longitude="100.57152754" StarRating="2" HotelCode="600875|beige_poshtels_hostel" HotelName="Beige Poshtels Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="883731|tree_place" HotelName="Tree Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>111/108 Ekachai Soi 6</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/7c/207c2f88f3ee1489ee0b6d312e92462eddc934a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.91" OriginalAmount="30.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7936033" Longitude="100.5479753" StarRating="2" HotelCode="|103599" HotelName="Mansion Sarasinee @ Chatuchak" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>74 Soi Pradipat 25 , Pradipat Road, Samsennai, Phayathai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/9/9/103599_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers large rooms, has WiFi, (free of charge), a gym and a solarium.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.94" OriginalAmount="30.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79346" Longitude="100.5937" StarRating="2" HotelCode="|483305" HotelName="101 Seoul Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>72 Lat Phrao 60 Alley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/3/0/5/483305_c2acf532238.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.96" OriginalAmount="30.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76045" Longitude="100.49803" StarRating="3" HotelCode="|188028" HotelName="Tanee Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94,96,98 Tanee Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/0/2/8/188028_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.15" OriginalAmount="30.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7633" Longitude="100.49944" StarRating="0" HotelCode="|242446" HotelName="Back Home Backpackers -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>72/1 Samsen Soi 2 Banglampoo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/4/4/6/242446_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.15" OriginalAmount="30.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7701327" Longitude="100.5802578" StarRating="3" HotelCode="|172700" HotelName="D Day Suite Mengjai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>39 Soi Pracha Uthit 12 Huaikhwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/7/0/0/172700_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="31.18" OriginalAmount="30.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763219775183" Longitude="100.49939457182" StarRating="2" HotelCode="404702|795098" HotelName="Back Home Backpackers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Designated Smoking Area,Housekeeping,Internet">
        <Address>
          <AddressLines>
            <AddressLine>72/2 and 72/3 Samsen Road Soi 2, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/0e/fa0e26932c0ace40c0cd6ac7a1e849ce899889dc.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;Located in Bangkok (Khao San), The Glory o...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.20" OriginalAmount="30.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7919808" Longitude="100.5751871" StarRating="3" HotelCode="|172693" HotelName="Calypzo 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Soi Rungrueng Ratchadapisek Road Huai Khwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/9/3/172693_83999b91139.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="31.25" OriginalAmount="30.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76018333" Longitude="100.49854609" StarRating="3" HotelCode="520292|674460" HotelName="The Secret Service" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="31.29" OriginalAmount="30.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740442998033" Longitude="100.56198439027" StarRating="2" HotelCode="405972|677541" HotelName="3Howw Hostel at Sukhumvit 21" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 11/07/2026" 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="94" TotalAmount="31.31" OriginalAmount="30.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72289" Longitude="100.52302" StarRating="0" HotelCode="|187397" HotelName="Panpan Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50/31 Pan Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/3/9/7/187397_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.31" OriginalAmount="30.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74284" Longitude="100.552647" StarRating="2" HotelCode="|537660" HotelName="Om Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>11-12 Sukhumvit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/6/6/0/537660_68ce5aa0912.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.34" OriginalAmount="30.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.714602" Longitude="100.471979" StarRating="3" HotelCode="|172680" HotelName="Beerapan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>158 Wutthkat Rd., Soi Wutthakat 14, Taladplu, Thonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/8/0/172680_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.39" OriginalAmount="30.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78589" Longitude="100.56596" StarRating="2" HotelCode="|186356" HotelName="Aryan Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>11, Soi Ratchadaphisek 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/5/6/186356_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.42" OriginalAmount="30.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7596026" Longitude="100.4952282" StarRating="2" HotelCode="|103552" HotelName="Lucky House Khaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Chakkapong Road, Chanasongkram</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/5/2/103552_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception. SITUATION: This establishment, is 5 minutes away from Khaosan the Street of. ROOM: All the rooms have an air-conditioning system and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.44" OriginalAmount="30.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725611" Longitude="100.59627" StarRating="0" HotelCode="|523154" HotelName="W71" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Sukhumvit 71 Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/5/4/523154_d9c084d0933.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.49" OriginalAmount="30.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6965991" Longitude="100.5130598" StarRating="3" HotelCode="|34210" HotelName="Howard Square Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>CHAROONRAT ROAD BANGKHLO BANGKOLAEM 3641/10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/2/1/0/34210_13c9ca61019.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has a garden area, 95 standard rooms and suites, a lobby, a restaurant, conference facilities, internet, room service and a laundry service. SITUATION: This urban hotel, North-South Sathon Road it is in Silom Road and Sathon Road it is close to it has good links to the business area, is located near the commercial area, public transport services, is situated 22 kilometres away from Suvarnabhumi Airport. ROOM: The establishment has 74 single rooms, 7 double rooms and 14 suites. The rooms a bathroom, a satellite or cable television, a mini-bar and an air-conditioning system. FACILITIES: The establishment boasts a gym. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service and a set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by JCB, Mastercard and Visa. OBSERVATIONS: Ask for further information regarding hotel conditions and operations Check-out is at 12:00.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.51" OriginalAmount="30.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.923862" Longitude="100.597412" StarRating="3" HotelCode="|416652" HotelName="Tuscany Land Resort Donmuang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>16/101 M.1 Songprapa Road, Donmuang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/6/5/2/416652_9b0f5f61755.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.54" OriginalAmount="30.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.648235" Longitude="100.444058" StarRating="0" HotelCode="|358767" HotelName="Eurna Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101/1 soi 9/1 Thakam Rama 2 Samedam Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/7/6/7/358767_28272501256.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.60" OriginalAmount="30.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7356645" Longitude="100.6194502" StarRating="3" HotelCode="|66617" HotelName="Thong Ta Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>LATKRABANG ROAD, LATKRABANG 1894</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/1/7/66617_6b79a541003.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has air-conditioning, 70 rooms, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom, room service, a laundry service and a car park. SITUATION: Bangna It is situated near 10 minutes away, you can find the bus station situated 5 kilometres away fromSuvarnabhumi Airport it is 29 kilometres away from Don Mueang Airport. ROOM: The rooms have a safe, WiFi (free of charge), an air-conditioning system, kettle, satellite or cable TV, a direct line telephone, a fridge, a balcony or terrace, non-smoking rooms, a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, cots (available on request), a DVD player (available for a fee) and a mini-bar. FACILITIES: The establishment has spa treatments and a massage service. it is located 15 minutes away from a golf course. MEALS: Regarding the food and beverage offering, the establishment offers American breakfast. PAYMENT METHODS: Customers can pay using Mastercard and Visa. OBSERVATIONS: The establishment offers transfer service (for a fee), Please inform the hotel as to your estimated arrival time.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.67" OriginalAmount="30.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.688012" Longitude="100.531158" StarRating="0" HotelCode="|463893" HotelName="44 Room Rama 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>566/156, Soi Sathu Pradit 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/8/9/3/463893_aa1b9ea1226.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.69" OriginalAmount="30.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.92499" Longitude="100.60013" StarRating="3" HotelCode="|186646" HotelName="Don Mueang Airport Modern Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soi Songprapa2(Soi Kamnan pang)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/6/4/6/186646_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.74" OriginalAmount="30.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79143" Longitude="100.453498" StarRating="0" HotelCode="|480957" HotelName="Sor Vorapin Muay Thai Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>3715 Moo 10, Soi Suan Pak 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/0/9/5/7/480957_d7c73241327.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.79" OriginalAmount="30.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.713297" Longitude="100.592961" StarRating="3" HotelCode="|406013" HotelName="Tim Place - Bts Phra Khanong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1112/128-129 Sukukmvit48 prakhahnong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/0/1/3/406013_969fbd71110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="31.82" OriginalAmount="30.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.688950977979" Longitude="100.60795426369" StarRating="3" HotelCode="75136|1711192" HotelName="Convenient Park Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="94" TotalAmount="31.83" OriginalAmount="30.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.715008" Longitude="100.410544" StarRating="0" HotelCode="|391248" HotelName="Ruan Plaisoi Apartment by ZUZU" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>55/1, Soi 80 Petchakasame Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/2/4/8/391248_11e4ddf1425.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.89" OriginalAmount="30.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.710261" Longitude="100.6293339" StarRating="3" HotelCode="|103433" HotelName="Loft 77" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1707 Sukhumvit Road 77 (Onnut 33), Suanlang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/3/3/103433_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has comfortable rooms, WiFi and a car park. SITUATION: This hotel is 30 minutes drive away from Suvarnabhumi Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.91" OriginalAmount="30.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8214638" Longitude="100.5849047" StarRating="3" HotelCode="|277934" HotelName="My Loft Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>415 Ratchadapisek 36 (9-15), Ratchadapisek Road, Chantharakasem, Chatuchak, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/9/3/4/277934_514edb81121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.682163456949" Longitude="100.47505161219" StarRating="3" HotelCode="378962|172665" HotelName="14 Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="31.93" OriginalAmount="31" MarkupRule="3.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.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71436984" Longitude="100.59055213" StarRating="2" HotelCode="610487|232756" HotelName="Nine Place Sukhumvit 46" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 17/07/2026" 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="31.93" OriginalAmount="31" MarkupRule="3.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="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.722438558612" Longitude="100.73902845383" StarRating="3" HotelCode="96823|30077" HotelName="Silver Gold Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 16/07/2026" 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="27" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.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="Free CXL until 17/07/2026" 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="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.674318" Longitude="100.648056" StarRating="3" HotelCode="185917|romance_hotel_bangna" HotelName="Romance Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7735315" Longitude="100.6317901" StarRating="3" HotelCode="310416|livotel_bangkok" HotelName="Livotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71034229" Longitude="100.62925311" StarRating="3" HotelCode="255925|the_loft_77_hotel" HotelName="The Loft 77" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/07/2026" 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="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.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 16/07/2026" 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="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72708958" Longitude="100.53771148" StarRating="2" HotelCode="439080|freesia_saladaeng_silom_apartments" 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="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.762223080906" Longitude="100.49392351982" StarRating="2" HotelCode="520020|khaosan_art_hotel" HotelName="Khaosan Art Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75744843" Longitude="100.54233232" StarRating="2" HotelCode="585534|gn_luxury_hostel" HotelName="GN Luxury Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7281291" Longitude="100.52978379" StarRating="2" HotelCode="583554|kinnon_hostel" HotelName="Kinnon Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>39/22-24 Silom Soi 6, Silom Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/bc/cabc65ec5f270034dd55968e21bf3fc8b658bbe5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78949595" Longitude="100.57596698" StarRating="2" HotelCode="613072|the_corner_ratchada" HotelName="The Corner Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/07/2026" 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="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72336994" Longitude="100.52330553" StarRating="2" HotelCode="784457|warm_window_silom_hostel" 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="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="807168|pda_lord_hotel" HotelName="Pda Lord Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>777 Soi Lat Phrao 130</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/98/a69872cfba37397ddf1f90b1a4918c1f54e1a63d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="967119|white_house_hostel_5" HotelName="White House Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37/3 Phetburi Road, Soi Phetburi 17, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/de/9cde5e5f39d63523cae5c40a03ca6c4fa5c86950.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="973477|9ty_hotel_3" HotelName="9TY Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>370/104 Songprapa Road, Soi Saranakhom 1, Khwaeng Si Kan, Khet Don Mueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/a1/e7a190543b95027506b73cb52f34c4e83ae0aa0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.08" OriginalAmount="31.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7189391" Longitude="100.7640925" StarRating="3" HotelCode="|245234" HotelName="Gold Airport Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1288/9 Soi Lat Krabang 40/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/2/3/4/245234_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.12" OriginalAmount="31.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7764" Longitude="100.575" StarRating="2" HotelCode="|404492" HotelName="Ratch 66" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pracha Rat Bamphen 6 Alley, Lane 8-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/4/9/2/404492_275bd350943.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.15" OriginalAmount="31.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7295548" Longitude="100.5322001" StarRating="0" HotelCode="|358649" HotelName="Ekanek Bangkok - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>37/17 Surawong Road Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/6/4/9/358649_1a883ba1242.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.22" OriginalAmount="31.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7543146" Longitude="100.6133096" StarRating="3" HotelCode="|103582" HotelName="Regent Ramkhamhaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Ramkhamhaeng Soi 22 Bangkapi Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/8/2/103582_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is a 5-minute walk away from Ramkhamhaeng the university.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.22" OriginalAmount="31.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7610557" Longitude="100.5017549" StarRating="0" HotelCode="|277543" HotelName="Baan Nampetch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>402/2 Kasemsri, Soi Watt Treethodsathep Phrachatipatai Rd, Phranakorn,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/5/4/3/277543_a564d4f1749.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.38" OriginalAmount="31.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.818495" Longitude="100.592066" StarRating="3" HotelCode="|404045" HotelName="48 Metro  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ladprao-wanghin48, Ratchada32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/0/4/5/404045_1ea07281142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.38" OriginalAmount="31.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.89892" Longitude="100.58576" StarRating="3" HotelCode="|245485" HotelName="Pool Villa @ Donmueang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Khampangphet 6 Soi 7 Yaek 2-1 Thungsonghong, Lak Si, Don Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/4/8/5/245485_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.40" OriginalAmount="31.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71105" Longitude="100.62373" StarRating="0" HotelCode="|245419" HotelName="Jr Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi On Nut 25, Sukhumvit 77 Suang Luang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/4/1/9/245419_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.48" OriginalAmount="31.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.785483" Longitude="100.570265" StarRating="3" HotelCode="|358271" HotelName="Resort V - Mrt Huai Khwang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>405/1, 405/2 Soi Inthamara 47, Din Daeng, 10310 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/2/7/1/358271_770fe251035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.49" OriginalAmount="31.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.83339" Longitude="100.66162" StarRating="3" HotelCode="|187807" HotelName="Synsiri 5 Nawamin 96" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1013,Nawamin soi 96 Nawamin Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/8/0/7/187807_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.53" OriginalAmount="31.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78634" Longitude="100.56846" StarRating="3" HotelCode="|244917" HotelName="Maverick Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>95 Soi Inthamara 45 Din Dang Bangkok, Bangkok 10400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/9/1/7/244917_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="32.60" OriginalAmount="31.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7203" Longitude="100.730139" StarRating="3" HotelCode="136258|119795" HotelName="Regent Suvarnabhumi Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 15/07/2026" 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="94" TotalAmount="32.60" OriginalAmount="31.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.800791" Longitude="100.511823" StarRating="3" HotelCode="|405619" HotelName="The 92 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>476 Charansanitwong 92 Bangao Bang Phlat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/6/1/9/405619_82604da1130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.63" OriginalAmount="31.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.83107" Longitude="100.57184" StarRating="3" HotelCode="|242578" HotelName="The Bangkok Major Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1658/18-21, Soi Phahon Yothin 30/1 Khwaeng Chan Kasem, Khet Chatuchak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/5/7/8/242578_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.66" OriginalAmount="31.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76283" Longitude="100.49729" StarRating="2" HotelCode="|186261" HotelName="Adamaz House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>90 Phra Sumen Road, Banglamphu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/2/6/1/186261_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.67" OriginalAmount="31.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7637292" Longitude="100.4984852" StarRating="2" HotelCode="|278953" HotelName="Villa Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>230 Samsen1 Samsen Rd., Banglamphu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/9/5/3/278953_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.73" OriginalAmount="31.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.892639" Longitude="100.56316" StarRating="3" HotelCode="|408264" HotelName="Room For You" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36/40 Mo 1 Chaengwattana Road Soi Nuengcondominuim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/2/6/4/408264_94c11541712.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.86" OriginalAmount="31.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7226372" Longitude="100.7646375" StarRating="3" HotelCode="|402344" HotelName="The O-zone Airport Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1529/4 Latkrabang Road, Latkrabang, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/3/4/4/402344_91d723b0905.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.87" OriginalAmount="31.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.768789" Longitude="100.574381" StarRating="0" HotelCode="|480155" HotelName="Popcorn House Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>314 Ratchadapisek</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/0/1/5/5/480155_e8e5d5c1328.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.86336382464" Longitude="100.5577812951" StarRating="3" HotelCode="398529|232104" HotelName="BCJ Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>15 Ngam Wong Wan Road, Yaek 18, Soi 47, Thung Song Hong, Laksi, Don Mueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1c/18/1c188b0e50a9c07ae0a9bae95bd63ce95d7a6907.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723173236827" Longitude="100.71581367831" StarRating="3" HotelCode="404721|173798" HotelName="NRC Residence Suvarnabhumi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333/9 Soi Ladkrabang 1n/16, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/04/e0046447fa28b56ca1f4500d4123ec2937fdfad2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.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="32.96" OriginalAmount="32" MarkupRule="3.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="27" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.758336431842" Longitude="100.49992570127" StarRating="0" HotelCode="188249|519196" HotelName="Siam Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/07/2026">
        <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="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.769138264284" Longitude="100.63226820503" StarRating="3" HotelCode="74970|48461" HotelName="Vabua Asotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/07/2026">
        <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="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.832066761355" Longitude="100.55943432122" StarRating="2" HotelCode="337536|ratchavipa_residence_2" HotelName="Nature Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1/19 Soi Vipavadee-Rangsit 38, Ladyao, Jatujuk, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/85/5b856ada648fe2b446051720e6be46a7b0c41601.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="32.96" OriginalAmount="32.00" MarkupRule="3.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 14/07/2026" 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="32.96" OriginalAmount="32.00" MarkupRule="3.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="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726678586777" Longitude="100.52098434653" StarRating="2" HotelCode="384298|foresttelbkk" HotelName="O' Nidra House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 14/07/2026" 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="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76101831" Longitude="100.50169287" StarRating="2" HotelCode="587956|baan_nampetch_hostel_" HotelName="Baan Nampetch Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" 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="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.690194899691" Longitude="100.60475288536" StarRating="3" HotelCode="621317|baan_mek_mok" 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="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75343113" Longitude="100.53710702" StarRating="2" HotelCode="619997|natee_hostel" HotelName="Natee Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39/11-12 Soi Phetchburi 15, Phetchburi Road, Rajtaevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/68/7068dfe4196d7bbaf4977c7c75fd444ca2305455.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73200915" Longitude="100.51382997" StarRating="2" HotelCode="630623|tiny_taladnoi_hostel" HotelName="Tiny Taladnoi Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>80 Yotha Road, Talat Noi, Samphanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/9a/3c9ab45f1980a66ed924043d0bb85f57861bc47f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a baggage storage service and a laundry service. Wireless internet access is avail...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72169895" Longitude="100.65181689" StarRating="3" HotelCode="781822|waleepai_resort" HotelName="Waleepai Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026">
        <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="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="799172|salinsiri_at_lat_krabang" HotelName="Salinsiri At Lat Krabang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>39 Soi Chalongkrung Road</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/ca/7ecaccd1e2d98fc03cedb1413627590197d5c2c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="961194|the_ex_capital_hotel" HotelName="The Ex Capital Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <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="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72121877" Longitude="100.54815236" StarRating="0" HotelCode="957245|apartment45_hostel_adults_only" HotelName="Apartment 45 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45/2 Soi Saphan Khu, Thung Maha Mek, Sathon, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/32/d632bc909d2c54f65cd490e3fed7aa766e9559e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.97" OriginalAmount="32.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7620408" Longitude="100.4942255" StarRating="2" HotelCode="|103698" HotelName="Erawan House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>17/1-2 Chanasongkhram Phra-Artid Road, Pranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/9/8/103698_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has, WiFi, (free of charge) and in communal areas. SITUATION: This establishment, is in Bangkok a quiet area of Close to Chao Phraya the river Khaosan Road 2 minutes away from the establishment you have.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.11" OriginalAmount="32.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.682126" Longitude="100.475192" StarRating="3" HotelCode="|410254" HotelName="14 Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Rama II Road, Soi 16 Bangmod</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/2/5/4/410254_8bb536f0519.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.20" OriginalAmount="32.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.923687" Longitude="100.599564" StarRating="2" HotelCode="|480988" HotelName="D Hub Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>291/87 Song Prabha Road, Donmuang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/0/9/8/8/480988_2fe896f1723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.25" OriginalAmount="32.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757397" Longitude="100.5422755" StarRating="0" HotelCode="|277393" HotelName="Gn Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>78/9-11 ratchaprarop road, Thanon Phaya Thai Rachatewee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/3/9/3/277393_9d01cad1741.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.27" OriginalAmount="32.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7606377" Longitude="100.4979792" StarRating="2" HotelCode="|103463" HotelName="Rambuttri House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>323 Rambuttri Rd., Taladyod, Pronakhon,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/6/3/103463_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi, (free of charge), tourist information and a restaurant. SITUATION: The hotel is a 2-minute walk away from Khaosan the street. ROOM: Customers have comfortable rooms with an air-conditioning system and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.29" OriginalAmount="32.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7628963" Longitude="100.5016001" StarRating="0" HotelCode="|358038" HotelName="Oh Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>107 Samsen Soi 4, Ban Phan Thom, Phra Nakorn,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/0/3/8/358038_b4a4e701200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.29" OriginalAmount="32.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6714" Longitude="100.63182" StarRating="0" HotelCode="|245395" HotelName="Bangna 21 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>25 Soi Bangna-Trad 21 Yak 7, Bang Na</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/3/9/5/245395_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.29" OriginalAmount="32.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7717199" Longitude="100.6344533" StarRating="3" HotelCode="|42198" HotelName="Vabua Asotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>392 Soi Ladprao130, Ladprao Road, Klongjun Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/9/8/42198_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 136 rooms, a lobby, a reception, a safety deposit box service, a lift, a hairdresser's, a games room, a cafÃ©, a bar and a restaurant. There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: It is located close to a shopping centre, a metro station, You can find restaurants, bars and pubs. it is 50 minutes away from Siam the centre of It is 90 minutes away from Pattaya the beach, is situated 25 kilometres away from Bangkok Airport. ROOM: The rooms a bathroom, hot water, bath or shower, a fridge, a direct line telephone, cable television, a DVD player, internet, a mini-bar, an individual air-conditioning system, a coffee maker, a kettle, a double or king-size bed, a washing machine, a safe and a balcony or terrace. FACILITIES: Clients can enjoy hydrotherapy treatments and a massage service. PAYMENT METHODS: Customers can pay using Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a restaurant that serves national and international dishes, The establishment offers a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.34" OriginalAmount="32.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738743" Longitude="100.590556" StarRating="1" HotelCode="|474268" HotelName="Ekkamai Buds and Beds - 420 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45/5 Soi Ekkamai 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/2/6/8/474268_bfd177c1211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.38" OriginalAmount="32.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7474495" Longitude="100.4975062" StarRating="0" HotelCode="|357782" HotelName="Bangkok Bed And Bike" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19/6 Sikak Phrayasi, Charoenkrung Road, Wangburaphaphirom, Phranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/7/8/2/357782_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.49" OriginalAmount="32.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7542353" Longitude="100.6118794" StarRating="3" HotelCode="|103692" HotelName="Jl Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi Ramkhamhaeng 23 Ramkhamhaeng Road Huamark Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/9/2/103692_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is boutique style stylish rooms rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.51" OriginalAmount="32.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78545" Longitude="100.56832" StarRating="2" HotelCode="|186501" HotelName="Buddy Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>169 Between Soi Inthamara 47-49 Dindang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/5/0/1/186501_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.54" OriginalAmount="32.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721576" Longitude="100.506815" StarRating="3" HotelCode="|103512" HotelName="King Royal 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>291/6 Krungthonburi Rd., Klongtonsai, Klongsan,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/1/2/103512_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a gym, rooms with air-conditioning and a balcony. SITUATION: This establishment, is near Chao Phraya the river 2 metres away, guests will find BTS Skytrain the Railway Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.56" OriginalAmount="32.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.85541" Longitude="100.5485" StarRating="3" HotelCode="|413621" HotelName="J Park At Chinnakhet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>112/95 Soi Chinnakhet Nangwongwan Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/3/6/2/1/413621_2fad0cc1039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="33.77" OriginalAmount="32.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72973597" Longitude="100.53216289" StarRating="2" HotelCode="625978|692194" HotelName="Ekanek Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>37/17 Surawong Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/1f/051f9f06a3d6b48cf5c2affde63caec8ad99d359.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.79" OriginalAmount="32.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.812943" Longitude="100.721709" StarRating="3" HotelCode="|467395" HotelName="The Lodge At Min Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>55/5 Shiraburanukit Road., Minburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/3/9/5/467395_94c0a0f1732.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="33.86" OriginalAmount="32.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719572" Longitude="100.777604" StarRating="3" HotelCode="188220|253081" HotelName="Orchid Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="94" TotalAmount="33.90" OriginalAmount="32.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7525983" Longitude="100.5462953" StarRating="2" HotelCode="|103393" HotelName="Chang Siam Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1091/63-64 New Petchburi Road, Soi Petchburi 33 Rajthevee, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/3/9/3/103393_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a currency exchange service and tourist information. SITUATION: This establishment, is in Bangkok the city centre of. ROOM: All the rooms have WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.99" OriginalAmount="33" MarkupRule="3.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="33.99" OriginalAmount="33" MarkupRule="3.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="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.761365" Longitude="100.496299" StarRating="2" HotelCode="141815|48311" HotelName="Rambuttri Village Inn &amp; Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" 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="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.768763" Longitude="100.632308" StarRating="3" HotelCode="115816|metro_point_bangkok_hotel" HotelName="Metropoint Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel" CnxPolicy="Free CXL until 18/07/2026" 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="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72015466" Longitude="100.74006857" StarRating="3" HotelCode="545833|aport" HotelName="A Port Studio Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.91274172" Longitude="100.55148192" StarRating="3" HotelCode="520024|poppular_palace_service_condo" HotelName="Poppular Palace Don Mueang Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Dry Cleaning,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Popular Road, T8 Building @ Impact Areena Muangthongthani Room No.446, 4th Floor, Donmuang, Bangkok 11120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/03/f60346f05e8631583b26fa9915f5c5350994dd73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Poppular Palace Don Mueang Bangkok in Pak Kret (Ban...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72497751" Longitude="100.6568477" StarRating="3" HotelCode="639664|lhotel_bangkok" HotelName="L'Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>155-156 Moo 6 Phatthanakarn Road, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/8d/b48d98f1b0d99161303908fdf9f1472c1d0c661e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most of the storeys are easily accessible by lift. A baggage storage service is available to guests....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72634198" Longitude="100.73553302" StarRating="3" HotelCode="677270|suvarnabhumi_oriental_resort" HotelName="Suvarnabhumi Oriental Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>422  Prachatorn Road, Latkrabang Soi 3, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/08/c208e6e331dfdfe1ebbd762125814339245abfed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.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 17/07/2026">
        <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="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78496522" Longitude="100.57079886" StarRating="3" HotelCode="758989|resort_v_mrt_huai_kwang" HotelName="Resort V MRT Huai Kwang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <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="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74669267" Longitude="100.52119029" StarRating="3" HotelCode="945592|tongpoon_" HotelName="TongPoon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>130 Rama 6th Street Soi 8, Rongmuang Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/5d/a95d8edfe97854c1272218e8a2b9d78100bfc599.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76879843" Longitude="100.57438333" StarRating="2" HotelCode="945685|popcorn_house_ratchada" HotelName="Popcorn Ratchada House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" 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="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.82023104" Longitude="100.58340869" StarRating="2" HotelCode="951171|casa_luxe_hotel_and_resident" 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="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="967044|yamyen_hostel" HotelName="Yam Yen Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>201 Soi Lat Krabang 36, Lat Krabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/cc/b5cc6344c6be55ab6589ac54c5f95774a0ec7569.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.00" OriginalAmount="33.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7388741" Longitude="100.5529785" StarRating="3" HotelCode="|82627" HotelName="Heaven@4" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>20/3-4 Sukhumvit Soi 4 (Nana), Sukhumvit Road, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/2/7/82627_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is in Sukhumvit Soi 4 the heart of Bangkok is situated in. FACILITIES: The hotel has WiFi, (free of charge), a transfer service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="34.03" OriginalAmount="33.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.66256442" Longitude="100.60842109" StarRating="2" HotelCode="622852|777968" HotelName="Villa Madame Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>90 Soi Sukhumvit 105, Soi Lasalle 11, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/a6/06a6108b4f420d38426f3d4b86d088713d483cf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Bangkok.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="34.11" OriginalAmount="33.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78743732" Longitude="100.63124762" StarRating="3" HotelCode="435400|647521" HotelName="The Bedroom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Ladprao 101 Road, Yak 38, Klongchan, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/f5/e6f5bc086bdbb9be01cca231a6e1c0b712cc5489.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.18" OriginalAmount="33.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.711786" Longitude="100.47495" StarRating="3" HotelCode="|131313" HotelName="Jolly Suites and Spa Thaphra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1421/35 - 36 Soi Rachada - Thaphra 13 Ratchada -Thaphra Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/3/1/3/131313_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Thonburi it is in Close to Phra Mall the shopping centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="34.28" OriginalAmount="33.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723262" Longitude="100.753756" StarRating="3" HotelCode="189255|174626" HotelName="The Phoenix Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 15/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.28" OriginalAmount="33.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746298" Longitude="100.6031716" StarRating="4" HotelCode="|446498" HotelName="Almas Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/9/8/446498_b78fedc1307.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.31" OriginalAmount="33.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.67651" Longitude="100.607841" StarRating="2" HotelCode="|567059" HotelName="TAKKA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>3048-3048/1 Bang na</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/0/5/9/567059_5f6d1181247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.37" OriginalAmount="33.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.720935" Longitude="100.547195" StarRating="3" HotelCode="|405292" HotelName="Maderla" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34/28 Soi Si Bamphen, Rama 4 Road, Thungmahamek, Sathorn, Sathorn, 10120 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/9/2/405292_be2bbd21126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.41" OriginalAmount="33.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.716335" Longitude="100.589004" StarRating="3" HotelCode="|358768" HotelName="S44room" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1040/48, Soi Sukhumvit 44, Sukhumvit Road, Phakanong, Klongtoei</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/7/6/8/358768_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.48" OriginalAmount="33.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.752423" Longitude="100.538978" StarRating="3" HotelCode="|103406" HotelName="The Richy Place Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>14/7-8 Petchburi Road Soi Petchaburi 19 (Juldis) Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/0/6/103406_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 10 minutes away from Central World Shopping the shopping centre of. ROOM: The establishment has non-smoking rooms, They have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.52" OriginalAmount="33.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.86336" Longitude="100.55778" StarRating="3" HotelCode="|186463" HotelName="Kpp Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Yaek 18 Soi 47, Ngam Wong Wan Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/4/6/3/186463_5b1acf21127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.66" OriginalAmount="33.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74977" Longitude="100.47012" StarRating="0" HotelCode="|483374" HotelName="Double D Rooms and Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>166/126 Charan Sanitwong Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/3/7/4/483374_7e471e11346.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.66" OriginalAmount="33.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7138845" Longitude="100.5808021" StarRating="3" HotelCode="|103533" HotelName="Nine Place Sukhumvit 40 - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3763/13-14, 3757/ 5 end of soi sukumwit 40 , last bridge on left hand side, Rama 4 Road, Klong Toey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/3/3/103533_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 5 minutes drive away from Eastern the bus station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.66" OriginalAmount="33.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.680893" Longitude="100.605325" StarRating="1" HotelCode="|537800" HotelName="Atroom Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131 Soi Sukhumvit 66/1, Bang na</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/8/0/0/537800_b3ec8861043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.70" OriginalAmount="33.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.752199" Longitude="100.624414" StarRating="3" HotelCode="|406760" HotelName="The Garden Living" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>27/2 Seri Village 1 Soi Ramkhamhaeng 24 Yaek 22 Ramkhamhaeng Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/7/6/0/406760_e1e4dfe1201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.71" OriginalAmount="33.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78748" Longitude="100.63124" StarRating="3" HotelCode="|240086" HotelName="The Bedroom Ladprao 101" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>99 Ladprao 101 Road Yak 38 Klongchan, Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/0/8/6/240086_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.73" OriginalAmount="33.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73076" Longitude="100.5639" StarRating="3" HotelCode="|187767" HotelName="Sukhumvit 20 Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>64/1 sukhumvit soi 20, Sukhumvit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/7/6/7/187767_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.74" OriginalAmount="33.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7201845" Longitude="100.5481752" StarRating="3" HotelCode="|403617" HotelName="Hap @ Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27/23 Soi Sri-bamphen, Sathorn Road, sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/6/1/7/403617_f4197791136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.75" OriginalAmount="33.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73304" Longitude="100.57292" StarRating="3" HotelCode="|439835" HotelName="Arawana Residence Phromphong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2/22 Soi Sukhumvit 41, Bangkok, Bangkok, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/8/3/5/439835_d99069a1701.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.81" OriginalAmount="33.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7586733" Longitude="100.4964784" StarRating="3" HotelCode="|103553" HotelName="Dandd Inn Khaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Khaosan Road, Pranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/5/3/103553_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Khaosan Road the Street of. FACILITIES: This establishment a spa, an internet cafe and a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.82" OriginalAmount="33.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7168668" Longitude="100.7761316" StarRating="3" HotelCode="|65391" HotelName="Great Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1892/1 LAT KRABANG ROAD; LAT KRABANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/3/9/1/65391_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 5 minutes drive away from Suvarnabhumi Airport 4 kilometres away from Ladkrabang the Railway Station of 14 kilometres away, you can find Seacon the shopping centre. FACILITIES: The establishment boasts an outdoor pool, WiFi (free of charge), a transfer service to the airport and a massage service. The hotel for non-smokers, has a reception, ticket sales, car hire, tourist information and a car park (free of charge). ROOM: The spacious rooms, has a balcony, cable television, a bathroom with a shower and toiletries. RESTAURANT: Regarding gastronomy, the establishment offers a restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.83" OriginalAmount="33.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7534" Longitude="100.53836" StarRating="3" HotelCode="|237834" HotelName="Cloud Nine Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>79/7 Soi Julladis, Phayathai Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/8/3/4/237834_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.83" OriginalAmount="33.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.784297" Longitude="100.513172" StarRating="3" HotelCode="|172949" HotelName="Uma Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>580 Si Yan Soi 1 Nakhonchaisi Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/4/9/172949_f1b5b7b1129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.86" OriginalAmount="33.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.68914" Longitude="100.60899" StarRating="3" HotelCode="|245845" HotelName="Heyha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2346-23489 Sukhumvit road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/8/4/5/245845_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.86" OriginalAmount="33.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7565486" Longitude="100.5587205" StarRating="4" HotelCode="|83097" HotelName="Hi Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>ASOKE DIN-DAENG RD., DIN DAENG 649-649/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/9/7/83097_b6a5ddd0942.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, has conference rooms, meeting rooms, a secretary service and a business centre. The establishment has WiFi, a television and meeting facilities (free of charge), (on request), This urban hotel, was built in 2009, has 143 rooms and suites. The establishment boasts a hall with a reception, express check-out, air-conditioning, a safety deposit box service, a currency exchange service, a lift, room service and a car park. It also has a cafÃ© and a restaurant. SITUATION: The hotel Ratchadapisek Bangkok it is in it is near MRT Rama 9 the metro station a shopping centre, restaurants and cinemas. ROOM: The establishment has Deluxe rooms and Junior suites with flatscreen television, WiFi, a direct line telephone, individual air-conditioning, a bathroom with a shower and a hairdryer. They also have a king-size bed, a safety deposit box, a mini-bar, a coffee maker, a kettle and a balcony or terrace. FACILITIES: The establishment boasts a swimming pool and a gym. Guests are offered a massage service and spa treatments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.89" OriginalAmount="33.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.718476" Longitude="100.529721" StarRating="2" HotelCode="|391288" HotelName="A Sleep Bangkok Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88, Soi Sathorn9 Sathorn Road, Sathorn, 10120 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/2/8/8/391288_9012bd71456.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="34.91" OriginalAmount="33.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.68917019" Longitude="100.60895686" StarRating="3" HotelCode="586224|750643" HotelName="Heyha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/07/2026" 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="94" TotalAmount="34.92" OriginalAmount="33.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736834" Longitude="100.63209" StarRating="3" HotelCode="|172659" HotelName="Around The World Bandb" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2043 Phatthanakan Rd., (Orange Building between Phatthanakan 43 y 45 ) Suan Luang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/5/9/172659_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.01" OriginalAmount="33.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.647764" Longitude="100.6383739" StarRating="3" HotelCode="|170001" HotelName="Bay  Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>194 Moo 5 Srinakarin Rd., Samrong-nua</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/0/0/1/170001_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, has modern facilities, billiards, a nightclub, karaoke and a cafÃ©. The establishment also offers event rooms, a hall with a reception and express check-out. SITUATION: This establishment, is in the outskirts excellent transport links to the airport and the city centre. it is situated near BITEC the exhibition centre the shopping centres, the airport and the city. ROOM: Each room has a double or king-size bed, a bathroom with a shower, a bath, a hairdryer, an air-conditioning system, a direct line telephone, a television, a safe and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742657521899" Longitude="100.50809562206" StarRating="3" HotelCode="185907|48299" HotelName="iCheck inn Regency Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>204, 206, 208 Charoenkrung Soi 14, Charoenkrung Road, Samphanthawongse, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/2f/6c2f79cfadf400be0ab6d5cc0a694878cf792998.JPEG</HotelPictures>
        <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="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.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="35.02" OriginalAmount="34" MarkupRule="3.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="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76335292" Longitude="100.5020236" StarRating="2" HotelCode="338669|62369" HotelName="Roof View Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725524" Longitude="100.580198" StarRating="2" HotelCode="65490|8970" HotelName="Sawasdee Sukhumvit Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="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="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.762072" Longitude="100.731542" StarRating="3" HotelCode="224724|30893" HotelName="Suphan Lake Hometel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <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="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719742" Longitude="100.775874" StarRating="2" HotelCode="888671|48841" HotelName="Thong Ta Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 16/07/2026" 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="35.02" OriginalAmount="34.00" MarkupRule="3.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="Non Refundable" 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="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754288" Longitude="100.613385" StarRating="3" HotelCode="188234|regent_ramkhamhaeng" HotelName="Regent Ramkhamhaeng and Apartment" Meals="ROOM ONLY" 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="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740617828852" Longitude="100.48402311195" StarRating="3" HotelCode="362685|baan_khun_nine_at_wangdoem" HotelName="Baan Khun Nine Hostel Wangdoem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>274/7 Itsaraphap Road, Wang Doem, Wat Arun, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/ed/71ed15b327040058cea9844ed42ad33506e37a69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75918863" Longitude="100.49650392" StarRating="3" HotelCode="349121|dd_inn" HotelName="D&amp;D Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.733148215203" Longitude="100.51451520827" StarRating="2" HotelCode="398387|loftel_22_hostel" HotelName="Loftel 22 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/07/2026" 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="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70737262" Longitude="100.39256675" StarRating="2" HotelCode="424396|at_home_phetkasem" HotelName="At Home Phetkasem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>55/1 Soi Phetkasem 57, Phetkasem Road, Laksong Bangkae, South Thonburi, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/12/8f124d3b161c45271289356570e1d47e9a83467d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;At Home Phetkasem is a popular choice amongst travelers in Bangkok, whether exploring or just passin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.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 15/07/2026">
        <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="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.816242613547" Longitude="100.63879747536" StarRating="3" HotelCode="394224|asia_resort_kaset_nawamin" HotelName="Asia Resort Kaset Nawamin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24/46 Kaset-Nawamin Road Soi Jamjan, Klongkum, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/95/16959c205ba1ff903b69667f1543bc937c507f50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.697877069042" Longitude="100.43631949595" StarRating="3" HotelCode="398524|kozy_inn" HotelName="Kozy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>42/24 Kamnanmaen Kallaprapruk Rd., Jomthong, Bangkuntien, 10150 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/1b/c51bd032b44909fb4653daeeac2065d19e30fc90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its range of services and facilities, the accommodation ensures travellers a pleasant and comfo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.925013604556" Longitude="100.600045985" StarRating="3" HotelCode="385396|don_mueang_airport_modern_bangkok_hotel" HotelName="Don Mueang Airport Modern Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Songprapa Road Soi Songprapa 2, Soi Kamnan Pang, Sikan, Donmueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/23/c423eaee31a21c50a37a3046089bb954e27f9422.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73678894" Longitude="100.6321129" StarRating="2" HotelCode="449074|around_the_world_bed_and_breakfast__hostel" HotelName="Around The World Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>2043 Phatthanakan Road, Suan Luang, Bangkok, 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/a1/5aa1536d4debbc1c363d82bab5ee6e6b0cba16d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="820185|plume_residence_minburi" HotelName="Plume Residence Minburi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>222 Srihaburanukit 11</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/6c/a36c3e7c4d243cae2d2edf36757183497d8ee854.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.92937995" Longitude="100.58415132" StarRating="0" HotelCode="841572|sweetloft_hotel" HotelName="Sweetloft Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="967340|oyo_431_plearnwan_deluxe_mansion" HotelName="Plearnwan Deluxe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Lat Phrao 54, Wangthonglang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/7d/707da25957c7e3cf4f4b9007ea862961baf54c55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77572444" Longitude="100.56481755" StarRating="0" HotelCode="958055|sound_at_sleep_hotel" HotelName="Sound@sleep Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5325 Pracha Songkhro Road, Din Daeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ab/01ab22f0440dbca566480fa25a5e37ce2123e158.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.05" OriginalAmount="34.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7431737" Longitude="100.5081254" StarRating="3" HotelCode="|103625" HotelName="Arawana Express Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>204-208 Charoenkrung Road Soi 14 Samphantawongse</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/2/5/103625_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Chinatown the heart of. ROOM: The rooms have an American kitchen and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.08" OriginalAmount="34.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7864388" Longitude="100.6135217" StarRating="0" HotelCode="|103561" HotelName="Synsiri 3 Ladprao 83" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi18 Ladprao 83 Klongjaokhunsingh, Wangthonglang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/6/1/103561_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception and a car park (free of charge). SITUATION: This establishment, Bangkok it is in 140 metres away from the establishment, you can find a supermarket.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.08" OriginalAmount="34.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7319796" Longitude="100.5138012" StarRating="0" HotelCode="|359184" HotelName="Tiny Taladnoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80-82 Yotha Road, Talat Noi, Samphanthawong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/1/8/4/359184_3d79c031217.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.08" OriginalAmount="34.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.880409" Longitude="100.588195" StarRating="3" HotelCode="|405361" HotelName="Casa Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99/282 Chaeng Watthana Road, Tung-Songhong Laksi, Bangkok, 10210</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/3/6/1/405361_9e48a2b1110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.10" OriginalAmount="34.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.764151" Longitude="100.4997135" StarRating="2" HotelCode="|82567" HotelName="Suksawad" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>8/3 Samsen 6 Rd., Banglumpou</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/5/6/7/82567_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 350 metres away from Khaosan the street Where customers can find restaurants and shops. RESTAURANT: Customers can enjoy a restaurant. ROOM: Each room has WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.11" OriginalAmount="34.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7723" Longitude="100.62803" StarRating="3" HotelCode="|187923" HotelName="The Plubpla Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>59/1 Soi Ladprao 126 Ladprao Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/9/2/3/187923_1_4648.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="35.15" OriginalAmount="34.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75186768" Longitude="100.5455885" StarRating="3" HotelCode="546292|677479" HotelName="The Bangkok Airport Link Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.17" OriginalAmount="34.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74306" Longitude="100.56559" StarRating="0" HotelCode="|401725" HotelName="Asoke Montri" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 / 19 Soi Sukhumvit 19Klongtoey Nua Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/7/2/5/401725_00368d40840.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.22" OriginalAmount="34.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.930235" Longitude="100.58445" StarRating="3" HotelCode="|404114" HotelName="Sweetloft  Don Muang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi Song Prapha 30 Donmuang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/1/4/404114_2aa84690238.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="35.23" OriginalAmount="34.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721715826333" Longitude="100.50687175317" StarRating="3" HotelCode="319353|677492" HotelName="King Royal II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>291/6 Krungthonburi Road, Klongtonsai, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/fc/b2fc50cceceba2650ea9c012b968c91d36e89d93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.26" OriginalAmount="34.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7204459" Longitude="100.7303097" StarRating="0" HotelCode="|66658" HotelName="Regent Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SOI LADKRABUNG 22, LADKRABUNG 30/1-32/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/5/8/66658_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, has a reception, 72 rooms, 9 floors, a lobby, express check-out, a currency exchange service, a lift, a restaurant, WiFi, room service, a laundry service and a car park. SITUATION: The hotel is situated 4 kilometres away from Suvarnabhumi Airport it is 35 minutes away from Bangkok the centre of. ROOM: The spacious rooms, have a kitchen, a balcony, a bathroom with a shower, a direct line telephone, satellite or cable TV, internet, a coffee maker, a kettle and individual air-conditioning. FACILITIES: It is situated 20 minutes away from a golf club. MEALS: The establishment offers American breakfast and dinner service. PAYMENT METHODS: Customers can pay by JCB, Mastercard and Visa. OBSERVATIONS: The establishment offers a transfer service to the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.35" OriginalAmount="34.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.769527" Longitude="100.647604" StarRating="0" HotelCode="|470029" HotelName="Lucky Elephant" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>nawamin 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/0/2/9/470029_128a7631226.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.43" OriginalAmount="34.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.784838" Longitude="100.568563" StarRating="2" HotelCode="|533126" HotelName="OYO 75446 Travis Inthamara 49" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>31 Soi Inthamara 49, Khwaeng Din Daeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/1/2/6/533126_49725a21425.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.48" OriginalAmount="34.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76015" Longitude="100.49855" StarRating="3" HotelCode="|235485" HotelName="The Secret Service Bed And Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>113/1 Tanee Road, Talat yot Phranakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/4/8/5/235485_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.52" OriginalAmount="34.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78733" Longitude="100.57706" StarRating="3" HotelCode="|186638" HotelName="Diamond Residence Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>62 Soi Hatsadisevi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/6/3/8/186638_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.57" OriginalAmount="34.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7198205" Longitude="100.4958416" StarRating="3" HotelCode="|358307" HotelName="Klean Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>69, Soi Krungthon 4, Krungthonburi Road, Banglumpu Lang, Klongsan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/3/0/7/358307_1_6927.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.58" OriginalAmount="34.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70403" Longitude="100.60187" StarRating="3" HotelCode="|187906" HotelName="The Skyloft Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2099/456, 23rd Flr, Ideo Mobi Sukhumvit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/9/0/6/187906_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.68" OriginalAmount="34.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7733211" Longitude="100.5688525" StarRating="2" HotelCode="|103471" HotelName="Baan Kaew Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>52 Soi Rachadapisek 7 (Soi Nathong 1), Rachadapisek Rd., Din Daeng,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/7/1/103471_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a car park (free of charge) and a restaurant. SITUATION: This establishment, Bangkok it is in it is situated 10 minutes walk away from Robinson and Esplanade the shopping centres.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.72" OriginalAmount="34.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75932" Longitude="100.49681" StarRating="3" HotelCode="|408180" HotelName="Violet Tower At Khaosan Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>139 Khaosan Road Pranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/1/8/0/408180_098ae2e1633.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.72" OriginalAmount="34.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.86238" Longitude="100.55151" StarRating="2" HotelCode="|235568" HotelName="Next Bird Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11/159 Soi Chinnakhet, Ngamwongwan 43 Ngamwongwan Rd. Tungsonghong, Laksi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/6/8/235568_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.75" OriginalAmount="34.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.784459" Longitude="100.583264" StarRating="3" HotelCode="|440517" HotelName="Sogood Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2/1 20 mithuna yek 13, Huai Khwang, 10310 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/5/1/7/440517_5a129ee1002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.76" OriginalAmount="34.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7663479" Longitude="100.6325416" StarRating="2" HotelCode="|82571" HotelName="Synsiri 1 Ladprao 130" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>396 Ladphrao 130 Klongjan Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/5/7/1/82571_7cb250f1044.jpg</HotelPictures>
        <HotelDescription>SITUATION: The establishment is a 5-minute drive away fromThe Mall Bankapi the shopping centre Lotus the supermarket. ROOM: All the rooms have a balcony. FACILITIES: Guests are offered cash machine, a restaurant and a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.77" OriginalAmount="34.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7296244" Longitude="100.5720028" StarRating="3" HotelCode="|103624" HotelName="Arawana Express Phromphong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2/20, 21, 22 Sukhumvit 41, Sukhumvit Road, North Khlongtan, Wattana, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/2/4/103624_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Sukhumvit it is in Phrom Phong BTS Skytrain Station 5 minutes away, you can find Emporium the shopping centre. ROOM: The rooms have a kitchen and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.01" OriginalAmount="34.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.657098" Longitude="100.603414" StarRating="4" HotelCode="|68411" HotelName="Clef" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>951 Bearing 4 &amp; Bearing 6, Sukhumvit 107 Road, Samutprakar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/1/1/68411_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 89 deluxe rooms, The establishment boasts a reception, a safety deposit box service, a currency exchange service, a lift, conference facilities, internet, room service, a laundry service and a car park. SITUATION: It is situated 20 kilometres away fromSuvarnabhumi Airport 15 minutes away from the establishment, clients can find the city centre. ROOM: The rooms have a bathroom with a shower, a hairdryer, satellite or cable TV, a safe, a mini-bar, a coffee maker, a kettle, individual air-conditioning and a king size or double bed. FACILITIES: Guests can enjoy a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75747057341" Longitude="100.64290132335" StarRating="3" HotelCode="398351|54684" HotelName="AC Sport Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>61/1 Soi Ramkhamhaeng 50, Huamark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/ef/2fefb714ffb40d5dd0c95fc9b4d7ec14818de42b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.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 19/07/2026" 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="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75357696" Longitude="100.60852858" StarRating="3" HotelCode="384789|61540" HotelName="Thomson Residence - Ramkhamhaeng" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Ramkhamhaeng Soi 15, Ramkhamhaeng Road, Huamark, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/4f/d34feda9defb3ec36956ed790944f3b68d139fb4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.9152239" Longitude="100.5858797" StarRating="3" HotelCode="|382627" HotelName="Mont Place Donmuang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>252 Chang Akat Uthit Road, Khwaeng Don Mueang, Khet Don Mueang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/6/2/7/382627_e7d3b221139.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.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 17/07/2026" 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="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729617605569" Longitude="100.57198804663" StarRating="3" HotelCode="176264|check_inn_phromphong_3" HotelName="iCheck inn Regency Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Village,Business Hotel" CnxPolicy="Free CXL until 16/07/2026" 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="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.717823909166" Longitude="100.52568286658" StarRating="4" HotelCode="130259|the_heritage_hotels_sathorn" HotelName="The Heritage Hotels Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.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 18/07/2026" 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="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738842769483" Longitude="100.55305774246" StarRating="3" HotelCode="309877|orchid_inn_2" HotelName="Orchid Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" 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="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73901875" Longitude="100.56024631" StarRating="2" HotelCode="328184|asoke_montri_hostel" 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="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71380888" Longitude="100.58106392" StarRating="3" HotelCode="338608|nine_place_sukhumvit_40" HotelName="Nine Place - Sukhumwit Soi 40-Rama4 branch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 15/07/2026" 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="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.651363870682" Longitude="100.61095761839" StarRating="2" HotelCode="357129|bearing_26_hotel" HotelName="Bearing 26 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.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 16/07/2026" 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="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.764207022586" Longitude="100.49962017187" StarRating="2" HotelCode="376777|suksawad_hotel_2" HotelName="Suksawad Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.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="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76241843" Longitude="100.7476675" StarRating="2" HotelCode="601700|loft_21_apartment_romklao" HotelName="Loft 21 Apartment Romklao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71793094" Longitude="100.50127728" StarRating="3" HotelCode="635653|the_pattern_boutique_hotel" HotelName="The Pattern Boutique Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74981974" Longitude="100.47010089" StarRating="2" HotelCode="613690|double_d_rooms_cafe" HotelName="Double D Rooms &amp; Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78125127" Longitude="100.59183196" StarRating="3" HotelCode="614471|sleep_hotel_bangkok" 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="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.924066" Longitude="100.598186" StarRating="0" HotelCode="694203|homey_donmueang" HotelName="Homey Donmueang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222/3 Songprapa Road, Seekan Sub District, Donmueang District, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/41/e44195879314c4e91559dfaa2c10e88e65719245.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="771794|the_victory_view_hostel_adults_only" HotelName="The Victory View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026">
        <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="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.66037601" Longitude="100.63252381" StarRating="2" HotelCode="776902|nw_apartment_lasalle_59" HotelName="NW Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Soi Lasalle 59 Sukumvit 105 Road, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ee/6deea1fe0474546bf26d7bc03d721c7785ea203b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Bangkok (Bang Na), NIDA Rooms Sukhumvit 20 Bangna is close to Par...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7209318" Longitude="100.54720192" StarRating="3" HotelCode="854783|maderla" HotelName="Maderla Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34/28 Soi Si Bamphen, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/ed/69ed427048455c0219e4b53277c5b58768a2b2cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43/17 Sukhumvit 11, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/c8/edc8793061a9dbf696368a5e10da7c256b31c35a.jpeg</HotelPictures>
        <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="36.05" OriginalAmount="35.00" MarkupRule="3.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Rambuttri Road, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/65/a9652e430e9efff12291cdf91c186357f3c48221.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.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 18/07/2026" 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="94" TotalAmount="36.13" OriginalAmount="35.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76757" Longitude="100.485262" StarRating="0" HotelCode="|359169" HotelName="Yaks House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26/11-13 Arun Amarin Road, Arun Amarin, Bangkok Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/1/6/9/359169_3ab5f171214.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.17" OriginalAmount="35.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7104" Longitude="100.61" StarRating="3" HotelCode="|408714" HotelName="Lee Garden Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>444 ON NUT ROAD SOI ON NUT 10 SUKHUMVIT 77 SUAMLUA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/7/1/4/408714_d2ba1a81258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.20" OriginalAmount="35.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.66882" Longitude="100.63113" StarRating="3" HotelCode="|186549" HotelName="Cs Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Bangna Trad 19, Bangna</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/5/4/9/186549_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.20" OriginalAmount="35.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.782324" Longitude="100.582821" StarRating="3" HotelCode="|406846" HotelName="Hallton  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1917 Soi 20 Mithuna Yaek 19 Huai Khwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/8/4/6/406846_2d80bfc1105.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.21" OriginalAmount="35.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7216374" Longitude="100.582902" StarRating="3" HotelCode="|103507" HotelName="Lodge 61 Bed and Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1221 Sukhumvit Soi 61 (Beside Major Cineplex Ekamai), Klongtan Nue, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/0/7/103507_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Sukhumvit it is in Close to. ROOM: Each room has a balcony and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.21" OriginalAmount="35.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.775306" Longitude="100.481185" StarRating="3" HotelCode="|439485" HotelName="I-Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>46/1 Baromratchonee Road, Bangkok, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/4/8/5/439485_b1a56bb1045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.23" OriginalAmount="35.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.68417" Longitude="100.6204" StarRating="3" HotelCode="|415520" HotelName="12/14 Home Studio" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 Soi Wachiratham Sathit 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/5/5/2/0/415520_89d69011721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.34" OriginalAmount="35.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7463171" Longitude="100.5561805" StarRating="3" HotelCode="|103709" HotelName="Upar Hotels Sukhumvit 11 Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>43/17 Sukhumvit 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/7/0/9/103709_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is near Soi Nana the city centre of the embassies, 10 minutes away, you can find the metro station, Close to bars, restaurants and nightclubs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.34" OriginalAmount="35.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.724335" Longitude="100.539837" StarRating="3" HotelCode="|60654" HotelName="The Embassy Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>31 South Sathorn Road,Thungmahamek</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/5/4/60654_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The All Seasons Sathorn is rated three stars and was built in 2008. it has 108 rooms. SITUATION: It is in the centre of Bangkok.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.42" OriginalAmount="35.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77508" Longitude="100.4805" StarRating="2" HotelCode="|246014" HotelName="Sudyod Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Baromratchonee Rd. Bangbumru, Bangphlat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/0/1/4/246014_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.43" OriginalAmount="35.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.781331" Longitude="100.591811" StarRating="3" HotelCode="|390309" HotelName="Sleep Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>28/9 Soi Pracha Rat Bamphen 26 Yaek 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/3/0/9/390309_cd56a971125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.52" OriginalAmount="35.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.68279" Longitude="100.47408" StarRating="3" HotelCode="|186228" HotelName="14 Living" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2/1 Rama 2, Soi 18, Bangmod</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/2/2/8/186228_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.58" OriginalAmount="35.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.748553" Longitude="100.497823" StarRating="2" HotelCode="|481081" HotelName="Issara by d Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125 Feung Nakorn Road Watratbopit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/0/8/1/481081_4f5d4ea1827.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.75" OriginalAmount="35.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78959" Longitude="100.576089" StarRating="0" HotelCode="|535389" HotelName="Metro Link Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sutthisarn Vinichai Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/3/8/9/535389_2d1f50d1149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.81" OriginalAmount="35.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726585" Longitude="100.516645" StarRating="3" HotelCode="|390320" HotelName="Oyo 225 Premier Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1179/18-22, Soi Charoenkrung 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/3/2/0/390320_6429da01148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.82" OriginalAmount="35.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.769059" Longitude="100.632677" StarRating="0" HotelCode="|391291" HotelName="Oyo 254 Royal Pimand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>559, Ladprao Road, Soi Ladprao 130</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/2/9/1/391291_39520ed1045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.86" OriginalAmount="35.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.776022" Longitude="100.47702" StarRating="3" HotelCode="|408304" HotelName="Baan Pinklao" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3/17 Boromratchonnanee11 Boromratchonnanee road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/3/0/4/408304_538a8541835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.88" OriginalAmount="35.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70559" Longitude="100.379053" StarRating="3" HotelCode="|405294" HotelName="Penyos Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>290 Phetkasem 67 Lane 12 Phetkasem Road Laksong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/9/4/405294_f34a6ef1043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.92" OriginalAmount="35.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7615908" Longitude="100.5000066" StarRating="3" HotelCode="|103412" HotelName="Korbua House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>239/8-11 Phasumen Rd., Taladyord, Phanakorn, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/1/2/103412_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has, WiFi, (free of charge). SITUATION: This establishment, is close to Wat Bowonniwet the Temple of It has excellent transport links to tourist points of interest. ROOM: Each room has a balcony.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.98" OriginalAmount="35.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7189017" Longitude="100.5754754" StarRating="3" HotelCode="|439616" HotelName="Ongkara Bangkok Sukhumvit 36" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>129 Soi Napha Sap 5 Sukhumvit 36, Khlong Toei</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/6/1/6/439616_54348541220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754079422788" Longitude="100.5397939682" StarRating="3" HotelCode="168285|the_cozi_inn" HotelName="The Cozi Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122/32-34 Rachprarop Road, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/8a/6f8a55304d80eac1aec5fbc97eb4fa848551fc09.JPEG</HotelPictures>
        <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="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Krungthonburi Soi 1, Klongtonsai, Klongsarn, 10600 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/ae/ceae9019f0ed78aa7da983fac0e60efc0210b2bc.JPEG</HotelPictures>
        <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="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.792754464603" Longitude="100.57394385338" StarRating="3" HotelCode="166759|lantana_resort_hotel" HotelName="Lantana Resort" Meals="ROOM ONLY" 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="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.80362262" Longitude="100.55641477" StarRating="2" HotelCode="329499|g9_bangkok" HotelName="G9 Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1032/26-27 Phaholyothin Road Soi 18/1, Ruamsirimit, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/44/2b44c21b45c04226304262761c7786f281d19cc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73896851" Longitude="100.55299043" StarRating="3" HotelCode="267694|heaven4_hotel" HotelName="Heaven - 4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/07/2026" 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="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7563309" Longitude="100.5017651" StarRating="3" HotelCode="342819|snooze_hotel_thonglor_bangkok" HotelName="Snooze Hotel Thonglor Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" 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="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.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 13/07/2026">
        <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="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.752018874406" Longitude="100.63423941143" StarRating="3" 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="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.884435138999" Longitude="100.60638351873" StarRating="2" HotelCode="392710|48_ville_2" HotelName="48 Ville Donmuang Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>94/1 Phaholyothin 48, Phaholyothin Road, Anusaowaree, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/03/5e03a1f4ded30cd5fd25f98ef6b7fe231a6a2832.jpeg</HotelPictures>
        <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="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71816374" Longitude="100.7889819" StarRating="3" HotelCode="584223|pongsakorn_boutique_resort" HotelName="Pongsakorn Boutique Resort" Meals="ROOM ONLY" 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="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.91509951" Longitude="100.58589113" StarRating="2" HotelCode="582177|hoppers_place_donmuang_hostel" 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="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7557375" Longitude="100.53669604" StarRating="2" HotelCode="693369|zen_rooms_phetchaburi_13" HotelName="Bird Room Hotel Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/07/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>42 Phetburi Soi 13, Phayathai, Ratchathewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/68/4a68cda7e3e41264f612459f141a0d731c0f4345.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;BIRD ROOM HOTEL -PRATUNAM is offering accommodation in Bangkok. This 2-star hotel offers a 24-hour f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71838066" Longitude="100.76508866" StarRating="2" HotelCode="853494|morning_hostel" HotelName="Morn-Ing Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Soi Lat Krabang, Krung Thep Maha Nakhon, Bangkok, Samut Prakan 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/80/bf80f57f56fb11556031e24c984157e78900a435.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76822573" Longitude="100.62297473" StarRating="3" HotelCode="943388|atelier_suites" 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="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="983682|royal_pimand" HotelName="Royal Pimand by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>559 Ladprao Road, Soi Ladprao 130, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/cc/e2cc4579b6d1a13623438dd7c0d4cf9a01cefcfc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.10" OriginalAmount="36.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.67037" Longitude="100.60503" StarRating="3" HotelCode="|245315" HotelName="Baan Mai Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>3262/2 Soi Wat Bang Na Nai, Bang Na, Bangkok, Bangkok 10260</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/3/1/5/245315_1_7192.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.16" OriginalAmount="36.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.820256" Longitude="100.583398" StarRating="3" HotelCode="|408293" HotelName="Casa Luxe hotel resident" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Soi Ratchadaphisek 36, Lane 19-1, Bangkok 10900</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/2/9/3/408293_50d9a411844.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.26" OriginalAmount="36.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.926366" Longitude="100.595892" StarRating="4" HotelCode="|389762" HotelName="B Your Home Donmueang Airport Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Sorranakhom 3, Songprapa Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/6/2/389762_91950371145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.31" OriginalAmount="36.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72132" Longitude="100.54601" StarRating="0" HotelCode="|187539" HotelName="S1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>35/1-4 Soi Ngamduplee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/5/3/9/187539_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.39" OriginalAmount="36.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743839" Longitude="100.635933" StarRating="2" HotelCode="|532932" HotelName="Siam Rama 9" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>58 Soi Rama IX 57, Phatthanakarn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/9/3/2/532932_15e33fd1105.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.47" OriginalAmount="36.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.69347" Longitude="100.64641" StarRating="3" HotelCode="|186916" HotelName="Kc Place Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Soi Supapong 3 Yaek 1, Srinakarin Road, Bangkok, Bangkok, 10250</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/9/1/6/186916_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.51" OriginalAmount="36.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7257477" Longitude="100.590485" StarRating="3" HotelCode="|164122" HotelName="Greenview Ekkamai 10" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>688 Soi Sukhumvit 65,Sukhumvit Rd.,Prakanong Nua, Wattana,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/1/2/2/164122_ff68de61111.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Sukhumvit the street. FACILITIES: The establishment boasts a swimming pool on the roof terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.61" OriginalAmount="36.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74483" Longitude="100.49213" StarRating="2" HotelCode="|245539" HotelName="Pho Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>109 Soi Tha Ruea Daeng, Maharat Road, Phra Nakhon, 10200 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/5/3/9/245539_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.70" OriginalAmount="36.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76199" Longitude="100.49426" StarRating="3" HotelCode="|187200" HotelName="Wild Orchid Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Chana Songkhram, Khaosan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/2/0/0/187200_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.74" OriginalAmount="36.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.66508" Longitude="100.631711" StarRating="3" HotelCode="|172976" HotelName="Win Bangna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bangna km 3 Bangna-Trad 30 Bangna</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/7/6/172976_4ab06cf1022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.74" OriginalAmount="36.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7519571" Longitude="100.5380581" StarRating="3" HotelCode="|403616" HotelName="La Porte Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>20/6 soi Petchaburi 17 Phayathai, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/6/1/6/403616_da25efc1138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.75" OriginalAmount="36.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7231971" Longitude="100.5216481" StarRating="3" HotelCode="|62885" HotelName="For You Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>839 SILOM ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/8/8/5/62885_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has business facilities and leisure areas. ROOM: The Asian in style rooms, have different decorative styles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.76" OriginalAmount="36.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76758" Longitude="100.47678" StarRating="3" HotelCode="|234547" HotelName="Thamrongin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>665/3 Charan Sanitwong Rd. Arun Amarin, Bangkok Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/5/4/7/234547_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.78" OriginalAmount="36.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.752398" Longitude="100.528278" StarRating="0" HotelCode="|408269" HotelName="Timber" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>291/27 SOI PHAYA NAK PHAYATHAI ROAD THANON PHETCHA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/2/6/9/408269_159024d1853.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.84" OriginalAmount="36.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.9094805" Longitude="100.5522984" StarRating="0" HotelCode="|615027" HotelName="T8 Guest House Don Mueang Challenger" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2/136 Poppular Condo Donmueang, Building T8, Unit 3/36, Changwattana Road, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/5/0/2/7/615027_545e9320204.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.90" OriginalAmount="36.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.755425" Longitude="100.50014" StarRating="3" HotelCode="|404159" HotelName="Baan Kachitpan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>31 Trok Silp Dinso Road Bavornnivej Pranakorn Bang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/5/9/404159_cd74cb50405.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7719118" Longitude="100.63206517" StarRating="3" HotelCode="945711|221865" HotelName="130 Hotel &amp; Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>25 Lat Phrao Soi 130, Khlong Chan, Bang Kapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/04/ff0465c203d33c0aa117cefe0669a221ed79fed6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76682344" Longitude="100.64651519" StarRating="3" HotelCode="522784|173807" HotelName="Pantip Hotel Ladphrao" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/07/2026" 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="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721692" Longitude="100.58305833333" StarRating="4" HotelCode="915486|57422" HotelName="Lodge 61 Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1221 Sukhumvit Soi 61, Wattana</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/07/26071a3688f9b755e594b0737c7e0a2c9c100736.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76636" Longitude="100.63212" StarRating="3" HotelCode="|188039" HotelName="Synsiri Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93/1 Panya-Ramintra Rd. Kunnayao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/0/3/9/188039_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.785749" Longitude="100.574109" StarRating="3" HotelCode="160305|pietra_bangkok" HotelName="Pietra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>254 Ratchadapisek Road, Huay-Kwang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/64/e4649fd3815b8a9cdc99ebb16b27ab1505e59692.PNG</HotelPictures>
        <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="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719" Longitude="100.549597" StarRating="3" HotelCode="136256|the_tivoli_hotel_bangkok" 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="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75936987" Longitude="100.49645371" StarRating="3" HotelCode="338359|dang_derm_hotel" HotelName="Dang Derm Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Khaosan Road, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/6d/fe6d27e2e3df4e42e915ecf32cb1623ec396ec8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.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 16/07/2026">
        <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="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76114802" Longitude="100.49616781" StarRating="3" HotelCode="380579|sawasdee_house" 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="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75334122" Longitude="100.53724168" StarRating="2" HotelCode="572405|micro_hostel" HotelName="Micro Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/07/2026">
        <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="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76762151" Longitude="100.48522824" StarRating="2" HotelCode="624027|yaks_house_hostel" HotelName="Yaks House Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26/11-13 Arun Amarin Road, Arun Amarin, Bangkok Noi, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/cb/ffcb322f331973a34f32afb58857cbdb1690961d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Yaks Hostel lies within 1.9 km from Khaosan Garden . All the necessary facilities, including a desig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72180214" Longitude="100.78394556" StarRating="2" HotelCode="701757|mariya_lady_hostel_at_suvarnabhumi_airport_female_only" HotelName="Lady M Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2418/2 Latkrabang Road, Latkrabang 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/6e/296e649b7858828104b1f2e31b40323fdca4655e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75272648" Longitude="100.48369481" StarRating="2" HotelCode="780500|ekanake_hostel" 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="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72467524" Longitude="100.48653494" StarRating="0" HotelCode="866152|51_suanplu_residence" HotelName="51 Suanplu Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Soi Thoet Thai 9, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/73/3c73bb910e2461602b21115dfa7cc2989950420a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="854042|royale_8_ville" HotelName="Royale 8 Ville" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <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="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.92601574" Longitude="100.60030667" StarRating="0" HotelCode="958788|suthep_home_hostel" HotelName="Suthep Home &amp; Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 Soi Saranakom 8 Yak 6, Sikan, Donmaung, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/ab/f8abfe4d8bdb7563505c50c06bfcfdd0da22f113.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="38.22" OriginalAmount="37.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.724807" Longitude="100.524524" StarRating="3" HotelCode="188186|656132" HotelName="Diamond Residence Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.31" OriginalAmount="37.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.786376" Longitude="100.570622" StarRating="0" HotelCode="|172862" HotelName="Siamaze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 Soi Ratchadapisek 17, Ratchadapisek Rd., Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/8/6/2/172862_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.36" OriginalAmount="37.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.840665" Longitude="100.662964" StarRating="3" HotelCode="|172962" HotelName="Viva Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>90 Khubon Road, Ramintha, Kannayao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/6/2/172962_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.45" OriginalAmount="37.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7883739" Longitude="100.5749135" StarRating="3" HotelCode="|172704" HotelName="Double Dd House At Mrt Sutthisarn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Udomsuk Alley 4 Suthisanvinichai Samsennok Huaykwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/7/0/4/172704_9ce196f1104.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.45" OriginalAmount="37.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75359" Longitude="100.78949" StarRating="3" HotelCode="|245339" HotelName="Pn Home Service" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>164 Chalong Krung Road Happy Place Village 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/3/3/9/245339_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.50" OriginalAmount="37.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754731" Longitude="100.539527" StarRating="3" HotelCode="|536841" HotelName="Amber Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115/5-7 Petburi17 Pratunam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/8/4/1/536841_d4a32302028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.51" OriginalAmount="37.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763884" Longitude="100.500757" StarRating="4" HotelCode="|439711" HotelName="Samsen Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 Soi Woraphong, Ban Phan Thom, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/7/1/1/439711_6369f2b1043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.53" OriginalAmount="37.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.718416" Longitude="100.529592" StarRating="0" HotelCode="|533815" HotelName="A Room Bangkok Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>98 Soi Narathiwat Ratchanakarin 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/8/1/5/533815_35b51751109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.55" OriginalAmount="37.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8514035" Longitude="100.5548465" StarRating="3" HotelCode="|164157" HotelName="Siam Paradise Entertainment Complex" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>44/46-49 soi Ngamwongwan 51, Ngamwongwan Road, Ladprao, Jatujak, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/1/5/7/164157_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is situated 15 kilometres away from The Mall the shopping centre of. ROOM: Each room has an air-conditioning system and WiFi (free of charge). FACILITIES: Guests are offered a massage service, a launderette and a transfer service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.68" OriginalAmount="37.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.922978" Longitude="100.597655" StarRating="3" HotelCode="|406394" HotelName="Donmueang Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Alley Khwaeng Don Mueang Khet Don Mueang Krung T</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/3/9/4/406394_992de7e1137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.75" OriginalAmount="37.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.682733" Longitude="100.60557" StarRating="3" HotelCode="|391045" HotelName="Star Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>369 alley 13, Sukhumvit 66/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/0/4/5/391045_0588d101149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.76" OriginalAmount="37.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72709" Longitude="100.5377" StarRating="2" HotelCode="|478083" HotelName="Freesia Saladaeng Silom Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Soi Yommarad , Saladaeng Rd., Silom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/0/8/3/478083_6f1a1c71255.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.79" OriginalAmount="37.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.67659" Longitude="100.515716" StarRating="2" HotelCode="|468108" HotelName="The View Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>49/1 Thanon Rat Burana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/1/0/8/468108_288e1ce1752.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.82" OriginalAmount="37.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.717892" Longitude="100.50126" StarRating="3" HotelCode="|411695" HotelName="The Pattern Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Krungthonburi Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/6/9/5/411695_39ccad11657.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.91" OriginalAmount="37.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736384" Longitude="100.553457" StarRating="3" HotelCode="|404500" HotelName="NK GUESTHOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit 4 Alley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/5/0/0/404500_0da043e0925.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.95" OriginalAmount="37.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8883" Longitude="100.561" StarRating="3" HotelCode="|405207" HotelName="The Willing and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106 66 Soi Chaeng Watthana 15 Chaeng Watthana Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/0/7/405207_25214210737.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.96" OriginalAmount="37.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.822309" Longitude="100.578577" StarRating="2" HotelCode="|456018" HotelName="You" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>59 Soi Suea Yai Uthit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/0/1/8/456018_4659c3a1754.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="38.98" OriginalAmount="37.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76663676" Longitude="100.47017093" StarRating="2" HotelCode="475977|690833" HotelName="Riski Residence Bangkok-Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 15/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.00" OriginalAmount="37.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7223729" Longitude="100.5055295" StarRating="3" HotelCode="|278939" HotelName="Aim House Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>95,99 Soi Charoennakorn 14, Klongtonsai, Klongsan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/9/3/9/278939_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="39.01" OriginalAmount="37.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726763879471" Longitude="100.73562704249" StarRating="3" HotelCode="531448|560941" HotelName="Sunny Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/07/2026" 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="94" TotalAmount="39.04" OriginalAmount="37.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76906" Longitude="100.62208" StarRating="3" HotelCode="|187196" HotelName="Yotaka Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>246/7 soi Mahadtai, Ladpraw 122 road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/1/9/6/187196_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.04" OriginalAmount="37.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.67343" Longitude="100.454628" StarRating="3" HotelCode="|408300" HotelName="14 Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Praram2 Soi 42 Bangmod Jomthong, Chom Thong, 10150 Bangkok, Thailand, Bangkok Province</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/3/0/0/408300_73560ed1851.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.06" OriginalAmount="37.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.69243" Longitude="100.6139" StarRating="3" HotelCode="|410572" HotelName="The Arni Sukhumvit 101" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Punnawithi 21 Sukhumvit 101</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/5/7/2/410572_64bd9b71516.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.07" OriginalAmount="37.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726655" Longitude="100.530937" StarRating="0" HotelCode="|476790" HotelName="Tini Kati - Silom Bird House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>5/10 Soi Silom 3 (Soi Pipat) Silom Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/7/9/0/476790_00239ee0016.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.08" OriginalAmount="37.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.83959" Longitude="100.58232" StarRating="3" HotelCode="|235647" HotelName="Livotel Kaset Nawamin Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>333 Soi Phaholyothin 34 Sena Nikhom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/6/4/7/235647_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.11" OriginalAmount="37.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7623931" Longitude="100.5649875" StarRating="3" HotelCode="|358042" HotelName="Blissotel Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>322/389-390 Ratchada Soi 3, Asoke-Dindang, Dindang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/0/4/2/358042_8fc0e161043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.11" OriginalAmount="37.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7350203" Longitude="100.6330721" StarRating="2" HotelCode="|62933" HotelName="Bangkok Rama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PATTANAKARN ROAD , SUAN LUANG 1546</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/9/3/3/62933_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: this comfortable hotel, has a lobby, with a reception, a nightclub, a restaurant, conference facilities, a laundry service and a car park. SITUATION: It is inPattanakarn Road a quiet, residential area of Seri Center and Seacon Square it is near it is situated 58 kilometres away from Suvarnabhumi Airport. ROOM: The spacious rooms comfortable, have a mini-bar, a smoke detector, room service, spacious bathrooms, bath or shower, satellite and cable television, a safe and an air-conditioning system. FACILITIES: Outdoors, clients can enjoy a swimming pool and a garden with tropical plants. Clients can enjoy a massage service, billiards and a gym. PAYMENT METHODS: Customers can pay by Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a breakfast service and an Ã  la carte lunch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.13" OriginalAmount="37.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7655243" Longitude="100.4976554" StarRating="3" HotelCode="|103592" HotelName="Penpark Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Samsen 3 Samsen Road, Pranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/9/2/103592_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in, Bangkok the city of a 10-minute walk away from Khaosan the street. HOTEL: This hotel has a terrace on the rooftop, a restaurant, rooms with air-conditioning and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.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 17/07/2026" 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="94" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73813" Longitude="100.51901" StarRating="0" HotelCode="|243630" HotelName="Inn Stations" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>290 Rama IV Road Khet Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/6/3/0/243630_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757309968845" Longitude="100.50334274769" StarRating="3" HotelCode="163906|sourire__rattanakosin" HotelName="Sourire@Rattanakosin Island" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>235 Rajdamnern Avenue, Bavornniwet, Pra Nakhon, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/35/33353f7b0b63ba09b23d72b090f2f33d78ccc720.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754693970952" Longitude="100.51049494201" StarRating="2" HotelCode="337843|smile_inn" HotelName="Smile Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>136-138 Damrongrak Road, Pom Prap Sattru Phai, Soi Trok Kee Thao, Behind Bo Bae Tower, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/c8/ffc896f3c48c60ce923d8f0a57a9a228344cfc01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service and a laundr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.854104985501" Longitude="100.53504679539" StarRating="3" HotelCode="305997|riski_residence" HotelName="Riski Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.829496104833" Longitude="100.57128135536" StarRating="3" HotelCode="340639|sena_house" HotelName="Sena House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15/1-9 Soi Phaholyothin30 Phaholyothin Road, Chankasem Chatuhak Bangkok, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/b5/7bb5792fb1fa973b0e4c2c7fa6ea541d84d35aea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.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 18/07/2026" 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="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.80140023" Longitude="100.61016635" StarRating="2" HotelCode="510049|zen_rooms_ladprao_soi_71" HotelName="The Villa 71 Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75704157" Longitude="100.52187555" StarRating="2" HotelCode="515390|bangkok_city_suite" HotelName="Bangkok City Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/07/2026" 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="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75239896" Longitude="100.52595373" StarRating="2" HotelCode="549202|the_spades_hostel" HotelName="The Spades Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79477702" Longitude="100.61289532" StarRating="0" HotelCode="561929|bb_house_mini_suite_hotel" HotelName="BB House Mini Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>174 Soi Ladphraow 71, Khlong Chaokhun Sing Sub-District, Wang Thonglang District, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/18/27186734ad811c79004d9fae35424137fde0d337.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.66565516" Longitude="100.63161421" StarRating="3" HotelCode="520027|win_mansion" 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="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74896134" Longitude="100.63570107" StarRating="3" HotelCode="586461|the_pool_resort" HotelName="The Pool Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" 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="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71057717" Longitude="100.49811145" StarRating="2" HotelCode="624492|pama_house_boutique_hostel" HotelName="Pamahouse Boutique Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.81228964" Longitude="100.57020945" StarRating="2" HotelCode="623215|grand_view_condo15" HotelName="Grand View Condo15" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>189/9 Lat Phrao 15 Junction 1-3, Chomphol, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/b0/f7b05772ff01fed4284fec33db868ddd2ce8757b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="781735|the_orientale" HotelName="The Orientale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 Thanon Klan Tan, Talad Noi, Samphanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/16/7c16f5041d910cc544c32942798bfeda2b249867.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75230631" Longitude="100.52812504" StarRating="2" HotelCode="765993|timber_hostel" HotelName="Timber Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026">
        <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="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75866402" Longitude="100.49976898" StarRating="2" HotelCode="876225|nina_guesthouse" 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="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.722116" Longitude="100.771705" StarRating="2" HotelCode="888405|grand_pinnacle" HotelName="Grand Pinnacle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Golf,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>444/4 Soi Maecham, Ladkrabang Road, 1666/1 Soi Maecham, Ladkrabang Road, 10520 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/7f/e97fcbb5222edea99a91fa3215215538ee9294d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located on Ladkrabang Road, between Ladkabang Soi 11 and 13. It is around an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="973743|hallton_hotel_bangkok" 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="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="967357|samsen_street_hotel" HotelName="The Samsen Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soi Samsen 6, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/92/4692f0f5ffdd5e70ede3aac67854338c7b1fcd9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.25" OriginalAmount="38.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8918533" Longitude="100.5790194" StarRating="0" HotelCode="|403614" HotelName="Wayha Don Mueang Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi Chaeng Watthana 10, Yaek 9-3, Thoongsonghong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/6/1/4/403614_997bda61117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.28" OriginalAmount="38.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723011" Longitude="100.536032" StarRating="5" HotelCode="|38665" HotelName="Urbana Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOUTH SATHORN ROAD, TUNGMAHAMEK 55</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/6/5/38665_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 145 rooms, a lobby with a reception, a safety deposit box service, a lift, a restaurant, WiFi, room service, a laundry service and a car park. SITUATION: This aparthotel, is in a residential area, is situated in Sathorn the street nearby, you will find the business area, is located near the shopping centres, the embassies, 10 minutes away, you can find Lumpini park shops, is situated 10 kilometres away from Don Mueang Airport this hotel is situated 35 kilometres away from Suvarnabhumi Airport. ROOM: The establishment has luxurious, one, two or three bedroom apartments and attics. The rooms a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, a satellite television, a radio, internet, a safety deposit box, a kitchen with fridge, a coffee maker, a kettle, an iron and individual air-conditioning. FACILITIES: The establishment boasts a swimming area, a wellness centre, basketball courts and badminton. The establishment also has a hydromassage pool, a sauna and a terrace with deck chairs. MEALS: Guests can book bed and breakfast, The establishment offers Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard and Visa. OBSERVATIONS: Customers have reception, a concierge service and security.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.40" OriginalAmount="38.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.83758" Longitude="100.5755" StarRating="3" HotelCode="|242349" HotelName="P24@kaset" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi Phahonyothin 36 Senanikom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/3/4/9/242349_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.48" OriginalAmount="38.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79078" Longitude="100.54331" StarRating="3" HotelCode="|186457" HotelName="At Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>169/13 Pradipat Rd. Between Soi 15-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/4/5/7/186457_53bb3301119.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.55" OriginalAmount="38.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8320257" Longitude="100.5593729" StarRating="2" HotelCode="|103637" HotelName="Super Oyo Capital O 564 Nature Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1/19 Soi Vipavadee-Rangsit 38, Vipavadee Rangsit, Ladyao, Jatujuk</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/3/7/103637_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers WiFi (free of charge), modern rooms, a restaurant and private parking (free of charge). SITUATION: This establishment, is near the main avenue, JJ the shopping centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.55" OriginalAmount="38.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753094" Longitude="100.608618" StarRating="3" HotelCode="|172945" HotelName="Thomson  Huamark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ramkhamhaeng 7 Ramkhamhaeng Soi 15, Ramkhamhaeng Road, Huamark</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/4/5/172945_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.56" OriginalAmount="38.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763059" Longitude="100.624229" StarRating="4" HotelCode="|389765" HotelName="Aunchaleena Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>453, Soi Lat Phrao 122</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/6/5/389765_c5861bf1137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.58" OriginalAmount="38.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7211478" Longitude="100.7240569" StarRating="0" HotelCode="|71473" HotelName="The Cottage Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>LARDKRABANG RD, SOI LARDKRABANG 20/1, LARDKRABANG 888/8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/4/7/3/71473_8a5d29a1038.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 2010, has 95 rooms, 6 suites and 2 floors. It has a lobby with express check-out, a reception, a lift, a games room and a restaurant. The establishment offers guests internet (for a fee), a laundry service and a car park. SITUATION: Close to the establishment, clients can find a commercial centre, 20 minutes away from the establishment guests have Seacon Square and Central Bangna the shopping centres it is situated in the surrounding area of public transport stops, 30 minutes away from the establishment, clients can findSiam the Square of a bazaar and Bangkok the city centre of 60 minutes away from the establishment you have the Royal Palace, is situated 45 kilometres away from Suvarnabhumi Airport it is situated 40 kilometres away from Don Mueang Airport. ROOM: The rooms have a shower, a king size or double bed, individual air-conditioning and a balcony or terrace. FACILITIES: The establishment boasts a swimming pool with a terrace, The establishment also offers a games room with billiards and PlayStation. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.60" OriginalAmount="38.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.766695" Longitude="100.6436866" StarRating="3" HotelCode="|103593" HotelName="Mall Suites Express" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3530 Soi 144, Ladphrao Road, Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/9/3/103593_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is next to The Mall Bangkapi the department stores. HOTEL: The establishment boasts a shopping gallery, Thai massage (for a fee), a car park (free of charge) and apartments.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.63" OriginalAmount="38.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.775511" Longitude="100.480931" StarRating="3" HotelCode="|416574" HotelName="@42 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Soi Borommaratchachonnani 2/3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/5/7/4/416574_e45b9f91040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.66" OriginalAmount="38.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736483" Longitude="100.553884" StarRating="3" HotelCode="|416612" HotelName="Nk Guesthouse 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>73/12 Sukhumvit 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/6/1/2/416612_8f6e72e1743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.67" OriginalAmount="38.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7571499" Longitude="100.5640366" StarRating="3" HotelCode="|66690" HotelName="Centric Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOI YUCHAROEN , ASOKE - DINDANG RD, DINDANG 502/29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/9/0/66690_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel and has 126 rooms, This air-conditioned establishment has a lobby, a reception, a safety deposit box service, a lift, a cafÃ©, a restaurant, internet, room service and a laundry service. nearby, there is a car park. SITUATION: This urban hotel, Sukhumvit it is situated 2 kilometres away from near the establishment, guests will find shops, the metro station, is situated 18 kilometres away from Don Mueang Airport it is situated 20 kilometres away from Suvarnabhumi Airport. ROOM: The modern rooms, have a satellite TV, a safe, a writing desk, a direct line telephone, a mini-bar, a terrace, a bathroom with a shower, a hairdryer, a double bed, WiFi, a coffee maker, a kettle and individual air-conditioning. OBSERVATIONS: Customers have security, a reception and wifi. PAYMENT METHODS: Customers can pay by Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.70" OriginalAmount="38.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7546118" Longitude="100.5408212" StarRating="2" HotelCode="|103589" HotelName="Siam Star" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>178/7 Rajprarop 5 Rajprarop Rd, Rajthevee, Pratunam, 10400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/8/9/103589_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the Pathumwan (Bangkok) area Pathumwan (Bangkok), 200 metres from the Station of Ratchaprarop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.77" OriginalAmount="38.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7247465" Longitude="100.5244995" StarRating="2" HotelCode="|103486" HotelName="Oyo 102 Diamond Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>703/705 Silom Road, Opp. Narai Hotel, Silom Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/8/6/103486_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a car park (free of charge), WiFi (free of charge) and a restaurant. SITUATION: This establishment, is in Bangkok the centre of it is situated 5 minutes walk away from Saladaeng the railway station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.78" OriginalAmount="38.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.771726" Longitude="100.612357" StarRating="3" HotelCode="|411453" HotelName="Town In Town Garden Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1203/2-217, Soi Ladprao 94</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/4/5/3/411453_0cf22441004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.81" OriginalAmount="38.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7264809" Longitude="100.5650489" StarRating="3" HotelCode="|103612" HotelName="Honey House 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>106/3-4 Sukhumwit 22, Sukhumvit Road, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/1/2/103612_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 10 minutes away from Emporium the shopping centre. INFORMATION: The establishment offers a transfer service to Promphong the skytrain station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="39.84" OriginalAmount="38.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75518991" Longitude="100.53815907" StarRating="2" HotelCode="305985|358025" HotelName="J Two S Pratunam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/07/2026" 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="94" TotalAmount="39.98" OriginalAmount="38.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78929" Longitude="100.54901" StarRating="2" HotelCode="|239623" HotelName="Kencozy Accommodation" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Sutthisan Winitchai Road Samsen Nai, Phaya Thai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/2/3/239623_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.02" OriginalAmount="38.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721917" Longitude="100.491828" StarRating="3" HotelCode="|170000" HotelName="Bangkok Loft Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 SOMDEJ PHRAJAO TAKSIN ROAD NEAR SOI TAKSIN 7 AN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/0/0/0/170000_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is an ideal place for relaxing air-conditioning in communal areas and a safety deposit box service. SITUATION: This establishment, Bangkok it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="40.04" OriginalAmount="38.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.92644535" Longitude="100.59589642" StarRating="3" HotelCode="611959|646423" HotelName="B your home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/07/2026" 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="94" TotalAmount="40.11" OriginalAmount="38.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.893114" Longitude="100.562461" StarRating="2" HotelCode="|172530" HotelName="Jumbotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34/41 Chaengwattana Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/5/3/0/172530_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.667631" Longitude="100.620153" StarRating="3" HotelCode="89140|9142" HotelName="Avana Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="27" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.706904" Longitude="100.535886" StarRating="3" HotelCode="93362|26954" HotelName="Forum Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="27" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78919067" Longitude="100.54905843" StarRating="2" HotelCode="435350|226070" HotelName="KEN accommodation" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" 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="27" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.92427699" Longitude="100.59943289" StarRating="0" HotelCode="853715|499170" HotelName="Moca Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <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="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763732" Longitude="100.503604" StarRating="3" HotelCode="64964|33279" HotelName="Trang Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7543142" Longitude="100.528416" StarRating="2" HotelCode="|357992" HotelName="Diamond Bangkok Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1/1,Soi Phetburi 10 Phetburi Road, Ratchatavee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/9/9/2/357992_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726981" Longitude="100.658052" StarRating="3" HotelCode="74779|summit_pavilion_bangkok_2" HotelName="Summit Pavilion" Meals="ROOM ONLY" 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="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7578" Longitude="100.5641" StarRating="3" HotelCode="115845|the_centric_ratchada" 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="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746989" Longitude="100.54881" StarRating="3" HotelCode="293445|nantra_ploenchit_hotel" HotelName="Nantra Ploenchit,Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" 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="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.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 17/07/2026" 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="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741068207787" Longitude="100.55565387011" StarRating="2" HotelCode="188270|a7_hostel_bangkok_" HotelName="Atlas Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" 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="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.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="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.747545" Longitude="100.529564" StarRating="2" HotelCode="188269|white_lodge_6" 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="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.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 16/07/2026" 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="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.911207879625" Longitude="100.553022708" StarRating="3" HotelCode="422029|deluxe_at_popular_condo_3" HotelName="Deluxe at Popular Condo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Coffee Shop,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Golf,Laundry,Massage Centre,Parking,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Popular Condo, C5 at Popular Condo Building, Don Muang - Impact, Bangkok, Bangkok Province 11120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/3c/c63c4be7d0a424aaef109077c1ea88f331c645a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Deluxe at Popular Condo in Pak Kret Don Muang - Chang Wattana, you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72123485934" Longitude="100.54602731501" StarRating="2" HotelCode="391574|s1hostel_bangkok" HotelName="S1 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <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="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.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 16/07/2026" 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="40.17" OriginalAmount="39.00" MarkupRule="3.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="40.17" OriginalAmount="39.00" MarkupRule="3.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 18/07/2026" 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="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.888344245136" Longitude="100.60211256407" StarRating="3" HotelCode="495316|area_69_don_muang_maison" HotelName="Area 69 Don Muang Maison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>180/1 Paholyothin 69 Bangkhen, Bangkhen, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/12/6a12163bdf657455649019df8a18883bc07ba2ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.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 17/07/2026" 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="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74940427" Longitude="100.623257" StarRating="3" HotelCode="523296|home_residence" 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="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.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 09/07/2026" 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="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73813546" Longitude="100.51903123" StarRating="2" HotelCode="585672|inn_stations_hostel" 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="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75127721" Longitude="100.74820822" StarRating="2" HotelCode="572164|ibeyond_residence" HotelName="I-Beyond Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>3/1 Soi Romklao, 21/7 Romklao Road, Klongsamprawet, Ramkhamhang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/98/f8983975eefc4d73ada203fc267213d5629ddb44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74691623" Longitude="100.52464404" StarRating="2" HotelCode="638600|lazy_sunday_hostel" HotelName="Lazy Sunday Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77178464" Longitude="100.61210651" StarRating="3" HotelCode="603638|parc_town_in_town" HotelName="PARC Town in Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/07/2026" 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="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.89210734" Longitude="100.58075436" StarRating="2" HotelCode="625417|wayha_hostel_don_mueang_airport" HotelName="Wayha Hostel Don Mueang Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/07/2026">
        <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="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="876929|sip_n_camp_hostel" HotelName="Sip N' Camp" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>339 Thanon Chakkrawat</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/13/5f1301dd1ad241e5a29ce40b3e5ec078aae4ee5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>139 Khao San Road, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/02/1d0281aacfe8966f20fd62f591ce639e98a30e58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.87065014" Longitude="100.55869872" StarRating="3" HotelCode="945686|the_journey_hotel" 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="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="973716|ze_residence_bang_aor" HotelName="Ze Residence Bang Aor Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>486 Charan Sanitwong Road, Bang Ao, Bang Phlat, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/9d/c69d0f8b3ab8dfee4d67151299136ed172b45b49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.23" OriginalAmount="39.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7213963" Longitude="100.7951985" StarRating="3" HotelCode="|60669" HotelName="Silver Gold Garden Suvarnabhumi Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>LUANGPENG RD, LATKRABANG 541/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/6/9/60669_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, has renovated in 2008, 4 floors, 67 rooms. It has a lobby, a reception, a safety deposit box service and a currency exchange service. Guests can find a restaurant, internet, room service and a laundry service. SITUATION: 25 minutes away from the establishment you haveBangkok the city centre of it is situated 5 kilometres away from Ladkrabang the Railway Station of in front of the hotel there is a bus stop, 20 minutes away, you can find Seacon Square the shopping centre it is situated 4 kilometres away from Suvarnabhumi Airport. ROOM: Clients are offered rooms, large suites, fully-equipped, have a king size or double bed, a bathroom with a shower and a hairdryer. They also have a direct line telephone, a satellite television, a mini-bar, a fridge, an individual air-conditioning system and a balcony or terrace. FACILITIES: Guests are offered a massage service. MEALS: Regarding the food and beverage offering, the establishment offersPanthong the restaurant a continental breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.30" OriginalAmount="39.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7651399" Longitude="100.4959457" StarRating="3" HotelCode="|403597" HotelName="V Varee Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Lamphu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/5/9/7/403597_4444ca91024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.32" OriginalAmount="39.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7734698" Longitude="100.5098283" StarRating="0" HotelCode="|172698" HotelName="Coop Dopa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Suan Sunanta Palace, Nakhornratchasrim Rd., Dusit District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/9/8/172698_8d25bfc1149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.41" OriginalAmount="39.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7400384" Longitude="100.5531145" StarRating="3" HotelCode="|103569" HotelName="Di Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>20/15 Sukhumvit soi 4 Nana Tai Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/6/9/103569_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has WiFi (free of charge), rooms with air-conditioning and cable television. SITUATION: This hotel is a 10-minute walk away from Nana BTS the railway station is situated in Sukhumvit the street.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.43" OriginalAmount="39.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75218" Longitude="100.63421" StarRating="3" HotelCode="|187894" HotelName="The Xtreme Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Huamark Road, Huamark</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/8/9/4/187894_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.44" OriginalAmount="39.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77544" Longitude="100.480904" StarRating="3" HotelCode="|461681" HotelName="Sudyod" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Baromratchonee Road Soi 2/3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/6/8/1/461681_eddbd4f0849.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.47" OriginalAmount="39.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.9264964" Longitude="100.5959192" StarRating="0" HotelCode="|358581" HotelName="B-yourhome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Saranakhom 3 soi, Songprapa rd. Seegun, Donmuang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/5/8/1/358581_1_868.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.48" OriginalAmount="39.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7475957" Longitude="100.5294873" StarRating="2" HotelCode="|172646" HotelName="White Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36/8 Soi Kasemsan 1, Rama Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/4/6/172646_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.48" OriginalAmount="39.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7468325" Longitude="100.5491061" StarRating="3" HotelCode="|131414" HotelName="Nantra Ploenchit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>27/12 Soi Nai Lert Wireless Road, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/4/1/4/131414_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a lift and a laundry service. ROOM: The rooms have an air-conditioning system, cable television, a safe, a fridge, a bathroom with a shower, complimentary bathroom items and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.48" OriginalAmount="39.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7532949" Longitude="100.5438925" StarRating="3" HotelCode="|131485" HotelName="Visiting Card and Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>38/5 Soi Wattanawong, Ratchaprarop road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/4/8/5/131485_1_1082.jpg</HotelPictures>
        <HotelDescription>SITUATION: This welcoming establishment, Pratunam it is near the train. FACILITIES: The establishment has meeting rooms, restaurants and WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.48" OriginalAmount="39.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7197607" Longitude="100.5484371" StarRating="3" HotelCode="|103396" HotelName="The Aim Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106/1 Soi Sri-bamphen, Sathorn Road, Sathorn District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/3/9/6/103396_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sathorn it is in 5 minutes away, you can find Lumpini the Station of. ROOM: Each room has modern facilities and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.48" OriginalAmount="39.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70508" Longitude="100.50573" StarRating="0" HotelCode="|245937" HotelName="Longzhu Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2128/14-16 Charoenkrung 74 Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/9/3/7/245937_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.48" OriginalAmount="39.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.69204" Longitude="100.61171" StarRating="3" HotelCode="|446290" HotelName="Vst Punnawithi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Punnawithi 11 Khwaeng Bang Chak Vst Punnawithi, Bangkok 10260</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/9/0/446290_dae71211026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.51" OriginalAmount="39.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7602314" Longitude="100.4969187" StarRating="3" HotelCode="|82637" HotelName="Sleep With Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>76 Rambuttri Road, Phra Nakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/3/7/82637_14.jpg</HotelPictures>
        <HotelDescription>ROOM: Customers have Thai-style rooms. SITUATION: The establishment, Khaosan Road it is near. FACILITIES: On the rooftop, our customers can find a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.53" OriginalAmount="39.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.829475" Longitude="100.5712348" StarRating="3" HotelCode="|164155" HotelName="Sena House Paholyothin30" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15/1-9 Soi Phaholyothin30 Phaholyothin Road Chankasem Chatuhak Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/1/5/5/164155_39c06151109.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Major Ratchayothin it is 3 minutes away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.59" OriginalAmount="39.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.755248" Longitude="100.538445" StarRating="2" HotelCode="|131310" HotelName="J Two S Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>59 Phetburi Soi 15 (Soi Somprasong 3) Phetburi Road, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/3/1/0/131310_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, WiFi and the massage service. SITUATION: This establishment, is in Bangkok the heart of Pratunam Market 2 minutes walk away, guests can find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.62" OriginalAmount="39.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7410691" Longitude="100.5555902" StarRating="2" HotelCode="|103502" HotelName="Atlas Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>131/5-7 Sukhumvit 7/1, Sukhumvit Road, Wattana,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/0/2/103502_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi, (free of charge), a massage service, rooms with air-conditioning and cable television. SITUATION: This establishment, is in Sukhumvit the street it is in the city centre, 1 minute away from the establishment, clients can find Nana the metro station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.64" OriginalAmount="39.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7649214" Longitude="100.5036241" StarRating="3" HotelCode="|35583" HotelName="Trang Bangkok - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>WISUTKASAT RD, BANGKHUNPHROM,PHRA NAKORN 99/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/5/8/3/35583_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban establishment, has meeting facilities, a lobby, a safety deposit box service, a currency exchange service, a restaurant, internet, room service, a laundry service and a car park. SITUATION: Is situated inWitsutkasat the street it is near the tourist attractions, 7 kilometres away from the establishment, guests will find the railway station situated 10 minutes away from the shopping area, is situated 30 kilometres away from Suvarnabhumi Airport it is situated 60 kilometres away from Don Mueang Airport. ROOM: The rooms have a central air-conditioning system, fitted carpets, a satellite TV, a fridge, a mini-bar, a bathroom with a shower or bath, cold water and hot water. FACILITIES: The establishment has a swimming pool and a sauna. MEALS: Regarding the food and beverage offering, the establishment offersMei Sien the Cantonese restaurant. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.65" OriginalAmount="39.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72113" Longitude="100.5148" StarRating="2" HotelCode="|235726" HotelName="Bangkok Check Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63, 65, 67 Charoen Krung 44 Road Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/7/2/6/235726_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="40.66" OriginalAmount="39.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7588889" Longitude="100.5344444" StarRating="2" HotelCode="178085|138128" HotelName="Dream Town Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Soi Petchburi 11, Petchburi Road, Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/7e/f97eb57ef880d8aaa850797ce8433a54bb1df12a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of downtown Bangkok, just a 5-minute drive from the Phayathai BTS ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.67" OriginalAmount="39.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75598" Longitude="100.53375" StarRating="0" HotelCode="|186811" HotelName="In a Box" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>55/39 Soi Kolit, Phayathai Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/8/1/1/186811_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.81" OriginalAmount="39.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6634" Longitude="100.66" StarRating="3" HotelCode="|408716" HotelName="The Journey Bangna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12/992 Soi Bangna Trad 39 Bangna Trad Road Bang Ka</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/7/1/6/408716_4dbafa41217.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.92" OriginalAmount="39.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.720275" Longitude="100.49631" StarRating="2" HotelCode="|469710" HotelName="14 Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Soi Krung Thonburi 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/7/1/0/469710_7ef28351258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.93" OriginalAmount="39.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7543014" Longitude="100.5375965" StarRating="3" HotelCode="|403988" HotelName="4m Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Phetchaburi Rd, Khwaeng Thanon Phaya Thai, : 45, 6-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/9/8/8/403988_a83a6151116.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.97" OriginalAmount="39.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8697" Longitude="100.62253" StarRating="3" HotelCode="|246093" HotelName="Villa23 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>116/17 Soi Raminthra 23 Raminthra Road Anusawari, Bang Khen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/0/9/3/246093_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.98" OriginalAmount="39.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7396612" Longitude="100.5559377" StarRating="2" HotelCode="|103541" HotelName="Royal Express Inn Sukhumvit by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>4/3 Sukhumvit Soi 8 Sukhumvit Road Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/4/1/103541_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Bangkok it is in 5 minutes away from the establishment, you can find Robinson the shopping centre bars and restaurants. ROOM: All the rooms have WiFi (free of charge), an air-conditioning system and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.98" OriginalAmount="39.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.88789" Longitude="100.60332" StarRating="3" HotelCode="|242210" HotelName="The Royal Bee Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Phahonyothin 69 Phahonyothin Road Kwaeng Anusaowari, Bangkhen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/2/1/0/242210_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.13" OriginalAmount="39.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741183" Longitude="100.5052511" StarRating="2" HotelCode="|358390" HotelName="Sampheng Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>62/1-6 Trok Krai Anuwong Jakrawat Sampanthawong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/3/9/0/358390_f3d863a1203.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.16" OriginalAmount="39.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78521" Longitude="100.57609" StarRating="3" HotelCode="|187440" HotelName="Ratchada Point" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi 8, Sudprasert 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/4/4/0/187440_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.17" OriginalAmount="39.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7054618" Longitude="100.6042376" StarRating="3" HotelCode="|82609" HotelName="Kv Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 Sukhumvit Soi 81, Prakanong, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/0/9/82609_c7a7e121035.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is close to BTS Skytrain On-Nut the train station. ROOM: It has comfortable rooms with a balcony. FACILITIES: You also have at your disposal a restaurant and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726691555732" Longitude="100.53119707918" StarRating="2" HotelCode="378887|201326" HotelName="Silom Bird House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Elevator,Housekeeping,Internet,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>5/10 Soi Silom 3, Soi Pipat, Silom Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/585410/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Silom Bird House is perfectly located for both business and leisure guests in Bangkok. The hotel has...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.83962721" Longitude="100.58240112" StarRating="3" HotelCode="407209|173282" HotelName="Livotel Hotel at Kaset Nawamin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/07/2026" 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="94" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726924" Longitude="100.525984" StarRating="1" HotelCode="|537828" HotelName="El biografo hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>79/3 soi anuman rajdhon, Suriya Wong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/8/2/8/537828_ca3a1750950.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.752449" Longitude="100.538023" StarRating="3" HotelCode="115844|ten_star_inn_hotel" HotelName="Ten Stars Inn" Meals="ROOM ONLY" 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="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76480302" Longitude="100.50272303" StarRating="3" HotelCode="352122|swana_bangkok_hotel" 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="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.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 18/07/2026" 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="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.788291494619" Longitude="100.57503626024" StarRating="3" HotelCode="378790|double_dd_house_" HotelName="Double DD House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Sutthisanvinichai, Udomsuk Alley 4, Samsennok, Huaikhwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ec/03ecd6ee4b6522770c7bd39421c68c4340f6c0ec.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.20" OriginalAmount="40.00" MarkupRule="3.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>246/7 Ladpraw 122 Road, Soi Mahadtai, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/5d/a75d3005d20bf3866fb60edc390f61395376183c.jpeg</HotelPictures>
        <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="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.911224495017" Longitude="100.59169084008" StarRating="3" HotelCode="392615|montri_resort_donmuang_bangkok_2" HotelName="Montri Resort Donmuang Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" 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="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.756085536124" Longitude="100.5334313328" StarRating="2" HotelCode="398163|in_a_box_hostel" HotelName="In a Box Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.83771373" Longitude="100.5754594" StarRating="3" HotelCode="495753|p24kaset" HotelName="P24 Kaset" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Soi Phahonyothin 36, Senanikom, 10900 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b6/9ab62a59daae0ada6479085b46c178340adf007c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.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 15/07/2026" 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="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76482727" Longitude="100.61574995" StarRating="3" HotelCode="439614|marigold_ramkhamhaeng_boutique_apartment" HotelName="Marigold Ramkhamhaeng Boutique Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71739769" Longitude="100.53960023" StarRating="2" HotelCode="520324|mybed_sathorn" HotelName="Mybed Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.80676581" Longitude="100.55747653" StarRating="2" HotelCode="573101|bed_to_bangkok" HotelName="Bed To Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/07/2026" 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="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75372875" Longitude="100.49880247" StarRating="2" HotelCode="683517|mahannop_hostel" HotelName="Mahannop Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 - 24 Thanon Mahannop, Khwaeng Sao Chingcha, Khet Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/fe/f6fe6edecb9c5ecb98f7430cbdc28ed5f872bf62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.724705" Longitude="100.522472" StarRating="3" HotelCode="903949|silom_avenue_inn" HotelName="Silom Avenue Inn" 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,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="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.68909763" Longitude="100.638764" StarRating="3" HotelCode="945518|leenova_hotel" HotelName="Leenova Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.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="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="968217|uneed_guesthouse" HotelName="U-need Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Soi Samsen 1, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/ff/6effea9e8a862fe360865931f669513dd8d14e98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72562476" Longitude="100.52255715" StarRating="0" HotelCode="968183|chocolate_box_mint" HotelName="Chocolate Box Mint" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>29/15-17 Soi Silom 22, Bangrak District, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/a5/47a5f721c44c5b262bea64bfbb30c3c3e38abee4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.24" OriginalAmount="40.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6771165" Longitude="100.6569871" StarRating="3" HotelCode="|404026" HotelName="White House Bizotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Chalermprakiat R.9 Soi 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/0/2/6/404026_e3712791123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.34" OriginalAmount="40.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7355651" Longitude="100.553019" StarRating="3" HotelCode="|104853" HotelName="Woraburi Sukhumvit and Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128/1 Sukhumvit Soi 4, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/5/3/104853_1_1290.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 10 minutes away from Sukhumvit Road the Street of it is located 800 metres away from Nana the skytrain station of. FACILITIES: Guests are offered a swimming pool on the roof terrace, a spa and a transfer service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.36" OriginalAmount="40.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7621022" Longitude="100.5649284" StarRating="3" HotelCode="|82550" HotelName="Roseate Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>504/1 Tanatawey Places Building, Soi Ratchadphisek3 Asok-Dindang Rd. Dindang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/5/5/0/82550_1.jpg</HotelPictures>
        <HotelDescription>ROOM: The rooms are inviting. SITUATION: The establishment is in Ratchada the business area of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.49" OriginalAmount="40.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.748876" Longitude="100.48376" StarRating="0" HotelCode="|532479" HotelName="Poonsuk Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>263/6 Arun Amarin Road, Sirirat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/4/7/9/532479_035e8d91031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.49" OriginalAmount="40.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7895562" Longitude="100.5784731" StarRating="3" HotelCode="|103677" HotelName="Ton Aor Place  Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>67/2 Soi Jareonsak Sutthisanwinitchai Road Huay Khwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/7/7/103677_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is a 5-minute walk away from MRT de Sutthisan the Station of. HOTEL: It has great value with air-conditioning, The establishment also offers a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.54" OriginalAmount="40.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7701392" Longitude="100.6217772" StarRating="0" HotelCode="|408281" HotelName="Yotaka The @Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>190/7 Soi Ladprao 122, Wang Thonglang, Bangkok, 10310</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/2/8/1/408281_dda9c431801.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.57" OriginalAmount="40.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.783267" Longitude="100.572974" StarRating="3" HotelCode="|407077" HotelName="Step One At Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>399 So I13 Ratchada Pisek Road Din Deang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/0/7/7/407077_aed155f1114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.60" OriginalAmount="40.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7219245" Longitude="100.7300169" StarRating="3" HotelCode="|44824" HotelName="The Ivory Suvarnabhumi - Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>LADKRABANG SOI 22 , LADKRABANG BANGKOK 2/1-2/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/2/4/44824_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has has 72 rooms with air-conditioning, a lobby, a reception, a baggage room and a lift. Guests can find a restaurant, The establishment also offers room service and a car park (for a fee). SITUATION: It is inSuvarnabhumi Airport close to the establishment, clients can find shopping centres, golf courses, the industrial areas and the motorway. Seacon Square 20 minutes away from the establishment guests have Seri Centre it is 25 minutes away from 5 kilometres away from the establishment, guests will find Don Mueang Airport. ROOM: The spacious and smart rooms, have double bed or twin bed, a bathroom with a shower, a hairdryer and a satellite or cable television. They also have WiFi and a mini-bar. Guests are offered non-smoking rooms. PAYMENT METHODS: Customers can pay by Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.63" OriginalAmount="40.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7647" Longitude="100.564" StarRating="3" HotelCode="|408271" HotelName="Grandprapa Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>542 Ratchadapisek Soi 3 Yak 10 (Chinese Embassy)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/2/7/1/408271_a0816111812.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.69" OriginalAmount="40.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7506378" Longitude="100.5458799" StarRating="3" HotelCode="|62900" HotelName="Pratunam City Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1091/209 PETCHBURI ROAD; SOI 33 RAJTHEVEE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/9/0/0/62900_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, has 70 rooms, with air-conditioning, also has a reception, a safety deposit box service, a lift, a television room, a breakfast room and a laundry service. SITUATION: This urban hotel is situated in Pratunam the heart of it has good links to the business area, the leisure areas, is situated 35 kilometres away from Don Mueang Airport it is situated 50 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have an air-conditioning system, heating, curtains, (available for a fee) a kettle, a coffee maker, satellite or cable TV, WiFi, a safety deposit box, a mini-bar, a bathroom with a shower and a hairdryer. FACILITIES: Customers can enjoy Thai massages. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.70" OriginalAmount="40.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7895192" Longitude="100.5374993" StarRating="3" HotelCode="|104730" HotelName="Grand Tower Inn Rama Vi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>402 Soi Rewadee, Rama 6 Road, Samsen Nai, Phayathai, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/3/0/104730_1_181.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 10 minutes drive away from Chatuchak the Market of. ROOM: Customers have modern rooms with air-conditioned. FACILITIES: The establishment boasts a swimming pool and a gym. The establishment also offers a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.82" OriginalAmount="40.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76262" Longitude="100.49637" StarRating="0" HotelCode="|247145" HotelName="Bedspread - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Thanon Phra Sumen Trok kai chae Phra Nakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/1/4/5/247145_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.86" OriginalAmount="40.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7571307" Longitude="100.5076697" StarRating="3" HotelCode="|172828" HotelName="P.k. Garden Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>100 Nakornsawan Rd., Pomprab,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/8/2/8/172828_c8240421148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="41.97" OriginalAmount="40.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754549" Longitude="100.53937" StarRating="3" HotelCode="97713|102477" HotelName="Citin Pratunam Hotel by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.04" OriginalAmount="40.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.727606" Longitude="100.530222" StarRating="3" HotelCode="|103515" HotelName="Nantra Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>130/8-12 Soi 8 Silom Road, Suriwong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/1/5/103515_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Bangkok it is in 10 minutes away from the establishment, you can find shops and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="42.09" OriginalAmount="40.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75058427" Longitude="100.54657537" StarRating="3" HotelCode="434909|603249" HotelName="Metro Pratunam Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" 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="94" TotalAmount="42.11" OriginalAmount="40.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79325" Longitude="100.584371" StarRating="0" HotelCode="|468580" HotelName="Abc@48 And Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>863 Soi Lat Phrao 48</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/5/8/0/468580_4ee11851850.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="42.13" OriginalAmount="40.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.688253363819" Longitude="100.60912922856" StarRating="2" HotelCode="308181|755201" HotelName="Spacy BKK" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="42.15" OriginalAmount="40.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.759285821957" Longitude="100.63974074439" StarRating="3" HotelCode="380421|255059" HotelName="Three Seasons Place Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="42.15" OriginalAmount="40.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7647945" Longitude="100.5028213" StarRating="3" HotelCode="|36637" HotelName="Swana Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>VISUTTIKASAT ROAD PRANAKORN 332</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/3/7/36637_47427ec1011.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips and has attentive service, The urban hotel, renovated in 2007, has 55 rooms, 4 floors, a lobby, express check-out, a reception, a safety deposit box service, a cafÃ©, a restaurant, internet (for a fee), WiFi, room service and a laundry service (for a fee), The establishment also has a car park. SITUATION: Is situated in a historic area, has good links to the city centre, the tourist attractions, is situated 50 kilometres away from Bangkok Airport. ROOM: standard rooms, superior rooms and deluxe rooms. The rooms have a spacious bathroom, hot water, an air-conditioning system, cable television with remote control, internet, an iron, individual air-conditioning, a safety deposit box, a mini-bar, a fridge, a coffee maker, a kettle, a hairdryer and a king size or double bed. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.15" OriginalAmount="40.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763921" Longitude="100.616131" StarRating="3" HotelCode="|403620" HotelName="B Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Soi Ramkhamhaeng 43/1 Wangthonglang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/6/2/0/403620_c556a601237.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.15" OriginalAmount="40.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71153" Longitude="100.4323" StarRating="3" HotelCode="|240628" HotelName="14resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2/1-3 Phetkasem Rd Soi 35/1 Bangwha Phasricharoen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/6/2/8/240628_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.16" OriginalAmount="40.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.925983" Longitude="100.600304" StarRating="0" HotelCode="|405801" HotelName="Suthep Home and" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Soi Saranakom 8 Yak 6 Saranakom Road Sikan Donm</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/8/0/1/405801_10a8d4a1140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.16" OriginalAmount="40.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7235618" Longitude="100.4630192" StarRating="2" HotelCode="|103564" HotelName="Bed By Tha-pra  and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>134/12-14 Petchakasem Road Soi 26/1 , Pakkhlong Phasicharoen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/6/4/103564_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers a transfer service to, the station and (free of charge). a lobby and daily newspapers (free of charge). SITUATION: This establishment, is in Bangkok the heart of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.17" OriginalAmount="40.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8706582" Longitude="100.5587167" StarRating="3" HotelCode="|358086" HotelName="The Journey" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>345/65 Soi Ngamwongwarn 47, Yaek 44, Lak Si</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/0/8/6/358086_1_7124.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.21" OriginalAmount="40.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7543499" Longitude="100.5394395" StarRating="3" HotelCode="|358000" HotelName="Patra Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 Soi Juladit 19 (Soi Sangkran), Petchaburi Road, Payatai, Ratchatavi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/0/0/0/358000_1_1550.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.65908881" Longitude="100.61158121" StarRating="2" HotelCode="624002|253974" HotelName="Live @ Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 12/07/2026">
        <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="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719930577294" Longitude="100.53873168221" StarRating="3" HotelCode="96810|20284" HotelName="I Residence Hotel Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.730067774322" Longitude="100.5320584774" StarRating="3" HotelCode="65104|wall_street_inn" HotelName="Wall Street Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.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="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754535365563" Longitude="100.54088741266" StarRating="2" HotelCode="337890|siam_star_hotel" HotelName="Siam Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" 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="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.841044" Longitude="100.562141" StarRating="3" HotelCode="255729|cinnamon_residence" HotelName="Cinnamon Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/07/2026" 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="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.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="42.23" OriginalAmount="41.00" MarkupRule="3.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 12/07/2026" 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="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.786285779848" Longitude="100.57025735341" StarRating="3" HotelCode="378389|siamaze_hostel" HotelName="Siamaze Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738332279567" Longitude="100.55769404745" StarRating="2" HotelCode="380413|the_blocks_hostel" HotelName="The Blocks Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 14/07/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1/3-4 Sukhumvit, Soi 10, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/44/e644f43d68e0ad39ca49eed74ef22f4e54a3dd2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8849442" Longitude="100.5610849" StarRating="3" HotelCode="342645|petpimarn_boutique_resort" 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="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757195412474" Longitude="100.50767059295" StarRating="3" HotelCode="383277|pk_garden_home" HotelName="P K Garden Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>100 Nakornsawan Road, Pomprab, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/5f/305f6eb99a25450fc59e3d16a4109fb098cdf0e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.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="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>22/8 Soi Latkrabang 24 Latkrabang Road, Latkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ea/feeae21541b0f76e74f98848116e6c07f4248428.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.84395191" Longitude="100.6456575" StarRating="3" HotelCode="442577|the_meet_green_apartment" HotelName="The Meet Green Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.66902534" Longitude="100.43202555" StarRating="3" HotelCode="516275|platinum_place" HotelName="Platinum Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Designated Smoking Area,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>102 Rama 2 Rd, Soi 54 Samaedum Bangkhuntian, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/6d/fc6dc98ebda6f3be593f624d483acda1910edc5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Platinum Place is conveniently located in the popular South Thonburi area. The hotel offers guests a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76870865" Longitude="100.6326783" StarRating="3" HotelCode="520019|royal_pimand_serviced_apartment" HotelName="Royal Pimand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>559 Ladprod Road Soi 130, Royal Pimand Apartment, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/40/8640530683ab81904d3f4fe5cacf13fdad141df9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.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="Free CXL until 17/07/2026" 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="94" TotalAmount="42.25" OriginalAmount="41.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.69692" Longitude="100.51084" StarRating="3" HotelCode="|245521" HotelName="Rio Monte Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Soi Chalamnimit 6, Bangkho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/5/2/1/245521_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.29" OriginalAmount="41.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719" Longitude="100.55" StarRating="2" HotelCode="|66616" HotelName="The Tivoli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SOI SRI BUMPHEN, YEN-ARKART RD., THUNGMAHAMEK 71/2-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/1/6/66616_27.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 133 rooms, cleaning every day, room service, internet, a laundry service, a babysitting service, tourist information, a lobby with a reception, a safety deposit box service, a restaurant and a car park. SITUATION: The hotel is in the business area, the leisure area, In the surrounding area, you can find Yen Arkard and Soi Sri Bumphen the roads Sathon, Rama and Silom it is located close to You can find shops and restaurants. ROOM: The comfortable rooms, fully-equipped, a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, satellite or cable TV, internet, a safe, a mini-bar, a fridge, a coffee maker, a kettle, an ironing set and have individual air-conditioning. FACILITIES: The establishment boasts a spa, a massage service (available for a fee), a swimming pool, an outdoor bar and a gym. MEALS: Guests are offered international dishes and local dishes. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.33" OriginalAmount="41.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76806" Longitude="100.50247" StarRating="3" HotelCode="|414406" HotelName="Lost Inn Bkk" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>250/15 , Samsen Rd . Bangkhumprom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/4/4/0/6/414406_3e9c53f1750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.39" OriginalAmount="41.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75414" Longitude="100.514" StarRating="2" HotelCode="|235385" HotelName="The Seven Luck" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>334, 340, 344 Dumrongruk Road Klungmahanang Promprab</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/3/8/5/235385_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.55" OriginalAmount="41.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7863" Longitude="100.57271" StarRating="3" HotelCode="|205615" HotelName="Watana Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>209 Ratchadapisek Road, Soi 17, Ratchadapisek Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/6/1/5/205615_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.57" OriginalAmount="41.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74842" Longitude="100.497947" StarRating="3" HotelCode="|416586" HotelName="Yakthai Poshtel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125/4 Fuang Nakhon Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/5/8/6/416586_8ae72ad1738.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.58" OriginalAmount="41.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7305483" Longitude="100.5864608" StarRating="0" HotelCode="|358119" HotelName="The Bob" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112/6 sukhumvit 63 (ekamai), Klongton nuer, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/1/1/9/358119_c8c9bd11220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.63" OriginalAmount="41.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.713651" Longitude="100.593259" StarRating="4" HotelCode="|389785" HotelName="Thaisun Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1108/51 Sukhumvit Road, Phra Kanong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/8/5/389785_e61218f1126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.66" OriginalAmount="41.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7536629" Longitude="100.644446" StarRating="3" HotelCode="|103429" HotelName="B2 Bangkok (Srinakarin)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 Srinakharin 2 (Kornkanok) Rd., Hua Mark, Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/2/9/103429_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has, WiFi, (free of charge). ROOM: Customers can find comfortable, modern rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.69" OriginalAmount="41.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73372" Longitude="100.580998" StarRating="3" HotelCode="|172941" HotelName="Snooze  Thonglor Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 55 (Thonglor Soi 13) Klongtan, Wattana Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/4/1/172941_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.71" OriginalAmount="41.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7264361" Longitude="100.4945164" StarRating="3" HotelCode="|404894" HotelName="7 Days Premium At Icon Siam Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>122/1-122/4, Latya Rd., Bangkok, Bangkok 10600</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/8/9/4/404894_db681821135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.73" OriginalAmount="41.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6985145" Longitude="100.6078538" StarRating="3" HotelCode="|408123" HotelName="Romance Hotel Sukhumvit 97" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>99/9 Sukhumvit Soi 97, Bangchak Prakhanong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/1/2/3/408123_0bba9dd1531.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.95" OriginalAmount="41.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75668" Longitude="100.54211" StarRating="0" HotelCode="|235735" HotelName="Kim At Morleng" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>58/5 Soi Ratchaphong Ratchaprarop Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/7/3/5/235735_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.02" OriginalAmount="41.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.682109" Longitude="100.476288" StarRating="3" HotelCode="|172897" HotelName="The Choice  - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi 14 Rama II Road, Bangmod, Jomthong,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/8/9/7/172897_d42c0f11100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.04" OriginalAmount="41.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7254804" Longitude="100.5287974" StarRating="2" HotelCode="|357999" HotelName="Good One Poshtel and Café Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>439/10 Narathiwat road, Silom, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/9/9/9/357999_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.11" OriginalAmount="41.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.770775" Longitude="100.581296" StarRating="3" HotelCode="|410598" HotelName="Nest By Sangob" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>446 Soi Sor Thoranin 4, Pracha Utit 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/5/9/8/410598_9955d931509.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.15" OriginalAmount="41.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7162907" Longitude="100.5899325" StarRating="3" HotelCode="|83078" HotelName="Ds67 Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT 67 ROAD, PHRA KHANONG-NUA, WATTANA 1497/1-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/7/8/83078_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has WiFi, (free of charge), internet, a courtesy tea and coffee service, a terrace for sunbathing and a transfer service to the airport, (for a fee). SITUATION: This hotel is in Sukhumvit the street Close to Phra Khanong the Station of 20 minutes away from the establishment you have Suvarnabhumi Airport it is 2 minutes away from Ekkamai bus station. ROOM: All the rooms have a satellite television, a fridge and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="43.18" OriginalAmount="41.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75673482" Longitude="100.54431892" StarRating="2" HotelCode="403016|703211" HotelName="Kim Hostel at Morleng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.18" OriginalAmount="41.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8060461" Longitude="100.5114206" StarRating="2" HotelCode="|103644" HotelName="P Park Residence Charansanitwong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>683/3 Charansanitwong 95/2 Bang-Or, Bangphlat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/4/4/103644_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a swimming pool rooms with WiFi, (free of charge). SITUATION: This establishment, is in Bangphlat the area Bangkok is situated in 3 kilometres away from the establishment, guests will find Wimanmek the palace Dusit the zoo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.18" OriginalAmount="41.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754694" Longitude="100.540104" StarRating="3" HotelCode="|172927" HotelName="Le Touché Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78/1-2 Soi Juldis Ratchaprarop Rd. Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/2/7/172927_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.18" OriginalAmount="41.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7222597" Longitude="100.5838802" StarRating="3" HotelCode="|103415" HotelName="Nantra Ekamai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>9/14 soi Sukhumvit 63 (Ekamai), North Klong, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/1/5/103415_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a baggage room and WiFi (free of charge). SITUATION: This establishment, is in Bangkok the city centre of. ROOM: All the rooms have an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="43.22" OriginalAmount="41.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75135936" Longitude="100.50996029" StarRating="3" HotelCode="376440|677434" HotelName="New Suanmali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday homes,Resort" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="43.22" OriginalAmount="41.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7546648" Longitude="100.5412552" StarRating="3" HotelCode="|103672" HotelName="Kc Place  Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>178/35 Rachaparop Soi 5, Rachaparop Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/7/2/103672_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Pathumwan it is in 100 metres away from the establishment, you can find the railway station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.25" OriginalAmount="41.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.759248" Longitude="100.49655" StarRating="3" HotelCode="|410674" HotelName="Dang Derm In The Park Khaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Khaosan Road, Phranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/6/7/4/410674_7fd746b1143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.26" OriginalAmount="42" MarkupRule="3.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="Free CXL until 16/07/2026" 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="43.26" OriginalAmount="42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.789670282874" Longitude="100.57849287987" StarRating="3" HotelCode="186270|48458" HotelName="Ton Aor Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/07/2026" 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="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719879146093" Longitude="100.52573852241" StarRating="3" HotelCode="187112|marvin_suites" 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="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.755264829947" Longitude="100.53826242685" StarRating="3" HotelCode="188210|my_hotel_pratunam" HotelName="My Hotel Pratunam" Meals="ROOM ONLY" 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="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74293207" Longitude="100.55347606" StarRating="2" HotelCode="353970|lucky_palace_hotel" HotelName="Lucky Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6/2 Sukhumvit Road Soi 3/1, (Nana Nue) Klongtoey Nue Sub-District, Wattana District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/41/1f4114a0fb48e1c2a60044751cbcfff0d02aa66c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre commercial and shopping district of Bangkok on Sukhumvit Soi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.790564912478" Longitude="100.50220849068" StarRating="3" HotelCode="380434|resort_bangphlat_2" HotelName="Resort Bangphlat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Charansanitwong Road 77/1, Bangphlat, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/37/483796ea086faf49bb2fb5f0b7310849ca8ce99e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7209109" Longitude="100.50715207" StarRating="3" HotelCode="357917|grand_tower_inn_sathorn" HotelName="Grand Tower Inn Sathorn" Meals="ROOM ONLY" 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="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.786427010674" Longitude="100.57268627681" StarRating="3" HotelCode="343879|watana_hotel" HotelName="Watana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Beauty Salon,Coffee Shop,Dry Cleaning,Elevator,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>209/17 Ratchadapisek Soi, Dindang, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/35/7c356dccd85514955d05dfce143b9a6f4ad5b6f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Watana Hotel offers comfort and convenience whether you're on business or holiday in Bang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.759296111537" Longitude="100.4951258323" StarRating="2" HotelCode="398476|lucky_house" 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="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.869901" Longitude="100.55919827" StarRating="3" HotelCode="404684|the_riche_boutique_hotel_" HotelName="The Riche Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78435723" Longitude="100.58326835" StarRating="3" HotelCode="521994|tanawadee_mansion" HotelName="Tanawadee Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2/1 20 Mittuna Yek 13, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/66/ea669c3c7736fb981c6d02f1ebef6ef9fd11452f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.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 18/07/2026" 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="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79741785" Longitude="100.57168906" StarRating="3" HotelCode="569335|baan_tanwa_mrt_ratchadapisek" HotelName="Baan Tanwa MRT Ratchadapisek" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>81 Ratchadapisek 19, Vibhavadi Rangsit 16/35, Dindang, Din Daeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/ab/3dab8566a66aa4afa77cbf6d373cfbde57b53e9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment hotel offers a hairdresser. Wireless internet access in public areas allows guests to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75453916" Longitude="100.49827063" StarRating="2" HotelCode="587918|boon_street_hostel" HotelName="Boon Street Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>138-140 Bunsiri Road, Sanjaoporsue, Pranakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/23/cb23863c07d001003473857dcb010050fb7768b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.91675097" Longitude="100.59767815" StarRating="2" HotelCode="629790|sloth_hostel_don_mueang" HotelName="Sloth Hostel Don Mueang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>199/134 Soi Choet Wutthakat 9, Donmuang, Ban Don Muang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/8e/7b8e109ecd770e5848a1ac07190a98852472ae1d.jpeg</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="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73198803" Longitude="100.51387104" StarRating="2" HotelCode="766426|four_sisters_homestay" HotelName="Four Sisters Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>78 Yotha Road, Talad Noi, Sampantawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/a3/ada3ae6412556c8fdf322408f3c374209d1c8430.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Four Sisters Homestay offers accommodation with free Wi-Fi, located in the heart of Bangkok. It is 6...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75441897" Longitude="100.53766729" StarRating="3" HotelCode="771131|4m_pratunam_hotel" HotelName="4M Pratunam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45/6-7 15 Phetchaburi Road, Ratchatewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/94/3794ff26c880b1a093a6c2663477d692881cd40b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75497887" Longitude="100.53353301" StarRating="2" HotelCode="779356|yaksa_private" HotelName="Yaksa Private" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <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="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="882614|mango_10_house" HotelName="Mango 10 House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>282 Soi Ratchadaphisek 10 Lane 11-4, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/2f/e32fc89f86ca9bc0ad30979fe6ecafe2c409e646.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75483769275" Longitude="100.53966944458" StarRating="3" HotelCode="915514|pratunam_pavilion" HotelName="Pratunam Pavilion" Meals="ROOM ONLY" 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="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="955527|b_stay_hotel_2" HotelName="B Stay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Soi Ramkhamhaeng 43/1, Ramkhamhaeng Road, Wangthonglang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/48/d948ab0605ba4207412c0c4630f3da6eb9a56946.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="43.36" OriginalAmount="42.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.732909" Longitude="100.597512" StarRating="3" HotelCode="168274|139269" HotelName="Sabai-Sabai @ Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="43.37" OriginalAmount="42.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.749906" Longitude="100.516828" StarRating="3" HotelCode="64963|81572" HotelName="River Side Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>195 Ratwiti Road, 10700 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/62/b8628f5d898096f7131b8650c2edcea62bb2b6cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located by the Chao Phraya River. It is a short drive away from many historical landma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.56" OriginalAmount="42.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763115" Longitude="100.541696" StarRating="3" HotelCode="|172854" HotelName="S3 Residence Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>440/26-29 Ratchawithi 3, Ratchawithi Road, Phryathai, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/8/5/4/172854_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.59" OriginalAmount="42.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7642357" Longitude="100.4993489" StarRating="3" HotelCode="|103416" HotelName="Tara Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>113, 117 Samsen Rd., Phranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/1/6/103416_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, comfortable rooms and with cable TV. SITUATION: The establishment, Khaosan Road it is a 10-minute walk away from the nightlife.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.61" OriginalAmount="42.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76719" Longitude="100.53991" StarRating="0" HotelCode="|244958" HotelName="T At Victory Monument" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>156/3 Phahonyothin Rd, Samsen Nai, Phaya Thai,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/9/5/8/244958_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.65" OriginalAmount="42.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7799936" Longitude="100.5771392" StarRating="0" HotelCode="|396330" HotelName="MeStyle Garage" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Soi Paisan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/3/3/0/396330_140ee3c0512.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.68" OriginalAmount="42.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7543051" Longitude="100.5398638" StarRating="3" HotelCode="|103617" HotelName="Khurana Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120/176-180 Near Baiyoke 2 Tower, Pratunam, Rajprapop Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/1/7/103617_6713f421015.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a bar and a massage service. SITUATION: This establishment, is near the shopping area and the markets. ROOM: The rooms have a mini-bar and a DVD player.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.71" OriginalAmount="42.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754958" Longitude="100.535487" StarRating="2" HotelCode="|103605" HotelName="Dt  Pratunam (dream Town)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>33 Soi Petchburi 11, Petchburi Road, Phayathai, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/0/5/103605_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 5 minutes away from Phaya Thai the skytrain station of. ROOM: The rooms have a flat-screen television and a mini-bar. FACILITIES: Guests also have access to a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.71" OriginalAmount="42.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7536361" Longitude="100.62222" StarRating="4" HotelCode="|129765" HotelName="Bangkok Inter Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118/92 Ramkhamhaeng 24 Road Huamark, Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/7/6/5/129765_ab477040947.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays. SITUATION: This establishment, is close to Rajamangala the Stadium of 20 minutes away from the establishment, you can find Suvarnabhumi Airport. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.74" OriginalAmount="42.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.80789" Longitude="100.60752" StarRating="3" HotelCode="|245463" HotelName="Sasi Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Nak Niwat 33 Thanon Nak Niwat Lat Phrao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/4/6/3/245463_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.75" OriginalAmount="42.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79723" Longitude="100.57127" StarRating="3" HotelCode="|244298" HotelName="Baan Tanwa - Mrt Ratchadapisek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>81 Ratchadapisek Soi 19 (Soi Vibhavadi Rangsit 16/35) Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/2/9/8/244298_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.76" OriginalAmount="42.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7303606" Longitude="100.5306796" StarRating="3" HotelCode="|66655" HotelName="The Rose  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SURAWONGSE ROAD, BANRAK 118</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/5/5/66655_55256981109.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, has 70 rooms, air-conditioning, a lobby with a reception, express check-out, a safety deposit box service, a lift, a cafÃ©, a bar, a restaurant and conference facilities. The establishment also has internet (for a fee), room service, a laundry service and a car park. SITUATION: This urban hotel is in the business area, is situated close to Silom, Surawongse and Sathorn the nightlife, 200 metres away, guests will find Silom Complex and Siam Paragon the shopping centres of it is situated 35 kilometres away from Suvarnabhumi Airport this hotel is situated 30 kilometres away from Don Mueang Airport. ROOM: They have bedding, a bathroom, a bath, a safety deposit box, a satellite TV, internet, a mini-bar and an individual air-conditioning system. FACILITIES: The establishment boasts a swimming pool with a hydromassage, a garden, a small gym, a sauna, an outdoor bar, deck chairs, parasols and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant and a bar. The establishment offers Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by credit cards, American Express, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.89" OriginalAmount="42.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.764592" Longitude="100.497742" StarRating="3" HotelCode="|403449" HotelName="The Orchid House 153" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>153 Soi Samsen 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/4/4/9/403449_93bf7530615.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.90" OriginalAmount="42.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.819057" Longitude="100.580835" StarRating="3" HotelCode="|439418" HotelName="Rico Ratchadapisek 32" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>122 Ratchadapisek, Chatuchak, Bangkok, Bangkok, 10900</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/4/1/8/439418_a71b0660735.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.91" OriginalAmount="42.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71771" Longitude="100.58806" StarRating="3" HotelCode="|396338" HotelName="Studio Ekamai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1433-1435 Sukhumvit Road.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/3/3/8/396338_5dab15d1149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.93" OriginalAmount="42.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.69923" Longitude="100.59866" StarRating="3" HotelCode="|186510" HotelName="Chateau De Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Soi Sukhumvit 56</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/5/1/0/186510_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="43.96" OriginalAmount="42.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754220108786" Longitude="100.53888201714" StarRating="3" HotelCode="255921|216627" HotelName="Grand Alpine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/07/2026" 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="8" TotalAmount="43.97" OriginalAmount="42.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.745067526826" Longitude="100.55690646172" StarRating="3" HotelCode="67542|186527" HotelName="Le Fenix Sukhumvit 11 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="43.98" OriginalAmount="42.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78458" Longitude="100.56385" StarRating="3" HotelCode="|243739" HotelName="Ck2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Soi 22 Inthamara Sutthisarn Din Daeng, Ratchadaphisek</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/7/3/9/243739_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.98" OriginalAmount="42.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7616492" Longitude="100.4963787" StarRating="2" HotelCode="|66659" HotelName="Rambuttri Village Inn and Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>95 ,SOI RAMBUTTRI, CHAKKRA PHONG ROAD,PHRA NAKHON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/5/9/66659_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 219 rooms, The renovated establishment in 2009, has a restaurant, a shopping centre, a travel agency, a pharmacy, a laundry service, a lobby, a reception, a safety deposit box service, a lift and a bar. SITUATION: The hotel Khaosan Road it is near it is situated close to the tourist attractions. ROOM: The large rooms comfortable, have a shower, cable television, windows, a bathroom, a double bed, a safe, a fridge and an individual air-conditioning system. FACILITIES: The establishment has 2 swimming pools and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.02" OriginalAmount="42.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74679" Longitude="100.50323" StarRating="2" HotelCode="|243334" HotelName="Cacha Bed" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>156-158 Maha Chai Rd,Wang Burapha Phirom Khet Phra Nakhon,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/3/3/4/243334_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.07" OriginalAmount="42.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.780918" Longitude="100.577141" StarRating="3" HotelCode="|439848" HotelName="Oyo 818 Suksomboon Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>137, Soi 5, Pracharatbumpen Road, Bangkok, Bangkok, 10310</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/8/4/8/439848_84a60c31224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.07" OriginalAmount="42.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7595042" Longitude="100.4965848" StarRating="3" HotelCode="|82566" HotelName="Dang Derm Khaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Khaosan Road, Pranakorn,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/5/6/6/82566_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Khaosan Road it is in. ROOM: They offer stylish rooms and with flat-screen TV. FACILITIES: Clients have access to a swimming pool on the roof terrace, a restaurant and a reception.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.11" OriginalAmount="42.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.782571" Longitude="100.565856" StarRating="3" HotelCode="|471066" HotelName="U42 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Thanon Pracha Songkhro</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/0/6/6/471066_7c524bb1228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.13" OriginalAmount="42.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7555537" Longitude="100.503596" StarRating="0" HotelCode="|170006" HotelName="Here" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/0/0/6/170006_90c94e90908.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2014, has 50 rooms. SITUATION: This hotel Bangkok it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.16" OriginalAmount="42.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8241175" Longitude="100.5635771" StarRating="2" HotelCode="|164149" HotelName="Poonchock Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 Soi 23 Phaholyothin Rd, Chatujak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/1/4/9/164149_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the business area, 5 minutes away from the establishment, you can find Phaholyothin the metro station of. ROOM: Each room has a kitchen and a dining area. FACILITIES: Guests are offered a fitness centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.20" OriginalAmount="42.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7260344" Longitude="100.5247707" StarRating="3" HotelCode="|104761" HotelName="Amber Boutique Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>200 Silom Soi 14 Silom Road Suriyawongse</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/6/1/104761_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 500 metres away from Chong Nonsi the skytrain station of. ROOM: Customers have themed rooms with WiFi (free of charge) and a flat-screen television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.22" OriginalAmount="42.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8073645" Longitude="100.5574413" StarRating="2" HotelCode="|358528" HotelName="Bed To Bangkok - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1064/67-69 Soi Choei Phuang, Phahonyothin Road 18/2, Chompom, Chatuchak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/5/2/8/358528_05939e11221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.24" OriginalAmount="42.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6868" Longitude="100.621" StarRating="3" HotelCode="|405210" HotelName="THE SQUARE 101" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>58 Soi Wachirathamsatid 25, Bangjak, Phra Khanong, Bangkok, Bangkok, 10260</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/1/0/405210_8474a171128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.25" OriginalAmount="42.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.789873" Longitude="100.503432" StarRating="0" HotelCode="|534430" HotelName="Anwari" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2/2 Jaransanitwong 70/3, Bang Phlat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/4/3/0/534430_a90652b1121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.693675202705" Longitude="100.64402273822" StarRating="3" HotelCode="73248|57138" HotelName="King Park Avenue" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Soi Srinarin 40, Srinakarin Road, Nongbon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/6f/f06f51fb3a16514f27347c8fabe904df326f8de8.jpeg</HotelPictures>
        <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="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725418" Longitude="100.521809" StarRating="3" HotelCode="67974|silom_village_inn" HotelName="Silom Village Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Village" CnxPolicy="Free CXL until 14/07/2026" 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="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.730426" Longitude="100.530779" StarRating="3" HotelCode="115839|rose" HotelName="Rose" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>118 Surawongse Road, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/56/a956d3816838137a3a441e77af825bb1e25474a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This intimate city hotel offers guests a perfect location within an urban setting. The charming busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.722162359674" Longitude="100.53660750389" StarRating="3" HotelCode="185913|bs_court_boutique_residence" HotelName="BS Court Boutique Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>170/16-19 Soi Prapinij, Soi Phra Phinit, Sathorn-Tai Road, Tungmahamek, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/a9/f3a9e292ce40b904ab97960757f1d1d9d820ead6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a prime area of Bangkok on South Sathorn Road. The property offers easy acce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754234740732" Longitude="100.53929227209" StarRating="3" HotelCode="340632|blutique_hotel" HotelName="Blutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.9671377" Longitude="100.77694759" StarRating="2" HotelCode="359047|honey_inn_" HotelName="Honey Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4/14 Moo 6, Pathum Thani, Don Muang, Lam Luk Ka  12150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/1a/d7/1ad77f3fe377b2f8a6b9689ffe50e6ffdeddf9c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72819357" Longitude="100.52985076" StarRating="3" HotelCode="422153|sunflower_place" HotelName="Sunflower Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>39/17-19 Soi Anuman-Rajdhon, Surawong Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/c3/c8c374f715a7ddc66d51e28738a9a501fc6d520f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.96529703241" Longitude="100.61781707706" StarRating="2" HotelCode="425024|pitikant_place_" 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="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.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 17/07/2026" 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="44.29" OriginalAmount="43.00" MarkupRule="3.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="Non Refundable" 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="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75588478" Longitude="100.50220134" StarRating="3" HotelCode="545844|methavalai_residence" HotelName="Methavalai Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7945981" Longitude="100.54941789" StarRating="2" HotelCode="602556|le_bonheur_poshtel" HotelName="Le Bonheur Poshtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/07/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1575/33-34 Phahonyothin Road, Samsen Nai, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b3/4ab3e0d9301422f12bb6e29b34c02cce0a4fdb5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76278008" Longitude="100.54084246" StarRating="2" HotelCode="569587|at_victory_hostel" HotelName="At Victory Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>440/21 Soi Ratchawithi 3, Ratchawithi Road, Phayathai, Rajthewee, Pathumwan, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/98/46980d183330a9d42cfc1f861547c409d0505dbd.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="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77000095" Longitude="100.62184216" StarRating="3" HotelCode="598274|yotaka_the_hostelbangkok" HotelName="Yotaka The Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/07/2026" 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="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.92728702" Longitude="100.58660101" StarRating="2" HotelCode="763094|baik_suite" HotelName="Baik Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>2 Songprapha, Donmaung, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/b2/81b2883db0ee677ecf0b0c2b9248204527dd7208.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78000055" Longitude="100.57722393" StarRating="3" HotelCode="766071|mestylegarage_hotel_bangkok" HotelName="Mestyle Garage Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7535615" Longitude="100.53820299" StarRating="3" HotelCode="853404|kim_korner_hotel" HotelName="Kim Korner Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.727660340577" Longitude="100.53040234501" StarRating="3" HotelCode="915487|nantra_silom" HotelName="Nantra Silom Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="94" TotalAmount="44.34" OriginalAmount="43.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.818497" Longitude="100.652761" StarRating="3" HotelCode="|446295" HotelName="Nest n Rest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>194 Rachada-Ramintra Rd, Bangkok 10230</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/9/5/446295_5bcda340707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.35" OriginalAmount="43.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7558331" Longitude="100.5342656" StarRating="3" HotelCode="|403991" HotelName="Top High Airport Link" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33/3 Petchaburi 13, Petchaburi Road, Phayathai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/9/9/1/403991_135de4c1103.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.35" OriginalAmount="43.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75381" Longitude="100.539821" StarRating="2" HotelCode="|471645" HotelName="Royal Asia Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>122/23-26 Near Baiyoke Sky</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/6/4/5/471645_d2c40fe2030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.37" OriginalAmount="43.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754997" Longitude="100.526866" StarRating="3" HotelCode="|172691" HotelName="Cacha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>156/5-9 Petchburi Road Rajathevee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/9/1/172691_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.39" OriginalAmount="43.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753581" Longitude="100.53823" StarRating="3" HotelCode="|439648" HotelName="Kim Korner Pratunam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37/5-6 Phetchaburi Road, Thanon Phaya Thai, Ratchathewi, Bangkok, 10400 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/6/4/8/439648_09eee1e1617.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.42" OriginalAmount="43.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.752149" Longitude="100.544635" StarRating="1" HotelCode="|172493" HotelName="Borarn House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>487/48 Soi Wattanasin, Radprarob Soi. 4 Ratchaprarob Road, Pratunam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/4/9/3/172493_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.52" OriginalAmount="43.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7323476" Longitude="100.5984737" StarRating="3" HotelCode="|103675" HotelName="Sabai Sabai @ Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>984/22-27 Sukhumvit 71 Road Soi Preedee Panomyong 40, Watthana, Bangkok 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/7/5/103675_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a spa, WiFi (free of charge) and a transfer service to the station. SITUATION: This establishment, Sukhumvit Road it is in 5 minutes away from the establishment, clients can find Link Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.61" OriginalAmount="43.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.751284" Longitude="100.510453" StarRating="3" HotelCode="|172818" HotelName="New Suanmali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>146, 152 and 432 Bumrungmuan Rd. Watthapsirin Pomparbsattrupai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/8/1/8/172818_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.64" OriginalAmount="43.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7758" Longitude="100.543" StarRating="0" HotelCode="|408267" HotelName="19a Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>268 Phahonyothin road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/2/6/7/408267_4d1164c1833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="44.67" OriginalAmount="43.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.718669" Longitude="100.730737" StarRating="3" HotelCode="100185|103798" 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="94" TotalAmount="44.67" OriginalAmount="43.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7850769" Longitude="100.5744271" StarRating="2" HotelCode="|103678" HotelName="Sukhothai  and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>254, 254/1 Radchadapisek Road, Huay-Kwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/7/8/103678_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a reception, a car park (free of charge) and WiFi (free of charge). SITUATION: The establishment, is a 10-minute walk away from Sutthisan and Huay Kwang the metro stations.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.74" OriginalAmount="43.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7504977" Longitude="100.5457664" StarRating="3" HotelCode="|62923" HotelName="P2 Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SOI PETCHABURI 33, MAKKASAN, RACHTHAVEE 1091/213</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/9/2/3/62923_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel, has 64 rooms, has air-conditioning, a lobby, a reception, express check-out, a safety deposit box service, a lift, a hairdresser's, a television room, a restaurant, internet and a car park. SITUATION: The hotel Petchburi Road it is in Pratunam is situated in close to the establishment, clients can find a metro station, shops and the tourist attractions. it is situated 30 minutes away from Suvarnabhumi Airport. ROOM: The bright, modern rooms, have a satellite television, a mini-bar, WiFi, a bathroom with a shower, a hairdryer, a double or king-size bed, a safety deposit box, a coffee maker, a kettle and individual air-conditioning. Clients are offered non-smoking rooms. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant and a coffee shop. Guests are offered a buffet breakfast. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.78" OriginalAmount="43.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.701568" Longitude="100.500449" StarRating="3" HotelCode="|404128" HotelName="Bangkok River Loka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2250 93 94 Charoenkrung Road Charoenkrung Soi 76 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/2/8/404128_778a8d40351.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="44.79" OriginalAmount="43.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753773423517" Longitude="100.64441039293" StarRating="3" HotelCode="340284|635172" HotelName="B2 Bangkok Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/07/2026">
        <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="94" TotalAmount="44.79" OriginalAmount="43.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7286" Longitude="100.471" StarRating="0" HotelCode="|405215" HotelName="TOPTEL THAPRA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>212 248 PHET KASEM ROAD WAT THA PHRA BANGKOK YAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/1/5/405215_38664c30832.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.85" OriginalAmount="43.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719413" Longitude="100.518005" StarRating="3" HotelCode="|172833" HotelName="Pas Cher , Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28/5 Charoen Wieng Road, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/8/3/3/172833_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.88" OriginalAmount="43.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7449562" Longitude="100.5561213" StarRating="3" HotelCode="|36671" HotelName="Le Fenix Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT 11, KLONG TOEY NUA, WATTANA 33/33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/7/1/36671_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and has 147 rooms, The hotel is ideal for holidays or business trips, was built in 2007, has a lobby, with a reception, a safety deposit box service, a cafÃ©, a kiosk, a bar, a restaurant, a laundry service and a car park. SITUATION: It is inBangkok the centre of it is 3 minutes away from the railway station, is situated 40 kilometres away from Suvarnabhumi Airport It is situated 10 minutes away fromSiam the Square of. ROOM: The rooms a bathroom with a shower, a direct line telephone, a satellite or cable television, internet, a mini-bar, an individual air-conditioning system, a safe and a double or king-size bed. FACILITIES: The establishment boasts a covered pool with a hydromassage bath and fitness equipment. MEALS: Regarding the food and beverage offering, the establishment offersLe Rendezvous the restaurant L'Escale the restaurant Le Rendezvous Out the restaurant Guests are offered a buffet breakfast and lunch service. Clients have at their disposal a bar. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="44.89" OriginalAmount="43.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721983" Longitude="100.771416" StarRating="3" HotelCode="142233|125672" HotelName="Mariya Boutique Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/07/2026" 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="94" TotalAmount="44.98" OriginalAmount="43.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743009" Longitude="100.552562" StarRating="0" HotelCode="|567108" HotelName="Nana Best Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/20-21 Sukhumvit Soi 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/1/0/8/567108_7fbe15b1451.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="44.99" OriginalAmount="43.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743063967711" Longitude="100.55366635323" StarRating="2" HotelCode="64958|81570" HotelName="Pinnacle Sukhumvit Inn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/07/2026" 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="94" TotalAmount="45.01" OriginalAmount="43.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7524" Longitude="100.50457" StarRating="3" HotelCode="|187825" HotelName="Tim Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>337 Mahachai Rd,Samranrat Phra Nakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/8/2/5/187825_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.02" OriginalAmount="43.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6963" Longitude="100.532" StarRating="3" HotelCode="|408706" HotelName="Vann Bangkok Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>418/3 Sathupradit Yanawa Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/7/0/6/408706_98951ce1156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.22" OriginalAmount="43.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75186" Longitude="100.537085" StarRating="4" HotelCode="|439706" HotelName="Pratunam Atrium" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99/9 Soi Phetchaburi 15 Phayathai Road, Bangkok, 10400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/7/0/6/439706_48b3a841016.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.24" OriginalAmount="43.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.755077" Longitude="100.53952" StarRating="3" HotelCode="|103549" HotelName="Gusto Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>89 Soi Sangkarn Petchaburi Road, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/4/9/103549_3629b701026.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Bangkok the city centre of 3 minutes away from the establishment, clients can find Ratchaprarob the Railway Station of It has excellent transport links to the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.722100857061" Longitude="100.54640661905" StarRating="2" HotelCode="36345|58551" HotelName="Malaysia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/07/2026" 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="27" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.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 14/07/2026" 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="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.760423235147" Longitude="100.54265856743" StarRating="3" HotelCode="58798|8887" 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="27" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.720506" Longitude="100.737268" StarRating="3" HotelCode="166059|48837" HotelName="Sinsuvarn Airport Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="27" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.744986" Longitude="100.705248" StarRating="3" HotelCode="315341|63508" HotelName="U Tiny Boutique Home" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>117/40-41 Kanchanaphisek, Khwaeng Saphan Sung, Khet Saphan Sung, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/e2/4fe25b52a100b122b13cecad6bad557b51ec3611.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.734028272774" Longitude="100.56329679758" StarRating="2" HotelCode="267693|drop_inn_bangkok" HotelName="Drop Inn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cf/1bcffe3d24d2caf94861fa745c3d1f651acfd55b.jpeg</HotelPictures>
        <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="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740336557055" Longitude="100.55662322988" StarRating="2" HotelCode="317337|studio_nana" 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="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.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="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754244595327" Longitude="100.53967059008" StarRating="3" HotelCode="397270|gateway_hotel_4" HotelName="Gateway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.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="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71817565" Longitude="100.50094184" StarRating="2" HotelCode="440611|white_ivory_bed_and_breakfast" HotelName="White Ivory Bed &amp; Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>535 537 Soi Krung Thonburi 6, Krungthonburi Road, Bangrumbhoorang Klongsarn bangkok, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/b0/ceb09e1faf3158a1b9811083661763fd0dc2753f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75442769" Longitude="100.53229847" StarRating="2" HotelCode="545845|restiny_hostel" HotelName="Restiny Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="45.32" OriginalAmount="44.00" MarkupRule="3.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="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72114624" Longitude="100.7951537" StarRating="4" HotelCode="620166|golden_foyer_suvarnabhumi_airport_hotel" HotelName="Golden Foyer Suvarnabhumi Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/07/2026" 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="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71920292" Longitude="100.53514054" StarRating="2" HotelCode="625307|many_trees" HotelName="Many Trees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>563 Soi Suanplu, South Sathorn Road, Tungmahamek, Sathorn, Bangkok, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/ec/c1ece29339c1fece6afeee1274a5718a797eb2cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.86494997" Longitude="100.6205817" StarRating="3" HotelCode="603396|leelawadee_resotel_raminthra" HotelName="Leelawadee Resotel Raminthra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Raminthra 23, Junction 8, Leelawadee Resotel Raminthra, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/67/6567ec1a748e36081721f72bb8aeef29fd147c9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Leelawadee Resotel Raminthra 22 in Bangkok (Bang Khen), you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72344503" Longitude="100.4958812" StarRating="2" HotelCode="616866|the_companion_hostel" HotelName="The Companion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>77/8 Krungthonburi 1 Soi, Krungthonburi, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/e6/30e64e8ff888f9a97b189af4a5372d672445997f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76113833" Longitude="100.49898753" StarRating="3" HotelCode="631333|the_moon_night_hostel" 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="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74709104" Longitude="100.52470114" StarRating="0" HotelCode="744112|siam_stadium_hostel" 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="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75714288" Longitude="100.56439254" StarRating="2" HotelCode="778290|lita_bangkok" HotelName="Lita Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/07/2026">
        <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="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737774666667" Longitude="100.64176" StarRating="3" HotelCode="915507|ppark_residence_srinakarindrasuvarnabhumi" HotelName="P-Park Residence Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" 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="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73981986" Longitude="100.51102301" StarRating="0" HotelCode="967131|scala_hostel" HotelName="Scala Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>475-477 Yaowarat Road, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/ae/12ae2c9ee5e768955d47df2834ecd8f991c77103.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.40" OriginalAmount="44.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.770882" Longitude="100.569309" StarRating="2" HotelCode="|522219" HotelName="Hoenhao Boutique Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>717/22 Soi Chan Maung 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/1/9/522219_e73b09e1155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.43" OriginalAmount="44.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7791589" Longitude="100.575857" StarRating="3" HotelCode="|82616" HotelName="Myhotel Cmyk Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>225/4 Pracharajbumpen Soi 5, Pracharajbumpen Rd., Huay Kwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/1/6/82616_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is a 5-minute walk away from MRT Huay Kwang the train station. ROOM: The modern rooms have a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.48" OriginalAmount="44.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7538732" Longitude="100.5382563" StarRating="3" HotelCode="|402369" HotelName="The House Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>41/5-8 17 4 Petchburi Rd, Thanonphyathai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/3/6/9/402369_4b734151147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.50" OriginalAmount="44.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7221301" Longitude="100.5463198" StarRating="2" HotelCode="|82556" HotelName="Malaysia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>54 Soi Ngom Duplee, Rama 4 Rd, Sathorn, Tungmamake</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/5/5/6/82556_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 15-minute walk away from Lumpini MRT the railway station. ROOM: All the rooms have an air-conditioning system. FACILITIES: The establishment boasts a swimming pool, tourist information and an internet cafe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.54" OriginalAmount="44.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7808109" Longitude="100.5721278" StarRating="3" HotelCode="|103568" HotelName="The Atrium Ratchada 13" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>208 Soi Ratchada 13, Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/6/8/103568_c684a1e1734.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is a 5-minute walk away from Huai Khwang the underground station of. ROOM: The establishment has modern studios with an air-conditioning system and WiFi (free of charge). FACILITIES: The establishment also has a launderette.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.70" OriginalAmount="44.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.831358" Longitude="100.571708" StarRating="3" HotelCode="|450217" HotelName="The Urban Oasis Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1658/29 Phahon Yothin Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/2/1/7/450217_0172f1c1037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.71" OriginalAmount="44.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.80559" Longitude="100.57519" StarRating="2" HotelCode="|247292" HotelName="My Bed Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8/64-67 Ratchadaphisek Road, Chandrakasem, Jatujak,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/2/9/2/247292_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.85" OriginalAmount="44.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746008" Longitude="100.703471" StarRating="3" HotelCode="|172948" HotelName="U Tiny Boutique Suvarnabhumi Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117/40-41 Kanchanaphisek Road, Khwaeng Saphan Sung Khet Saphan Sung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/4/8/172948_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.86" OriginalAmount="44.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72069" Longitude="100.54748" StarRating="0" HotelCode="|235993" HotelName="Sribumpen+" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32/1 Soi.Sribumpen Sathorn Rama 4 Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/9/9/3/235993_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.89" OriginalAmount="44.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7371546" Longitude="100.5169879" StarRating="2" HotelCode="|103550" HotelName="At Hua Lamphong - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>326/1 Rama IV Road Mahaphruttharam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/5/0/103550_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is opposite Bangkok the railway station It has excellent transport links to.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.89" OriginalAmount="44.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7546892" Longitude="100.5659999" StarRating="0" HotelCode="|358105" HotelName="X9hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>278/24 Asoke Dindaeng, Bang Kapi, Huai Khwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/1/0/5/358105_c6138de1218.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.89" OriginalAmount="44.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75462" Longitude="100.5401" StarRating="2" HotelCode="|186888" HotelName="Euro Luxury Pavillion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>122/23-26 Rachprarop Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/8/8/8/186888_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.00" OriginalAmount="44.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.760731" Longitude="100.4989839" StarRating="0" HotelCode="|103464" HotelName="Suneta Khaosan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>209-211 Kraisi Road, Banglampoo, Phranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/6/4/103464_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, the Grand Palace it is situated 1,5 kilometres away from. ROOM: Customers have rooms shared rooms with an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="46.09" OriginalAmount="44.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.722329" Longitude="100.583902" StarRating="3" HotelCode="255724|188509" HotelName="Nantra Ekamai, Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9/14 Soi Tana Arcade Sukhumvit 63 (Ekamai), Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/54/3354872d39081757dc6442be0c2ee2fee1b726b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.35" OriginalAmount="45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72368497" Longitude="100.46311779" StarRating="2" HotelCode="378944|173227" HotelName="Bed by Tha-Pra Hotel and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>134/12-14 Petchakasem Road, Soi 26/1 Pakkhlong Phasi Choroen, Bangkok 10160</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/a4/70a48e9351da046c26b2986657ce97eb2b2de4c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.35" OriginalAmount="45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75434791" Longitude="100.53940737" StarRating="3" HotelCode="469976|195723" HotelName="Patra Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Soi Juldis 19 Pecthburi Road, Payathai, Rajathevi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/4d/cb4dd12bd2d34b8f452899b00322a069c2f82d23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Bangkok. For guests who appreciate a stylish ambience,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.35" OriginalAmount="45" MarkupRule="3.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="46.35" OriginalAmount="45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.675907162806" Longitude="100.64307499216" StarRating="3" HotelCode="915489|48642" HotelName="Romance Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Soi Apiwat Srinakarin Road 56, Nongbon Pravate, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/8f/7f8f3eadbbe3a4f9001f5156d5da7cc10dbb275d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.35" OriginalAmount="45" MarkupRule="3.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="Free CXL until 16/07/2026" 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="63" TotalAmount="46.35" OriginalAmount="45.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739041" Longitude="100.515434" StarRating="2" HotelCode="188199|the_krungkasem_srikrung_hotel_" HotelName="Krung Kasem Sri Krung" Meals="ROOM ONLY" 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="63" TotalAmount="46.35" OriginalAmount="45.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754913627742" Longitude="100.50039180898" StarRating="3" HotelCode="188208|mestyle_place" HotelName="MeStyle Place" Meals="ROOM ONLY" 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="63" TotalAmount="46.35" OriginalAmount="45.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.714044919835" Longitude="100.5944458762" StarRating="3" HotelCode="380533|beat_hotel_bangkok_" HotelName="Beat Hotel Bangkok" Meals="ROOM ONLY" 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="63" TotalAmount="46.35" OriginalAmount="45.00" MarkupRule="3.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>156/5-9 Petchburi Road, Amphoe Rajathevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/8c/ff8cb61083f610629bc5bf2183d7d1e928a94632.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.35" OriginalAmount="45.00" MarkupRule="3.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="Non Refundable" 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="46.35" OriginalAmount="45.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763027422445" Longitude="100.54103614883" StarRating="3" HotelCode="380575|s3_residence_park" HotelName="S3 Residence Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="46.35" OriginalAmount="45.00" MarkupRule="3.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="46.35" OriginalAmount="45.00" MarkupRule="3.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="Free CXL until 15/07/2026" 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="46.35" OriginalAmount="45.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75926787" Longitude="100.49640846" StarRating="3" HotelCode="530770|dang_derm_in_the_park" 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="63" TotalAmount="46.35" OriginalAmount="45.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72904014" Longitude="100.52386272" StarRating="2" HotelCode="782928|simply_sleep_hostel" HotelName="Simply Sleep Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101/3-4 Nares Road, Sripraya Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/a8/aaa87bd47c6e12fe3f873b6aa366eea02400fc3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.35" OriginalAmount="45.00" MarkupRule="3.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 16/07/2026" 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="94" TotalAmount="46.39" OriginalAmount="45.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7612" Longitude="100.49901" StarRating="0" HotelCode="|246810" HotelName="The Moon Night Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161/163 Soi Krai Sri Phra Sumeru Road Taradyod Phrana khon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/8/1/0/246810_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.42" OriginalAmount="45.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7311638" Longitude="100.5701698" StarRating="3" HotelCode="|103460" HotelName="Nantra Sukhumvit 39" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/46 - 49 Sukhumvit 39 (Prompong), North Klongton, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/6/0/103460_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is a 39-minute walk away from BTS/Phrom Phong Railway Station. It has excellent transport links to the city.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.43" OriginalAmount="45.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7468157" Longitude="100.5510418" StarRating="2" HotelCode="|164133" HotelName="Bh Business Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>43 Sukhumvit Soi 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/1/3/3/164133_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Bangkok the centre of It has excellent transport links to public transport services and BTS de Nana and Pleonchit the stations of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="46.45" OriginalAmount="45.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723944618801" Longitude="100.52978932858" StarRating="3" HotelCode="97636|103250" HotelName="The Heritage Hotels Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.57" OriginalAmount="45.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7163747" Longitude="100.5885683" StarRating="1" HotelCode="|279041" HotelName="The Little Pig Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1036/12 Sukhumvit Soi 42/1 (300 meter from BTS Prakanong Station on the left hand side), Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/0/4/1/279041_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.60" OriginalAmount="45.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8035842" Longitude="100.5563627" StarRating="3" HotelCode="|172709" HotelName="G9 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1032/26-27 phaholyothin 18/1 Chatuchak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/7/0/9/172709_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="46.61" OriginalAmount="45.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.717609938984" Longitude="100.51482896282" StarRating="2" HotelCode="380537|730265" HotelName="Bangkok Hub Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73 Charoenkrung Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/d1/b4d142a348dd47402b4a92d8a395a7db6d5e6500.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.71" OriginalAmount="45.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8165903" Longitude="100.6094886" StarRating="0" HotelCode="|103445" HotelName="Bansabai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Naknivas53, Ladprao71, Ladprao, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/4/5/103445_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge). SITUATION: The establishment, is 45 minutes drive away from Suvarnabhumi Airport. ROOM: The establishment has rooms well-decorated.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.73" OriginalAmount="45.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8251913" Longitude="100.5673138" StarRating="3" HotelCode="|103465" HotelName="Iyarin @tuk Chang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>3300/28 Tower A Elephant Tower (Tuk Chang) Phaholyothin Rd. Chompon, Chatujak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/6/5/103465_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, the Elephant is in it is 10 minutes drive away from Chatuchak the Market of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.81" OriginalAmount="45.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73838" Longitude="100.55772" StarRating="0" HotelCode="|187948" HotelName="Jellybean The Blocks Sukhumvit 10" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/3-4 Sukhumvit Soi 10, Sukhumvit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/9/4/8/187948_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.91" OriginalAmount="45.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.761836" Longitude="100.496017" StarRating="0" HotelCode="|472178" HotelName="Lamphu House Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>75-77 Soi Ram Butri,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/1/7/8/472178_01520641257.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.03" OriginalAmount="45.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754602" Longitude="100.539466" StarRating="3" HotelCode="|62873" HotelName="Citin Pratunam Bangkok  By Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>117 Soi Sangkarn, Thanon Phaya Thai, Ratchathewi,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/8/7/3/62873_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel, has 126 studios, 8 floors, with air-conditioning, a lobby, a reception, a safety deposit box service, a lift, a kiosk and WiFi. Regarding the food and beverage offering, the establishment has a restaurant and a cafÃ©. The establishment also offers room service and a laundry service. SITUATION: This urban hotel is in Pratunam the heart of 15 minutes away from the establishment, guests will find the market, the shopping centres, Around the establishment, clients can find the tourist area and the shopping area. 200 metres away, there is a public transport stop, is situated 20 kilometres away from Suvarnabhumi Airport. ROOM: studios superior rooms, have a direct line telephone, a satellite or cable television, internet, a mini-bar, an air-conditioning system, a bathroom with a shower or bath, a hairdryer, a safe, a coffee maker and a kettle. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast, buffet lunch and dinner and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.04" OriginalAmount="45.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7603507" Longitude="100.4970383" StarRating="3" HotelCode="|103576" HotelName="Villa Cha Cha Banglumphu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Tani Road Taladyod Pranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/7/6/103576_50895831052.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Banglamphu the commercial area of it is situated 2 minutes walk away from Khaosan Road the street.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.33" OriginalAmount="45.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76777" Longitude="100.484216" StarRating="2" HotelCode="|469517" HotelName="My Bangkok Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>155/10-11, Aroonamarin 43 Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/5/1/7/469517_ed886231837.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.36" OriginalAmount="45.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7439893" Longitude="100.5538932" StarRating="2" HotelCode="|36669" HotelName="Pinnacle Dream" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6/13-16 SOI NORTH NANA; SUHUMVIT ROAD 3/1; KLONGTO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/6/9/36669_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms and has comfortable facilities, This urban hotel, has 42 rooms, a lobby with a reception and a laundry service. SITUATION: The hotel Sukhumvit Road it is in nearby, you will find the leisure area, the railway station and the metro station. it is situated 25 kilometres away from Don Mueang Airport. ROOM: The rooms have views of the city, an air-conditioning system, a bathroom with a shower, a satellite TV, a fridge and a direct line telephone. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast, lunch and dinner service. PAYMENT METHODS: The establishment accepts Mastercard and Visa. OBSERVATIONS: Clients have reception.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.752306" Longitude="100.526903" StarRating="3" HotelCode="165842|diamond_city_hotel" HotelName="Diamond City" 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,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="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75396" Longitude="100.536618" StarRating="3" HotelCode="114187|grand_watergate" HotelName="Grand Watergate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49/29 Petchburi 15, Phayathai, Ratchtewee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/7a/b07a08e3ac0c9e75ea304b5c572ae1f894d822b4.JPEG</HotelPictures>
        <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="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72276064" Longitude="100.73693622" StarRating="3" HotelCode="357410|golden_jade_suvarnabhumi" HotelName="Golden Jade Suvarnabhumi" Meals="ROOM ONLY" 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="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.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 17/07/2026" 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="47.38" OriginalAmount="46.00" MarkupRule="3.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 18/07/2026" 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="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.724170779634" Longitude="100.57160821106" StarRating="3" HotelCode="397780|the_kaze_34_service_residences" 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="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.710306713364" Longitude="100.60739330125" StarRating="3" HotelCode="429462|utd_apartments_sukhumvit_hotel__residence" HotelName="UTD Apartments Sukhumvit Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70508933" Longitude="100.5056414" StarRating="2" HotelCode="520113|long_zhu_guesthouse" HotelName="Long Zhu Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75578362" Longitude="100.53644955" StarRating="3" HotelCode="601447|top_high_airport_link_hotel_bangkok" 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="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75469318" Longitude="100.56600729" StarRating="2" HotelCode="583601|x9hostel" HotelName="X9 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" 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="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71464693" Longitude="100.58144913" StarRating="2" HotelCode="585764|the_art_hostel_bangkok" HotelName="The Art Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/07/2026" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3757/13-14 Soi Sangchan, Sukhumvit 40 Road, Phakanong, Klongteay, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/1a/f21a442ae6f1c409b0d03e01005ee69f15f9a716.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a restaurant and a laundry service. Wireless internet a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.81011346" Longitude="100.55871488" StarRating="2" HotelCode="638258|ease_hostel_3" 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="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75129988" Longitude="100.52831807" StarRating="2" HotelCode="625952|baansu_hostel" HotelName="Baansu Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>661 Bantadthong Road, Soi Phayanak, Ratchathewi, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/df/5ddff0ae365fa91da9c5272944b1e8b01743d221.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76675613" Longitude="100.57028452" StarRating="2" HotelCode="622853|spnplace_ratchada_" HotelName="Spn Place Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>99/32-35 Ratchada Road, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/d4/b8d40404d2807675a73de60ab59fdcb6f6466065.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.91286705" Longitude="100.59312101" StarRating="3" HotelCode="696277|the_prima_residence" HotelName="The Prima Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7587627" Longitude="100.5439769" StarRating="3" HotelCode="781649|hyde_park_hotel_bangkok" 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="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74274896" Longitude="100.50299183" StarRating="2" HotelCode="774904|ama_hostel_bangkok" HotelName="Ama Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>191 Saphan Hun, Chakrawat Road, Samphanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/f9/edf93c72ceb65c7e3a16ee567f218333ff21e4fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72852894" Longitude="100.47039962" StarRating="3" HotelCode="773107|toptel_thaphra" HotelName="Toptel Thaphra Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026">
        <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="94" TotalAmount="47.40" OriginalAmount="46.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75417" Longitude="100.53985" StarRating="3" HotelCode="|131112" HotelName="Gateway Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>122/19 Ratchaparop Road Phayathai, Ratchathewee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/1/1/2/131112_08ae06d1012.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception and a laundry service. SITUATION: This establishment, is in Bangkok the heart of Close to restaurants. ROOM: Each room has an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.46" OriginalAmount="46.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.684708" Longitude="100.612445" StarRating="2" HotelCode="|103686" HotelName="Olive &amp; Residence Bangkok Sukhumvit 101 " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69, 71 Sukhumvit 101/1 Road, Bangchak, Prakanong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/8/6/103686_df3a8700911.jpeg</HotelPictures>
        <HotelDescription>HOTEL: It has studios suites and with WiFi (free of charge), The establishment also has a car park (free of charge), a swimming pool on the roof terrace and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.48" OriginalAmount="46.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7423914" Longitude="100.5528536" StarRating="0" HotelCode="|278162" HotelName="Hom and Cooking Club" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>49 Nanasquare 4th floor, Sukhumvit 3 road, Wattana, Klongtoei Nuea,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/1/6/2/278162_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.49" OriginalAmount="46.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7427574" Longitude="100.5531728" StarRating="2" HotelCode="|103470" HotelName="Sky Inn 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Soi Nana Nua, Sukhumvit Rd, Khlongtoei Nua, Wattana,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/7/0/103470_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Bangkok, is 10 minutes drive away from the railway station BTS/Asoke and the metro station of Sukhumvit.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.59" OriginalAmount="46.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.735374" Longitude="100.518821" StarRating="3" HotelCode="|405290" HotelName="Rest24 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Mahanakorn Road Mahapruettharam Bang Rak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/9/0/405290_a13b7341157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.60" OriginalAmount="46.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.798161" Longitude="100.565232" StarRating="3" HotelCode="|416546" HotelName="Siamplaengna Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Soi Chockchairuammitr</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/5/4/6/416546_d55b1211025.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.65" OriginalAmount="46.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8113344" Longitude="100.7219401" StarRating="3" HotelCode="|82528" HotelName="The Canal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>559/1 Moo 13 Srihaburanukit Rd Minburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/5/2/8/82528_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is situated 2 kilometres away from Minburi the Market of. ROOM: The rooms have an air-conditioning system and a balcony. FACILITIES: Guests are offered a restaurant and a car park (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.75" OriginalAmount="46.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7189274" Longitude="100.5210396" StarRating="3" HotelCode="|103513" HotelName="King Royal Garden Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>245 South Sathorn Road, Yannawa, Sathorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/1/3/103513_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi, (free of charge), a swimming pool with views. SITUATION: This establishment, is near Surasak the train station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.76" OriginalAmount="46.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.768558" Longitude="100.597361" StarRating="3" HotelCode="|64891" HotelName="Jazzotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>514 Ramkhamhaeng 39 Prachautit Road, Wangtongrang Bangkok 10310 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/8/9/1/64891_5f2644a1051.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays, has communal areas, shops and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.02" OriginalAmount="46.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7441" Longitude="100.556486" StarRating="0" HotelCode="|552720" HotelName="OYO 75456 Episode 11 Hostel Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi Sukhumvit 11,Khwaeng Khlong toie nue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/7/2/0/552720_072d1b71707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.17" OriginalAmount="46.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.759033" Longitude="100.544119" StarRating="3" HotelCode="|414026" HotelName="Hyde Park Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>285 Soi Ratchaprarop 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/4/0/2/6/414026_9a291171622.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.20" OriginalAmount="46.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741237" Longitude="100.580812" StarRating="3" HotelCode="|104728" HotelName="D Varee Montara Thonglor 25" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52/1 (Thonglor 25)Soi Prompak, Sukhumvit Road, Klongton Nua, Wattana, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/2/8/104728_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Thong Lor it is in Where guests can enjoy nightclubs and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.27" OriginalAmount="46.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75354" Longitude="100.538231" StarRating="3" HotelCode="|414142" HotelName="Kim Korner" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>37/5 Phetchaburi Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/4/1/4/2/414142_55316f40721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.33" OriginalAmount="46.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726442" Longitude="100.538076" StarRating="2" HotelCode="|482344" HotelName="Cloud on Saladaeng Silom Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>71/2 Soi Sala Daeng 1/1 Bangrak Silom,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/3/4/4/482344_545c95f1348.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="48.34" OriginalAmount="46.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72333084" Longitude="100.73246487" StarRating="3" HotelCode="320405|200389" HotelName="Aranta Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" 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="94" TotalAmount="48.38" OriginalAmount="46.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70201" Longitude="100.58773" StarRating="3" HotelCode="|203531" HotelName="Ibis Styles Bangkok Sukhumvit 50" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2026 11 Sukhumvit 50 Phra Khanong Khlong Toei</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/5/3/1/203531_25922891149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.38" OriginalAmount="46.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7541538" Longitude="100.5391529" StarRating="3" HotelCode="|82499" HotelName="Blutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99/8-9, Soi Saengkarn, Rajprarop, Phyathai, Pratunam, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/4/9/9/82499_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception and WiFi (free of charge), in communal areas. SITUATION: This hotel is in Bangkok the heart of. ROOM: Each room has private bathrooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.39" OriginalAmount="46.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.758332" Longitude="100.504262" StarRating="3" HotelCode="|416714" HotelName="Nappiness" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>517 Phra Sumen Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/7/1/4/416714_d53412f1021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74238618" Longitude="100.58089119" StarRating="3" HotelCode="464062|57616" HotelName="Montara Serviced Apartment Thonglor 25" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" 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="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.791799" Longitude="100.560825" StarRating="4" HotelCode="64952|48218" HotelName="Gold Orchid Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 18/07/2026" 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="27" TotalAmount="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.761413411072" Longitude="100.54016244451" StarRating="3" HotelCode="431686|173280" HotelName="Le Tada Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="27" TotalAmount="48.41" OriginalAmount="47" MarkupRule="3.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="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.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="48.41" OriginalAmount="47.00" MarkupRule="3.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="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.80555927" Longitude="100.57513612" StarRating="3" HotelCode="380416|mybed_ratchadaladprao" 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="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75556658" Longitude="100.5036264" StarRating="2" HotelCode="424865|here_hostel_bangkok" HotelName="Here Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="48.41" OriginalAmount="47.00" MarkupRule="3.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="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.820301436633" Longitude="100.66471652746" StarRating="2" HotelCode="383308|synsiri_2_lad_prao_981" HotelName="Synsiri 2 Ladprao 98/1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Ladprao Road Soi Ladprao 98/1, Wandthonglang, Ratchadaphisek, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/fc/edfcc8c89be102e0556d2c6a962f246773f44016.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.687477704969" Longitude="100.60718536523" StarRating="3" HotelCode="398389|olive_residence" 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="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.69964061" Longitude="100.68172903" StarRating="3" HotelCode="496347|summer_tree_hotel" HotelName="Summer Tree Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71761729" Longitude="100.51668678" StarRating="3" HotelCode="614723|haus_sathorn_21" HotelName="Haus Sathorn 21" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>425/5 Sathorn 21, South Sathorn 21, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/fd/4bfd4eb99df5e14ed1d54ffed4cedd3b54fc4618.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76249962" Longitude="100.49639346" StarRating="2" HotelCode="631894|bedspread_hostel_adults_only" HotelName="Bedspread Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>3 Trok Kai Chae, Phra Sumen Road, Chana Songkarm, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/cc/0accc82807bac1bd6af986c024ea7c418535075b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7353234" Longitude="100.51883614" StarRating="2" HotelCode="766417|rest24_hostel" 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="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71776687" Longitude="100.53912763" StarRating="3" HotelCode="945421|parvena_hostel" HotelName="Parvena Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>592 Sathon Soi 3 Suanplu Soi 5, Sathon Tai Road, Tungmahamek, Sathorn, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/39/4a39559c7a25d84a9b95aa2215b6570581cadbe6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118 Soi Songphra, Siphraya Road, Kwang Maha Pruttaram, Khet Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/a5/53a57f68e7c77b25beca3d483d1de4b7966805ae.jpeg</HotelPictures>
        <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="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739250808908" Longitude="100.55527889481" StarRating="2" HotelCode="902959|sukhumvit_crown_hotel" 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="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="879040|petra_poshtel_donmuang" HotelName="Petra Poshtel Donmuang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>291/17 Thanon Song Prapha</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/d4/99d4a8ea7b4637105beb460ab66806df61a3bfd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.735802893034" Longitude="100.55220799483" StarRating="4" HotelCode="915502|boss_suites_nana_hotel_3" HotelName="Boss Suites Nana Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7584243" Longitude="100.54101249" StarRating="0" HotelCode="971975|castle_black_bangkok_hostel" HotelName="Castle Black Bangkok Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>116/31-33 Soi Ruam Chit, Rang Nam Road, Thanon Phaya Thai, Ratchathewi, 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;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.48" OriginalAmount="47.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.713647" Longitude="100.52679" StarRating="3" HotelCode="|172733" HotelName="H2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>529-533 Chan 18/7, Yannawa, Sathorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/7/3/3/172733_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.49" OriginalAmount="47.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.730791" Longitude="100.51486" StarRating="2" HotelCode="|358689" HotelName="Bc Guesthouse Si Phraya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1056/5-6 Charoen Krung 28 soi, Charoen Krung Rd. Bangrak, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/6/8/9/358689_203923b1248.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.57" OriginalAmount="47.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7451926" Longitude="100.491848" StarRating="3" HotelCode="|103398" HotelName="Chetuphon Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>370-372 soi Pratoo-Nok Yoong, Maharat Road, Kwang Prabarommaharachawang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/3/9/8/103398_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms, with air-conditioning, WiFi (free of charge), a restaurant and a car park (free of charge). SITUATION: This establishment, Wat Pho it is 2 minutes away from 3 minutes away, guests can find Tha Tien the dock.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.62" OriginalAmount="47.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74781" Longitude="100.54286" StarRating="0" HotelCode="|238743" HotelName="Bed@town" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>43/5 Rajadamri soi 1 Prathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/7/4/3/238743_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.63" OriginalAmount="47.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.724477" Longitude="100.531189" StarRating="3" HotelCode="|172453" HotelName="Trinity Silom - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>150 Silom Soi 3 (Naratiwas Soi 3 or Sathorn Soi 8) Silom Road, Bangkok 10500</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/4/5/3/172453_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.64" OriginalAmount="47.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71774" Longitude="100.51475" StarRating="0" HotelCode="|186619" HotelName="Oyo 688 Bangkok Hub" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1545 Charoenkrung Rd, Yannawa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/6/1/9/186619_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.67" OriginalAmount="47.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76374" Longitude="100.501212" StarRating="4" HotelCode="|446356" HotelName="4 Monkeys" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/3/5/6/446356_223f4211130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.74" OriginalAmount="47.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.789286" Longitude="100.553178" StarRating="3" HotelCode="|451305" HotelName="SureStay by Best Western Iconic Ari-Jatujak" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>23/1 Soi inthamara 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/3/0/5/451305_32dea091250.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.76" OriginalAmount="47.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7161434" Longitude="100.4806279" StarRating="3" HotelCode="|103442" HotelName="Season Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>61/15 Petchkasem Road, Wattapra, Bangkokyai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/4/2/103442_40bcd1d1216.jpg</HotelPictures>
        <HotelDescription>ROOM: Customers can find modern rooms with an air-conditioning system, a balcony and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.85" OriginalAmount="47.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.771738" Longitude="100.632066" StarRating="0" HotelCode="|396331" HotelName="130  and Residence Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>25 Lat Phrao, Soi 130, Khlong Chan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/3/3/1/396331_fb8745a0519.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.98" OriginalAmount="47.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.805846" Longitude="100.510964" StarRating="2" HotelCode="|391285" HotelName="P-park Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>683/2 Charan Sanitwong Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/2/8/5/391285_3731f8c1043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.04" OriginalAmount="47.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.747431" Longitude="100.502178" StarRating="2" HotelCode="|522358" HotelName="Siam Subway Hostel and Café" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>119/14, 119/15 Charoen Krung Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/3/5/8/522358_0f9a8ab1135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.05" OriginalAmount="47.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75223" Longitude="100.53711" StarRating="0" HotelCode="|186778" HotelName="Good Day" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1/13 Petchaburi Soi 15, Petchaburi Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/7/7/8/186778_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.10" OriginalAmount="47.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7074455" Longitude="100.6081973" StarRating="3" HotelCode="|357954" HotelName="Ipremium Sukhumvit 81" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>284 iPREMIUM Sukhumvit 81 Suanluang Suanluang Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/9/5/4/357954_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.11" OriginalAmount="47.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739227" Longitude="100.55543" StarRating="2" HotelCode="|404896" HotelName="OYO 299 CROWN BTS NANA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 SOI SUKHUMVIT 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/8/9/6/404896_bd3af8a1221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.12" OriginalAmount="47.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.767099" Longitude="100.720176" StarRating="0" HotelCode="|536626" HotelName="Baan Chao Khun" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1253/1 Thanon Kheha Rom Klao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/6/2/6/536626_19386671101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.26" OriginalAmount="47.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.851054" Longitude="100.544442" StarRating="3" HotelCode="|411759" HotelName="The Wing Design" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>99/89 Moo 6, Hong Song Hong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/7/5/9/411759_ea611661546.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.29" OriginalAmount="47.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.758272" Longitude="100.498229" StarRating="0" HotelCode="|522448" HotelName="7 Holder Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>216 Khaosan Rd, Talat Yot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/4/4/8/522448_289411a1100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.40" OriginalAmount="47.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71968" Longitude="100.4958" StarRating="0" HotelCode="|240380" HotelName="The Star Of Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71/7 Krung Thon Buri 4 Kongtonsai, Klong San</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/3/8/0/240380_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.44" OriginalAmount="48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73435359" Longitude="100.56805662" StarRating="2" HotelCode="617096|246210" HotelName="Click Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 12/07/2026" 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="49.44" OriginalAmount="48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746393235411" Longitude="100.55184556138" StarRating="3" 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="49.44" OriginalAmount="48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72464" Longitude="100.522474" StarRating="2" HotelCode="906329|58397" HotelName="Sapphirtel Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.724444899631" Longitude="100.53088366985" StarRating="3" HotelCode="30093|glow_trinity_silom" HotelName="Trinity Silom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Country House,Finca,Village,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Silom Soi 3, Naratiwas Soi 3 or Sathorn Soi 8, Silom Road, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/8b/f88b41beff048bef434e7dd930995565eb3615a1.jpeg</HotelPictures>
        <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="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75943064177" Longitude="100.49539804459" StarRating="3" HotelCode="173401|buddy_boutique_inn" HotelName="Buddy Boutique Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 Chakkapong Road, Taladyod, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/4a/874a13dc916a38438f3f40f083665cc46a5921e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Bangkok's historic district, a 15-minute walk from the Grand Palace, Emerald...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73118" Longitude="100.57018" StarRating="3" HotelCode="200017|nantra_sukhumvit_39_hotel" 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="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75286157" Longitude="100.5311815" StarRating="2" HotelCode="407897|monomer_hostel_bangkok" 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="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75243081" Longitude="100.50466954" StarRating="3" HotelCode="398062|tim_house" HotelName="Tim House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71365496" Longitude="100.5268309" StarRating="3" HotelCode="380582|h2_hotel_" HotelName="H2 Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.97965403" Longitude="100.63642587" StarRating="3" HotelCode="425284|bangkok_resort_rangsit" HotelName="Bangkok Resort Rangsit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Moo 3 Rungsit, Nakornayok 32 Thayaburi, Pathunthani Ban Khlong Sam, Bangkok 12130</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/fa/28fa29e34e4e223fe0b660d050f5b5605eeaa11c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Bangkok Resort Rangsit is conveniently located in the popular Don Mueang area. Both business travele...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76991179" Longitude="100.58116625" StarRating="3" HotelCode="545851|sangob_hotel" HotelName="Sa-Ngob Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/07/2026" 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="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8399002" Longitude="100.55325953" StarRating="3" HotelCode="520016|ravipha_residences" HotelName="Ravipha Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>92 Soi Sammakorn 2, Thetsaban Songkhro Road, Latyao, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ea/6dea2c5caa73ea500421752595b38a1a4e2aa6f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73724729" Longitude="100.5170174" StarRating="3" HotelCode="755121|metro_hotel_17" 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="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74392972678" Longitude="100.50993424663" StarRating="3" HotelCode="739679|w22_by_burasari" HotelName="W22 Hotel" Meals="ROOM ONLY" 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="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="853620|luk_hostel" HotelName="Luk Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>382-384-386 Vanich 1 Road, Khwang Chakkrawat, Khet Samphanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/ff/48ff5a9c726ec1ac8df99d354cd12bb5ff92a458.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.47" OriginalAmount="48.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.758535" Longitude="100.4983592" StarRating="3" HotelCode="|103689" HotelName="The Mulberry Bangkok Khaosan Road" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>259 Khaosan Road, Phra Nakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/8/9/103689_7.jpg</HotelPictures>
        <HotelDescription>ROOM: Customers can find rooms with an air-conditioning system and with antique furniture.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.48" OriginalAmount="48.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7146354" Longitude="100.5814058" StarRating="0" HotelCode="|358493" HotelName="The Art Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>3757/13-14 Soi Sangchan,Phakanong, Sukhumvit 40 Road ,Klongteay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/4/9/3/358493_19180341157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.51" OriginalAmount="48.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.675313" Longitude="100.647833" StarRating="3" HotelCode="|172907" HotelName="The One Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>319 Srinakarin Rd. Nopngbon Prawate Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/0/7/172907_dd6d0531109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.51" OriginalAmount="48.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70531" Longitude="100.598268" StarRating="3" HotelCode="|406624" HotelName="The Qube Fifty" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>89 Soi Sukhumvit 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/6/2/4/406624_e63f15c1154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.55" OriginalAmount="48.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7761636" Longitude="100.5714313" StarRating="3" HotelCode="|47991" HotelName="Hip Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SOI NIAM-UTIT, DINDEANG 111/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/9/1/47991_01585f41017.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, with air-conditioning, has 175 rooms, an international restaurant, a lobby and a car park. The hotel is ideal for holidays or business trips, has a lobby, a reception, a currency exchange service, a bar, conference facilities, internet, room service and a laundry service. SITUATION: Is situated in the business area, the commercial area, is situated 20 kilometres away from Suvarnabhumi Airport. ROOM: The stylish rooms, have modern equipment, a bathroom with a bath, an air-conditioning system, a satellite TV, a direct line telephone, a fridge, internet, a double bed, a safe and a mini-bar. FACILITIES: It is located 20 minutes away from a golf course. PAYMENT METHODS: The establishment accepts Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant that serves Ã  la carte dishes, The establishment offers buffet breakfast and lunch.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.65" OriginalAmount="48.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77094" Longitude="100.53619" StarRating="3" HotelCode="|243666" HotelName="Aree Art Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95/25-27 Soi Ari Samphan 1 Phaya Thai, Sam Sen Nai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/6/6/6/243666_18.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="49.68" OriginalAmount="48.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.838665632739" Longitude="100.63315842274" StarRating="3" HotelCode="398544|703041" HotelName="Media Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>599 Pradit Manutham Road, Don Mueang, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/91/129162f68a4b72497ad63e9d09e125f62df0c421.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The numerous facilities and services at the resort ensure guests a comfortable and relaxing stay. Wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.68" OriginalAmount="48.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7069937" Longitude="100.5357387" StarRating="3" HotelCode="|60681" HotelName="Forum Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi Chan 2 Road,Thungwatdon, Sathorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/8/1/60681_17e0df31039.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 7 floors, a swimming pool, meeting rooms, a business centre, a gym, a sauna, a massage service and karaoke. The establishment has a reception with air-conditioning, a sitting area and stairs. SITUATION: The hotel is situated in Chan 2 the street it is near a bazaar, 15 minutes away from the establishment clients have a public transport stop, is 60 minutes away from the airport, The establishment offers a transfer service to, the shopping centre, free of charge. ROOM: The modern rooms, have wooden floors, a balcony, an air-conditioning system, a television, a mini-bar, a coffee maker, a kettle, coat, slippers, a safety deposit box, a bathroom and a bath. OTHERS: Regarding the food and beverage offering, clients can enjoy a cafÃ©, The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.70" OriginalAmount="48.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.859645" Longitude="100.62567" StarRating="3" HotelCode="|407486" HotelName="Thanks Pama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Thanon Ram Intra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/4/8/6/407486_d02dfdd1248.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.71" OriginalAmount="48.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.720257" Longitude="100.739381" StarRating="3" HotelCode="|66542" HotelName="Bs Residence Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>LADKRABANG RD., LADKRABANG 836/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/5/4/2/66542_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, was built in 2009 and has 98 superior and deluxe rooms, The establishment has air-conditioning, a lobby with a reception, express check-out, a safety deposit box service, a lift, has a restaurant, WiFi (for a fee), room service, a laundry service and a car park. SITUATION: It has good links to the airport, is situated 25 kilometres away from Bangkok the centre of 100 metres away, there is a public transport stop, Guests can enjoy the markets, a cinema, restaurants and bars. it is situated close to a commercial centre. ROOM: The rooms have a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite or cable TV, internet, a safety deposit box, a mini-bar, a fridge, an iron, individual air-conditioning and a terrace. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast, Clients have at their disposal a restaurant and a coffee shop. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.74" OriginalAmount="48.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.86502" Longitude="100.6205" StarRating="0" HotelCode="|245436" HotelName="Leelawadee Resotel Raminthra 22" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Leelawadee Resotel Raminthra Soi Raminthra 23, Junction 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/4/3/6/245436_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.75" OriginalAmount="48.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738079" Longitude="100.517356" StarRating="3" HotelCode="|403613" HotelName="Metro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>326/20-22 Rama 4 Rd., Mahaputtaram, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/6/1/3/403613_80d1c5a1136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.80" OriginalAmount="48.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.860748" Longitude="100.532924" StarRating="3" HotelCode="|172901" HotelName="The Legacy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9/37 M.9 soi Ngamwongwan 21, Ngamwongwan Road T.Bangkasor Muang Nonthaburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/0/1/172901_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.03" OriginalAmount="48.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6999096" Longitude="100.5342457" StarRating="3" HotelCode="|131417" HotelName="Nara Suite Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>311/2 New Sathorn Road (Naradhiwas Rajanagarindra24) Chongnonsi, Yannawa Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/4/1/7/131417_440e58c1012.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has studios, suites with wooden floors, a television and a DVD player. Some rooms have a washing machine, You can also find a bathroom with a shower or bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.05" OriginalAmount="48.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74956" Longitude="100.533098" StarRating="3" HotelCode="|405755" HotelName="P18" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>No 482 Soi Petchburi 18 Phetchaburi Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/7/5/5/405755_7f432a41115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.08" OriginalAmount="48.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8331626" Longitude="100.5716338" StarRating="2" HotelCode="|358313" HotelName="Rabbit Room" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1895/2 Phahonyothin Road, Kwang Lard Yao, Khet Jatujuk</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/3/1/3/358313_e694ef11250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="50.15" OriginalAmount="48.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737877" Longitude="100.552081" StarRating="4" HotelCode="76121|98681" HotelName="Aspen Suites Sukhumvit Bangkok Hotel by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.22" OriginalAmount="48.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.86995" Longitude="100.55862" StarRating="3" HotelCode="|235312" HotelName="The Riche Boutique Don Mueang Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>111 Soi Ngamwongwan 47 Yak 42 Thungsonghong, Laksri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/3/1/2/235312_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.23" OriginalAmount="48.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.748514" Longitude="100.506867" StarRating="3" HotelCode="|220829" HotelName="W22 By Burasari" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>422 Mittraphan Road, Pomprab, Pomprabsattupai 123</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/8/2/9/220829_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="50.24" OriginalAmount="48.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.825364997743" Longitude="100.56723208778" StarRating="3" HotelCode="339413|253388" HotelName="Iyarin @ Tuk Chang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="50.27" OriginalAmount="48.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741" Longitude="100.557" StarRating="0" HotelCode="|131299" HotelName="Armoni Hotel Sukhumvit Soi 11 by Andacura" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>155/17-22 Soi Sukhumvit 11/1 Road Klongtoey Nua Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/2/9/9/131299_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a bar, a tailor's shop, an internet cafÃ© and meeting room. SITUATION: This establishment, Bangkok it is in Close to Nana the Station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.28" OriginalAmount="48.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73351" Longitude="100.564767" StarRating="2" HotelCode="|477255" HotelName="Su 22" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2/6-8 Sukhumvit Rd. Soi Sukhumvit 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/7/2/5/5/477255_f2194d20922.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.38" OriginalAmount="48.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7476405" Longitude="100.5540687" StarRating="3" HotelCode="|104876" HotelName="Anya Nana @ Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>74 Sukhumvit Soi 3 Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/7/6/104876_0c341be1832.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Sukhumvit it is in 10 minutes away from the establishment, you can find Nana the Station of. FACILITIES: Guests are offered a swimming pool, internet (free of charge) and a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.38" OriginalAmount="48.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746816" Longitude="100.551544" StarRating="0" HotelCode="|386249" HotelName="iCheck inn Skyy Sukhumvit 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88/8 Sukhumvit Soi 1, Sukhumvit Road, Klong Toey Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/2/4/9/386249_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.42" OriginalAmount="48.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757964" Longitude="100.527534" StarRating="0" HotelCode="|359134" HotelName="Kloem - Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>107/31 ,Phetchaburi Soi5 ,Ratchathewi, Ratchathewi.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/1/3/4/359134_32b6e791206.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.747890457821" Longitude="100.55427253246" StarRating="3" HotelCode="64955|3525" HotelName="Anya Hotel@Sukhumvit 3" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/07/2026" 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="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740399" Longitude="100.555914" StarRating="3" HotelCode="71468|20417" HotelName="City Lodge Soi 9" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 9, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/af/39af04135ca9c9faa4cabd6b3572bd0797b7cd58.JPEG</HotelPictures>
        <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="27" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75011642" Longitude="100.53778056" StarRating="3" HotelCode="616086|233141" HotelName="Sovereign Group Hotel @ Pratunam Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/07/2026" 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="27" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.735587137578" Longitude="100.55302495337" StarRating="3" HotelCode="39068|3676" HotelName="Woraburi Sukhumvit Hotel &amp; Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128/1 Sukhumvit Soi 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/20/8220e5e91686e9a1e11a366ecee034540144be0e.jpeg</HotelPictures>
        <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="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.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="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.760348148593" Longitude="100.49758854765" StarRating="3" HotelCode="267698|villa_cha_cha" 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="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75605853" Longitude="100.53347088" StarRating="2" HotelCode="582589|the_posh_phayathai" HotelName="The Posh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>55/21-23 Phayathai Road, Phayathai, Ratchathewi, Bangkok 10400, Pathumwan</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/a1/9ca1f19713e5365469168835bd8ef2b30fb0bccd.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="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7604156" Longitude="100.61721469" StarRating="4" HotelCode="585066|baan_thai_boutique" HotelName="Wattana Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 14/07/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2169/1 Ramkhamhaeng Road, Between Ramkhamhaeng Soi 47-49, Hua Mark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/53/3f53ee435bb06c7d58854f19406800d081dafbd1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72909391" Longitude="100.53541127" StarRating="2" HotelCode="583701|silom_space_hostel" HotelName="Silom Space Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Silom Road, Soi 2, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/64/bb6491e26d9d79cff794f69eac750b549faf5fe2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys can be reached by lift. Wireless internet access in public areas allows travellers to s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7264943" Longitude="100.53827548" StarRating="2" HotelCode="624465|cloud_on_saladaeng" HotelName="Cloud on Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 18/07/2026" 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="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75446765" Longitude="100.53945441" StarRating="3" HotelCode="758784|sleepstation_at_pratunam" HotelName="Sleepstation @Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7548607" Longitude="100.53606709" StarRating="3" HotelCode="784374|spittze_hotel" HotelName="Spitze Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="872176|platinum_deluxe_shopping_apartments_2" HotelName="Platinum Deluxe Shopping Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>640/91 Phetchaburi 22</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/5d/205d4dc026f2d567ddd57b85cded1ecc3beeda48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75423687" Longitude="100.49845262" StarRating="0" HotelCode="876689|boxpackers_hostel_phranakorn" HotelName="Boxpackers Hostel Phranakorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>300 Thanon Tanao, San Chao Pho Sua, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/84/e984ff9d00a9d250bd74106e05976c36fc812a66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72992" Longitude="100.581108" StarRating="3" HotelCode="900644|nantra_de_comfort" HotelName="Nantra de Comfort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125/4-7 Sukhumvit 55, North Klongton, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/95/7695d4b362fb4873b8889e07a738fbd9522943da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 29 rooms. A lobby and a reception are available t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.59" OriginalAmount="49.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723511" Longitude="100.549273" StarRating="5" HotelCode="|172368" HotelName="Charlie House Lumphini" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1034/36-37 Soi Saphankhu between Lumpini Tower Rama IV Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/3/6/8/172368_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.61" OriginalAmount="49.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7545728" Longitude="100.5393038" StarRating="3" HotelCode="|359117" HotelName="De Lavender Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>122/73, Ratchaprarop Rd, Phaya Thai Rd., Pratunam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/1/1/7/359117_5f4bc0a1123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.66" OriginalAmount="49.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71213" Longitude="100.59567" StarRating="0" HotelCode="|239902" HotelName="Cazz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1761-1763 Sukhumvit Road Prakanong-Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/9/0/2/239902_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.70" OriginalAmount="49.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.784719" Longitude="100.567688" StarRating="3" HotelCode="|439500" HotelName="B2 Huai Khwang Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Inthamara 49, Thanon Sutthisan Winitchai, Din Daeng, Bangkok, Bangkok, 10400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/5/0/0/439500_33c27641059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.74" OriginalAmount="49.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6740316" Longitude="100.6466424" StarRating="3" HotelCode="|404157" HotelName="B2 Bangna Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Srinakharin 65, Srinakharin Road, Bangkok 10250</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/5/7/404157_a78f2930411.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.75" OriginalAmount="49.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7308167" Longitude="100.5817566" StarRating="0" HotelCode="|357989" HotelName="Double Five -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>160/18, ThongLor soi 6, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/9/8/9/357989_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.78" OriginalAmount="49.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74384" Longitude="100.583766" StarRating="3" HotelCode="|440670" HotelName="Kokotel Bangkok Dheva Thonglor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2435 New Petchaburi Rd, Bang Kapi, Huai Khwang, Bangkok, 10310, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/6/7/0/440670_c172f491033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.81" OriginalAmount="49.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.911596" Longitude="100.593174" StarRating="3" HotelCode="|439760" HotelName="7 Days Premium Don Mueang Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Soi Chang Akat Uthit 3, Bangkok, 10210</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/7/6/0/439760_da32fc81046.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.84" OriginalAmount="49.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.792017" Longitude="100.543395" StarRating="3" HotelCode="|27820" HotelName="Elizabeth" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>PRADIPAT ROAD, SAPHANKWAI PHAYAT 169/51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/2/0/27820_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 17 floors and 275 standard rooms and suites. In the entrance, you can find a cosy hall, a safety deposit box service and lifts. Regarding the food and beverage offering, the establishment has a bar and a restaurant. There are many services available at the establishment, including a laundry service. SITUATION: Bangkok Is situated in it is in Phaya Thai the District It is 30 minutes away from the international airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a stereo, internet, a mini-bar, a safety deposit box (available for a fee), an iron, an ironing board, a coffee maker, a teapot and an individual air-conditioning system. Clients are offered spacious suites and with a living room. Some rooms have a balcony. OBSERVATIONS: Check-out is at 12:00. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.86" OriginalAmount="49.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7225982" Longitude="100.7331196" StarRating="3" HotelCode="|440675" HotelName="Port Canary" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>733 Lat Krabang Rd, Bangkok, 10520</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/6/7/5/440675_21440621041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.91" OriginalAmount="49.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.704286" Longitude="100.505309" StarRating="3" HotelCode="|172939" HotelName="The Sunreno" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>341 Charoen Krung Rd., Watprayakrai, Bangkoleam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/3/9/172939_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.96" OriginalAmount="49.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738842" Longitude="100.513055" StarRating="3" HotelCode="|474573" HotelName="Rema" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rema wellness 574/1 Yaowaraj Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/5/7/3/474573_60d16971252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.02" OriginalAmount="49.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7212" Longitude="100.49042" StarRating="0" HotelCode="|240822" HotelName="Zenniq" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>BTS Wongwian Yai, Ratchaphruek Rd. Thonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/8/2/2/240822_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.15" OriginalAmount="49.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7613" Longitude="100.61712" StarRating="3" HotelCode="|396978" HotelName="Baan Thai Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>361/1-2 Ramkhamhaeng Road, between, Ramkhamhaeng Soi 47-49, Hua Mark, Bangkok, 10240</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/9/7/8/396978_221359e0310.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.26" OriginalAmount="49.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.677429" Longitude="100.636163" StarRating="4" HotelCode="|422929" HotelName="56 Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi Udom Suk 56, Bang Na</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/9/2/9/422929_1631b971038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.28" OriginalAmount="49.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72427" Longitude="100.52118" StarRating="3" HotelCode="|172443" HotelName="Icheck Inn Gems Center Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>298/3-7 Soi Silom 28, Silom Road, Suriyawong, Bangrak,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/4/4/3/172443_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="51.34" OriginalAmount="49.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75238" Longitude="100.542932" StarRating="3" HotelCode="76067|81538" HotelName="PJ Watergate" Meals="ROOM ONLY" 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="94" TotalAmount="51.34" OriginalAmount="49.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7129857" Longitude="100.584737" StarRating="3" HotelCode="|103487" HotelName="Boss Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>3789 Rama 4 Road, Phrakanong, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/8/7/103487_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a gym, a swimming pool and WiFi (free of charge). SITUATION: This establishment, is a 15-minute walk away from Ekkamai the Railway Station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.37" OriginalAmount="49.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.69978" Longitude="100.6819" StarRating="0" HotelCode="|243095" HotelName="Summer Tree" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>90/55 Chaloem Phrakiat Ratchakan Thi 9 Rd., Dokmai, Prawet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/0/9/5/243095_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.38" OriginalAmount="49.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7220245" Longitude="100.7716582" StarRating="3" HotelCode="|68234" HotelName="Mariya Boutique Residence At Suvarnabhumi Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>ONNUCH-LADKRABANG ROAD, LADKRABANG, 1627/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/2/3/4/68234_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 36 luxurious rooms, was built in 2009, The establishment offers guests a transfer service to, the airport, (free of charge), The establishment has WiFi, a lobby, computers, a printing service, air-conditioning, a reception, express check-out, a breakfast room, room service, a laundry service, a car park and a bicycle rental desk. SITUATION: Is situated on a main street, nearby, you will find public transport services, the shopping centres and the tourist attractions. Clients can also find a restaurant, the market, a park and shops. It is situated 5 kilometres away fromSuvarnabhumi Airport. ROOM: The rooms a bathroom, a shower, a bathrobe, slippers, a television, international channels, a mini-bar, a mini-bar, a microwave, a kitchen, a hairdryer, a kettle, a coffee maker, water, a direct line telephone, internet, a double or king-size bed, an individual air-conditioning system and a balcony or terrace. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts Mastercard and Visa. OBSERVATIONS: The establishment accepts credit card and cash.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.39" OriginalAmount="49.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.713261" Longitude="100.593587" StarRating="4" HotelCode="|66706" HotelName="Hope Land  Sukhumvit 46/1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT 46/1, SUKHUMVIT RD,PHRAKANONG, KLONGTOEY 1110/5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/7/0/6/66706_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: was built in 2009, has 231 rooms, a lobby with express check-out, a reception, a safety deposit box service, a lift, a television room, WiFi (free of charge), a dining room, a laundry service and a car park. SITUATION: This urban hotel, Phrakanong it is situated next to it is situated near Phrakanong the underground station of Rama 4 Road, Sukhumvit Road, Ramkamhaeng Road and Bangna Road it has good links to it is 300 metres away from a bus station, 1 kilometre away, you can find Benjasiri Park park a commercial centre, is situated 30 kilometres away from Suvarnabhumi Airport. ROOM: business rooms, have an LCD television, a coffee maker, a kettle, cable television, a bathroom with a bath, a shower, a hairdryer, a direct line telephone, internet, a safe, a washing machine, individual air-conditioning, a kitchen with fridge, a microwave and a balcony or terrace. FACILITIES: The establishment has a swimming pool, a terrace, deck chairs, parasols, a gym, a jacuzzi, a sauna and a steam bath. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard, Visa and some debit cards. OBSERVATIONS: A deposit will be requested on arrival.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.47" OriginalAmount="49.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7410958" Longitude="100.5558018" StarRating="3" HotelCode="|103497" HotelName="Maxim's Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131/21-23 Sukhumvit Soi 7/1, Sukhumvit Rd., Klongtoey Nua, Wattana.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/9/7/103497_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi, (free of charge), a restaurant and rooms with cable TV. SITUATION: This establishment, Sukhumvit it is in 2 minutes away, guests can find Skytrain Nana the Station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740558" Longitude="100.556698" StarRating="3" HotelCode="187107|42879" HotelName="Armoni Hotel Sukhumvit 11 By Andacura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="27" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76146835039" Longitude="100.49406953006" StarRating="3" HotelCode="341985|58606" HotelName="Mango Lagoon Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="27" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757059863646" Longitude="100.49570381641" StarRating="3" HotelCode="16957|2178" HotelName="Royal Rattanakosin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rajdamnoen Avenue, Khaosan, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/c5/0cc54703a58d4074e0a667204904c1713a0f31fe.PNG</HotelPictures>
        <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="27" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.772612" Longitude="100.48204799" StarRating="2" HotelCode="425384|233030" HotelName="SK Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>185 Somdejprapinklao Road, Pinklao Area, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/c9/bec94a7c56a82e8546a0f444b927ea16ef260f43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.702058894564" Longitude="100.51606446505" StarRating="4" HotelCode="187113|best_western_plus_grand_howard_hotel" HotelName="Grand Howard 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,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="63" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.789493185293" Longitude="100.56204146627" StarRating="4" HotelCode="114192|m2_de_bangkok" HotelName="M2 de Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 Vibhavadee Rangsit Road, Din Dang, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/50/f75076c99e883e4c06756987df5a4964ed426617.jpeg</HotelPictures>
        <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="63" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75377063" Longitude="100.53687011" StarRating="3" HotelCode="267702|metz_pratunam_hotel" HotelName="Metz Pratunam" Meals="ROOM ONLY" 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="63" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.67528805" Longitude="100.64718973" StarRating="3" HotelCode="354332|the_one_residence" HotelName="The One Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>319 Srinakarin Road, Nongbon Prawate, 10250 Bangkok Thailand</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/47/2047fcaf913c20b7776ec08eb9cb8b813d989184.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="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753938612496" Longitude="100.53890626111" StarRating="4" HotelCode="340994|the_93_hotel" HotelName="The 93 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/07/2026" 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="63" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.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="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.752184866886" Longitude="100.53713700459" StarRating="2" HotelCode="398058|good_day_hostel" HotelName="Good Day Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1/13 Petchaburi Road Petchaburi Soi 15, Rajthevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/81/9981fd31f5923d6b13705649309b8634d0b5cf65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77575589" Longitude="100.54344572" StarRating="2" HotelCode="780492|19a_hostel" HotelName="19A Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>268 Phahonyothin Road, Khwaeng Samsen Nai, Khet Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/49/2549a44f4c568432027e02829bf309a9b9e7e6c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.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 18/07/2026" 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="94" TotalAmount="51.52" OriginalAmount="50.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.794759" Longitude="100.509124" StarRating="3" HotelCode="|405135" HotelName="Be Wish Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>41/1 SoiCharansanitwong84,Charansanitwong,Bang-Aor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/1/3/5/405135_75ef4121113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.58" OriginalAmount="50.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728249" Longitude="100.525921" StarRating="3" HotelCode="|104720" HotelName="Get Sleep Bangkok Surawong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>173/8-9 Suriwongse Road(corner of Soi Anumanrajdhon 1)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/2/0/104720_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has elegant rooms rooms, a library, a business centre, a restaurant and WiFi (free of charge), in communal areas. SITUATION: This establishment, is 5 minutes drive away from skytrain BTS-Chong Nonsi the Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.71" OriginalAmount="50.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7272" Longitude="100.538" StarRating="3" HotelCode="|407348" HotelName="Le Vanvarothai Saladaeng Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>27/2 Soi Yommaraj Saladaeng Rd Silom Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/3/4/8/407348_0fbc41d1207.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.82" OriginalAmount="50.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7524278" Longitude="100.5388982" StarRating="3" HotelCode="|104756" HotelName="First House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>14/20-29 Petchaburi 19 Road, Phayathai, Ratchathewi, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/5/6/104756_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant with a bar, modern rooms and with cable TV. SITUATION: This hotel Pratunam it is in Bangkok the commercial area of it is situated 10 minutes walk away from Platinum the shopping centres of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.85" OriginalAmount="50.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7750459" Longitude="100.572753" StarRating="3" HotelCode="|172692" HotelName="Calypzo Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>88 Soi Sukruamkan Ratchadapisek Road Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/9/2/172692_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.03" OriginalAmount="50.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7352137" Longitude="100.5626813" StarRating="2" HotelCode="|172973" HotelName="White House Asoke Sukhumvit 18" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>390/20 Sukhumvit Soi 18 Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/7/3/172973_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.04" OriginalAmount="50.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719894" Longitude="100.538699" StarRating="3" HotelCode="|168697" HotelName="I Residence Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>269/29-30 Suan Plu Soi 6, Sathorn Road, Thungmahamek, Sathorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/6/9/7/168697_9c70e9c1148.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi, a car park, a transfer service, has a gym, a steam bath and a business centre. ROOM: All the rooms have a balcony, an air-conditioning system, cable television, a satellite television, a safe, a kettle, a coffee maker and a DVD player (available on request). RESTAURANT: Clients can enjoy an international restaurant with local dishes. SITUATION: This hotel is a 10-minute walk away from the night market of Patpong. A transfer service to the railway station and free of charge and the Station of MRT de Silom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.05" OriginalAmount="50.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.838484" Longitude="100.599779" StarRating="4" HotelCode="|173059" HotelName="Sky Dome Resotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>114 prasertmanukij road. , jorakhae bua, ladphroa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/3/0/5/9/173059_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.08" OriginalAmount="50.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7452499" Longitude="100.6344126" StarRating="4" HotelCode="|358479" HotelName="Onyx Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Rama IX Soi 53, Khwaeng Sunlaung, Sunlaung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/4/7/9/358479_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.20" OriginalAmount="50.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7545" Longitude="100.52853" StarRating="0" HotelCode="|224717" HotelName="Travelier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>155/1 Phetchaburi Rd, Thung Phaya Thai, Ratchathewi district</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/7/1/7/224717_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.20" OriginalAmount="50.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75712" Longitude="100.49582" StarRating="4" HotelCode="|55485" HotelName="Royal Rattanakosin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Rajdamnoen Avenue, Khaosan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/5/55485_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, with air-conditioning, has 300 rooms, a lobby with express check-out, a reception, a currency exchange service, a lift, a hairdresser's, a cafÃ©, a restaurant, conference facilities, internet, room service, a laundry service (for a fee) and a car park. SITUATION: The hotel Rajadamnern Road it is in it is in the historic centre, Where you can find the tourist attractions, is situated 40 kilometres away from Don Mueang Airport this hotel is situated 45 kilometres away from Suvarnabhumi Airport. ROOM: They have fitted carpets, a bathroom, cold water, hot water, bath or shower, a hairdryer, a double or king-size bed, a direct line telephone, cable television, internet, a mini-bar, a central air-conditioning system and a balcony or terrace. FACILITIES: The establishment has a swimming pool with an open-air bar, a billiards table, a massage service and hairdresser. MEALS: Regarding the food and beverage offering, the establishment offers buffet breakfast and lunch. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: Check-in is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.33" OriginalAmount="50.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72887" Longitude="100.59021" StarRating="3" HotelCode="|241001" HotelName="Ramada by Wyndham Bangkok Ten Ekamai Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>33/39 Ekamai Soi 10, Sukhumvit 63 Road Klongton-nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/1/0/0/1/241001_1_9976.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="52.37" OriginalAmount="50.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.760073" Longitude="100.537057" StarRating="3" HotelCode="141130|122783" HotelName="The Victory" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/07/2026" 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>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.48" OriginalAmount="50.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7688708" Longitude="100.7440192" StarRating="4" HotelCode="|403049" HotelName="Siam Villa Suvarnabhumi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/296 Romklao Soi 26, Romklao Road, Klongsamprave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/0/4/9/403049_8b981790327.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.50" OriginalAmount="50.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72334" Longitude="100.5272" StarRating="3" HotelCode="|403978" HotelName="Niagara Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Silom 9 (soi suksavithya) silom Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/9/7/8/403978_a2bd6f41046.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.52" OriginalAmount="50.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.761469" Longitude="100.537694" StarRating="2" HotelCode="|522049" HotelName="Rose Apple" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>29-29/1 Soi Loet Punya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/4/9/522049_584165b0900.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725714193175" Longitude="100.59058897328" StarRating="3" HotelCode="393710|397161" HotelName="Greenview Ekkamai10" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="27" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753920499613" Longitude="100.51509082317" StarRating="3" HotelCode="21217|2257" HotelName="Prince Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="27" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.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="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.791923519838" Longitude="100.54334533876" StarRating="2" HotelCode="56165|elizabeth" HotelName="Elizabeth Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.720450440134" Longitude="100.73943883181" StarRating="3" HotelCode="142234|bs_residence_suvarnabhumi" HotelName="BS Residence Airport Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.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="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741058" Longitude="100.555648" StarRating="3" HotelCode="188207|maxims_inn" HotelName="Maxim S Inn" Meals="ROOM ONLY" 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="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7586" Longitude="100.5643" StarRating="3" HotelCode="422007|praso_residence" HotelName="Praso Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77489382" Longitude="100.57478577" StarRating="4" HotelCode="435442|prasoratchada12" HotelName="Praso @ Ratchada 12" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>194 Soi Ratchadapisek 12, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/97/ae97b81984b0429cb9ed6eb40f317c23c4495250.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.704279177069" Longitude="100.50511467737" StarRating="3" HotelCode="429542|the_sunreno_serviced_apartment" HotelName="The Sunreno Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>341 Charoenkrung Road, Opposite Asiatique, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/53/0d53d3be9d7693b1db7f3122e92033bfea3ca7a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at The Sunreno Serviced Apartment in Bangkok Bangkok Riverside, you'll...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74239697" Longitude="100.55289082" StarRating="2" HotelCode="546600|hom_hostel_cooking_club" HotelName="Hom Hostel &amp; Cooking Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>49 Sukhumvit 3 Road, Nanasquare 4th Floor, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/13/4713522d10f8349fafbd75377117375959a87874.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel features a baggage storage service for a comfortable and relaxing stay. Wireless internet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73270631" Longitude="100.51458901" StarRating="3" HotelCode="635226|talakkia_boutique_hotel" HotelName="Talakkia Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/07/2026" 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="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.81553239" Longitude="100.65204266" StarRating="3" HotelCode="776862|s_bangkok_hotel_navamin" HotelName="S Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1009/1 Navamin Road, Nuanchan, Bueng Kum, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/84/868473297123ea7109caf51607541cf6ffea1a16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.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="Non Refundable">
        <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="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="967074|aspira_one_sutthisan_2" HotelName="Aspira One Sutthisan" Meals="ROOM ONLY" 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="94" TotalAmount="52.55" OriginalAmount="51.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75407" Longitude="100.47606" StarRating="3" HotelCode="|246789" HotelName="Baansuanprannok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>167/14 Soi. Itsaraphap 43 , Baan chang Lor , Bangkok Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/7/8/9/246789_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.62" OriginalAmount="51.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.687569" Longitude="100.607184" StarRating="4" HotelCode="|173047" HotelName="Olive Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Sukhumvit 64 Yak 6 Bang Chak Phra Khanong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/3/0/4/7/173047_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.73" OriginalAmount="51.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723317" Longitude="100.491086" StarRating="4" HotelCode="|417107" HotelName="Amanah Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>262 Soi Somdet Phra Chao Tak Sin 4 Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/1/0/7/417107_04f23131020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.78" OriginalAmount="51.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.768312" Longitude="100.6319959" StarRating="3" HotelCode="|103705" HotelName="Metro Point Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>666 Soi Ladprao 130, Ladprao Road, Klongjun, Ramkhamhaeng 81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/7/0/5/103705_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2008. SITUATION: This establishment, is 20 minutes away from Suvarnabhumi Airport Close to places of interest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.81" OriginalAmount="51.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7464189" Longitude="100.5235149" StarRating="0" HotelCode="|358130" HotelName="168" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1230 Thanon Banthat Thong Rong Mueang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/1/3/0/358130_cac9dfe1222.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.85" OriginalAmount="51.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.790785" Longitude="100.548445" StarRating="3" HotelCode="|439411" HotelName="Blu 395" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1477 Phahonyothin Road, Phayathai, Bangkok, Bangkok, 10400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/4/1/1/439411_76749371722.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.85" OriginalAmount="51.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.81554" Longitude="100.65203" StarRating="4" HotelCode="|389845" HotelName="S Bangkok Navamin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1009/1 Navamin Road, Nuanchan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/8/4/5/389845_58f39561120.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.86" OriginalAmount="51.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.808131" Longitude="100.575341" StarRating="3" HotelCode="|471983" HotelName="Benjarong Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ratchadaphisek Rd, Chan Kasem,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_218d1ad2009.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.91" OriginalAmount="51.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738082" Longitude="100.555817" StarRating="0" HotelCode="|131454" HotelName="The Promenade" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 Sukhumvit Soi 8, Sukhumvit Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/4/5/4/131454_2.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has comfortable with air-conditioned, a kettle, a coffee maker (free of charge) and cable television. They also have a fridge, a mini-bar, a bathroom with a bath and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.91" OriginalAmount="51.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7545049" Longitude="100.5395519" StarRating="3" HotelCode="|359221" HotelName="Sleepstation At Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101/3, Soi Sangkarn , Ratchaprarop Rd , Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/2/2/1/359221_a6122731118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.91" OriginalAmount="51.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.700167" Longitude="100.602867" StarRating="4" HotelCode="|446409" HotelName="The Quarter Onnut By Uhg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi Sukhumvit 58 Sukhumvit Rd., Phra Khanong, Bangchak,, 10260 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/0/9/446409_fa1f42b1014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.98" OriginalAmount="51.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7275693" Longitude="100.5245784" StarRating="3" HotelCode="|357908" HotelName="Kokotel Bangkok Surawong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>181/1-5, Surawong Rd, Suriwong, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/9/0/8/357908_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.98" OriginalAmount="51.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7342296" Longitude="100.5674419" StarRating="3" HotelCode="|279007" HotelName="Sakura Sky Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Sukhumvit 33 Road, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/0/0/7/279007_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.03" OriginalAmount="51.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7728432" Longitude="100.5706957" StarRating="4" HotelCode="|396964" HotelName="Ratchada Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>282 Soi Nathong 3, Ratchadaphisek Road, Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/9/6/4/396964_3ee3b051158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.09" OriginalAmount="51.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.748657" Longitude="100.499366" StarRating="1" HotelCode="|456141" HotelName="Ti Thong Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73/4 Ti Thong Road, Wat Ratchabophit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/1/4/1/456141_80cce931752.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.15" OriginalAmount="51.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.785373" Longitude="100.576298" StarRating="0" HotelCode="|465256" HotelName="Rest At Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>252/3 Ratchadaphisek Road, Huai Khwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/2/5/6/465256_9e6f2541230.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.17" OriginalAmount="51.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7276402" Longitude="100.5241574" StarRating="3" HotelCode="|202673" HotelName="Easy Planet Bangkok Surawong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>178 Surawong Road, Si Phraya, Bangrak, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/6/7/3/202673_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.34" OriginalAmount="51.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7300383" Longitude="100.5311334" StarRating="3" HotelCode="|396991" HotelName="56 Surawong Hotel Bangkok - SHA Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Surawong Road 56, Bang Rak, 10500 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/9/9/1/396991_402794c1216.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.36" OriginalAmount="51.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76084" Longitude="100.54228" StarRating="3" HotelCode="|416615" HotelName="Tang House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Ratchaprarop Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/6/1/5/416615_9103ab51745.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.53" OriginalAmount="51.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7569264" Longitude="100.502235" StarRating="3" HotelCode="|103521" HotelName="Ratchadamnoen Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>211/16 Soi Damnoen Klang Nuea Ratchadamnoen Klang Road Boworn Nivet, Phranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/2/1/103521_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Bangkok it is in La Plaza Siam 4 kilometres away, you can find. HOTEL: The establishment offers WiFi (free of charge) and large apartments with a seating area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757083" Longitude="100.542449" StarRating="3" HotelCode="188171|54801" HotelName="Budacco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="27" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738906" Longitude="100.553422" StarRating="3" HotelCode="260597|48276" HotelName="S.M. Grande Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" 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="27" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754406" Longitude="100.537996" StarRating="2" HotelCode="165844|48401" HotelName="White Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Soi Petchburi 15, Somprasong 3, Phayathai, Rajtavee, Bangkok 10400, Thailand</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/00/10005454e5b625694eeb9a310eafc7920b5a3dba.jpeg</HotelPictures>
        <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="53.56" OriginalAmount="52.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74099" Longitude="100.55947" StarRating="3" HotelCode="186271|best_comfort_residential" HotelName="Best Comfort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/07/2026" 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="63" TotalAmount="53.56" OriginalAmount="52.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.858888" Longitude="100.523357" StarRating="3" HotelCode="255722|mida_uno_ngamwongwan" HotelName="Mida Hotel Ngamwongwan" Meals="ROOM ONLY" 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="63" TotalAmount="53.56" OriginalAmount="52.00" MarkupRule="3.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="53.56" OriginalAmount="52.00" MarkupRule="3.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="53.56" OriginalAmount="52.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78650903" Longitude="100.57135713" StarRating="3" HotelCode="585362|stay_hotel_bangkok" HotelName="Stay Hotel" Meals="ROOM ONLY" 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="53.56" OriginalAmount="52.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6692978" Longitude="100.68588044" StarRating="2" HotelCode="621094|baan_noppadol_2" 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="63" TotalAmount="53.56" OriginalAmount="52.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77300287" Longitude="100.57060133" StarRating="0" HotelCode="853741|ratchada_boutique_hotel" 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="94" TotalAmount="53.57" OriginalAmount="52.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7537157" Longitude="100.5384589" StarRating="3" HotelCode="|103562" HotelName="Prince House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>48/5-6 Soi Petchburi 17 , Petchburi Road ,Opposite Pantip Plaza Pratunam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/6/2/103562_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Pratunam the commercial area of 15 minutes away from the establishment, clients can find Ratchaprarop the Railway Station of It has excellent transport links to the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.61" OriginalAmount="52.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7456666" Longitude="100.5202448" StarRating="3" HotelCode="|104884" HotelName="Twin Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88/2 New Rama 6th Road, Rong Muang, Patumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/8/4/104884_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Bangkok the city centre of 10 minutes away, guests can find Siam Paragon the shopping centre. FACILITIES: Guests are offered a spa, a swimming pool, 6 restaurants and a car park (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.65" OriginalAmount="52.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7351997" Longitude="100.5560125" StarRating="3" HotelCode="|57969" HotelName="Bangkok Loft at Nana Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91, Soi 8 off Sukhumvit Road, Klongtoey Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/9/6/9/57969_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Royal Asia Lodge Bangkok is rated three stars, is perfect for business and holiday stays, has beautiful views, attentive service, a swimming pool, a transfer service, room service, a business centre and a reception. SITUATION: It is located close to the shopping area. This hotel is in a private-access beach. It is well-connected with the railway station. It is near Sukhumvit Road near the establishment, guests will find restaurants. ROOM: The establishment has 30 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.66" OriginalAmount="52.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.68912" Longitude="100.63874" StarRating="0" HotelCode="|244388" HotelName="Leenova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83 Soi Supapong 1, Yek 3 Srinakarin Road, Nongbon, Pravet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/3/8/8/244388_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.68" OriginalAmount="52.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737361" Longitude="100.5170154" StarRating="3" HotelCode="|103595" HotelName="Sk Boutique Maha Nakhon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>326/23-25 Rama 4 Rd, Maha-Pruttaram Bang Rak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/9/5/103595_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in front of Bangkok the railway station Close to. HOTEL: This modern, elegant hotel, has a restaurant and rooms with internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.70" OriginalAmount="52.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74182" Longitude="100.55352" StarRating="0" HotelCode="|187823" HotelName="128 Room and Massage" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128 Sukhumvit Rd,Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/8/2/3/187823_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.70" OriginalAmount="52.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.724803" Longitude="100.5410682" StarRating="3" HotelCode="|358610" HotelName="Ywca International House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>13 South Sathorn Road, Khwang Thugmahamak, Sathorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/6/1/0/358610_1_2405.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.70" OriginalAmount="52.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75268" Longitude="100.54755" StarRating="4" HotelCode="|33149" HotelName="Bangkok Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1091/336 New Petchburi Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/4/9/33149_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has an indoor car park. ROOM: All the rooms have laundry service and room service. FACILITIES: Clients can enjoy a jacuzzi and a sauna. The establishment also has a hairdresser. PAYMENT METHODS: The establishment accepts credit cards.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.77" OriginalAmount="52.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7449891" Longitude="100.4986455" StarRating="0" HotelCode="|357930" HotelName="The Grand Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>238 Phahurat Road, Wangburapa, Pranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/9/3/0/357930_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.89" OriginalAmount="52.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7836413" Longitude="100.5440371" StarRating="4" HotelCode="|358160" HotelName="Josh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>19/2 Soi Ari 4 Nuea, Phahon Yothin road.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/1/6/0/358160_1_6986.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.92" OriginalAmount="52.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739025" Longitude="100.5594438" StarRating="3" HotelCode="|103667" HotelName="Icheck Inn Sukhumvit 19" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9/10 Sukhumvit Soi 19, Soi Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/6/7/103667_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has, WiFi, (free of charge). SITUATION: This establishment, is in Sukhumvit the district of 3 minutes away, guests can find the Asok Skytrain the Station of Close to shops.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.02" OriginalAmount="52.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.716567" Longitude="100.505696" StarRating="3" HotelCode="|406662" HotelName="U Sabai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 22 Chunchi Lak Alley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/6/6/2/406662_99df1741249.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="54.05" OriginalAmount="52.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753158" Longitude="100.539415" StarRating="3" HotelCode="93361|84628" HotelName="Baiyoke Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/07/2026" 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="94" TotalAmount="54.23" OriginalAmount="52.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.715081" Longitude="100.591564" StarRating="3" HotelCode="|406536" HotelName="Bedever Bangkok Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1533/3 - 4 Sukumvit Road Phra Khanong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/5/3/6/406536_5ecba821234.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.28" OriginalAmount="52.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7486895" Longitude="100.5416272" StarRating="2" HotelCode="|33146" HotelName="Bangkok City Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RAJDAMRI ROAD PATHUMWAN 43/5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/4/6/33146_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is urban, perfect for business and holiday stays, has 98 rooms, a lobby, a currency exchange service, a lift, room service and a laundry service. SITUATION: It is close to the motorway, CentralWorld, Big C Supercenter and MBK Center it has good links to it is 10 minutes away from BTS Sky the Railway Station of it has good links to the airport. ROOM: standard and deluxe rooms, have a central air-conditioning system, a satellite television, a mini-bar, a bathroom with a bath, a direct line telephone and a double bed. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, room service and a set-menu lunch. PAYMENT METHODS: Customers can pay by JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.39" OriginalAmount="52.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7269" Longitude="100.53935" StarRating="3" HotelCode="|131501" HotelName="The Sunrise Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>110/1 Saladaeng 1/1, Saladaeng Road, Silom, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/0/1/131501_848cbbb1016.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a laundry service, a dry cleaner's, a laundry service, a cafÃ© area, a TV and security. SITUATION: This establishment, is in Bangkok the centre of it is situated near the commercial area and Silom, Sathorn and Rama IV the business area of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.41" OriginalAmount="52.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7186" Longitude="100.516" StarRating="3" HotelCode="|408704" HotelName="Sathorn Terrace Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>210 North Sathorn Rd., (Next To Sathorn Church), Silom, Bangkok, 10550</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/7/0/4/408704_fd23b2f1609.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.49" OriginalAmount="52.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75016" Longitude="100.5378" StarRating="0" HotelCode="|245563" HotelName="Sovereign Group" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>640/64-66 Soi Petchaburi 22, Petchaburi Rd. Kwang Tanon Petchaburi, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/5/6/3/245563_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.53" OriginalAmount="52.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7378746" Longitude="100.5519829" StarRating="4" HotelCode="|62860" HotelName="Aspen Suites  Sukhumvit 2 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>65/1 SUKHUMVIT SOI 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/8/6/0/62860_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Aspen Suites is rated four stars. It is perfect for families and couples. The establishment boasts a swimming pool, a fitness centre and room service. The establishment offers guests a concierge, a dry cleaner's and a laundry service and has a reception and a babysitting service (for a fee). SITUATION: It is located close to the shopping area. Near the establishment, guests will find the tourist attractions. It is 1,5 miles away from Lumphini Park, Pratunam Market and Queen Sirikit National Convention Center this hotel is 2 miles away from Siam Square and Suan Pakkard Palace ROOM: The establishment has 59 modern rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.962415170519" Longitude="100.62415480614" StarRating="4" HotelCode="37609|48308" HotelName="Asia Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="27" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.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="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728056" Longitude="100.52577957143" StarRating="3" HotelCode="225558|58327" HotelName="La Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="27" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.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="54.59" OriginalAmount="53" MarkupRule="3.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="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740566" Longitude="100.561141" StarRating="3" HotelCode="141128|the_fusion_suites" 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="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70133065" Longitude="100.53868256" StarRating="3" HotelCode="329709|icheck_inn_residences_sathorn" HotelName="iCheck Inn Residences Sathorn" Meals="ROOM ONLY" 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="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738053" Longitude="100.55583" StarRating="3" HotelCode="316378|the_promenade_3" HotelName="The Promenade Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Sukhumvit Soi 8, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/fd/1bfd6e69209d7c1be74b7f7e01a6e94f82bf8f63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741045" Longitude="100.555838" StarRating="2" HotelCode="188253|aspira_sukhumvit" 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="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7372899" Longitude="100.51711395" StarRating="3" HotelCode="337825|sk_boutique_mahanakhon" HotelName="SK House Maha Nakhon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.747582" Longitude="100.554288" StarRating="3" HotelCode="188212|nana_hiso_hotel" 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="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79519852" Longitude="100.50674495" StarRating="3" HotelCode="348292|beyond_suite" 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="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.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="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75022879" Longitude="100.54558032" StarRating="2" HotelCode="520033|mango_bedroom_inn" 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="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74517512" Longitude="100.63444167" StarRating="3" HotelCode="585933|onyx_hotel_bangkok" 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="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7547676" Longitude="100.48592717" StarRating="3" HotelCode="604270|set_thanmongkol_residence" HotelName="S.E.T Thanmongkol Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>199/1 Wanglang, Trok WatRakang, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/66/fb66039cb5f55e373664026de32505c2a90aad71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76484477" Longitude="100.49729054" StarRating="2" HotelCode="779658|lets_zzz_bangkok" HotelName="Let's Zzz Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <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="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.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="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="959259|qbox_hotel_bangkok_blossom" HotelName="Q-Box Bangkok Blossom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="54.61" OriginalAmount="53.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.717874" Longitude="100.508457" StarRating="0" HotelCode="|557049" HotelName="The Cosy River" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Charoen Nakhon Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/0/4/9/557049_38284121012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.63" OriginalAmount="53.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.701864" Longitude="100.637442" StarRating="0" HotelCode="|391211" HotelName="SLT Apartment Bangkok  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Tower 1, Soi Dara Chai 1/1, 902/6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/2/1/1/391211_261386e1026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.65" OriginalAmount="53.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7730596" Longitude="100.5731233" StarRating="3" HotelCode="|131390" HotelName="The Mini R Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161 Ratchada Road Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/3/9/0/131390_39277211001.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is modern.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.71" OriginalAmount="53.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7838913" Longitude="100.4725011" StarRating="2" HotelCode="|54030" HotelName="The Royal City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>BOROM RATCHONNI ROAD, BANGPLAD 800</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/3/0/54030_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has leisure areas, event rooms, has 10 floors, 436 rooms and 12 suites. It also has a safety deposit box service, a currency exchange service, a hairdresser's and a car park. SITUATION: This urban hotel is situated close to the parliament, places of interest, 10 minutes away from the establishment you have the railway station, the bus station, 30 kilometres away, you can find Suvarnabhumi Airport it is situated 50 kilometres away from Don Mueang Airport. ROOM: The establishment has standard rooms, superior rooms, deluxe rooms and suites. All the rooms have a mini-bar, a direct line telephone, a radio, piped music, a satellite TV, an individual air-conditioning system and a bathroom with bathroom amenities. FACILITIES: The establishment boasts a swimming pool, a sauna and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant and buffet and Ã  la carte lunch. PAYMENT METHODS: Customers can pay by Mastercard and Visa. OBSERVATIONS: The establishment offers room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.78" OriginalAmount="53.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754343" Longitude="100.531172" StarRating="0" HotelCode="|358374" HotelName="Diff" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>236/41 Soi Senakit, Phayathai Road, Thung Phayathai, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/3/7/4/358374_f14fa9c1201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.79" OriginalAmount="53.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757056" Longitude="100.5033942" StarRating="2" HotelCode="|172629" HotelName="Sourire At Rattanakosin Island" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>235 Rajdamnern Avenue, Bavornniwet, Pra Nakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/2/9/172629_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.88" OriginalAmount="53.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739312" Longitude="100.516243" StarRating="2" HotelCode="|172537" HotelName="The Krungkasem Srikrung" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1860 Krung Kasem Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/5/3/7/172537_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.88" OriginalAmount="53.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7603452" Longitude="100.5426749" StarRating="3" HotelCode="|32454" HotelName="Seasons Siam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RAJAPRAPRAROP ROAD, MAKKASAN 97</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/5/4/32454_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning and has 180 rooms, The establishment has various facilities, such as a lobby with a reception, a safety deposit box service, lifts, a cafÃ©, a bar, a restaurant, a conference room, seats, a car park, room service and a laundry service. SITUATION: The hotel Pratunam it is in In the surrounding area, you can find the markets, the shopping centres, the business area and the leisure areas. it is situated 5 minutes away from Suanpakkad the palace close to the establishment, clients can find Suansantipab park the train station, has good links to the motorway, is situated 30 kilometres away from the airport. ROOM: The rooms have individual air-conditioning, a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a coffee maker, a kettle and a safe. FACILITIES: The establishment boasts a swimming pool, an outdoor bar, a terrace, deck chairs, parasols and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant with breakfast, lunch and dinner service. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.15" OriginalAmount="53.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7011319" Longitude="100.5160754" StarRating="4" HotelCode="|92908" HotelName="Grand Howard  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 CHAROEN-RAJ ROAD; BANGKHLO; BANGKORLEAM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/2/9/0/8/92908_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Plus Grand Howard is rated four stars. It has fantastic views and excellent service. SITUATION: This establishment is in places of interest. OTHERS: Regarding the food and beverage offering, clients have a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.17" OriginalAmount="53.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.722054" Longitude="100.510759" StarRating="0" HotelCode="|537916" HotelName="River Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>68 Charoen Nakhon 13 Alley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/9/1/6/537916_fd030040941.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.18" OriginalAmount="53.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71955" Longitude="100.739559" StarRating="4" HotelCode="|446209" HotelName="Grand BS Airport Hotel Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>836/11 Soi ladkrabang 30/4 ladkrabang, 10520 Lat Krabang, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/0/9/446209_142f3040708.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.36" OriginalAmount="53.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8743194" Longitude="100.5814995" StarRating="0" HotelCode="|103670" HotelName="Louis' Tavern  Don Muang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>79 Soi Vibhavadi 64, Vibhavadi Rangsit Rd., Laksi, Donmuang, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/7/0/103670_752b5f41153.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a swimming pool. SITUATION: This establishment, is in Vibhavadi Rangsit the road Close to and the commercial area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="55.38" OriginalAmount="53.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73742106" Longitude="100.51693503" StarRating="2" HotelCode="380576|358111" HotelName="@Hua Lamphong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="55.38" OriginalAmount="53.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7528709" Longitude="100.5311459" StarRating="0" HotelCode="|278602" HotelName="Monomer Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>486/157 Soi Phetchaburi16, Ratchathewi (Ratchathewi-BTS Skytrain Station)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/6/0/2/278602_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="55.44" OriginalAmount="53.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737977890482" Longitude="100.55347286012" StarRating="3" HotelCode="15062|TH000037" HotelName="ibis Bangkok Sukhumvit 4 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,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="94" TotalAmount="55.48" OriginalAmount="53.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76199" Longitude="100.49849" StarRating="0" HotelCode="|482851" HotelName="BC guesthouse Banglamphu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>166-168, Phrasumen Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/8/5/1/482851_e2d39f71310.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.50" OriginalAmount="53.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7294546" Longitude="100.5724513" StarRating="3" HotelCode="|104737" HotelName="41 Suite Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/39-41 Soi Sukhumvit 41 (Pirom) Klongton Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/3/7/104737_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant and a reception. SITUATION: This establishment, is in Sukhumvit the centre of Where customers can find leisure areas. ROOM: Each room has WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.51" OriginalAmount="53.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.761939" Longitude="100.539438" StarRating="3" HotelCode="|414616" HotelName="College Haus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>444 Chawakun Alley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/4/6/1/6/414616_7f2a0441755.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.51" OriginalAmount="53.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7333" Longitude="100.56577" StarRating="3" HotelCode="|187536" HotelName="S Box Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Sukhumvit 31, Klongtoey-Nua</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/5/3/6/187536_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.56" OriginalAmount="53.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729605" Longitude="100.561166" StarRating="0" HotelCode="|396333" HotelName="Aspira D'Andora Sukhumvit 16 - Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>180/2 Sukhumvit 16 Sukhumvit Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/3/3/3/396333_4052a130544.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.57" OriginalAmount="53.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.5922874" Longitude="100.8290005" StarRating="4" HotelCode="|172022" HotelName="Paeva Luxury Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>99/88 Moo 7 Soi Number One, Bangna-trad Rd. KM.26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/0/2/2/172022_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.60" OriginalAmount="53.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7251" Longitude="100.520641" StarRating="3" HotelCode="|553945" HotelName="SO Zen Silom Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>soi Pramote 2, Surawong rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/9/4/5/553945_edd23131441.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.889493056282" Longitude="100.57875782209" StarRating="3" HotelCode="37710|48309" HotelName="Mida Airport Hotel Bangkok" 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>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="94" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.717946" Longitude="100.501295" StarRating="2" HotelCode="|358855" HotelName="The Pattern Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>547 Soi Krung Thonburi 6 Banglambhoolang, Khlongsarn, 10600 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/8/5/5/358855_3120c4b1205.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.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 16/07/2026" 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="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.751817243475" Longitude="100.52999784552" StarRating="3" HotelCode="338959|siam_swana_hotel" HotelName="Siam Swana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>359/1 Soi Phayanak, Phetchaburi Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/77/cf77c848662bcb75691bd5c26beeefa8423c55a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741886244238" Longitude="100.55339474357" StarRating="3" HotelCode="341638|128_bangkok" HotelName="128 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>128 Sukhumvit Road, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/5b/f55b555d45614ec4d758bd6662945753c04afce0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access in public areas allows guests to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.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="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740574849796" Longitude="100.55634722198" StarRating="3" HotelCode="465732|grand_business_inn" HotelName="Grand Business Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74647837" Longitude="100.52349041" StarRating="2" HotelCode="552338|168_hostel" HotelName="168 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1230 Banthat Thong Road, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/cd/dccdb49ce70da1d9daba56626bee2533768acc3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel features various services and facilities, including a baggage storage service and a trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.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 17/07/2026">
        <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="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.783706449538" Longitude="100.54395016783" StarRating="2" HotelCode="547938|josh_hotel" HotelName="Josh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" 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="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75575667" Longitude="100.50324283" StarRating="3" HotelCode="584316|siam_champs_elyseesi_unique_hotel" HotelName="Siam Champs E’lyse’esi Unique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/07/2026" 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="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75449023" Longitude="100.52860004" StarRating="2" HotelCode="632565|travelier_hostel" HotelName="Travelier Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" 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="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72425036" Longitude="100.54146671" StarRating="0" HotelCode="698955|ywca_international_house" HotelName="Ywca International House Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Concierge,Designated Smoking Area,Elevator,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>13 South Sathon Road, Yannawa, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/a0/dca098b0c379f89a881dba15756ffa41af52760f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Sathorn, YWCA International House Bangkok promises a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.722521" Longitude="100.729878" StarRating="0" HotelCode="856385|baanmae_suvarnphumi" HotelName="Baan Mae Suvarnabhumi Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>705 Lat Krabang Road, Lat Krabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/68/626835fdbe4074652fae13093a9dfaac3f7dba68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="856298|baan_wanchart_bangkok_residences" HotelName="Baan Wanchart Resdience" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>443 Phra Sumen Road, Bowon Niwet, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/a8/e4a8981dd223870511a4e597394248fc03c1657d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="882669|the_lux_ladprao_10" HotelName="The Lux Ladpraw 10" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121/38 Lad Prao 10</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/50/e7503707f6977c88f9b3c68ce641d3d8a2dacbf8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72920812" Longitude="100.53481825" StarRating="3" HotelCode="943390|d_varee_xpress_pula_silom" 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="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="957237|u_sabai_hotel" HotelName="U Sabai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Chunchi Lak Alley, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/fc/bafc5b3228e18db0b2c0db1d30e40c56de303af8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.64" OriginalAmount="54.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75197" Longitude="100.52569" StarRating="0" HotelCode="|245267" HotelName="The Spades" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>58/2-4 Banthat Thong Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/2/6/7/245267_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.69" OriginalAmount="54.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70639" Longitude="100.60538" StarRating="3" HotelCode="|187740" HotelName="Solo Express Sukhumvit 81" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Sukhumvit Soi 81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/7/4/0/187740_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.77" OriginalAmount="54.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.730891" Longitude="100.528238" StarRating="3" HotelCode="|172678" HotelName="Bed By City Surawong-patpong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>59 Soi Suksan Road, Silom, Bang Rak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/7/8/172678_7019e7b1120.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.78" OriginalAmount="54.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7408914" Longitude="100.5556795" StarRating="4" HotelCode="|358033" HotelName="Aspira Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131/40-41 Sukhumvit 7/1 Sukhumvit Road, Bangkok, Wattana 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/0/3/3/358033_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.86" OriginalAmount="54.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7357601" Longitude="100.5528475" StarRating="4" HotelCode="|103640" HotelName="Boss Suites Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40,42 Sukhumvit Soi 4 (Nana Tai). Sukhumvit Road. Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/4/0/103640_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a covered swimming pool, modern rooms, WiFi (free of charge) and a transfer service to the metro station. SITUATION: This establishment, is in Sukhumvit 4 the district of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.91" OriginalAmount="54.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.759338" Longitude="100.6398259" StarRating="3" HotelCode="|187828" HotelName="Three Seasons Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 Soi Ramkhamhaeng 42 Huamark Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/8/2/8/187828_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.95" OriginalAmount="54.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7613428" Longitude="100.5588121" StarRating="3" HotelCode="|103614" HotelName="B.U. Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>565 Ratchadapisek Road, Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/1/4/103614_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Ratchadapisek Road (Bangkok) the heart of Ratchadapisek Road (Bangkok). HOTEL: The hotel has an outdoor pool, a restaurant and a gym. You are also offered large standard rooms with balcony.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.95" OriginalAmount="54.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.764623" Longitude="100.564827" StarRating="3" HotelCode="|357203" HotelName="Sitara Place Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>576/1 U-Charoen Soi 11, Ratchadapisek Soi 3 Road, Asoke-Dindaeng Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/2/0/3/357203_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.04" OriginalAmount="54.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71593" Longitude="100.53248" StarRating="3" HotelCode="|187918" HotelName="The Present Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28/8 Soi Narathiwas 8/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/9/1/8/187918_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.08" OriginalAmount="54.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740538" Longitude="100.557052" StarRating="2" HotelCode="|172420" HotelName="Studio Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155/14-16 Soi Sukhumvit 11/1Sukhumvit Rd., Klong Tan Nuea</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/4/2/0/172420_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.15" OriginalAmount="54.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.761355" Longitude="100.55932" StarRating="2" HotelCode="|172495" HotelName="Bu Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>567 Soi Suthiporn 2 Asoke Dindang Rd, Dindang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/4/9/5/172495_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="56.17" OriginalAmount="54.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743177603935" Longitude="100.55635279605" StarRating="4" HotelCode="200018|177228" HotelName="Salil Hotel Sukhumvit Soi 11" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" 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>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.21" OriginalAmount="54.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7381302" Longitude="100.5532888" StarRating="3" HotelCode="|48283" HotelName="Ibis Bangkok Sukhumvit 4" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Sukhumvit Road, Soi 4, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/8/3/48283_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the centre of Bangkok. Is in Sukhumvit Road, close to bars, restaurants and the shopping centres. Is 1.5 kilometres from Sukhum Underground Station and 4.8 kilometres away from the bus station Ekamai.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="56.27" OriginalAmount="54.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.761554864866" Longitude="100.49306445225" StarRating="2" HotelCode="36350|664909" HotelName="New Siam 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" 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>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.46" OriginalAmount="54.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754415" Longitude="100.538053" StarRating="2" HotelCode="|35700" HotelName="White Palace Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOI PETCHBURI15,PHYATHAI,PETCHBURI RD,RAJTAVEE 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/0/0/35700_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique establishment and has a private terrace. SITUATION: It is inBangkok the business district.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.57" OriginalAmount="54.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7185507" Longitude="100.5165055" StarRating="3" HotelCode="|103570" HotelName="Somewhere To Escape - Hometel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>210 North Sathon Road, Silom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/7/0/103570_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique establishment, is near Saphan Taksin BTS the metro station. ROOM: Customers can find modern rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.678018" Longitude="100.608028" StarRating="3" HotelCode="178088|57543" HotelName="Lily Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="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="27" TotalAmount="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75991327" Longitude="100.54044782" StarRating="3" HotelCode="377576|195724" HotelName="Picnic Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rangnam Road, Rajprarop, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/03/d9033ab0d9a2921ec67c62dc7858a12fc723e47f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79244647138" Longitude="100.57393714251" StarRating="3" HotelCode="68188|veronica_residence" 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="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.735703110043" Longitude="100.56196408961" StarRating="3" HotelCode="267696|asoke_suites" HotelName="Asoke Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>390/1 Sukhumvit Road, Between Soi 18-16, Klongtoey, Bangkok, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/13/6f133f95fde73891be5839bee9f627844b3c6091.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="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738986" Longitude="100.55807" StarRating="3" HotelCode="188238|ruamchitt_plaza_hotel" HotelName="Ruamchit Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.699432003673" Longitude="100.52724052435" StarRating="4" HotelCode="380587|1150_villa" HotelName="At 1150 villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>206 Soi Chan 43, The building is Opposite Soi Chan 43 Yak 41, Bangklo, Bangkorlam, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/aa/c7aadaf8d7f39ece7a89fb591ba8db0731271f86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75798349" Longitude="100.52751745" StarRating="2" HotelCode="744100|kloem_hostel_adults_only" HotelName="Kloem Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/07/2026">
        <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="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76343152" Longitude="100.49882273" StarRating="2" HotelCode="779639|zeds" HotelName="Zeds" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Thanon Samsen, Wat Sam Phraya, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a4/aba40c01d1fe9e3d9cc0f90989d80e3914be95b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="966942|lee_place_hotel" HotelName="Lee Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="56.67" OriginalAmount="55.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7583441" Longitude="100.498456" StarRating="3" HotelCode="|37229" HotelName="Buddy Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>KHAOSAN ROAD, TALADYOT, PRANAKORN 265</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/2/9/37229_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, boutique hotel, with air-conditioning, has 76 comfortable rooms, In the entrance, you can find a lobby with express check-out, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a bar, a pub, a nightclub, a restaurant, room service (for a fee) and internet. SITUATION: This family-owned hotel, Khaosan Road it is in Around the establishment, clients can find shops, the tourist attractions, the Royal Palace, Chao Phraya the river, the shopping centres, restaurants and pubs. it is situated 25 kilometres away from Don Mueang Airport it is 35 kilometres away from Suvarnabhumi Airport. ROOM: The comfortable rooms, have a television, a mini-bar, an electronic key, a direct line telephone, a safety deposit box, internet, an air-conditioning system, a double bed, a bathroom with a shower, a bath and a balcony or terrace. FACILITIES: At no extra cost, guests can enjoy a swimming pool, a health club, a terrace, deck chairs (available for a fee), a gym, spa treatments and a massage service. MEALS: Regarding the food and beverage offering, the establishment offersBuddy Beer the restaurant Guests are offered a buffet breakfast at no extra charge. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.67" OriginalAmount="55.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78534" Longitude="100.57628" StarRating="2" HotelCode="|66947" HotelName="13 Coins Tower Rathada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>RATCHADAPISEK ROAD SOI 18 HUAYKWANG 252/3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/9/4/7/66947_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel with air-conditioning, has 80 rooms and 8 floors. In the entrance, you can find a lobby, a reception, express check-out, a safety deposit box service and a currency exchange service. The establishment has a restaurant, a hairdresser's, a laundry service (for a fee), room service, WiFi, conference facilities and a bicycle rental desk. The establishment also has a car park, The establishment offers guests a transfer service to, the airport, (on request). SITUATION: This urban hotel, Ratchadaphisek Road it is in Soi 18 is situated in nearby, you will find the metro station, is situated 6 minutes away from Silom and Sukhumvit the shopping area of 5 miles away, clients can find the markets, In the surrounding area, you can find bars, is situated 20 kilometres away from Suvarnabhumi Airport it is 15 kilometres away from Don Mueang Airport. ROOM: The rooms have an air-conditioning system, a double or king-size bed, cable television, a bathroom with a bath, a shower, hot water, a hairdryer, internet, a safe, a mini-bar, a fridge, an iron, a coffee maker and a kettle. FACILITIES: The establishment has a hairdresser. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, Guests are offered a continental breakfast. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.73" OriginalAmount="55.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76253" Longitude="100.61749" StarRating="3" HotelCode="|186666" HotelName="Duplex 21 Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>98 Ramkhamhaeng Soi 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/6/6/6/186666_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.80" OriginalAmount="55.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7615825" Longitude="100.4931697" StarRating="0" HotelCode="|359209" HotelName="New Siam II" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>50 Phra Athit Rd., Chana Songkhram, Phra Nakhon, Bangkok, Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/2/0/9/359209_3fbbaa31219.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.81" OriginalAmount="55.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8893259" Longitude="100.5786898" StarRating="4" HotelCode="|104783" HotelName="Mida  Don Mueang Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99/401 - 486 Soi Benjamitr, Chaeng Wattana Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/8/3/104783_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers a car park, WiFi (free of charge), a restaurant and a swimming pool. SITUATION: This establishment, is 15 minutes drive away from IMPACT the convention centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.85" OriginalAmount="55.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7756" Longitude="100.565" StarRating="3" HotelCode="|409238" HotelName="Sound At Sleep" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5325 Prachasongkroh Rd Dindang Dindang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/2/3/8/409238_0d6cd481205.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.92" OriginalAmount="55.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7741792" Longitude="100.5784865" StarRating="3" HotelCode="|103713" HotelName="Atrium Boutique Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>258 Prachauthit Rd, HuayKwang, Bangkok, 10310, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/7/1/3/103713_996ca651005.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a swimming pool and rooms with cable TV. SITUATION: This establishment is in the leisure area of Ratchada. 10 minutes away, guests can find the Huai Khwang metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.05" OriginalAmount="55.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7357787" Longitude="100.5619703" StarRating="3" HotelCode="|103633" HotelName="Studio Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>390/1 Sukhumvit Road, Between Soi18-16, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/3/3/103633_6fc90be1023.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, tourist information, WiFi (free of charge) and a TV. SITUATION: This establishment, is close to MRT Sukhumvit and BTS Asoke the train station Emporium the shopping centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.07" OriginalAmount="55.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7534439" Longitude="100.5361362" StarRating="3" HotelCode="|357851" HotelName="Nap Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Petchaburi 13 Phayathai Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/8/5/1/357851_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.11" OriginalAmount="55.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.672625" Longitude="100.606869" StarRating="3" HotelCode="|440530" HotelName="Cubic Bangna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>8, Thanon Theppharat, Bang Na Tai, Khwaeng Bang Na, Khet Bang Na, Bangkok 10260</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/5/3/0/440530_75855270557.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.36" OriginalAmount="55.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.710381" Longitude="100.607828" StarRating="3" HotelCode="|172953" HotelName="Utd Apartments Sukhumvit  and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>462/21 on-nut Soi 8, On-nut road, Suan laung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/5/3/172953_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.37" OriginalAmount="55.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7091885" Longitude="100.5421828" StarRating="3" HotelCode="|83074" HotelName="Rio Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>NANG LYCHEE RD., TUNGMAHAMEK, SATHORN 88/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/7/4/83074_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips. SITUATION: This establishment, is close to Bangkok the city centre of. FACILITIES: Guests are offered activities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.58" OriginalAmount="55.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7584161" Longitude="100.6127353" StarRating="4" HotelCode="|389784" HotelName="Witz Bangkok Ramkhamhaeng" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>8 Ramkhamhaeng 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/8/4/389784_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.67" OriginalAmount="55.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7581975" Longitude="100.5250634" StarRating="3" HotelCode="|358270" HotelName="Bangkok Oasis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>111 Rama 6 Soi 24,Thung Phayathai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/2/7/0/358270_1_4786.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.68" OriginalAmount="56" MarkupRule="3.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="Non Refundable" 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="57.68" OriginalAmount="56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.829676" Longitude="100.563075" StarRating="3" HotelCode="167001|48418" HotelName="Northgate Ratchayothin Serviced Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="27" TotalAmount="57.68" OriginalAmount="56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.733419" Longitude="100.5660725" StarRating="3" HotelCode="363230|61742" HotelName="S Box Sukhumvit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="57.68" OriginalAmount="56.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74682" Longitude="100.58671" StarRating="4" HotelCode="185975|aone_boutique_hotel" HotelName="A-One Boutique Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="57.68" OriginalAmount="56.00" MarkupRule="3.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="57.68" OriginalAmount="56.00" MarkupRule="3.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="57.68" OriginalAmount="56.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8931195" Longitude="100.5619118" StarRating="3" HotelCode="188196|jumbotel_hotel" HotelName="Jumbotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/07/2026" 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="63" TotalAmount="57.68" OriginalAmount="56.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.69303905776" Longitude="100.6450371534" StarRating="4" HotelCode="495261|mii_hotel_srinakarin" HotelName="Mii Hotel Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="57.68" OriginalAmount="56.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75421445" Longitude="100.53795528" StarRating="3" HotelCode="547590|spenza_hotel" HotelName="Spenza Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="57.68" OriginalAmount="56.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73755153" Longitude="100.64163058" StarRating="3" HotelCode="613603|zayn_hotel_bangkok" HotelName="Zayn Hotel Bangkok" Meals="ROOM ONLY" 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="94" TotalAmount="57.72" OriginalAmount="56.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8246298" Longitude="100.5179704" StarRating="3" HotelCode="|103410" HotelName="The Loft Resort Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>89/76-77 soi Wongsawang 19, Wongsawang Rd., Bang sue, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/1/0/103410_1_6337.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has comfortable standard rooms, a mini-market, a restaurant and WiFi (free of charge). SITUATION: This establishment, is 10 minutes away from Central Plaza Ladprao the shopping centre of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.76" OriginalAmount="56.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7321374" Longitude="100.5644577" StarRating="4" HotelCode="|104762" HotelName="Best Western Sukhumvit 20" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Sukhumvit Soi 20 Klong Toey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/6/2/104762_b1e4b891133.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant on the rooftop. SITUATION: This establishment, is a 3-minute walk away from the Asok Skytrain the skytrain station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.99" OriginalAmount="56.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.684771" Longitude="100.613901" StarRating="4" HotelCode="|173038" HotelName="Marsi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125 soi sukhumvit 101/1, Prakanong, Bangkok 10260</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/3/0/3/8/173038_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.03" OriginalAmount="56.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8171715" Longitude="100.5791021" StarRating="3" HotelCode="|403551" HotelName="Siri Ratchada Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>296 Soi Ratchadaphisek32, Chan kasem, Bangkok, 10900</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/5/5/1/403551_b760b5b0943.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.16" OriginalAmount="56.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7367567" Longitude="100.5532169" StarRating="3" HotelCode="|29229" HotelName="Royal Ivory Sukhumvit Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT ROAD, NANA SOI 4 73</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/2/2/9/29229_a67f4c90930.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, has 99 rooms, 1 Presidential Suite, a lobby, a safety deposit box service, a cafÃ© and a bar. SITUATION: It is situated near the shopping area, the business area and embassies. ROOM: The establishment has superior rooms, All the rooms have a bathroom, a safe, a kettle and a coffee maker. Guests also have available deluxe rooms with a small kitchen and internet. Guests are offered two bedroom presidential suites with telephone, satellite or cable TV, a small kitchen, a dining room and a sitting area. FACILITIES: Outdoors, clients have access to a swimming pool, The establishment boasts a jacuzzi. MEALS: Regarding the food and beverage offering, the establishment offers and international cuisine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.18" OriginalAmount="56.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7495543" Longitude="100.5628262" StarRating="0" HotelCode="|103490" HotelName="Fx  Metrolink Makkasan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>57 Asoke-Dindaeng Road, Makkasan (Airport Link)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/9/0/103490_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is next to Petchaburi the underground station of it is 5 minutes drive away from Terminal 21 the shopping centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.29" OriginalAmount="56.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7426221" Longitude="100.5531045" StarRating="3" HotelCode="|62920" HotelName="Grand Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT SOI 3, NANA NUA, KLONGTOEY NUE, WATTANA 2/7-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/9/2/0/62920_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, boutique establishment, is modern, elegant, was renovated in 2008, has 24 rooms and 8 floors. The hotel with air-conditioning, has a lobby, a reception, a safety deposit box service and a currency exchange service. Some of the establishment facilities on offer are a lift, a cafÃ©, a breakfast room, internet, room service and a laundry service. SITUATION: It is inSukhumvit Road the heart of it is close to Nana the Railway Station of close to the establishment, clients can find the shopping centres, is situated 35 kilometres away from Don Mueang Airport it is situated 40 kilometres away from Suvarnabhumi Airport. ROOM: Grand Inn suites, have a wardrobe, a DVD player, wooden floors, a spacious bathroom with a bath, a mini-bar, WiFi, an LCD television and laptop connection. The rooms have a hairdryer, a direct line telephone, a double bed, a satellite or cable television, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: Customers can enjoy a massage service. OBSERVATIONS: Check-in is at 12:00 and check-out is at 12:00. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients haveHip D'cafÃ© the typical restaurant dishes with international breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.30" OriginalAmount="56.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71392" Longitude="100.52761" StarRating="0" HotelCode="|244217" HotelName="Zensation The Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>211 Soi. Sathorn 11, Sathorn, Yannawa Yannawa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/2/1/7/244217_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.31" OriginalAmount="56.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77611" Longitude="100.54201" StarRating="0" HotelCode="|187889" HotelName="The Yard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>51 Phahonyothin 5, Samsen Nai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/8/8/9/187889_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.31" OriginalAmount="56.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723" Longitude="100.586" StarRating="3" HotelCode="|403447" HotelName="Tha City Loft  By Th District" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Eakamai 6 Sukhumvit 63 Phra Kanon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/4/4/7/403447_006366e0648.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="58.33" OriginalAmount="56.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.752271339646" Longitude="100.53853332996" StarRating="3" HotelCode="12524|1012588" HotelName="First House Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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="8" TotalAmount="58.49" OriginalAmount="56.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.724718" Longitude="100.525489" StarRating="3" HotelCode="37712|146581" HotelName="Furama Silom Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="58.61" OriginalAmount="56.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7520633" Longitude="100.5299882" StarRating="3" HotelCode="|103505" HotelName="Siam Swana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>359/1 Soi Phayanak, Phetchaburi Road, Phayathai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/0/5/103505_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 700 metres away from the railway station. FACILITIES: Guests are offered a swimming pool, spa treatments and an internet area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.65" OriginalAmount="56.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.718654" Longitude="100.591003" StarRating="3" HotelCode="|172951" HotelName="United Residence Ekamai Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>414 Sukhumvit Soi 63 (Ekamai 26) Sukhumvit Road Klongton Nua, Watana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/5/1/172951_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.65" OriginalAmount="56.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.682" Longitude="100.529" StarRating="3" HotelCode="|405559" HotelName="Lee Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>710 Soi Sathupradit 58 Yaek 26 Bangpongpang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/5/5/9/405559_3551ed81113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.65" OriginalAmount="56.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7571028" Longitude="100.5428876" StarRating="3" HotelCode="|39126" HotelName="De Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RATCHAPRAROP RD. MAKKASAN, RAJTHAVEE 133/48</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/2/6/39126_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a lobby with express check-out, 50 rooms, a safety deposit box service, a lift, a restaurant, room service, a laundry service and a car park. SITUATION: Is situated inBangkok the centre of it is a few minutes' walk away from the shopping centres, the leisure areas and public transport services. it is situated 20 kilometres away from Don Mueang Airport it is 30 kilometres away from Suvarnabhumi Airport. ROOM: The establishment has 50 standard, superior and deluxe rooms, The rooms have a sitting area, Guests are offered interconnecting rooms and triple rooms. Some rooms have a balcony, Each room has a bathroom with a bath, a shower, a direct line telephone, a satellite or cable television, internet, a mini-bar, a coffee maker, a kettle, individual air-conditioning, a safe and a balcony or terrace. FACILITIES: Outdoors, clients can enjoy a swimming pool, deck chairs and parasols. The establishment also has a terrace and a gym. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients haveBistro De Bangkok the restaurant, which offers typical and Italian cuisine a bar, a restaurant with a breakfast, lunch and dinner service and.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.71" OriginalAmount="57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.710328" Longitude="100.602007" StarRating="3" HotelCode="73113|48651" HotelName="The Bedrooms Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village,Business Hotel" CnxPolicy="Non Refundable" 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="27" TotalAmount="58.71" OriginalAmount="57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.668282" Longitude="100.646725" StarRating="4" HotelCode="933165|83708" HotelName="Maple Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Srinakarin Road, Bangna, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/f3/4af377bd25d7c67a3eb16e759533eeae624a011a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.71" OriginalAmount="57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723706203342" Longitude="100.54833680391" StarRating="3" HotelCode="15880|5749" HotelName="Pinnacle Lumpinee Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,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="27" TotalAmount="58.71" OriginalAmount="57" MarkupRule="3.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="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.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="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.712612240306" Longitude="100.51548244048" StarRating="3" HotelCode="188179|cnr_house_hotel" HotelName="Miloft Sathorn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721680313578" Longitude="100.54672479629" StarRating="3" HotelCode="104095|ibis_bangkok_sathorn" HotelName="ibis Bangkok Sathorn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,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="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72011349" Longitude="100.49353775" StarRating="3" HotelCode="603872|w_station" 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="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78157938" Longitude="100.54110402" StarRating="2" HotelCode="869900|blu_cabin_ari_stylish_gay_poshtel" HotelName="Blu Cabin Ari Stylish Gay Poshtel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/07/2026">
        <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="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76333717" Longitude="100.5025115" StarRating="0" HotelCode="968170|rich8_hostel" HotelName="Rich8 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102 Soi Woraphong, Thanon Wisut Kasat, Ban Phan Thom, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/a3/61a302ebc898f9e2ba0c51a72283b849d40063b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="964527|vali_villa_bangkok" HotelName="Vali Villa Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>314 Samsen 4 Alley, Ban Phan Thom, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/48/5e48dfcc60105a66e55b8e2af4ec75f175805238.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.90" OriginalAmount="57.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726226" Longitude="100.542" StarRating="3" HotelCode="|103652" HotelName="Baan K Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12/1 Soi Sathorn 2, North Sathorn Road, Silom, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/5/2/103652_15.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has comfortable studios with flatscreen television and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.98" OriginalAmount="57.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.747889" Longitude="100.593547" StarRating="0" HotelCode="|446406" HotelName="Montana and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Soonvijai 14, Bangkapi, Huaykwang, Bangkok, Bangkok 10310</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/0/6/446406_e2b06681050.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.99" OriginalAmount="57.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725039" Longitude="100.522381" StarRating="3" HotelCode="|103622" HotelName="Sapphire Silom Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>282-282/1-2 Soi Silom 22/1, Silom Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/2/2/103622_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Silom the road 15 minutes away from the establishment, you can find Lumphini park Lumphini the boxing stadium of. FACILITIES: Guests are offered Thai massages and internet area (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="59.09" OriginalAmount="57.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743944867468" Longitude="100.58366478036" StarRating="3" HotelCode="255723|627984" HotelName="Dheva Residence Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="59.16" OriginalAmount="57.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7313107" Longitude="100.5632399" StarRating="3" HotelCode="|103620" HotelName="BB Boutique Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>38/1 Sukhumvit Soi 20, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/2/0/103620_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel, has WiFi, computers and tuk-tuk rides.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.24" OriginalAmount="57.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7866365" Longitude="100.5713928" StarRating="4" HotelCode="|358542" HotelName="Stay Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Soi Ratchadaphisek 17, Ratchadaphisek Rd., Dindeang, Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/5/4/2/358542_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.40" OriginalAmount="57.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7461059" Longitude="100.5514414" StarRating="4" HotelCode="|39043" HotelName="Furamaxclusive Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT SOI1, SUKHUMVIT ROAD, WATTANA 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/3/39043_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2007 and has 98 rooms, This boutique hotel with air-conditioning, has a lobby, with a reception, a safety deposit box service, a lift, a mini-market, shops, a hairdresser's, conference facilities, WiFi and a car park. You are also offered a cafÃ©, a bar, a restaurant, room service and a laundry service. SITUATION: It is close toBumrungrad International the hospital it is 5 minutes away from Ploenchit the railway station It is situated nearNana the shopping centre of Where you can find shops, restaurants and bars. it is situated 30 kilometres away from Bangkok Airport. ROOM: The large rooms, have curtains, a bathroom, a hairdryer, cable and satellite television, a radio, a stereo, internet, a kitchen, a mini-bar, a microwave, a coffee maker, a kettle, an iron, a safety deposit box, an individual air-conditioning system, a double or king-size bed and a terrace. FACILITIES: The establishment boasts a jacuzzi, a swimming pool with an open-air bar, deck chairs, a sauna, a gym (free of charge), a massage service and spa treatments (available for a fee), Customers can also find a pharmacy. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant with American buffet breakfast, The establishment offers buffet lunch and an Ã  la carte or set-menu dinner. The establishment also has room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="59.42" OriginalAmount="57.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741288" Longitude="100.558652" StarRating="4" HotelCode="161093|133393" HotelName="Kingston Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 15/07/2026" 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="94" TotalAmount="59.44" OriginalAmount="57.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6648062" Longitude="100.6432679" StarRating="3" HotelCode="|449968" HotelName="De Botan Bangna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1748 Debaratna Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/9/6/8/449968_c7ccfd61239.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.70" OriginalAmount="57.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725773" Longitude="100.5189" StarRating="2" HotelCode="|172385" HotelName="Beanstalk Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>299 - 301 Surawongse Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/3/8/5/172385_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72912" Longitude="100.5648" StarRating="4" HotelCode="76384|15128" HotelName="Admiral Suites Bangkok by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>38, 38/14 Sukhumvit Soi 22, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/f2/fef22b7102886da0d5542d80dfa07789f2eaba40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75735833" Longitude="100.52344822" StarRating="3" HotelCode="620746|253988" HotelName="Bangkok Midtown Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <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="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73165" Longitude="100.5660466" StarRating="3" HotelCode="118736|58708" HotelName="Bourbon Street Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9/39-40 Soi Tana Arcade, Sukhumvit 63 Ekkamai, Klongton Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/ba/6aba5b31f8477aac677e15ebc5bde50d46259eaa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7667812" Longitude="100.48434396" StarRating="2" HotelCode="586295|232225" HotelName="Grandpa's Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>16 Arun Amarin Road, Arun Amarin 26, Riverside, Bangkok Noi, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/41/5441ebe2e5f4d4a7a72a349c77ba247d545979d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.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 10/07/2026">
        <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="59.74" OriginalAmount="58.00" MarkupRule="3.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="Non Refundable" 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="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.770222259184" Longitude="100.57062274571" StarRating="3" HotelCode="255715|prom_ratchada_residence__spa" HotelName="Prom Ratchada Residence &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736362554877" Longitude="100.58886688541" StarRating="3" HotelCode="378804|united_residence" 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="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.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 18/07/2026" 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="59.74" OriginalAmount="58.00" MarkupRule="3.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="Non Refundable" 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="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.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="Non Refundable" HotelFacility="24 Hour Front Desk,Coffee Shop,Dry Cleaning,Elevator,Garden,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>3336 Phaholyothin Road, Chomphon Chatuchak, 10900 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/e5/54e50326346224dbc0bd92bfc5668a5ce0b60e6c.jpeg</HotelPictures>
        <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="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74500194" Longitude="100.49878274" StarRating="0" HotelCode="520217|the_grand_palace_hostel" HotelName="The Grand Palace Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>238 Phahurat Road, Wangburapa, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/23/5823a0646a1a4a30fe338673c5aeaa29660dee07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.724052" Longitude="100.52945001" StarRating="3" HotelCode="572309|havent_met_silom" 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="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75810606" Longitude="100.52539071" StarRating="2" HotelCode="766003|bangkok_oasis_hotel" HotelName="Bangkok Oasis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.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 17/07/2026" 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="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="983579|siam_best_hotel" HotelName="Siam Best Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 Soi Petchaburi 15, Phayathai Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/d2/42d28a514a686727abd2be665cb83ab967fb66c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="59.75" OriginalAmount="58.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.673984" Longitude="100.603737" StarRating="3" HotelCode="255756|275067" HotelName="Brighton Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 16/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.77" OriginalAmount="58.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737424" Longitude="100.562217" StarRating="3" HotelCode="|172970" HotelName="W 21 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>4/56 Sukhumvit 21 road, Khlongtoei Nue, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/7/0/172970_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.78" OriginalAmount="58.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.710667" Longitude="100.503922" StarRating="3" HotelCode="|439761" HotelName="Kowtha Rivertel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>102-108, 110-112 Soi Charoennakorn 35, Charoennakorn Road, Banglumpoo-lang, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/7/6/1/439761_c8590991744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.81" OriginalAmount="58.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.730775" Longitude="100.570822" StarRating="3" HotelCode="|172843" HotelName="Retro 39" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1/10-11 Sukhumvit 39, Sukhumvit Road, Khlong Ton Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/8/4/3/172843_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.94" OriginalAmount="58.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.735624" Longitude="100.567895" StarRating="0" HotelCode="|396324" HotelName="Aspira G Sukhumvit 33" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14/1 Soi Sukhumvit 33, Daeng Udom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/3/2/4/396324_4f9a4961135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.94" OriginalAmount="58.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73918" Longitude="100.558277" StarRating="3" HotelCode="|172604" HotelName="Ruamchitt Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>199 Sukhumvit Rood Near Soi 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/0/4/172604_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.01" OriginalAmount="58.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7292469" Longitude="100.564801" StarRating="4" HotelCode="|47325" HotelName="Admiral Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38, 38/14 Sukhumvit Soi 22,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/3/2/5/47325_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel has 62 apartments, 5 floors, air-conditioning, a hall with a reception, a safety deposit box service, a currency exchange service, renovated in 2008, a hairdresser's, an auditorium, a cafÃ©, a bar, a pub, a nightclub, a restaurant, internet, room service, a laundry service and a car park. SITUATION: This establishment, Sukhumvit Soi 22 it is in it is near the railway station, has good links to the shops, restaurants and the business area. it is situated 50 kilometres away from Don Mueang Airport it is situated 55 kilometres away from Suvarnabhumi Airport. ROOM: Guests are offered suites with kitchen with fridge, a hob, a microwave, a coffee maker, a kettle and kitchen utensils. They also have a bathroom with a shower or bath, a hairdryer, a double bed, a direct line telephone, satellite or cable TV, a radio, a Hi-Fi, internet, a washing machine, an iron, individual air-conditioning, a safety deposit box and a balcony or terrace. FACILITIES: Outdoors, clients have access to a swimming pool, The establishment also has a sauna and a gym. OBSERVATIONS: Guests have security guard. PAYMENT METHODS: The establishment accepts American Express, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy American and continental breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.01" OriginalAmount="58.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.756875" Longitude="100.5071346" StarRating="0" HotelCode="|277617" HotelName="Ratana Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>46 Nakhon Sawan Road, Wat Sommanat, Pom Prap Sattru Phai,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/6/1/7/277617_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.20" OriginalAmount="58.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726139" Longitude="100.569695" StarRating="3" HotelCode="|470625" HotelName="Lucky Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 Soi Sukhumvit 26, Khwaeng Khlong Tan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/2/5/470625_da7d5fd1246.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.27" OriginalAmount="58.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7165789" Longitude="100.5274579" StarRating="0" HotelCode="|104775" HotelName="Sathorn Grace Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81/1 Soi Sathorn 11, Sathorn Tai Road, Yannawa, Sathorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/7/5/104775_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Bangkok the business district Silom Road it is in. ROOM: The establishment has studios and apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.36" OriginalAmount="58.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7573673" Longitude="100.5458343" StarRating="3" HotelCode="|160720" HotelName="Interchange Tower Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Soi Ratchtapan (Soi Mor Leng) Rajaprarop Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/7/2/0/160720_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1994, has a smoking area, a car park, WiFi (free of charge) and room service. SITUATION: This establishment, is situated 22,8 kilometres away from the airport excellent transport links to the city. ROOM: All the rooms have a direct line telephone, cable television and a television. You are offered non-smoking rooms, It also offers a desk. FACILITIES: You can find a garden and a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.46" OriginalAmount="58.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.98165" Longitude="100.54291" StarRating="3" HotelCode="|33147" HotelName="Tinidee Bangkok Golf Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MOO 2,TIWANON ROAD,BANGKADI,MUANG, 99/3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/4/7/33147_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex with features that offer you the maximum level of comfort, has a fire protection system and a spa. SITUATION: 30 minutes away from the establishment you haveBangkok the city centre of it is situated 20 minutes away from Don Mueang Airport. ROOM: The large, comfortable rooms with views, individual air-conditioning, a bath, hydromassage shower and a satellite TV with pay channels, They also have a direct line telephone and a mini-bar. FACILITIES: The establishment boasts a health club fully-equipped, a massage service, aerobics and a sauna. The establishment also offers a hydromassage bath, a steam bath, massage cabins, beauty treatments and body treatments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.47" OriginalAmount="58.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6773944" Longitude="100.6063927" StarRating="0" HotelCode="|131318" HotelName="Lily Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24/1 Soi Sukhumvit 68 Sukhumvit Road Bangna</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/3/1/8/131318_2b5ef0e1047.jpg</HotelPictures>
        <HotelDescription>FACILITIES: This hotel has a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.61" OriginalAmount="58.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.769694" Longitude="100.570398" StarRating="3" HotelCode="|537739" HotelName="Prom" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>680 Ratchadapisek Soi7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/7/3/9/537739_93eafa30955.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.62" OriginalAmount="58.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.776975" Longitude="100.582065" StarRating="4" HotelCode="|389850" HotelName="MeStyle Museum " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99 Soi Pracharatbamphen 18 Samsen Nok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/8/5/0/389850_a84a6af1140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.67" OriginalAmount="58.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71755" Longitude="100.56532" StarRating="3" HotelCode="|235440" HotelName="At115 By Rompo Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>115 Rimthang-Rodfai Road, Khlong-Toey, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/4/4/0/235440_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.72" OriginalAmount="58.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7336526" Longitude="100.5706778" StarRating="3" HotelCode="|187648" HotelName="Sereine Sukhumvit 39" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>19/9 Soi Sukhumvit 39 Prompong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/6/4/8/187648_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72875832611" Longitude="100.52698930156" StarRating="3" HotelCode="378647|174464" HotelName="Red Planet Surawong Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.874410513302" Longitude="100.58177188039" StarRating="3" HotelCode="65095|173284" HotelName="Louis Tavern" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="27" TotalAmount="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729416" Longitude="100.530111" StarRating="3" HotelCode="161663|30076" HotelName="The Tarntawan Hotel Surawong Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.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="Non Refundable" 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="60.77" OriginalAmount="59.00" MarkupRule="3.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="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757388" Longitude="100.546014" StarRating="3" HotelCode="188194|interchange_tower_serviced_apartment" HotelName="Interchange Tower" Meals="ROOM ONLY" 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="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.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 18/07/2026" 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="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6962982" Longitude="100.53239852" StarRating="2" HotelCode="600316|vann_bangkok_boutique_house" 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="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74079106" Longitude="100.48910127" StarRating="3" HotelCode="639636|obarun_house" HotelName="Ob Arun House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>295 Thanon Wang Doem, Wat Arun, Bangkok-Yai, Bangkok, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d8/afd8dc4fa9f9b0acabead17ae5b4f3f8e22742af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75571611" Longitude="100.53662654" StarRating="3" HotelCode="619402|tarawish_hotel" HotelName="Tarawish Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Soi Petchburi 13 Road, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/de/6ede68d44421dd6f55e015fcfd4448e64a7ed21c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75255235" Longitude="100.58877971" StarRating="3" HotelCode="754270|the_kinn" HotelName="The Kinn" Meals="ROOM ONLY" 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="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76646349" Longitude="100.47364861" StarRating="3" HotelCode="753513|na_vayla_paplern" 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="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.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="94" TotalAmount="60.84" OriginalAmount="59.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="14.045776" Longitude="100.601138" StarRating="3" HotelCode="|172098" HotelName="Pinehurst Golf And Country Club" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73 Moo 17 Phaholyotin Road Klong Nueng, Klong Luang Pathum Thani 12120</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/0/9/8/172098_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.88" OriginalAmount="59.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8104617" Longitude="100.559063" StarRating="3" HotelCode="|172689" HotelName="C U Inn Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1094/22-28 Vibhavadi Rd., Lad Prao, Chatuchak,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/8/9/172689_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.90" OriginalAmount="59.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7374159" Longitude="100.6419815" StarRating="4" HotelCode="|246482" HotelName="Zayn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>593, 595, Srinagarinda Road Suan Luang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/4/8/2/246482_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.90" OriginalAmount="59.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.879291" Longitude="100.593795" StarRating="3" HotelCode="|439476" HotelName="B2 Don Mueang Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/8 Soi Chaeng Watthana 4, Anusawari, Bang Khen, Bangkok, 10220</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/4/7/6/439476_1403ef51028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.92" OriginalAmount="59.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7962198" Longitude="100.5517918" StarRating="3" HotelCode="|404047" HotelName="Boutique Poo-yai Lee" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Phaholyothin Soi 18, Phaholyothin Road, Jompol</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/0/4/7/404047_6da2d8d1217.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.00" OriginalAmount="59.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72056" Longitude="100.79729" StarRating="5" HotelCode="|589080" HotelName="Miloft Suvarnabhumi Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>549/18 ??? ????????</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/0/8/0/589080_46a1f552034.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.04" OriginalAmount="59.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75138" Longitude="100.53878" StarRating="0" HotelCode="|244355" HotelName="Marwin Space" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/10-12 Soi Phetchaburi 19 bangkok, Bangkok 10400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/3/5/5/244355_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.09" OriginalAmount="59.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74435" Longitude="100.6406" StarRating="3" HotelCode="|410250" HotelName="Sky Place Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>522 Srinakarin Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/2/5/0/410250_23116da0423.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.10" OriginalAmount="59.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7255374" Longitude="100.5312241" StarRating="2" HotelCode="|103603" HotelName="Baan Silom Soi 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>16/11 Soi Piphat Silom Rd. Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/0/3/103603_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Silom the street 5 minutes walk away, guests will find Chong Nonsri the skytrain station of. HOTEL: This elegant boutique hotel, has rooms, with WiFi (free of charge) and a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.13" OriginalAmount="59.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72683" Longitude="100.508152" StarRating="3" HotelCode="|416525" HotelName="Foodotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>26,28,30Charoen Nakhon 4 Alley,Khlong Ton Sai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/5/2/5/416525_6f21c4b1711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.21" OriginalAmount="59.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.858989" Longitude="100.532509" StarRating="4" HotelCode="|439323" HotelName="PAK PING ING TANG BOUTIQUE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 39 40 MOO 2 SOI NGAMWONGWAN 19 NGAMWONGWAN RD BA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/3/2/3/439323_9ad93f00430.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.28" OriginalAmount="59.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75737" Longitude="100.54324" StarRating="3" HotelCode="|439920" HotelName="Bangkok City Link Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>345 Ratchaprarop 12 road, Makkasan, Bangkok, Bangkok Province 10400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/9/2/0/439920_fbdb4ff1015.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.36" OriginalAmount="59.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7603316" Longitude="100.4964836" StarRating="3" HotelCode="|103405" HotelName="Baan Chart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>98 Chakrabongse Rd, Talat Yot, Phra Nakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/0/5/103405_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 2 minutes away from Khaosan the Street of leisure areas. ROOM: Each room has an air-conditioning system and a bathroom. FACILITIES: Guests are offered a swimming pool, a restaurant and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.53" OriginalAmount="59.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.789465" Longitude="100.564444" StarRating="3" HotelCode="|535397" HotelName="Cher Hostel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>573/1-2 Soi Inthamara 37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/3/9/7/535397_31c70981153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="61.56" OriginalAmount="59.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.752940905204" Longitude="100.54014265537" StarRating="3" HotelCode="36347|72605" HotelName="Baiyoke Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/07/2026" 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="94" TotalAmount="61.60" OriginalAmount="59.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.759131" Longitude="100.540483" StarRating="4" HotelCode="|389849" HotelName="De Prime@rangnam, Your Tailor Made Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>106/18-19 Thanon Rang Nam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/8/4/9/389849_8f7c4c21115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.70" OriginalAmount="59.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.771515" Longitude="100.5565204" StarRating="3" HotelCode="|27822" HotelName="Princeton Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>59 Mitmaitri Road, Din Daeng District,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/2/2/27822_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, with air-conditioning, renovated in 2006, has 270 suites and 14 floors. The establishment has a lobby with express check-out, a safety deposit box service, a lift, a cafÃ©, a restaurant, conference facilities, internet, room service, a laundry service and a car park. SITUATION: It is situated 15 minutes away fromDon Mueang Airport it is 30 minutes away from Suvarnabhumi Airport Is situated inMitmaitri the road of it is well-connected with Sukhumvit the city centre, the tourist attractions. ROOM: Superior and Deluxe rooms, and Premier, Executive and Princeton suites, a bathroom with a shower, a bath, a hairdryer, a television, an iron, a double bed, a safe and internet. They also have an open-plan kitchen, a mini-bar, a coffee maker, a kettle, a microwave, an air-conditioning system and a balcony or terrace. FACILITIES: The establishment has a swimming pool, a sauna, spas, a massage service and a gym. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OTHERS: Guests can book half-board or full-board, Regarding the food and beverage offering, clients can enjoy a buffet breakfast and Ã  la carte or buffet lunch. Clients also have at their disposal Chinese food, Thai cuisine and European cuisine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="61.75" OriginalAmount="59.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79624118" Longitude="100.55392818" StarRating="3" HotelCode="616027|671101" HotelName="Boutique Poo-Yai Ma at BP Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 11/07/2026" 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="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741719567334" Longitude="100.55335521698" StarRating="3" HotelCode="115833|majestic_suites" HotelName="Majestic Suites" 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>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="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741576" Longitude="100.626201" StarRating="3" HotelCode="255719|nine_forty_one_hotel" HotelName="Nine Forty One" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74 Soi 41, Rama 9, Suanluang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/19/b2198f787e45ef4e1b0e4fd6fad13bfdbb144439.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.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="61.80" OriginalAmount="60.00" MarkupRule="3.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="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75673326" Longitude="100.50696436" StarRating="2" HotelCode="562416|ratana_boutique_hostel" HotelName="Ratana Boutique Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>46,48 Nakhon Sawan Road, Wat Sommanat, Pom Prap Sattru Phai, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/f3/56f3cab80c12c2275db59d9021daf42c95a4c77d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75397455" Longitude="100.575584" StarRating="3" HotelCode="601921|zazz_urban_bangkok" HotelName="Zazz Urban Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/07/2026" 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="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.93756668" Longitude="100.69581269" StarRating="3" HotelCode="603248|n_siri_resort_hotel" HotelName="Nsiri Resort &amp; Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/07/2026" 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="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75293469" Longitude="100.5241623" StarRating="3" HotelCode="784432|dhevi_bangkok_hotel" HotelName="Dhevi Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.766988435218" Longitude="100.58316688669" StarRating="4" HotelCode="933888|s_ratchada_hotel_" 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="94" TotalAmount="61.91" OriginalAmount="60.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7557387" Longitude="100.5366487" StarRating="3" HotelCode="|358671" HotelName="Tarawish" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>45 Soi Petchburi13 Road, Bangkok, Bangkok, 10400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/6/7/1/358671_2655d2f1110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.04" OriginalAmount="60.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7206" Longitude="100.497653" StarRating="0" HotelCode="|446391" HotelName="Cascade Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>92/1 Krungthonburi Road Klongsan, Banglumpu-Lang, Bangkok 10600</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/3/9/1/446391_4e25c351022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.07" OriginalAmount="60.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.712548" Longitude="100.515609" StarRating="3" HotelCode="|103621" HotelName="Miloft Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>334 Charoenkrung 63, Charoenkrung Rd., Yannawa, Sathorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/2/1/103621_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a buffet breakfast and rooms with WiFi. SITUATION: This establishment, is in Bangkok the business area of Close to the main roads.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.23" OriginalAmount="60.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.744625" Longitude="100.553618" StarRating="2" HotelCode="|129764" HotelName="City Plaza Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>84/6-8 Soi Sukhumvit 3 (Nana Nua) Sukhumvit Road,Klongtoey Nua Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/7/6/4/129764_cityplaza2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a lobby and a reception. SITUATION: This establishment, is close to the commercial area, Where you can find restaurants, a spa, the Skytrain station, banks, hospitals and currency exchange service. ROOM: All the rooms have an air-conditioning system, a television, a direct line telephone and internet. Guests can find luxurious suites.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.25" OriginalAmount="60.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.867935" Longitude="100.555955" StarRating="3" HotelCode="|553505" HotelName="Frame Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>99 Soi Chinnakhet 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/5/0/5/553505_d65e4211318.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.28" OriginalAmount="60.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.766758" Longitude="100.4844211" StarRating="3" HotelCode="|358348" HotelName="PAPA Bangkok Siriraj" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Arun Amarin Road Arun Amarin 26, Bangkok Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/3/4/8/358348_9978b971149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.30" OriginalAmount="60.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.758256" Longitude="100.5397806" StarRating="3" HotelCode="|201542" HotelName="True Siam Rangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>507/48 Sri Ayuthaya 8 Phayathai, Rajthevee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/1/5/4/2/201542_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.36" OriginalAmount="60.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.879567" Longitude="100.598798" StarRating="4" HotelCode="|446493" HotelName="Best Western Nada Don Mueang Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>235/8 Phahonyothin Road, Anusawari, Bang Khen, Bangkok, Thailand 10220</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/9/3/446493_2b6e3d81755.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.44" OriginalAmount="60.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77307" Longitude="100.54201" StarRating="3" HotelCode="|386270" HotelName="Vib Best Western Sanam Pao" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1029/9 Phaholyothin Road, Phaya Thai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/2/7/0/386270_20.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.46" OriginalAmount="60.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7354435" Longitude="100.5599801" StarRating="3" HotelCode="|103397" HotelName="Easy Planet Bangkok Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Sukhumvit Soi 14, Sukhumvit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/3/9/7/103397_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception. SITUATION: This establishment, is 200 metres away from skytrain BTS the Railway Station of a commercial centre. ROOM: The establishment has non-smoking rooms with an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.59" OriginalAmount="60.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.761362" Longitude="100.54012" StarRating="4" HotelCode="|449033" HotelName="Le Tada Parkview" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>440/58 Ratchawithi 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/0/3/3/449033_9a373c51450.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.62" OriginalAmount="60.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73695" Longitude="100.57824" StarRating="0" HotelCode="|409496" HotelName="Ob Oon Boutique Bed and Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 13 Soi Sukhumvit 49 6 Klongton Neu Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/4/9/6/409496_c3dda3c1627.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.83" OriginalAmount="61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721764941995" Longitude="100.77442962826" StarRating="4" HotelCode="267091|58583" HotelName="Avion Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="27" TotalAmount="62.83" OriginalAmount="61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723833" Longitude="100.531044" StarRating="4" HotelCode="98646|17269" HotelName="FuramaXclusive Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="27" TotalAmount="62.83" OriginalAmount="61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.749619" Longitude="100.562855" StarRating="3" HotelCode="186995|57362" HotelName="FX Hotel Metrolink Makkasan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="27" TotalAmount="62.83" OriginalAmount="61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.796666940548" Longitude="100.71479737758" StarRating="3" HotelCode="93366|20122" HotelName="Siam Piman Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Ramkhamhaeng Road Soi 170, Minburi, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/50/b7500dd801d9f5e501a45bdffcb7cbe3a7475181.JPEG</HotelPictures>
        <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="94" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7869424" Longitude="100.5767391" StarRating="3" HotelCode="|103587" HotelName="Juzi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88 Soi Udomsuk (Sutthisarn-Ratchada Intersection), Ratchadaphisek, Huaykwang,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/8/7/103587_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a restaurant, a gym, rooms with balcony, WiFi and a car park (free of charge). SITUATION: This establishment is in Bangkok, is 200 metres away from the metro station MRT/Ratchada Sutthisan.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6989171" Longitude="100.4999584" StarRating="3" HotelCode="|26182" HotelName="Tongtara Riverview" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>9/99 CHAROEN KRUNG ROAD, BANGKOLEAM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/8/2/26182_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 188 rooms, In the entrance, you can find a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift and a cafÃ©. You are also offered a kiosk, a mini-market, a hairdresser's, a bar, a television room, an Ã  la carte restaurant with air-conditioning, with highchairs, a conference room and internet. Kids can enjoy a playground, The establishment boasts a car park, room service, a medical care service and a laundry service. SITUATION: This inviting, urban hotel is situated close to the river, is situated 4 kilometres away from Bangkok the centre of 60 minutes away from the establishment, you can find the airport. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, a stereo, a mini-bar, a double bed, fitted carpets, tiled floors and a safe (available for a fee). FACILITIES: The establishment has 2 swimming pools, a jacuzzi, a sauna, a Turkish bath, a massage service and a gym. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.735743926969" Longitude="100.55599853396" StarRating="3" HotelCode="97642|citadines_sukhumvit_8_bangkok" HotelName="Citadines Sukhumvit 8 Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.732601" Longitude="100.565159" StarRating="3" HotelCode="16537|check_inn_regency_park" HotelName="Aspira Grand Regency Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" 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="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.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 18/07/2026" 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="62.83" OriginalAmount="61.00" MarkupRule="3.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="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736581594044" Longitude="100.5526176095" StarRating="4" HotelCode="166516|hotel_solo_sukhumvit_2" HotelName="Solo Sukhumvit 2" Meals="ROOM ONLY" 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="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.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="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.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="Non Refundable">
        <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="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.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="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75224843" Longitude="100.52683843" StarRating="3" HotelCode="624193|vela_hotel_bangkok" HotelName="VELA Bangkok By Andacura Hotels" Meals="ROOM ONLY" 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="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75939482" Longitude="100.5403827" StarRating="4" HotelCode="872479|de_prime_at_rangnam" HotelName="De Prime At Rangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/07/2026">
        <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="94" TotalAmount="62.89" OriginalAmount="61.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7790532" Longitude="100.5734672" StarRating="3" HotelCode="|104767" HotelName="The Park Residence At Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>169/69-70 Ratchada Soi 11, Ratchadapisek Road, Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/6/7/104767_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant establishment rooms, has 2 restaurants, The establishment also offers karaoke. SITUATION: The establishment, is in front of Huai Khwang MRT the Station of. ROOM: Each room has WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.89" OriginalAmount="61.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72378" Longitude="100.57238" StarRating="3" HotelCode="|187943" HotelName="The Kaze 34  and Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 Soi 34, Sukhumvit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/9/4/3/187943_d9510be1133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.97" OriginalAmount="61.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7523366" Longitude="100.5468517" StarRating="3" HotelCode="|62875" HotelName="The Ecotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>NEW PRTCHBURI ROAD 35, RAJTEVEE,1091/333-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/8/7/5/62875_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 155 standard rooms and air-conditioning. In the establishment entrance, guests will find a lobby with express check-out, a reception, a safety deposit box service and a lift. The establishment has a cafÃ©, a restaurant, room service, a laundry service and a car park. SITUATION: This urban hotel is in the centre of Bangkok. Nearby, you will find the shopping centres. It is situated 5 minutes away from Suvarnabhumi Airport. ROOM: Standard rooms and suites have a double or king-size bed, an air-conditioning system, cable television, a direct line telephone, a fridge, a bathroom with a shower, internet, a safe, a coffee maker and a kettle. MEALS: Regarding the food and beverage offering, the establishment offers Tom Yum Restaurant and a coffee shop. The establishment offers a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.17" OriginalAmount="61.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7532935" Longitude="100.5374611" StarRating="3" HotelCode="|103448" HotelName="The Period Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39/4 soi Petchburi15, Petchburi Rd., Ratchthewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/4/8/103448_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 5 minutes drive away from Platinum the shopping centres. ROOM: Customers have stylish rooms with an air-conditioning system, a flat-screen television and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.18" OriginalAmount="61.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75415" Longitude="100.52896" StarRating="3" HotelCode="|169998" HotelName="Bangkok City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>268 PETCHABURI RD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/9/9/8/169998_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a lobby, an internet area and a seating area. SITUATION: This hotel Petchburi Road it is in is situated in Bangkok the heart of Where customers can find the business area and the commercial area. near the establishment, you will find a commercial centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="63.31" OriginalAmount="61.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73078739" Longitude="100.57060417" StarRating="3" HotelCode="343767|633147" HotelName="Retro39" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/10-11 Sukhumvit 39, Khlong Ton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/c7/dbc77ab9541aef295fa32662251514002ab96617.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.37" OriginalAmount="61.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75537" Longitude="100.5386" StarRating="3" HotelCode="|404895" HotelName="Tori Prestige Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57/34 Phetchaburi15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/8/9/5/404895_58c79321240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="63.41" OriginalAmount="61.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736943" Longitude="100.553124" StarRating="3" HotelCode="59695|53059" HotelName="Royal Ivory Sukhumvit Nana by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 16/07/2026">
        <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="94" TotalAmount="63.42" OriginalAmount="61.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.745123" Longitude="100.515531" StarRating="1" HotelCode="|525534" HotelName="Timesabai32 hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>32 Thanon Mittraphan,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/5/3/4/525534_a11fd7f1041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="63.43" OriginalAmount="61.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757449" Longitude="100.51313" StarRating="4" HotelCode="16999|CAL202000" HotelName="Royal Princess Larn Luang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" 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="94" TotalAmount="63.43" OriginalAmount="61.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754582" Longitude="100.539561" StarRating="3" HotelCode="|472418" HotelName="De Lux Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sangkarn Alley,thanon Phaya Thai, 78/1-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/4/1/8/472418_3be9eed1255.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.43" OriginalAmount="61.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763493" Longitude="100.541826" StarRating="0" HotelCode="|522170" HotelName="fyn park hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>495, 10-11 Ratchawithi Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/7/0/522170_dfe2b1c1147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.50" OriginalAmount="61.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7610266" Longitude="100.5397693" StarRating="3" HotelCode="|103693" HotelName="Royal View Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27/3 Soi Chaisamorpoom, Rangnam Rd., Payathai, Ratchatevi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/9/3/103693_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Bangkok the heart of Close to and the Skytrain station. HOTEL: This urban hotel has 105 rooms, In the establishment entrance, guests will find a lobby with a reception, express check-out and internet. ROOM: All the rooms have a double or king-size bed, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, satellite or cable TV, an air-conditioning system, a mini-bar, a fridge, a coffee maker, a kettle and a balcony or terrace. FACILITIES: Guests are offered a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.72" OriginalAmount="61.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7512057" Longitude="100.5356288" StarRating="3" HotelCode="|104765" HotelName="The Residence Rajtaevee" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>588/1 Petchburi Road, Rajtaevee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/6/5/104765_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi (for a fee). SITUATION: This establishment is in Petchburi Road 1 kilometre away from the establishment, guests will find Siam Square and Pratunam Market. 45 minutes away from the establishment guests have Suvarnabhumi Airport. ROOM: Each room has cable and satellite television, a mini-bar, a bathroom with a bath and a shower. FACILITIES: Guests are offered tourist information and a launderette. RESTAURANT: Customers can enjoy 2 restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.77" OriginalAmount="61.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7447761" Longitude="100.5430851" StarRating="3" HotelCode="|103653" HotelName="Golden House Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1025/5-9 Ploenchit Rd., Lumpini</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/5/3/103653_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers a spa and rooms with WiFi (free of charge). SITUATION: This establishment is close to the Station of BTS/Chidlom. It is situated 10 minutes walk away from Central World and Gaysorn,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.80" OriginalAmount="61.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7340608" Longitude="100.5617242" StarRating="4" HotelCode="|396974" HotelName="Vinary Hotel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>392/42-46,sukhumvit 20 ,Vinary Hotel,Klong Toey,Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/9/7/4/396974_051e1181117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.86" OriginalAmount="62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757175" Longitude="100.542851" StarRating="3" HotelCode="89145|22042" HotelName="Hotel de Bangkok" 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,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="27" TotalAmount="63.86" OriginalAmount="62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75345504" Longitude="100.53616043" StarRating="3" HotelCode="495626|195717" HotelName="NAP Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="63.86" OriginalAmount="62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.751579" Longitude="100.535682" StarRating="3" HotelCode="72874|48402" 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="27" TotalAmount="63.86" OriginalAmount="62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.758274877505" Longitude="100.5397531776" StarRating="3" HotelCode="452028|195747" HotelName="True Siam Rangnam Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/07/2026" 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="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726209" Longitude="100.542071" StarRating="3" HotelCode="186200|baan_k_residence_managed_by_bliston" HotelName="Baan K Residence Managed by Bliston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12/1 Soi Sathorn 2, North Sathorn Road, Silom, Bang Rak, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/65/1b65e3c6394a88ba64edd313ce0ff91b1fafdc74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the central business district of Sathorn and offers convenient access to pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73438" Longitude="100.553339" StarRating="3" HotelCode="115835|nanatai_suites" HotelName="Nanatai Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Sukhumvit 4 Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/9c/af9c47a1ad12303823938975ec2b023627fb07e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7446377" Longitude="100.5429295" StarRating="3" HotelCode="200015|golden_house" HotelName="Golden House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742978" Longitude="100.553129" StarRating="3" HotelCode="188230|prestige_suites_bangkok_" HotelName="Prestige Suites Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6/28-29 Soi Sukhumvit 3 (Nana Nua), Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/0f/7c0f662a59898c66bc58c9c12428f6af32bffbab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73511933" Longitude="100.55807782" StarRating="4" HotelCode="346135|galleria_12_hotel_bangkok" HotelName="Galleria 12 Hotel Bangkok" Meals="ROOM ONLY" 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="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.759585865137" Longitude="100.49299983431" StarRating="2" HotelCode="404668|new_siam_palace_view" HotelName="New Siam Palace Ville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.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 17/07/2026" 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="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73898947" Longitude="100.56328295" StarRating="2" HotelCode="566166|house23_hotel" HotelName="House 23" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Sukhumvit Soi 23 Road, Klongtoey Nue Wattana, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/8b/bd8b2b236e31a6eb505dd3dbc26649a81e06427b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="744812|red_pin_inn" 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="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="956597|scene_bangkok_noi" HotelName="Scene Bangkok Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="971206|justice_hotel" HotelName="Justice Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Ratchadapisek Road, Chomphon, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/be/fdbe782dfc69becb5c18c33c0d3f844fda812400.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.87" OriginalAmount="62.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7699642" Longitude="100.5703658" StarRating="4" HotelCode="|103482" HotelName="Prom Ratchada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>558 Soi Nathong7, Ratchada Rd, DinDang Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/8/2/103482_a0d9b7b1136.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Ratchada it is in Where customers can find pubs and shopping centres. ROOM: The rooms have, WiFi, (free of charge). FACILITIES: Regarding the food and beverage offering, there is a cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.00" OriginalAmount="62.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.80504" Longitude="100.57474" StarRating="4" HotelCode="|238551" HotelName="The Bazaar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 RATCHADAPHISEK RD., CHOMPON, CHATUCHAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/5/5/1/238551_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.04" OriginalAmount="62.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74299" Longitude="100.55093" StarRating="3" HotelCode="|168663" HotelName="Citichic Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>34 SUKHUMVIT SOI 13 SUKHUMVIT ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/6/6/3/168663_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary establishment, has WiFi (free of charge) and a swimming pool on the rooftop. SITUATION: This elegant hotel is in Sukhumvit 13, is situated in the city centre. A transfer service to the railway station and free of charge. Near the establishment, you will find restaurants, bars and shops. 1 minute away from the establishment clients have Airport Suvarnabhumi. ROOM: All the rooms have wooden floors, a bathroom with flatscreen television, a kettle and a coffee maker. Some rooms have a terrace. FACILITIES: There is a range of facilities and services available at the establishment, including a gym, a car park (free of charge), a reception, room service and a launderette. MEALS: The establishment offers an American breakfast and meal services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.08" OriginalAmount="62.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7222657" Longitude="100.5624892" StarRating="3" HotelCode="|403594" HotelName="V One Pride - Sukhumvit 22 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>601 Soi Sukhumvit 22, Khlong Toei</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/5/9/4/403594_47cbb841055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.10" OriginalAmount="62.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.751771" Longitude="100.638415" StarRating="0" HotelCode="|446401" HotelName="Mintel Huamark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>17/3 Hua Mak Rd, Hua Mak, Bang Kapi District, Bangkok 10240</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/0/1/446401_aff30bf1059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.20" OriginalAmount="62.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.84556" Longitude="100.65334" StarRating="3" HotelCode="|411268" HotelName="Naturbliss Resort Village" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>28 Ramintra 67 Khannayao, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/2/6/8/411268_b77d6481647.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.35" OriginalAmount="62.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75592" Longitude="100.53017" StarRating="3" HotelCode="|243658" HotelName="Noursabah Bed Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>164 Soi Petchaburi 7 Phaya Thai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/6/5/8/243658_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.35" OriginalAmount="62.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.717765" Longitude="100.508366" StarRating="3" HotelCode="|410618" HotelName="Naga Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>19/1 Soi Charoennakorn 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/6/1/8/410618_8ca9d2e1228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.40" OriginalAmount="62.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76242" Longitude="100.489684" StarRating="0" HotelCode="|532851" HotelName="NORN Riverside Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/15 Somdejprapinklao Road, Arun Amarin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/8/5/1/532851_e1d81971013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.41" OriginalAmount="62.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7403056" Longitude="100.5561414" StarRating="3" HotelCode="|38655" HotelName="City Lodge Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOI 9 SUKHUMVIT ROAD 137/1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/5/5/38655_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and has 28 rooms, is perfect for business and holiday stays, The establishment has a lobby, a reception, a safety deposit box service, a lift, a kiosk, a restaurant and room service. SITUATION: It is close to the railway station, the metro station, You can find shops, restaurants and bars. It is situated 2 hours away from the sea, is situated 30 kilometres away from Bangkok Airport. ROOM: recently renovated rooms, quiet, has individual air-conditioning, a bathroom with a shower or bath, a hairdryer (available on request), a satellite TV with remote control, water (free of charge), a safety deposit box, a direct line telephone, a double bed, a mini-bar and internet. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.41" OriginalAmount="62.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73328" Longitude="100.51449" StarRating="0" HotelCode="|186940" HotelName="Loftel 22" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>952 Soi Charoenkrung 22, Talad Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/9/4/0/186940_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.42" OriginalAmount="62.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725911" Longitude="100.564593" StarRating="2" HotelCode="|555297" HotelName="Sleep Box Sukhumvit 22 - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>404 Soi Sainamthip 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/2/9/7/555297_2ce7d741516.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.52" OriginalAmount="62.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725882" Longitude="100.565006" StarRating="3" HotelCode="|396977" HotelName="Sova  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soi Sukhumvit 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/9/7/7/396977_1147c0b1129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.59" OriginalAmount="62.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7395954" Longitude="100.5582123" StarRating="3" HotelCode="|35493" HotelName="Manhattan Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT SOI 15 , KLONGTOEY NUA , WATTANA 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/9/3/35493_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips with air-conditioning, has a lobby with express check-out, a reception, a safety deposit box service, a hairdresser's, a cafÃ©, conference facilities, internet, room service, a laundry service and a car park. SITUATION: This urban, business hotel is in the centre of Bangkok. It has excellent transport links to the monuments. Near the establishment, you will find the shopping area. 800 metres away, guests can find Sukhumvit Underground Station. Is 35 kilometres from Don Mueang and Suvarnabhumi airports. The establishment offers a transfer service to the airport. ROOM: The rooms have a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a satellite TV, internet, a safe, a mini-bar, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: Clients can use a gym and the swimming pool. Clients can enjoy a sauna, a massage service and spa treatments.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.61" OriginalAmount="62.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7514038" Longitude="100.5032006" StarRating="0" HotelCode="|172696" HotelName="Chern" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Soi Ratchasak Bamrung Muang Road. Samranrat Phranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/9/6/172696_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.61" OriginalAmount="62.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.824987" Longitude="100.571615" StarRating="3" HotelCode="|405622" HotelName="Justice" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>77 Thanon Ratchadaphisek Chompon Chatuchak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/6/2/2/405622_27e43fd1059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.78" OriginalAmount="62.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7424452" Longitude="100.5538591" StarRating="3" HotelCode="|82540" HotelName="Fortuna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 Sukhumvit Soi 5 Klongtoey-Nua Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/5/4/0/82540_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Sukhumvit the district of 3 minutes away from the establishment, clients can find the night market, 5 minutes away from the establishment clients have Nana the metro station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738396" Longitude="100.512491" StarRating="3" HotelCode="64965|46035" HotelName="Royal Bangkok @ Chinatown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>409-421 Yaowaraj Road, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/71/26711936f83c5cbcb9fc24ddbe753557a7b6eba5.jpeg</HotelPictures>
        <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="27" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.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="64.89" OriginalAmount="63.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.734825" Longitude="100.567603" StarRating="3" HotelCode="188239|s33_compact_sukhumvit" HotelName="S33 Compact Sukhumvit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9/10-14 Soi Sukhumvit 33, Sukhumvit Road, Klongton-Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ab/52/ab5290a7f05bc8f787e4c25a4ab20080ec4c690e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.89" OriginalAmount="63.00" MarkupRule="3.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 18/07/2026" 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="64.89" OriginalAmount="63.00" MarkupRule="3.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="64.89" OriginalAmount="63.00" MarkupRule="3.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="64.89" OriginalAmount="63.00" MarkupRule="3.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 12/07/2026" 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="64.89" OriginalAmount="63.00" MarkupRule="3.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="64.89" OriginalAmount="63.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73694185" Longitude="100.57830134" StarRating="3" HotelCode="753775|oboon_boutique_hotel" HotelName="Ob-Oon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12/13 Soi Sukhumvit 49/6, Sukhumvit Road, Klongton-Neu, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/b4/9fb48708af16b30ff5e855e6951413555c5dad50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.89" OriginalAmount="63.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73153153" Longitude="100.52322625" StarRating="3" HotelCode="781223|samyan_serene_hotel" HotelName="Samyan Serene Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="64.89" OriginalAmount="63.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74604151" Longitude="100.55887548" StarRating="3" HotelCode="855677|yolo_bangkok_hotel" HotelName="YOLO Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026">
        <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="94" TotalAmount="64.91" OriginalAmount="63.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.816972" Longitude="100.683725" StarRating="4" HotelCode="|389772" HotelName="SureStay by Best Western Bangkok Ramintra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>58/64 Thanon Ram Intra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/7/2/389772_eaa24841358.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.00" OriginalAmount="63.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.774617" Longitude="100.542139" StarRating="3" HotelCode="|103504" HotelName="Vic3 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 Phahon Yothin Soi 3, Phaya Thai,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/0/4/103504_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Phaya Thai the district of 3 minutes away from the establishment, clients can find Sanam Pao the Station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="65.03" OriginalAmount="63.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.717825001857" Longitude="100.56540283105" StarRating="3" HotelCode="405497|633144" HotelName="Rompo Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="65.05" OriginalAmount="63.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7349206" Longitude="100.6009543" StarRating="0" HotelCode="|82638" HotelName="Refill now" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>191 Soi Pridi, BhanomYong 42, Yak 5, Sukhumvit 71</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/3/8/82638_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a car park, (free of charge), a swimming pool and a massage service. SITUATION: This establishment, is 10 minutes away from Phra Khanong the Station of 5 minutes away, you can find restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="65.11" OriginalAmount="63.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7200454" Longitude="100.53844038" StarRating="4" HotelCode="619540|632487" HotelName="Le D'Tel Hotel &amp; Conference" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/07/2026" 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="94" TotalAmount="65.13" OriginalAmount="63.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7721695" Longitude="100.4865326" StarRating="2" HotelCode="|358044" HotelName="Sunset Residence Pinklao" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>138 Charansanitwong Soi 40 Yak 4, Bang Yi Khan, Bang Phlat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/0/4/4/358044_b691d881202.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="65.26" OriginalAmount="63.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753062" Longitude="100.546244" StarRating="4" HotelCode="73784|81515" HotelName="Ramada by Wyndham D MA Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.32" OriginalAmount="63.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6688925" Longitude="100.6142612" StarRating="3" HotelCode="|131518" HotelName="Thomson Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Bangna-Trad Soi 4 Bangna-Trad Road, Bangna</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/1/8/131518_92533e11030.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has modern facilities, a swimming pool and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.42" OriginalAmount="63.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7339525" Longitude="100.5663716" StarRating="4" HotelCode="|103578" HotelName="Amora Neoluxe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Sukhumvit 31 KlongTonNua Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/7/8/103578_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has WiFi (free of charge), a swimming pool and a gym. SITUATION: This hotel Sukhumvit Road it is in it is situated 10 minutes walk away from Phrompong the Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.47" OriginalAmount="63.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7385919" Longitude="100.5531275" StarRating="3" HotelCode="|131474" HotelName="S M Grande Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Sukhumvit Soi 4, Sukhumvit Road, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/4/7/4/131474_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel Sukhumvit Road it is in is situated in Bangkok the centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="65.53" OriginalAmount="63.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.68476488" Longitude="100.61380014" StarRating="4" HotelCode="341908|358050" HotelName="Marsi Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="94" TotalAmount="65.54" OriginalAmount="63.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.761413" Longitude="100.5400974" StarRating="3" HotelCode="|208730" HotelName="Le Tada Parkview Hotel and Residence " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>440/9 Ratchawithi Soi 3, Pratunam, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/8/7/3/0/208730_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.60" OriginalAmount="63.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7269768" Longitude="100.5373744" StarRating="3" HotelCode="|103437" HotelName="Cordia Residence Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Soi Yommarad, Saladaeng, Silom Road, Bangrak, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/3/7/103437_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is a 5-minute walk away from Saladaeng the Railway Station of MRT Silom the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="65.61" OriginalAmount="63.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7945591" Longitude="100.54962936" StarRating="2" HotelCode="625115|680256" HotelName="ORA Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1575/44 Phahonyothin Soi 15, Khwaeng Samsen Nai, Khet Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/5f/ab5f9bdc54d6e58e4749f2a4e319f77a1303802c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="65.68" OriginalAmount="63.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742723960205" Longitude="100.50720110536" StarRating="4" HotelCode="35456|69642" HotelName="Grand China" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/06/2026" 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="94" TotalAmount="65.71" OriginalAmount="63.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7226251" Longitude="100.584399" StarRating="4" HotelCode="|103485" HotelName="Bourbon St Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9/39-40 Soi Tana Arcade Sukhumvit 63 Ekamai Klongton Nua Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/8/5/103485_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi and a car park (free of charge). SITUATION: This boutique hotel is 100 metres away from Ekkamai the railway station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.74" OriginalAmount="63.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7466767" Longitude="100.5619636" StarRating="4" HotelCode="|104749" HotelName="Asoke Residence Sukhumvit By Uhg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>235/20-25 Sukhumvit Soi 21 (Asoke), Klongtoey Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/4/9/104749_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Bangkok the centre of it is situated 5 minutes walk away from Phetchaburi the underground station of. ROOM: The establishment has modern apartments.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.81" OriginalAmount="63.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743163" Longitude="100.5563016" StarRating="4" HotelCode="|104729" HotelName="La Petite Salil Sukhumvit 11" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21/4 Soi Sukhumvit 11(Chaiyos), Sukhumvit Road, Klongton Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/2/9/104729_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Bangkok the centre of. ROOM: The rooms have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.82" OriginalAmount="63.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7928496" Longitude="100.5739612" StarRating="3" HotelCode="|83193" HotelName="Lantana Resort Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RATCHADAPHISEK ROAD 229</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/1/9/3/83193_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This ecological hotel, with air-conditioning, has 65 rooms, a lobby, a reception, express check-out and a lift. The establishment offers room service, a babysitting service, car service, a games room, a cafÃ©, a bar and a restaurant. Guests can also find conference facilities, WiFi, room service, a laundry service and a car park. SITUATION: This hotel Ratchadaphisek Road it is in Where you can find shopping areas, 120 metres away, clients have Sutthisarn the Station of 10 minutes away from the establishment, you can find Chatuchak the Market of it is 10 minutes away from Makkasan the Station of it is 14 kilometres away from Don Mueang Airport 23 kilometres away, you can find Suvarnabhumi Airport. ROOM: Each room has a bathroom with a shower, a bath, a hairdryer, a double bed, an individual air-conditioning system, a direct line telephone, a satellite TV, internet, a safety deposit box, a mini-bar, a coffee maker and a kettle. FACILITIES: Guests are offered a games room and billiards. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, a buffet breakfast, Ã  la carte lunch and dinner and a bar. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard and Visa. OBSERVATIONS: A reception tourist information.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.86" OriginalAmount="63.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.776244" Longitude="100.480195" StarRating="2" HotelCode="|36642" HotelName="S D Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOROMMRAT CHACHONNAI ROAD,BANG BAMRU, BANG PHLAT 94</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/4/2/36642_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a cafÃ©, a swimming pool, 322 rooms, with features that offer you the maximum level of comfort with air-conditioning. SITUATION: This 3 star hotel, Bangkok it is in Close to Hua Lamphong MRT the Station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.87" OriginalAmount="63.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73127" Longitude="100.56619" StarRating="0" HotelCode="|440583" HotelName="Rezt Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>75 Sukhumvit Road, Sukhumvit 22, Klongton, Klongtoey , Khlong Toei, 10110 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/5/8/3/440583_60229d91140.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.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="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746477" Longitude="100.562042" StarRating="4" HotelCode="185911|asoke_residence_sukhumvit" HotelName="Asoke Residence Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743688236141" Longitude="100.55338049779" StarRating="3" HotelCode="345159|the_prestige_nana_" HotelName="The Prestige Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.81871151" Longitude="100.68362233" StarRating="2" HotelCode="408130|grow_apartment" HotelName="Grow Residences" Meals="ROOM ONLY" 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="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.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="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="687089|smart_hotel_22" HotelName="The Smart Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47/18 Hathairat Road Moo 11</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/bc/57bc280717f115d9813df965d9b84e583f113f9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="876616|time_sabai_134_hostel" HotelName="Time Sabai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>134/6 Ban Phan Thom Road</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/46/f646913d18c6a3dc791b1d5d454a3315f4864b11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="65.94" OriginalAmount="64.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.69967286" Longitude="100.537401" StarRating="4" HotelCode="342093|556942" HotelName="The Narathiwas Residence Sathorn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.00" OriginalAmount="64.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754113" Longitude="100.515698" StarRating="4" HotelCode="|26179" HotelName="Prince Palace  Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOBAE TOWER, DAMRONGRAK ROAD 488/800</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/7/9/26179_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1995 and has 306 rooms. Some of the establishment facilities on offer are a lobby with a lift, a cafÃ©, a reception with safety deposit boxes and a currency exchange service. The establishment has a shopping centre, a mini-market, a hairdresser's, 2 Ã  la carte restaurants, Chinese cuisine, Thai cuisine, a conference room and a car park. There are many services available at the establishment, including room service and a laundry service. SITUATION: This urban hotel is in a central area. It is close to Chinatown near the establishment, guests will find a market. It is situated 3 kilometres away from Siam Square the establishment is 4 kilometres away from the city centre. 45 minutes away from the establishment guests have the international airport. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: Guests can enjoy a swimming pool that has an area for children, a sauna, a body care centre, a gym and live music. MEALS: The establishment offers all meals in a buffet format and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.03" OriginalAmount="64.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7375519" Longitude="100.5520898" StarRating="3" HotelCode="|45770" HotelName="Icheck Inn Residence Soi 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT SOI2 , KLONGTOEY 71</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/7/7/0/45770_bc645a31008.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 9 floors, was built in 2007, renovated in 2008, it offers a lobby, with express check-out, a reception, a safety deposit box service, a restaurant, room service and a laundry service. SITUATION: Sukhumvit Soi 2 Is situated in it has good links to the railway station, is 10 minutes away from the tourist attractions, is situated 18 kilometres away from Don Mueang Airport it is situated 20 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have a wardrobe, parquet flooring, large windows, a balcony, a bathroom, bath or shower, a hairdryer, a double bed, a direct line telephone, satellite or cable TV, internet, a mini-bar, a coffee maker, a kettle, an iron and an air-conditioning system. PAYMENT METHODS: Customers can pay using credit cards, American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="66.33" OriginalAmount="64.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.733963" Longitude="100.566506" StarRating="4" HotelCode="188160|274446" HotelName="Amora NeoLuxe Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" 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>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.33" OriginalAmount="64.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75241" Longitude="100.53699" StarRating="3" HotelCode="|462638" HotelName="Marwin Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Petchaburi Soi 15 Petchaburi Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/6/3/8/462638_cf444801247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.35" OriginalAmount="64.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.752358" Longitude="100.546951" StarRating="4" HotelCode="|397023" HotelName="LOFT BANGKOK HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1091/290-294 New Phetchaburi Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/0/2/3/397023_63e1e5b1251.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.39" OriginalAmount="64.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6734739" Longitude="100.542465" StarRating="4" HotelCode="|104798" HotelName="Riverfront Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SV City, 912 Rama 3 Road, Bangpongpang, Yannawa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/9/8/104798_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is next to Chao Phraya the river. ROOM: The establishment has apartments with kitchen. FACILITIES: The establishment has a swimming pool, a gym and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.46" OriginalAmount="64.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7549525" Longitude="100.4864237" StarRating="4" HotelCode="|103381" HotelName="Baan Wanglang Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>342 Soi Wat Rakang, Prannok Rd., Siriraj, Bangkoknoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/3/8/1/103381_fd5630c0953.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is located 50 metres away from Wang Lang the dock The establishment offers templo de Rakang a transfer service to.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.48" OriginalAmount="64.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79236" Longitude="100.57422" StarRating="3" HotelCode="|54026" HotelName="Veronica Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>227 RACHADAPISEK ROAD, DINDANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/2/6/54026_0bedc181027.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Veronica Residence is rated three stars it is situated in Bangkok, close to Station Sutthisan MRT Station. FACILITIES: The establishment boasts a cafÃ©. ROOM: The establishment has 60 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.57" OriginalAmount="64.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75472" Longitude="100.53958" StarRating="0" HotelCode="|245440" HotelName="Paradise House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115/4,8-11, Soi Sangkrant (Juldis) Rachprarop Rd. Phayathai, Rachthevi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/4/4/0/245440_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.77" OriginalAmount="64.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72264" Longitude="100.5206" StarRating="3" HotelCode="|409449" HotelName="Baan Vajra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Soi Silom 19 Silom Rd Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/4/4/9/409449_b7bcb661615.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.93" OriginalAmount="64.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7733172" Longitude="100.6085403" StarRating="4" HotelCode="|36684" HotelName="Town In Town  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>LADPRAO 94,WANGTHONGLANG, BANGKOK 300/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/8/4/36684_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2007, is conference, perfect for business and holiday stays, has 245 standard rooms and suites, a lobby with express check-out, a reception, a currency exchange service, a lift, conference facilities, a restaurant, internet (for a fee), room service and a laundry service. It also has a car park. SITUATION: Pradit Manutham Road Is situated in It is situated 30 minutes away from the airport. ROOM: The spacious and modern rooms, a bathroom with a bath, a hairdryer, a double bed, a mini-bar, a direct line telephone, cable television, internet, a coffee maker, a kettle and an air-conditioning system. FACILITIES: Outdoors, clients can enjoy a swimming pool, Customers can enjoy a massage service. PAYMENT METHODS: The establishment accepts Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, international buffet lunch and an Ã  la carte dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.93" OriginalAmount="64.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7599107" Longitude="100.5404089" StarRating="3" HotelCode="|278912" HotelName="Picnic Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Rangnam Road Rajprarop Phayathai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/9/1/2/278912_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.95" OriginalAmount="65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.751676460238" Longitude="100.50314240816" StarRating="2" HotelCode="380573|58160" HotelName="Chern Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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.95" OriginalAmount="65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739528" Longitude="100.558303" StarRating="3" HotelCode="14384|3804" HotelName="Manhattan Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72461687092" Longitude="100.56906223297" StarRating="4" HotelCode="8977|the_four_wings_hotel" HotelName="The Four Wings" Meals="ROOM ONLY" 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="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.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 14/07/2026" 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="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.84417013" Longitude="100.65261425" StarRating="2" HotelCode="376818|naturbliss_boutique_house" HotelName="Naturbliss Boutique Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 18/07/2026" 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="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73815264" Longitude="100.55584746" StarRating="3" HotelCode="563634|hope_land_hotel_residence_sukhumvit_8" HotelName="Hope Land Hotel &amp; Residence Sukhumvit 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726139493903" Longitude="100.51602389929" StarRating="3" HotelCode="603666|oriental_heritage_residence" HotelName="Oriental Heritage Residence" Meals="ROOM ONLY" 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="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739623" Longitude="100.556064" StarRating="3" HotelCode="900648|on8_sukhumvit_nana_bangkok_hotel" 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="94" TotalAmount="66.97" OriginalAmount="65.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7658242" Longitude="100.5000865" StarRating="3" HotelCode="|439817" HotelName="Peace Land Khaosan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>105 Witsutkasat, Kwaeng Baan Thantom, Khet Phranakorn, Bangkok, Bangkok, 10200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/8/1/7/439817_cd1bc6c1145.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.02" OriginalAmount="65.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.699599" Longitude="100.537235" StarRating="4" HotelCode="|173071" HotelName="The Narathiwas and Residence Sathorn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>379 Narathiwas Soi 24, Sathupradit, Chongnonsee, Yannawa,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/3/0/7/1/173071_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.02" OriginalAmount="65.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742" Longitude="100.52439" StarRating="3" HotelCode="|414445" HotelName="House Of Papa Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>188/44 Soi Chula 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/4/4/4/5/414445_469d6e21758.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.10" OriginalAmount="65.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737702" Longitude="100.55335" StarRating="3" HotelCode="|471754" HotelName="Omni Tower Direct Rooms Sukhumvit Soi 4" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69/25 Sukhumvit 4 Alley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/7/5/4/471754_f0c556c2032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.13" OriginalAmount="65.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.755044" Longitude="100.476772" StarRating="4" HotelCode="|440671" HotelName="Kaya Heritage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Prannok Street Ban chang Lo, Bangkok Noi 615/3, 10700 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/6/7/1/440671_3d01d390913.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.23" OriginalAmount="65.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7763899" Longitude="100.5717594" StarRating="2" HotelCode="|36638" HotelName="The Palazzo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>111 Soi Niam - utit Rachadapisek Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/3/8/36638_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 180 rooms and meeting rooms. SITUATION: Ratchadapisek Road Is situated in 15 kilometres away from the establishment, guests will find Don Mueang Airport it is situated 35 kilometres away from Suvarnabhumi Airport. ROOM: superior deluxe rooms and suites and have a direct line telephone. FACILITIES: The establishment has 13 karaoke rooms and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a traditional and international cuisine restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: Check-out is at 12:00.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.23" OriginalAmount="65.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7294684" Longitude="100.5196884" StarRating="0" HotelCode="|357873" HotelName="The Backpack" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>184/59 Maha Set Road, Sripaya, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/8/7/3/357873_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="67.29" OriginalAmount="65.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.783893" Longitude="100.472819" StarRating="3" HotelCode="64959|81573" 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="94" TotalAmount="67.31" OriginalAmount="65.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.167153" Longitude="100.932426" StarRating="3" HotelCode="|205424" HotelName="J - Town Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>92 Sukhumvit Road Sriracha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/4/2/4/205424_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="67.34" OriginalAmount="65.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738203" Longitude="100.555911" StarRating="3" HotelCode="165847|137781" HotelName="Sawasdee @ Sukhumvit Soi 8" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/07/2026" 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="94" TotalAmount="67.40" OriginalAmount="65.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73266" Longitude="100.51457" StarRating="3" HotelCode="|247141" HotelName="Talakkia Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>988 Talad Noi, Charoen Krung Road Samphanthawong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/1/4/1/247141_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.56" OriginalAmount="65.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7538834" Longitude="100.5290146" StarRating="3" HotelCode="|26181" HotelName="Samran Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>NEW PETCHABURI ROAD, RATCHATHEWI 302</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/8/1/26181_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and has 24 rooms, In the entrance, you can find a lobby with an elevator, a reception with safety deposit boxes and a currency exchange service. Guests can also find a mini-market, a bar and an Ã  la carte restaurant with air-conditioning, with highchairs, There are many services available at the establishment, including a laundry service, room service, a medical care service and a car park. SITUATION: This hotel is in the central area, nearby, you will find shops, leisure areas and entertainment. in front of the establishment, guests have public transport services. ROOM: The inviting rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television and a mini-bar. Are also furnished with a double bed, tiled floors, fitted carpets, an air-conditioning system and a safety deposit box (available for a fee). FACILITIES: Guests are offered a massage service. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.64" OriginalAmount="65.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7836532" Longitude="100.5005915" StarRating="4" HotelCode="|35528" HotelName="The Royal River" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>CHARANSANITWONG ROAD, BANGPLAD 66/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/5/2/8/35528_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 436 standard rooms and suites, a lobby with a reception, express check-out, air-conditioning, a breakfast room, a dining room, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a cafÃ©, a nightclub, internet, room service, a laundry service, a car park and indoor parking. SITUATION: It is situated close toChao Phraya the river near the establishment, you will find the tourist attractions, is 30 minutes away from Bangkok Airport. ROOM: The spacious rooms, have heating, a shower, a bath, a hairdryer, a double or king-size bed, a hairdryer, a direct line telephone, satellite and cable television, a radio, a stereo, a mini-bar, a safety deposit box (available for a fee), a mini-bar, satellite or cable TV, a direct line telephone, a radio, a Hi-Fi, a coffee maker, a kettle, room service and a balcony or terrace. FACILITIES: The establishment boasts a jacuzzi, a swimming pool with an outdoor bar, a sauna, a steam bath, a terrace and a massage service. it is 5 kilometres away from a golf course. MEALS: Regarding the food and beverage offering, the establishment offers all meals in a buffet format, Guests are offered an Ã  la carte lunch and barbecues. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.69" OriginalAmount="65.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763258" Longitude="100.565283" StarRating="3" HotelCode="|446271" HotelName="The Neuf Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>544/1 Yu Charoen 1 Alley, Ratchadaphisek, Bangkok, Bangkok, 10400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/7/1/446271_878d0ea1003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.75" OriginalAmount="65.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729385" Longitude="100.5628506" StarRating="3" HotelCode="|103671" HotelName="Icheck Inn Residences Sukhumvit 20" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>140 Sukhumvit Soi 20, Wattana, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/7/1/103671_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi, (free of charge), a swimming pool. SITUATION: This establishment, Sukhumvit Soi 20 it is in It has excellent transport links to Nana and Asoke the stations of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.75" OriginalAmount="65.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.765095" Longitude="100.539565" StarRating="3" HotelCode="|439845" HotelName="Vix Bangkok At Victory Monument" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>459/13-15 Ratchawithi Road, Phayathai, Ratchathewi, Bangkok, Bangkok, 10400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/8/4/5/439845_456a4db1029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.77" OriginalAmount="65.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.734485" Longitude="100.568087" StarRating="0" HotelCode="|439656" HotelName="Nimit Boutique Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>12/24 Sukhumvit 33, Bangkok, Bangkok, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/6/5/6/439656_ac466261716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.78" OriginalAmount="65.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7350443" Longitude="100.552159" StarRating="4" HotelCode="|172656" HotelName="Alt  Nana By Uhg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 Sukhumvit Soi 4 Sub-Soi 2 (Nana), Sukhumvit Rd.,Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/5/6/172656_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.86" OriginalAmount="65.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8093" Longitude="100.564" StarRating="0" HotelCode="|440673" HotelName="The Lux Ladprao 10" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>212/38 Soi Ladprao 10, Ladprao Road, Chom Phon, Chatuchak, Bangkok, 10900</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/6/7/3/440673_1d4371a1709.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.90" OriginalAmount="65.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72092" Longitude="100.77442" StarRating="4" HotelCode="|169995" HotelName="Avion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1646/99, Ladkrabang Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/9/9/5/169995_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2009, has 270 rooms. SITUATION: This establishment, Bangkok it is in is situated in the heart of the city.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.735175" Longitude="100.555903" StarRating="3" HotelCode="72890|12578" HotelName="Salil Soi 8" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/07/2026" 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="27" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.672768" Longitude="100.543404" StarRating="4" HotelCode="70773|16717" HotelName="Riverfront Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="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="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742920669589" Longitude="100.55119335651" StarRating="3" HotelCode="188201|28219" HotelName="Legacy Express Sukhumvit by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/05/d3051c719b9d36ec6f63b89a176b228cb99b7176.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="68065|233379" HotelName="TK Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742918" Longitude="100.557791" StarRating="4" HotelCode="188176|citrus_sukhumvit_13_hotel_" HotelName="Hotel Citrus Sukhumvit 13 by Compass Hospitality" 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>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="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.730295933079" Longitude="100.53271891534" StarRating="3" HotelCode="304344|the_raya_surawong_bangkok" HotelName="The Raya Surawong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" 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="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.664400897467" Longitude="100.61845013499" StarRating="3" HotelCode="338453|lasalle_suite_hotel" 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="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78709418" Longitude="100.57667607" StarRating="3" HotelCode="380410|spb_paradise" HotelName="SPB Paradise" Meals="ROOM ONLY" 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="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.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 17/07/2026" 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="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74790818" Longitude="100.58462432" StarRating="3" HotelCode="585629|holiday_inn_express_bangkok_soi_soonvijai" 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="94" TotalAmount="68.08" OriginalAmount="66.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75478" Longitude="100.53604" StarRating="3" HotelCode="|386658" HotelName="Spittze Pratunam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>26/1, Soi Phetchaburi 11, Phetchaburi Road, Ratchathevi, Pratumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/6/5/8/386658_1_1980.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.18" OriginalAmount="66.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73608" Longitude="100.58748" StarRating="3" HotelCode="|187400" HotelName="Park 19 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>459 Soi Ekkamai 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/4/0/0/187400_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.35" OriginalAmount="66.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7359415" Longitude="100.5558076" StarRating="3" HotelCode="|104782" HotelName="Sawasdee  @ Sukhumvit Soi 8" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Sukhumvit Soi 8, Sukhumvit Road, Klongtoey, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/8/2/104782_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, WiFi (free of charge) and a restaurant. SITUATION: This hotel Bangkok it is in Sukhumvit Soi 8 it is in Siam Paragon the establishment is a 10-minute drive away from Pratunam the Market of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.37" OriginalAmount="66.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737955" Longitude="100.555795" StarRating="4" HotelCode="|386243" HotelName="Hope Land Sukhumvit 8 - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>34 Soi Sukhumvit 8, Sukhumvit Rd., Khlong Toei</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/2/4/3/386243_1_1137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.40" OriginalAmount="66.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.733752" Longitude="100.582247" StarRating="3" HotelCode="|210579" HotelName="One One Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>289/1 Sukhumvit 55 Road Klongton Nua Wattana Bangkok 10110 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/5/7/9/210579_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.41" OriginalAmount="66.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.766681" Longitude="100.583015" StarRating="4" HotelCode="|171628" HotelName="S Ratchada Leisure" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Tiamruammit Road, Ratchadapisek, Bangkok 10310 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/6/2/8/171628_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.42" OriginalAmount="66.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8915445" Longitude="100.5615817" StarRating="4" HotelCode="|131523" HotelName="Tk Palace and Convention" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54/7 Chaengwattana Road Soi 15 Laksi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/2/3/131523_1_5741.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has comfortable rooms, a dining room, meeting rooms, karaoke, a cafÃ©, room service, a laundry service and a dry cleaner's. FACILITIES: The establishment guests have at their disposal a gym, a swimming pool, a sauna and a jogging circuit.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="68.44" OriginalAmount="66.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737436782176" Longitude="100.55716198847" StarRating="4" HotelCode="169813|146457" HotelName="Galleria 10 Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/07/2026" 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>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.54" OriginalAmount="66.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.747646" Longitude="100.552503" StarRating="0" HotelCode="|468790" HotelName="Fx Nana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>158/2 Soi Sukhumvit 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/7/9/0/468790_15667aa1257.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.82" OriginalAmount="66.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754051" Longitude="100.537854" StarRating="3" HotelCode="|172773" HotelName="Lemontea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 Soi. Petchaburi 15, Petchaburi Road, Pratunam, Ratchatewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/7/7/3/172773_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.01" OriginalAmount="67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76193165639" Longitude="100.54290264845" StarRating="4" HotelCode="47331|3539" HotelName="Century Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.66886923" Longitude="100.61432171" StarRating="3" HotelCode="293440|thomson_residence_hotel" HotelName="Thomson Residence - Bangna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/07/2026" 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="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74359945" Longitude="100.55531414" StarRating="3" HotelCode="631717|dazzle_residence" HotelName="Dazzle Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/07/2026" 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="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7518699" Longitude="100.53777843" StarRating="2" HotelCode="738624|leela_orchid_hotel" HotelName="Leela Orchid Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75597345" Longitude="100.53019584" StarRating="3" HotelCode="945489|noursabah_boutique_bed_bangkok" HotelName="Noursabah Boutique Bed Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="94" TotalAmount="69.10" OriginalAmount="67.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7455" Longitude="100.551" StarRating="3" HotelCode="|408707" HotelName="B1 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>220/5 Soi Sukhumvit 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/7/0/7/408707_40457b61552.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.20" OriginalAmount="67.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.735162" Longitude="100.558105" StarRating="4" HotelCode="|203620" HotelName="Galleria 12 Sukhumvit Bangkok By Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT SOI 12, SUKHUMVIT ROAD 81/83</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/6/2/0/203620_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.22" OriginalAmount="67.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7247" Longitude="100.56928" StarRating="4" HotelCode="|36683" HotelName="The Four Wings  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT ROAD 26, KLONGTOEY 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/8/3/36683_850dc431141.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1993, has 325 rooms, air-conditioning, attentive service, a lobby with a reception, a safety deposit box service, a currency exchange service, a lift and a hairdresser's. With regards to the food and beverage offering, the establishment has a bar and a restaurant. The establishment boasts conference facilities, room service, a laundry service, a car park (free of charge) and a transfer service (free of charge). SITUATION: Sukhumvit Road Soi 26 It is in it has good links to the business area, the shopping area, is 10 minutes away from Queen Sirikit the Exhibition Centre It is 5 minutes away from the railway station, the motorway, is situated 33 kilometres away from Suvarnabhumi Airport it is situated 20 kilometres away from Don Mueang Airport. ROOM: The spacious and modern rooms, have shower or bath, a hairdryer, a double bed, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a coffee maker, a kettle, an individual air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a swimming pool with an open-air bar, a hydromassage bath, a sauna, a beauty centre, a massage service, a squash centre, a well-equipped gym and aerobics classes. MEALS: Regarding the food and beverage offering, the establishment offersYoongthong the restaurant Guests are offered a buffet breakfast and an Ã  la carte dinner. The establishment also has a Chinese restaurant and a Japanese restaurant. PAYMENT METHODS: Customers can pay by cash, American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: Guests have medical care.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.27" OriginalAmount="67.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73199" Longitude="100.5876214" StarRating="3" HotelCode="|103472" HotelName="Nice Residence  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>188/8 Sukhumvit 63 (Soi Ekamai 14) Klongtunnua</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/7/2/103472_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Ekamai it is in it is situated 15 minutes walk away from Ekamai the Railway Station of It has excellent transport links to the shopping centres and leisure areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.27" OriginalAmount="67.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74632" Longitude="100.55891" StarRating="3" HotelCode="|439709" HotelName="Yolo Bangkok Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>79 /1 -2 Sukhumvit soi 15, Wattana, 10100, Bangkok, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/7/0/9/439709_b91f2291729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.30" OriginalAmount="67.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7301227" Longitude="100.5698839" StarRating="2" HotelCode="|169994" HotelName="24 Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>670-672 Sukhumvit 24 Road, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/9/9/4/169994_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms with WiFi and a television. It also has a lift. SITUATION: This hotel is opposite Phrom Phong the Station of Close to a commercial centre, Sukhumvit Road is situated in 30 minutes away from the establishment, clients can find Suvarnabhumi Airport it is 10 minutes away from Ekkamai bus station. OTHERS: Regarding the food and beverage provision, the establishment offers a cafÃ©.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.40" OriginalAmount="67.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7181715" Longitude="100.5156224" StarRating="3" HotelCode="|357785" HotelName="The Myth - Sud Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>235,237,239 Sathorn Tai Road, Yannawa, Sathorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/7/8/5/357785_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.64" OriginalAmount="67.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7178006" Longitude="100.5089678" StarRating="3" HotelCode="|104784" HotelName="Ibis Bangkok Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Soi Charoennakhon 17 Charoennakhon Rd., Banglamphulang, Klongsarn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/8/4/104784_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel is in Chao Phraya the river it is situated 4 kilometres away from Bangkok the centre of Clients can also find, is 38 kilometres away from Suvarnabhumi Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.71" OriginalAmount="67.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7539961" Longitude="100.5027165" StarRating="2" HotelCode="|279425" HotelName="Sri Krungthep" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Siripong Rd. Samranrat, Pranakorn, Bangkok, Bangkok 10200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/4/2/5/279425_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.74" OriginalAmount="67.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7428337" Longitude="100.5511434" StarRating="3" HotelCode="|73088" HotelName="Legacy  Bangkok Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 29 Sukhumvit Road (Front corner of Sukhumvit Soi 1), Klongtoey Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/0/8/8/73088_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 3 floors and 63 rooms. The establishment boasts security, WiFi, a lobby with internet, a restaurant and a shop. SITUATION: This budget hotel, Sukhumvit Road it is in. ROOM: The rooms with air-conditioning, have WiFi, an LCD television and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.88" OriginalAmount="67.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746803" Longitude="100.608765" StarRating="3" HotelCode="|74789" HotelName="The Patra - Rama 9" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 RAMA 9 SOI 31, RAMA 9 RD.,HUA MARK, BANGKAPI, BANGKOK 10240 THAILAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/7/8/9/74789_9c4cee81052.jpg</HotelPictures>
        <HotelDescription>FACILITIES: The establishment boasts a salt water swimming pool, a gym equipped with modern technology, tennis courts and squash courts. The establishment also offers jogging circuits, a spa, 10 treatment rooms and a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.92" OriginalAmount="67.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.733936" Longitude="100.73732" StarRating="3" HotelCode="|406426" HotelName="Ploen Pirom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>35/1 Soi Romklao 1 Junction 2 Pattanachonnabot Roa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/4/2/6/406426_0bcbc9b1255.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.98" OriginalAmount="67.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7218712" Longitude="100.5464522" StarRating="3" HotelCode="|62926" HotelName="Ibis Bangkok Sathorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOI NGAM DUPHLI , RAMA IV , SATHORN 29/9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/9/2/6/62926_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2008, has 213 rooms, air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. Regarding the food and beverage offering, the establishment has a restaurant, The establishment has conference facilities, By paying an additional charge you can enjoy WiFi, a laundry service, a car park and a bicycle rental desk. SITUATION: This urban hotel is in the business area, the leisure area ,Silom is situated in close to the establishment, clients can find the metro station, the railway station, has good links to the tourist attractions, 30 minutes away, guests can find the bus station, Pattaya it is 2 hours away from it is situated 30 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have a shower, a hairdryer, a double bed, a direct line telephone, a television, internet, a safe, a fridge, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: The establishment has a children's swimming area, an outdoor bar and a swimming pool. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.760499982731" Longitude="100.50613481453" StarRating="3" HotelCode="401829|204800" HotelName="Nanda Heritage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>632 Wisut Kasat Road, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/29/6729050f3ed1c9da726b8955c116947b4f90c1a3.JPEG</HotelPictures>
        <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="27" TotalAmount="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73447855" Longitude="100.56806879" StarRating="3" HotelCode="853257|367799" HotelName="Nimit Boutique Hotel Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026">
        <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="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.745070132224" Longitude="100.55518984795" StarRating="3" HotelCode="9971|4009" HotelName="Royal Benja" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Sukhumvit Road, Soi 5, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/05/ed05fa13242e6e72aa80e23f75c68e50b38d62a6.jpeg</HotelPictures>
        <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="27" TotalAmount="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79122279031" Longitude="100.54200118663" StarRating="3" HotelCode="337751|226020" HotelName="Karnmanee Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7760674" Longitude="100.4801406" StarRating="3" HotelCode="65102|sd_avenue" 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="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738993" Longitude="100.5597792" StarRating="3" HotelCode="93363|the_key_bangkok" 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="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.735308" Longitude="100.560675" StarRating="3" HotelCode="188177|citypoint_hotel" HotelName="CityPoint" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746382" Longitude="100.603642" StarRating="4" HotelCode="317725|al_meroz_bangkok" HotelName="Al Meroz Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.724844863661" Longitude="100.53254477509" StarRating="3" HotelCode="380417|silom_forest" HotelName="Silom Forest Exclusive Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Phiphat 2, Convent Road, Silom, Bangrak, Bangkok, Provinz Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/8d/5e8dcb0ee7eb85147c9a4d4d07bb0b4cf27f258f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.81008867" Longitude="100.50974967" StarRating="4" HotelCode="622840|bella_b_hotel" HotelName="Bella B Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="24 Hour Security,Internet,Laundry,Parking,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9/45 Charansanithwong Road, Bang Kruai, Bangkok 11000</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/3d/d43dc049db503389d8e668d4766e6f2d6b4d2b09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel offers a total of 180 rooms. The year of construction of this establishment dates back to 2017...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743299333333" Longitude="100.557806" StarRating="2" HotelCode="915516|miami_bangkok" HotelName="Miami" Meals="ROOM ONLY" 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="94" TotalAmount="70.05" OriginalAmount="68.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7238784" Longitude="100.5296472" StarRating="4" HotelCode="|358440" HotelName="Sora Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>188-188/1 Soi Pipat Silom 2, Naradhiwas Rajanagarindra Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/4/4/0/358440_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.17" OriginalAmount="68.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7428261" Longitude="100.5577998" StarRating="4" HotelCode="|104773" HotelName="Citrus Sukhumvit 13 By Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Sukhumvit Soi 13 Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/7/3/104773_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Sukhumvit the street. ROOM: The rooms have flatscreen cable television. FACILITIES: With regards to the food and beverage offering, there is a restaurant, The establishment has a swimming pool on the roof terrace, WiFi and a car park (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.20" OriginalAmount="68.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.760678" Longitude="100.536996" StarRating="3" HotelCode="|104822" HotelName="The Victory Executive Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Soi Sriayuthaya 12, Rangnam Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/2/2/104822_13a88441347.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, with air-conditioning, has 165 studios and suites, a lobby, a reception, a lift, a restaurant, WiFi, a laundry service and a car park. SITUATION: This urban hotel is in the city centre, Where you can find monuments, the metro station, restaurants, hospitals, a park, a commercial centre, a theatre and the bus stop. ROOM: They have a sofa, table, a microwave, a fridge, kitchen utensils, kitchenware and wooden furniture. They also have a bathroom with a shower, a double bed, a direct line telephone, a satellite television, internet, a safety deposit box, a coffee maker, a kettle and individual air-conditioning. FACILITIES: The establishment also offers a balcony or terrace, a gym (free of charge), a swimming pool, a sauna and a steam bath.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.22" OriginalAmount="68.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73873" Longitude="100.58065" StarRating="0" HotelCode="|245205" HotelName="Aspira Hana Executive Apartment Thonglor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 Soi Thonglor 23 Khlongtan Nuer</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/2/0/5/245205_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.25" OriginalAmount="68.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73239" Longitude="100.56524" StarRating="3" HotelCode="|446275" HotelName="Aspira Parc Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/7/5/446275_a4adc261032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.27" OriginalAmount="68.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7583892" Longitude="100.6128422" StarRating="0" HotelCode="|35466" HotelName="Dynasty Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>RAMKHAMHEANG 35, HUAMARK, BANGKAPI 52</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/6/6/35466_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, has 270 rooms, a laundry service, a cafÃ©, a currency exchange service, a restaurant, conference facilities, internet, a car park and a living room. SITUATION: Ramkhamhaeng Road It is in Mall Department Store it is near close to the establishment, clients can find the motorway 30 minutes away fromSuvarnabhumi Airport. ROOM: The rooms a bathroom, a safety deposit box, an air-conditioning system, a mini-bar, a satellite TV, a direct line telephone and water (free of charge). FACILITIES: The establishment boasts a swimming pool, a sauna and Thai massages. PAYMENT METHODS: The establishment accepts Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients haveGarden Glass the traditional restaurant with breakfast and dinner service, American buffet breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.54" OriginalAmount="68.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7247314" Longitude="100.5308228" StarRating="4" HotelCode="|95449" HotelName="I Residence  Silom" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93 Narathivas Rachanakarin Road Soi 3Silom, Bangr,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/4/4/9/95449_1.jpg</HotelPictures>
        <HotelDescription>ROOM: All the rooms have a direct line telephone, satellite or cable TV, piped music and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.54" OriginalAmount="68.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.674887" Longitude="100.631765" StarRating="3" HotelCode="|405556" HotelName="Splash" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>818/40 The Master Udomsuk Sukumvit 103</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/5/5/6/405556_2b4ae161103.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.59" OriginalAmount="68.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.83846" Longitude="100.63329" StarRating="3" HotelCode="|187101" HotelName="Media and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>599 Pradit Manutham road, Don Mueang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/1/0/1/187101_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.76" OriginalAmount="68.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7213589" Longitude="100.5636233" StarRating="3" HotelCode="|404022" HotelName="zleepmotion bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>713 Rama 4 Road, Soi Sukhumvit 22, Bangkok, Bangkok, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/0/2/2/404022_dd5bc3a1101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.80" OriginalAmount="68.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.717667" Longitude="100.516471" StarRating="4" HotelCode="|39642" HotelName="Oakwood  and Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>143 South Sathorn Yannawa - 481 South Sathorn Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/4/2/39642_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, with air-conditioning, has 103 renovated rooms, a lobby, express check-out and a reception. The establishment has various facilities, such as a safety deposit box service, a currency exchange service, a TV room, a restaurant, room service and a laundry service. near the establishment, you can find a car park (for a fee). SITUATION: Sathorn Road It is in it is in Bangkok the business area of Charoen Krung Road it is in It is situated 35 minutes away fromDon Mueang and Suvarnabhumi the airports of. ROOM: The rooms have an individual air-conditioning system, satellite and cable TV, a safety deposit box, a mini-bar, a hairdryer, a washing machine, a fridge, a microwave, a bathroom with a bath, internet, a king-size bed and a balcony or terrace. Guests are offered non-smoking floors. FACILITIES: Customers can enjoy steam baths, saunas and an outdoor swimming pool. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoyBridge the restaurant, which serves typical, Italian, American and Chinese cuisine.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.94" OriginalAmount="68.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7557375" Longitude="100.5031468" StarRating="3" HotelCode="|244974" HotelName="Siam Champs Elyseesi Unique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>160 Ratchadamnoen Klang Tai Road Pranakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/9/7/4/244974_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.05" OriginalAmount="68.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.727949" Longitude="100.525295" StarRating="4" HotelCode="|453759" HotelName="Mercure Bangkok Surawong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 Surawong Road Si Phraya Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/5/9/453759_e6b373d1034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.07" OriginalAmount="69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76342283891" Longitude="100.6385682037" StarRating="4" HotelCode="75193|232049" HotelName="Alexander Hotel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/07/2026" 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="27" TotalAmount="71.07" OriginalAmount="69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73517696" Longitude="100.55213978" StarRating="3" HotelCode="358835|52082" HotelName="Alt Hotel Nana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="27" TotalAmount="71.07" OriginalAmount="69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726317" Longitude="100.540566" StarRating="4" HotelCode="70776|16758" HotelName="At Ease Saladaeng" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Soi Saladaeng 1, Silom, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/04/9104e0b951a7fbc1c5f64b1cc101236b99cd7015.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel enjoys a prime location in Soi Saladaeng 1, near the junction between the Silom...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.07" OriginalAmount="69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73085782953" Longitude="100.52826148688" StarRating="3" HotelCode="345028|63369" HotelName="Bed By City Surawong Patpong Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" 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="27" TotalAmount="71.07" OriginalAmount="69" MarkupRule="3.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="71.07" OriginalAmount="69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.712568" Longitude="100.585874" StarRating="4" HotelCode="260592|42886" HotelName="Jasmine Grande Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4338 Rama IV Road, Phrakhanong, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/a2/eea2279f17b76c8a509c84c2ba4cfab22bc6d1c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in the centre of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.804979" Longitude="100.564484" StarRating="4" HotelCode="|358615" HotelName="V20boutique Jacuzzi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>185/1 Vibhavadi Rangsit 20 Alley, Lane 3-4 Vibhavadi Rangsit road, Chatuchak Chompon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/6/1/5/358615_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71728288492" Longitude="100.50899757187" StarRating="3" HotelCode="161448|ibis_bangkok_riverside" HotelName="ibis Bangkok Riverside Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.702721" Longitude="100.603338" StarRating="3" HotelCode="255727|at_mind_executive_suites_sukhumvit_85" HotelName="At Mind Executive Suite" Meals="ROOM ONLY" 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="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.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="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>120 Bunsiri Road, San Chao Por Sua, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/ce/55ce130bbc6b0cc70c09dbb6ec31850da4c6d423.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.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="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7534164" Longitude="100.53615818" StarRating="3" HotelCode="943350|klub_hotel" HotelName="Klub Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Petchburi Road Soi 13, Phayathai Rajthevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/74/5d74e146e7bae28cd463d2d90b5e9b32e0a13486.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="956686|artino_hotel" HotelName="Artino Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi Phiphat 2, Khwaeng, Silom, Khet Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/13/871304f97802dd97b8692092a41171b80986c02a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.37" OriginalAmount="69.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7284428" Longitude="100.5705139" StarRating="4" HotelCode="|103417" HotelName="Arize  Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8/8 Sukhumvit 26 Rd. Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/1/7/103417_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts stylish rooms, WiFi (free of charge), a swimming pool and a reception. SITUATION: This hotel is a 2-minute walk away from the railway station BTS/Prompong.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.39" OriginalAmount="69.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736513" Longitude="100.578762" StarRating="0" HotelCode="|396334" HotelName="Aspira Tropical Residence Thong Lor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Phromphak (Sukhumvit 49)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/3/3/4/396334_b03e9040536.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.72" OriginalAmount="69.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7514" Longitude="100.538" StarRating="3" HotelCode="|408270" HotelName="Leela Orchid" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>833 Phetchaburi 17, Phayathai, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/2/7/0/408270_5e5d3eb1806.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.80" OriginalAmount="69.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.755248" Longitude="100.538227" StarRating="3" HotelCode="|152852" HotelName="My Pratunam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70,70/1-4 soi Petchburi 15 Petchburi RD. Phayathai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/8/5/2/152852_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a laundry service, a dry cleaner's, the massage service, a gift shop and tourist information. nearby, you can find a car park. SITUATION: This establishment, is near Platinum and Panthip Plaza the shopping centres Close to Phayathai the Station of. ROOM: The rooms have a bathroom, cable television, a fridge, a safety deposit box and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.81" OriginalAmount="69.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75401689565" Longitude="100.53206920624" StarRating="3" HotelCode="14242|78965" HotelName="Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.87" OriginalAmount="69.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7048133" Longitude="100.5151606" StarRating="4" HotelCode="|164159" HotelName="T Series Place Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>116/1 Charoenrat Soi 8 Charoenrat Road, Thoong Wat Don, Sathorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/1/5/9/164159_7c3b41c0932.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 10 minutes away from BTS Surasuk and Taksin the train stations of It has excellent transport links to the shopping centres and tourist points of interest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.91" OriginalAmount="69.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763396" Longitude="100.638505" StarRating="3" HotelCode="|36688" HotelName="Alexander" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Ramkhamhaeng Road Soi Ramkhamhaeng 83/3 (Alexander), Bang Kapi, Bangkok 10240</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/8/8/36688_61177fc1037.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has 305 rooms, a lobby with a reception, a concierge, a restaurant and a conference room. SITUATION: This urban hotel is in a commercial area, 15 minutes away from the establishment, guests will find the railway station, is 20 minutes away from Suvarnabhumi Airport. ROOM: The luxurious, modern rooms, have a direct line telephone, a satellite or cable television, internet, a mini-bar, a safe and an individual air-conditioning system. FACILITIES: The establishment has a gym, an exercise room, a swimming pool, a sauna, spa treatments and Thai massages. MEALS:. PAYMENT METHODS: Customers can pay by Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.95" OriginalAmount="69.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741339" Longitude="100.558343" StarRating="4" HotelCode="|129586" HotelName="Kingston Suites Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>39/3-7 Sukhumvit Soi 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/5/8/6/129586_1_355.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Sukhumvit Soi 15 it is in is situated in a peaceful area, Close to leisure areas and. FACILITIES: There are many facilities and services available at the establishment, including a restaurant and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.97" OriginalAmount="69.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7369546" Longitude="100.5571185" StarRating="4" HotelCode="|103623" HotelName="Galleria 10 Sukhumvit Bangkok By Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Soi 10 Sukhumvit Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/2/3/103623_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Sukhumvit 10 the road 5 minutes away, guests can find Skytrain BTS Asoke the Station of. FACILITIES: Clients can find a swimming pool, 2 restaurants and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.97" OriginalAmount="69.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.791367" Longitude="100.54207" StarRating="3" HotelCode="|172533" HotelName="Karnmanee Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi Pradipat, 15 Pradipat Str, Phaya Thai, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/5/3/3/172533_3b68de71127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.07" OriginalAmount="69.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7730556" Longitude="100.5819798" StarRating="3" HotelCode="|172654" HotelName="All Together Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>509 Phacha Uthit 13, Huaykwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/5/4/172654_4f58c961147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.07" OriginalAmount="69.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.712501" Longitude="100.594477" StarRating="4" HotelCode="|369621" HotelName="ibis Styles Bangkok Sukhumvit Phra Khanong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1122 Sukhumvit Road Phra Khanong Khlong Toei</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/6/2/1/369621_1_1268.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.10" OriginalAmount="70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.717606" Longitude="100.51647373049" StarRating="3" HotelCode="65103|14772" HotelName="Astera Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/07/2026" 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="63" TotalAmount="72.10" OriginalAmount="70.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725633062327" Longitude="100.53857222199" StarRating="4" HotelCode="68214|siri_sathorn" HotelName="Siri Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/07/2026" 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="63" TotalAmount="72.10" OriginalAmount="70.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75370908" Longitude="100.537563" StarRating="3" HotelCode="305989|lemontea_hotel" HotelName="Lemontea Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/07/2026" 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="63" TotalAmount="72.10" OriginalAmount="70.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73203257" Longitude="100.58763008" StarRating="3" HotelCode="943358|nice_residence" HotelName="Nice Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>188/8 Sukhumvit 63, Ekkamai 14, Klongtun-Nua Wattan, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/82/d8825ddb684c730abad30a98288acdffad1abe4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.12" OriginalAmount="70.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74311" Longitude="100.50901" StarRating="0" HotelCode="|586812" HotelName="Exoresidence The Heart of Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Charoen Krung Road Station one yaowarat 5 floors</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/6/8/1/2/586812_711bedb1941.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.28" OriginalAmount="70.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75462" Longitude="100.522967" StarRating="4" HotelCode="|358750" HotelName="Bangkok Midtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>888 Rama VI Road, Thung Phaya Thai, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/7/5/0/358750_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.28" OriginalAmount="70.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721912" Longitude="100.774913" StarRating="4" HotelCode="|389786" HotelName="Canalis Suvarnabhumi Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1599/1 Lat Krabang soi 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/8/6/389786_ff69e831151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.30" OriginalAmount="70.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.777432" Longitude="100.426828" StarRating="3" HotelCode="|409078" HotelName="Sunkiss Pool.bed.cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>57 Moo17 Phutthamonthon Soi 1 Taling Chan Bang Ram</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/0/7/8/409078_37800d41607.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.32" OriginalAmount="70.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79669" Longitude="100.715" StarRating="3" HotelCode="|60675" HotelName="Siam Piman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO. 8; RAMKHAMHAENG ROAD; SOI 170 MINBURI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/7/5/60675_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, was built in 2008, has 48 rooms, 6 floors, air-conditioning, a garden, a terrace, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a lift, a restaurant, WiFi, room service, a laundry service and a car park. SITUATION: The hotel is near the shopping centres, has good links to the motorway, is 3 minutes away from the city centre, Safari Park 10 minutes away from the establishment, you can find 20 minutes away from the establishment guests have a nightclub, Sukhumvit it is 30 minutes away from this hotel is 15 minutes away from Suvarnabhumi Airport. ROOM: Guests are offered standard rooms and suites with a balcony and internet. All the accommodation options have a bathroom with a shower or bath, a hairdryer, a double or king-size bed, a direct line telephone, a satellite or cable television, internet, a small kitchen, a mini-bar, a microwave, an individual air-conditioning system and a safe. FACILITIES: Clients can enjoy play ping-pong, is located 10 minutes away from a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service and a set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.58" OriginalAmount="70.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.751538" Longitude="100.5306311" StarRating="4" HotelCode="|33066" HotelName="Asia  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>PHAYATHAI ROAD 296</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/0/6/6/33066_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, central hotel, great value, with air-conditioning, has 650 rooms, a lobby, a reception, a safety deposit box service, a lift, a bar, a restaurant, room service, a laundry service and a car park. SITUATION: This urban hotel is in the commercial area, the business area, is situated 30 kilometres away from Don Mueang Airport Suvarnabhumi 40 kilometres away from the establishment, guests will find. ROOM: luxurious, standard rooms and suites, a bathroom with a shower, a direct line telephone, an individual air-conditioning system, a television, a fridge, luxurious furniture, a king size or double bed, a safe, a mini-bar, a coffee maker and a kettle. FACILITIES: The establishment has swimming pools with a terrace, parasols, a gym, a sauna and a health centre. MEALS: Regarding the food and beverage offering, the establishment offers 4 restaurants, Guests are offered a buffet breakfast, Ã  la carte lunch and dinner and a buffet dinner. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.59" OriginalAmount="70.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7468519" Longitude="100.5287077" StarRating="3" HotelCode="|103658" HotelName="Lub D Bangkok Siam Square " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>925/9 Rama 1 Road Wangmai Patthumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/5/8/103658_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the shopping area, the leisure area, Close to restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.63" OriginalAmount="70.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741231" Longitude="100.552578" StarRating="3" HotelCode="|152861" HotelName="Nana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Nana Tai, Sukhumvit Road, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/8/6/1/152861_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sukhumvit it is in Close to the commercial area, entertainment areas and the business area. It has excellent transport links to Bangkok Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.74" OriginalAmount="70.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.779573" Longitude="100.468803" StarRating="3" HotelCode="|472379" HotelName="Nornrimklong Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>792/55 Rungpracha Road, Arun Amarin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/3/7/9/472379_bf7c8c92007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.83" OriginalAmount="70.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7093491" Longitude="100.7337978" StarRating="3" HotelCode="|131564" HotelName="Vismaya Suvarnabhumi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>98 Moo 15 Soi Kingkaew 43 Kingkaew Road, Ratchateva Bang-plee Samutprakarn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/6/4/131564_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is modern.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.83" OriginalAmount="70.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7468423" Longitude="100.5867219" StarRating="4" HotelCode="|33000" HotelName="A-One Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Soonvijai 4, New Petchaburi Road, Bangkapi, Huay Kwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/0/0/0/33000_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel, has air-conditioning, a lobby with a reception, a safety deposit box service, a lift, a restaurant, conference facilities, internet, room service and a laundry service. nearby, there is a car park. SITUATION: This urban, business hotel is in Bangkok the centre of it is near the airport, has good links to the business area, the leisure areas ,Sukhumvit Road, Ratchada Phisek and Royal City Avenue it has good links to it is situated 20 kilometres away from Suvarnabhumi Airport it is situated 25 kilometres away from Don Mueang Airport. ROOM: standard rooms, deluxe rooms, business rooms and suites, have a direct line telephone, a mini-bar, satellite and cable television, films, a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a radio, internet, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: Outdoors, clients have access to a swimming pool, a terrace, sunbeds and parasols. The establishment boasts a gym, a sauna and a steam bath. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.87" OriginalAmount="70.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.67266" Longitude="100.60536" StarRating="4" HotelCode="|170004" HotelName="Brighton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 SAMPAWUT RD BANGNA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/0/0/4/170004_e69d33c1338.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers air-conditioning in communal areas. SITUATION: This establishment, Bangkok it is in. ROOM: Each room has an air-conditioning system, a television and a bathroom with a bath.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.01" OriginalAmount="70.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753" Longitude="100.538165" StarRating="3" HotelCode="|411875" HotelName="The Konnect" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Petchaburi Soi 17, Petchaburi Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/8/7/5/411875_ad7c8c81145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728635" Longitude="100.570448" StarRating="4" HotelCode="255721|48648" HotelName="Arize Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8/8 Sukhumvit 26 Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/02/90025c43f6f29183b144b42004a9140e1f8c18d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7269254" Longitude="100.5339307" StarRating="3" HotelCode="18515|54193" HotelName="Le Siam Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Convent Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/59/3b5977414703dc96b3427e2b4507c9d1f6f32a14.jpeg</HotelPictures>
        <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="27" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.845136" Longitude="100.579893" StarRating="3" HotelCode="37768|7988" HotelName="Maruay Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 18/07/2026" 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="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.727611" Longitude="100.578769" StarRating="4" HotelCode="141122|salil_hotel_sukhumvit__soi_thonglor_1" HotelName="Salil Hotel Sukhumvit Soi Thonglor 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" 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="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.732854" Longitude="100.564237" StarRating="3" HotelCode="188228|thee_bangkok_hotel" HotelName="Thee Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Sukumvit 20, Sainampeung, Klongtoei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/42/7a42680693550ac7eb1d66aece592d35f50b388c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70724535" Longitude="100.60125776" StarRating="3" HotelCode="337907|the_green_bells_onnut" HotelName="Qiu Hotel Sukhumvit" Meals="ROOM ONLY" 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="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75818561" Longitude="100.50801856" StarRating="3" HotelCode="493835|alameda_suites" HotelName="Alameda Suites Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>27/5 Kaoom Road, Pomprab, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/0f/f40ff4612d4b5ef39a052cb261d82e2e4dc7c4bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.745103306615" Longitude="100.55743176089" StarRating="4" HotelCode="522447|solitaire_bangkok" HotelName="Solitaire Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" 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="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75698007" Longitude="100.56437347" StarRating="2" HotelCode="618983|phobphanhostel" HotelName="Phobphanhostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>304/15 Soi Kiattichai Alley, Asoke-Dindaeng Road, Dindaeng District, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/f7/e2f7b64a62e453e2667e6dd21b2c69e2970b61c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75439367" Longitude="100.49719659" StarRating="3" HotelCode="777428|siri_heritage_bangkok_hotel" 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="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74196534" Longitude="100.52450019" StarRating="3" HotelCode="779486|house_of_papa_bangkok" 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="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.734437" Longitude="100.565398" StarRating="4" HotelCode="933167|hotel_mermaid_bangkok" HotelName="Mermaid Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.745699180713" Longitude="100.55585259236" StarRating="4" HotelCode="934260|citrus_sukhumvit_11" HotelName="Hotel Citrus Sukhumvit 11 by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Sukhumvit 11, Klongtoie-Nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/97/0497371f8110cfd607e67d178f41bb9074544edc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.48" OriginalAmount="71.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7181864" Longitude="100.500969" StarRating="2" HotelCode="|357973" HotelName="White Ivory Bed and Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>535,537 Soi Krungthonburi 6, Krungthonburi Rd., Bangrumbhoorang Klongsarn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/9/7/3/357973_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.51" OriginalAmount="71.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7470957" Longitude="100.570159" StarRating="5" HotelCode="|31019" HotelName="Grand Mercure Bangkok Atrium" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1880 New Petchburi Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/0/1/9/31019_3a90de70846.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is perfect for business and holiday stays, has attentive service and excellent service. SITUATION: This hotel New Petchburi Road it is in is situated in Bangkok the centre of Close to the business area and Sukhumvit Road the shopping centres of it is situated 24 kilometres away from Don Mueang Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.74" OriginalAmount="71.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.781042" Longitude="100.539653" StarRating="3" HotelCode="|103634" HotelName="Baannueng At Aree 5" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Soi Aree 5, Phaholyothin 5 Road, Samsen nai, Phayathai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/3/4/103634_7cc3f141036.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 10 minutes away from Ari the Railway Station of. ROOM: The apartments are equipped with a shower. FACILITIES: Guests are offered WiFi, in the communal areas, (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.74" OriginalAmount="71.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7319137" Longitude="100.5661972" StarRating="3" HotelCode="|403595" HotelName="O'shea's Sukhumvit Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>595/16,17,18,19 Sukhumvit33/1,Klongton Rue,Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/5/9/5/403595_0204f031002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.81" OriginalAmount="71.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.795479" Longitude="100.50682" StarRating="4" HotelCode="|172448" HotelName="Beyond Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>99 Charansanitwong RoadSoi 85, Bang Aeo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/4/4/8/172448_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.82" OriginalAmount="71.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7754211" Longitude="100.5726166" StarRating="4" HotelCode="|35468" HotelName="Emerald Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>RATCHADAPISEK RD,DIN DAENG 99/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/6/8/35468_c08f0241128.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has air-conditioning, rooms, a lobby with a reception, a safety deposit box service, a restaurant, room service, a laundry service and a car park. SITUATION: The hotel is in a commercial area, Rachadapisek Road it is in it is situated 15 kilometres away from Bangkok Airport. ROOM: Clients are offered standard rooms and suites, All the accommodation options have a bathroom with a shower or bath, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a mini-bar, a coffee maker, a kettle, a double or king-size bed, an individual air-conditioning system and a safety deposit box. FACILITIES: Outdoors, guests have access to a swimming pool. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.90" OriginalAmount="71.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.775615" Longitude="100.56455" StarRating="3" HotelCode="|554561" HotelName="Jace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5323 Pracha Songkhro</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/5/6/1/554561_38da15c1428.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.97" OriginalAmount="71.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.714216" Longitude="100.594192" StarRating="3" HotelCode="|522096" HotelName="Goose Living" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>3/6-7 Pridibanomyong 1 Sukhumvit 71</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/9/6/522096_d2ef4c31134.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.16" OriginalAmount="72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77306224867" Longitude="100.58194655638" StarRating="3" HotelCode="345385|52081" HotelName="All Together Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>509 Phacha U-Tid 13, Kwang Samsennok, Amphoe Huaykwang, Bangkok 13100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/49/c049a34a0c4b8dd9e867dd4414c6522467790fd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.16" OriginalAmount="72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73878181" Longitude="100.58067323" StarRating="3" 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="74.16" OriginalAmount="72.00" MarkupRule="3.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="63" TotalAmount="74.16" OriginalAmount="72.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.747810994147" Longitude="100.57026386261" StarRating="4" HotelCode="200871|amari_atrium_bangkok" HotelName="AVANI Atrium 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,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="94" TotalAmount="74.30" OriginalAmount="72.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7614803" Longitude="100.5044022" StarRating="3" HotelCode="|95447" HotelName="De Moc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Prajatipatai Road, Pra-Nakorn,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/4/4/7/95447_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Hotel Democ is rated three stars and it offers excellent service. SITUATION: This establishment is near el Monte de Oro, El Monumento a la Democracia and el Antiguo Palacio, 10 minutes away from the establishment, guests will find Khaosan Road, where you can find shops. ROOM: The establishment has 92 rooms with an air-conditioning system, a balcony, a satellite television, a fridge, a mini-bar and a hairdryer. FACILITIES: Guests are offered a swimming pool, a massage service, a restaurant and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.32" OriginalAmount="72.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.720143" Longitude="100.517435" StarRating="4" HotelCode="|172413" HotelName="The Grand Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88 Jaras Wieng Road, Silom, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/4/1/3/172413_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.41" OriginalAmount="72.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7353497" Longitude="100.5558397" StarRating="3" HotelCode="|39644" HotelName="La Petite Salil Sukhumvit 8" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOI SUKHUMVIT 8, SUKHUMVIT ROAD, KLONGTOEY 50,50/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/4/4/39644_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.49" OriginalAmount="72.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6682702" Longitude="100.6468645" StarRating="4" HotelCode="|82519" HotelName="Maple" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Srinakarin Rd., Bangna Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/5/1/9/82519_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 18 minutes away from Suvarnabhumi Airport 10 minutes away, guests can find Paradise Park and Central Bangna the shopping centres.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.50" OriginalAmount="72.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746471831777" Longitude="100.60860335827" StarRating="3" HotelCode="115838|137703" HotelName="The Patra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="74.58" OriginalAmount="72.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.732861" Longitude="100.564481" StarRating="3" HotelCode="|172944" HotelName="Thee Bangkok By Th District" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Sukumvit 20, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/4/4/172944_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.64" OriginalAmount="72.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.722092" Longitude="100.510224" StarRating="3" HotelCode="|404493" HotelName="Varmtel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 Charoennakorn 13, Klongtonsai, Klongsan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/4/9/3/404493_a1a47880945.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.70" OriginalAmount="72.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.758818" Longitude="100.495072" StarRating="4" HotelCode="|389846" HotelName="Villa de Khaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>20 Chakrapong Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/8/4/6/389846_7036e761144.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.72" OriginalAmount="72.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71513" Longitude="100.502573" StarRating="3" HotelCode="|103626" HotelName="Focal Local Bed and Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>289 Soi Charoennakorn 28, Banglumphu Lang , Klongsarn, Bangkok, 10600</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/2/6/103626_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Thonburi it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.73" OriginalAmount="72.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7257809" Longitude="100.5360053" StarRating="3" HotelCode="|104781" HotelName="Mirth Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60/1-5, Soi Sathorn 4, Kwang Silom, Khet Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/8/1/104781_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Bangkok the centre of it is situated 5 minutes walk away from Saladaeng the Station of. ROOM: Customers can find comfortable rooms with WiFi, (free of charge), a flat-screen television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.85" OriginalAmount="72.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721305" Longitude="100.515592" StarRating="3" HotelCode="|33234" HotelName="Bossotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>55/8-14 SOI CHAROENKRUNG 42/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/3/4/33234_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet, elegant hotel, has attentive service and 81 rooms. This air-conditioned establishment has a lobby, shops, a restaurant and WiFi. SITUATION: It is located close to the shopping centres, is near a metro station, has good links to Sukhumvit the airport, near the establishment, you will find the business area. ROOM: The rooms have an air-conditioning system, a bathroom, hot water, cold water, a bath, a hairdryer, a coffee maker, a kettle, a satellite or cable television, a stereo, a mini-bar and a direct line telephone. standard rooms and suites and have internet. FACILITIES: Outdoors, clients have access to a swimming pool, a sauna and beauty treatments. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.92" OriginalAmount="72.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74734" Longitude="100.5035" StarRating="3" HotelCode="|591564" HotelName="Lub d Bangkok Chinatown - Steps from Sam Yod MRT Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>7777 Maha Chai Rd, Wangburapapirom, Pranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/1/5/6/4/591564_c5e50d32033.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.94" OriginalAmount="72.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.724849" Longitude="100.519168" StarRating="3" HotelCode="|416651" HotelName="Aspira Gems Center Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Mahaesak Road, Suriya Wong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/6/5/1/416651_1018f6b1004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.97" OriginalAmount="72.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.81798" Longitude="100.56941" StarRating="0" HotelCode="|224569" HotelName="Apartelle Jatujak" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69 Soi Ladprao 1 Chomphol Chatujak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/5/6/9/224569_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.19" OriginalAmount="73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742386557633" Longitude="100.55762529373" StarRating="3" HotelCode="337402|16673" HotelName="Ambassador 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,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="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.672926013781" Longitude="100.64699918032" StarRating="4" HotelCode="15220|novotel_bangkok_bangna" HotelName="Novotel Bangkok Bangna" 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,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="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723134406292" Longitude="100.5184672589" StarRating="4" HotelCode="165065|novotel_bangkok_fenix_silom" HotelName="Novotel Bangkok Silom Road Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" 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="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.767617991379" Longitude="100.50433929555" StarRating="3" HotelCode="102457|phranakorn_nornlen_" HotelName="Phranakorn Nornlen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73008804" Longitude="100.56992533" StarRating="2" HotelCode="328005|24_inn" HotelName="24 Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>670-672, Corner Of Sukhumvit 24 Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d1/84d182d06a4df5acf9b09a6130df73d71fea6859.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74125804992" Longitude="100.55276072328" StarRating="3" HotelCode="293442|nana_hotel_3" HotelName="Nana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" 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="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719009" Longitude="100.521053" StarRating="4" HotelCode="309802|the_grand_sathorn" HotelName="The Grand Sathorn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.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 14/07/2026">
        <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="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73192659" Longitude="100.56828183" StarRating="3" HotelCode="584079|my_hotel_herrity" HotelName="My Hotel Herrity" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>595/16,17,18,19 Sukhumvit 33/1, Klongton Ru, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/5d/ab5dc56aaf24d1db09976db4c44ff9d440750f17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.23" OriginalAmount="73.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.82513" Longitude="100.56711" StarRating="3" HotelCode="|238751" HotelName="The Plimplace 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>3336 Phaholyothin Rd. Chomphon Chatuchak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/7/5/1/238751_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.30" OriginalAmount="73.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7361719" Longitude="100.5618079" StarRating="3" HotelCode="|104803" HotelName="Sukhumvit Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>403-403/1, 407-407/1 Sukhumvit Road, Klongtoeynuea, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/0/3/104803_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Sukhumvit Soi 21 and 23 it is located between it is situated next to BTS Asoke the railway station opposite the establishment, you can find Terminal 21 the shopping centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.31" OriginalAmount="73.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7618535" Longitude="100.4930421" StarRating="3" HotelCode="|358812" HotelName="New Siam Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Thanon Phra Athit 21, Khwaeng Chana Songkhram, Khet Phra Nakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/8/1/2/358812_5bdf4011103.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.47" OriginalAmount="73.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7277278" Longitude="100.570051" StarRating="3" HotelCode="|36678" HotelName="St James" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT 26 ,KLONGTON, KLONGTOEY 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/7/8/36678_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2006, has 77 rooms and a garden. This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, conference facilities, WiFi, room service, a laundry service and a car park. SITUATION: It is inSukhumvit Road the business district 5 minutes away from the establishment guests have the city centre, the commercial area and the railway station. It is situated 30 kilometres away fromDon Mueang Airport it is 40 kilometres away from Suvarnabhumi Airport. ROOM: The luxurious rooms, bright, have a writing desk, a sofa, a flat-screen television, a DVD player, a kettle, a coffee maker, WiFi, a bathroom with a bath, a hairdryer, a direct line telephone, a radio, a mini-bar, a double or king-size bed and an individual air-conditioning system. FACILITIES: Outdoors, clients have access to a swimming pool, The establishment also offers stores, a meal service and cinema. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast. PAYMENT METHODS: The establishment accepts credit cards.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.51" OriginalAmount="73.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7318055" Longitude="100.5221677" StarRating="4" HotelCode="|131304" HotelName="Isanook Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>118, Soi Songphra Siphraya Road Kwang Maha Pruttaram, Khet Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/3/0/4/131304_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 10-minute walk away from MRT de Samyan Train Station, about 15 minutes away (by car) from the pier of Si Phraya and 20 minutes away from the shopping centre Siam Paragon. Around 2 kilometres away you can find the Chinatown District and the Patpong districts. ROOM: The rooms have a balcony, an air-conditioning system, a television, a safety deposit box, a bathroom with toiletries and a hairdryer. RESTAURANT: The establishment offers breakfast service. Also available to clients a restaurant with regional cuisine and Occidental cuisine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.65" OriginalAmount="73.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8834683" Longitude="100.5657149" StarRating="4" HotelCode="|103408" HotelName="Centara Life Government Complex  and Convention Centre Chaeng Watthana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Moo 3 Chaeng Watthana Convention Centre Building</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/0/8/103408_17394110919.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 10 minutes away from Laksi the Railway Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.76" OriginalAmount="73.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725269" Longitude="100.533228" StarRating="3" HotelCode="|439776" HotelName="Artino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi Phiphat 2, Bangkok, 10500</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/7/7/6/439776_ccb304a1748.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.86" OriginalAmount="73.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7207775" Longitude="100.5658535" StarRating="4" HotelCode="|27873" HotelName="The Davis Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SUKHHUMVIT 24, KLONGTEOY 88</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/7/3/27873_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, with air-conditioning, has 174 rooms, a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment has a kiosk, a shop, a hairdresser's, a cafÃ©, a dining room, a bar, a restaurant with air-conditioning, with highchairs, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. Outdoors, guests have access to a playground, The establishment also has a car park. SITUATION: Is situated inBangkok the heart of it is close to shops, is situated 23 kilometres away from the airport. ROOM: The comfortable rooms, have fitted carpets, a bathroom, a sitting area, a double or king-size bed, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a stereo, a fridge, a mini-bar and a safety deposit box (available for a fee), They also have internet, a kettle, a coffee maker, an individual air-conditioning system and a balcony or terrace. FACILITIES: Outdoors, guests have access to a swimming pool, The establishment has a jacuzzi, a sauna and a gym. MEALS: Guests are offered all meals in a buffet format and Ã  la carte and menu lunch. Guests can book half-board or full-board. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.93" OriginalAmount="73.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7353003" Longitude="100.5690494" StarRating="2" HotelCode="|103585" HotelName="Nandha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14/11-15 Sukhumvit 33 Klongton-nue, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/8/5/103585_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The establishment is in a quiet area of Sukhumvit Soi 33. It is situated 10 minutes walk away from the railway station BTS /Prom Phong. ROOM: It has spacious rooms with an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.94" OriginalAmount="73.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754027" Longitude="100.53533" StarRating="0" HotelCode="|467136" HotelName="Pure Eleven Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Soi Phetchaburi 11,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/1/3/6/467136_c11cd0f1609.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.04" OriginalAmount="73.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.9427258" Longitude="100.5439426" StarRating="3" HotelCode="|104830" HotelName="13 Coins Hotel Tiwanon (Impact Arena)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99/9 Moo 3 Banmai Road, Bakret</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/3/0/104830_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Bangkok the business district Muang Thong Thane it is 5 minutes away from close to the establishment, clients can find the shopping centres and the leisure area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.20" OriginalAmount="73.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7449505" Longitude="100.5573474" StarRating="4" HotelCode="|220796" HotelName="Travelodge Sukhumvit 11" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>30/9-10 Soi Sukhumvit 11, Khwaeng Klongtoey-Nua, Khet Wattana, Bangkok, Bangkok 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/9/6/220796_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.22" OriginalAmount="74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743896" Longitude="100.556949" StarRating="3" HotelCode="97644|48201" HotelName="Citadines Sukhumvit 11 Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 19/07/2026" 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="27" TotalAmount="76.22" OriginalAmount="74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743967" Longitude="100.585811" StarRating="5" HotelCode="446707|202897" HotelName="Metropole Bangkok, The Crest Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2802 Thonglor, New Petchaburi Road, Bangkapi, Huaykwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/08/32/0832eacb1c9b7d6c044b4cdd5031db91357c8824.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a bar and room service, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737991" Longitude="100.563899" StarRating="3" HotelCode="186275|two_three_mansion" HotelName="Two Three A Homely Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.883412" Longitude="100.565411" StarRating="3" HotelCode="933174|centra_government_complex_hotel__convention_centre" HotelName="Centra Government Complex Hotel and Convention Centre Chaeng Watthana" 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>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="94" TotalAmount="76.24" OriginalAmount="74.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7414912" Longitude="100.5112292" StarRating="3" HotelCode="|405199" HotelName="ASAI BANGKOK CHINATOWN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>531 Charoen Krung Rd, Bangkok 10100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/1/9/9/405199_000e0f70844.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.40" OriginalAmount="74.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7071816" Longitude="100.6011495" StarRating="4" HotelCode="|103586" HotelName="Qiu  Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Sukhumvit 79 (Niyom) Phrakhanong Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/8/6/103586_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is a 3-minute walk away from BTS Skytrain the train station. ROOM: Customers have large rooms with satellite television. FACILITIES: The establishment has a swimming pool and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.47" OriginalAmount="74.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754121" Longitude="100.504035" StarRating="3" HotelCode="|66958" HotelName="13 Coins Tower Tiwanon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9/99 MOO 3 BANMAI PAKKRET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/9/5/8/66958_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a reception, a restaurant, a bar, a conference room, internet, a luggage room and a car park. SITUATION: Is situated inTiwanon Street the business district this hotel Nonthaburi it is in It is situated 15 kilometres away fromMuang Airport the establishment is 20 kilometres away from the city centre. ROOM: The rooms a bathroom, a television, a direct line telephone, an air-conditioning system and heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.61" OriginalAmount="74.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.788466" Longitude="100.479759" StarRating="3" HotelCode="|553340" HotelName="Shewin de Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>295 Soi Sirinthorn 7, Khwaeng Bang Bumru</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/3/4/0/553340_59756441337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="77.05" OriginalAmount="74.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.80494645" Longitude="100.56457809" StarRating="4" HotelCode="620868|689070" HotelName="V20 boutique hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <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="94" TotalAmount="77.22" OriginalAmount="74.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7360698" Longitude="100.5785438" StarRating="3" HotelCode="|358322" HotelName="La49" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>22/2 Soi Paompak, Klongtan Nuea, Wattana, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/3/2/2/358322_821c7b11126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.25" OriginalAmount="75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76982682" Longitude="100.62186711" StarRating="3" HotelCode="562126|174393" HotelName="Yotaka Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>246/7 Soi Latprao 122, Wangthonglang, Bang Kapi, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/8e/95/8e956971debb2521190dd8dd208ef267719637a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.25" OriginalAmount="75.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.779008" Longitude="100.52265" StarRating="4" HotelCode="|446215" HotelName="YANH RATCHAWAT" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1376/1 Nakhon Chaisi Rd., Nakhon Chaisi, Dusit, Bangkok, Bangkok, 10300</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/1/5/446215_d72ed680755.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.25" OriginalAmount="75.00" MarkupRule="3.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 10/07/2026" 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="77.25" OriginalAmount="75.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737643612183" Longitude="100.51531252861" StarRating="4" HotelCode="187109|centra_central_station_bangkok" HotelName="Prime Hotel Central Station Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23/34-35 Trimitr Road Taladnoi, Sampanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/ba/e6ba8e4a529fd3f443194c8c2fc21223f123282e.jpeg</HotelPictures>
        <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="63" TotalAmount="77.25" OriginalAmount="75.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746779" Longitude="100.528683" StarRating="3" HotelCode="189379|lub_d_bangkok__siam_square" HotelName="Lub d Bangkok Siam Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>925/9 Rama 1 Road, Wangmai, Pathum Wan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/fe/a5fe30bfe224475e02659450c6ef46f8d6efaa15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.25" OriginalAmount="75.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73542402" Longitude="100.56846292" StarRating="2" HotelCode="337922|at_home_place" 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="63" TotalAmount="77.25" OriginalAmount="75.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8172811" Longitude="100.56557339" StarRating="3" HotelCode="738669|apartelle_jatujak_hotel" 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="94" TotalAmount="77.34" OriginalAmount="75.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.730318" Longitude="100.532859" StarRating="3" HotelCode="|155511" HotelName="The Raya Surawong Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24-30 SURAWONG ROAD, SIPHRAYA, BANGRAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/5/1/1/155511_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This urban hotel is in the city centre, is situated in Surawongse the area Close to the shopping area, the nightlife and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.39" OriginalAmount="75.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.752945" Longitude="100.536747" StarRating="3" HotelCode="|407403" HotelName="Siam Best" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Soi Petchaburi 15 Phayathai Road Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/4/0/3/407403_85cafe41205.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.50" OriginalAmount="75.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.707394" Longitude="100.701322" StarRating="0" HotelCode="|446435" HotelName="Elegant Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>121/1 Kanchanaphisek Road, Prawet Deistrict, Bangkok 10250</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/3/5/446435_ab773ba0815.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="77.53" OriginalAmount="75.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71827363" Longitude="100.51547139" StarRating="3" HotelCode="438840|690245" HotelName="The Myth Sud Sathorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="94" TotalAmount="77.56" OriginalAmount="75.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7604713" Longitude="100.5060222" StarRating="0" HotelCode="|234922" HotelName="Nanda Heritage" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>632 Wisut Kasat Road Pranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/9/2/2/234922_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.60" OriginalAmount="75.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7159" Longitude="100.5067" StarRating="4" HotelCode="|446419" HotelName="Away Bangkok Riverside Kene" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, Soi Charoen Nakhon 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/1/9/446419_2ede78d1150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="78.28" OriginalAmount="76.0" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75139991" Longitude="100.55727539" StarRating="4" HotelCode="526698|TH000186" HotelName="Mercure Bangkok Makkasan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="78.28" OriginalAmount="76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739219" Longitude="100.564416" StarRating="4" HotelCode="97712|30073" HotelName="Admiral Premier Sukhumvit by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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="27" TotalAmount="78.28" OriginalAmount="76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740058" Longitude="100.561616" StarRating="4" HotelCode="75137|17262" HotelName="FuramaXclusive Asoke" 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,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="27" TotalAmount="78.28" OriginalAmount="76" MarkupRule="3.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 17/07/2026" 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="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.720979390732" Longitude="100.5659455061" StarRating="4" HotelCode="33840|the_davis_bangkok_hotel_2" HotelName="Davis Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" 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="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>403-403/1 407-407/1 Sukhumvit Road, Klongtoeynuea, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/f7/eef705e238691374e239fa4554e60c45d42f7555.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.760169" Longitude="100.498277" StarRating="3" HotelCode="317387|dewan_bangkok" HotelName="Dewan Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/07/2026" 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="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76034646" Longitude="100.50248389" StarRating="3" HotelCode="586463|lamphu_tree_house_boutique_hotel" HotelName="Lamphu Tree House Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>155 Prachatipatai Road, Closest Crossing Phra Sumen Road, Wan Chat Bridge, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/06/7706e9dedf6602f7789059ab4f23275d2a0f41a5.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="94" TotalAmount="78.58" OriginalAmount="76.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76676" Longitude="100.64652" StarRating="0" HotelCode="|243211" HotelName="The Pantip Ladprao Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3191 Ladprao 127, Klongchan Bangkapi Klongchan, Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/2/1/1/243211_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.71" OriginalAmount="76.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.756196" Longitude="100.542982" StarRating="3" HotelCode="|416518" HotelName="Ordinary Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Soi Ratchataphan Makkasan Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/5/1/8/416518_c46c59a0552.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.74" OriginalAmount="76.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7240001" Longitude="100.5308617" StarRating="4" HotelCode="|38295" HotelName="Furamaxclusive Sathorn, Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>59 Silom Soi 3 (Piphat 2), Silom Road Silom,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/9/5/38295_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 12 floors, This air-conditioned establishment has 103 rooms, a lobby with a reception, a safety deposit box service, a lift, a bar, a restaurant, a car park, room service and a laundry service. SITUATION: Is situated in the commercial area, is near Sathorn the road of nearby, you will find the railway station, is situated 30 kilometres away from Don Mueang Airport it is situated 45 kilometres away from Suvarnabhumi Airport. ROOM: superior, deluxe and corner rooms, and junior suites and one or two bedrooms suites, The rooms a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, a coffee maker, a kettle, a safety deposit box and an individual air-conditioning system. Some rooms have a balcony. FACILITIES: Outdoors, clients have access to a swimming pool, a terrace, deck chairs and parasols. The establishment also has an outdoor bar. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.82" OriginalAmount="76.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75417" Longitude="100.53788" StarRating="3" HotelCode="|401773" HotelName="Spenza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>88 Soi Phetchaburi 15, Phetchaburi Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/7/7/3/401773_5c755161016.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.85" OriginalAmount="76.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73516" Longitude="100.56071" StarRating="3" HotelCode="|407060" HotelName="China Cozy Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>8/25-28 Khong Toey, Klong Toei, Bangkok, Bangkok, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/0/6/0/407060_aa0805b1418.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.03" OriginalAmount="76.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7320207" Longitude="100.5648846" StarRating="4" HotelCode="|104750" HotelName="Arawana Regency Park Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>12/3 Soi Sainamthip Sukhumvit 22 Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/5/0/104750_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is a 10-minute walk away from Phrom Phong the skytrain station of Emporium the shopping centre. ROOM: Each room has an air-conditioning system and cable television. FACILITIES: The hotel has a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.06" OriginalAmount="76.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.859842" Longitude="100.571242" StarRating="4" HotelCode="316896|60714" HotelName="The Rama Gardens" Meals="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="Free CXL until 15/07/2026" 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>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.17" OriginalAmount="76.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.817414" Longitude="100.645259" StarRating="3" HotelCode="|172826" HotelName="Oun Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>364 Soi Yothinpattana 3, Yothinpattana Road, Klongjun , Bangkrapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/8/2/6/172826_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.17" OriginalAmount="76.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754186" Longitude="100.537676" StarRating="3" HotelCode="|406841" HotelName="First Pride" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>98 Soi Petchburi 15 Petchburi Road Thanonphyathai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/8/4/1/406841_26924031158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.23" OriginalAmount="76.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.777232" Longitude="100.575352" StarRating="2" HotelCode="|391217" HotelName="Oyo 137 Kitzio House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Pracha Rat Bamphen 6 Alley, Lane 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/2/1/7/391217_282b1ae1028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.24" OriginalAmount="76.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.762503" Longitude="100.564896" StarRating="4" HotelCode="|450658" HotelName="Best Western Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>322/433 Ratchadaphisek 3, Din Daeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/5/8/450658_88ef23a1424.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.31" OriginalAmount="77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729403" Longitude="100.53032" StarRating="4" HotelCode="33032|10743" HotelName="Siam Heritage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>115/1 Surawong Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/d9/b1d93e8356a95ca0a99163dd6243ee3342f90af1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly positioned on Surawong Road in the heart of Bangkok. It is within walking-dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.31" OriginalAmount="77" MarkupRule="3.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="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75445439" Longitude="100.53140824" StarRating="2" HotelCode="585426|diff_hostel" HotelName="Diff Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73109381" Longitude="100.5702464" StarRating="3" HotelCode="599721|adagio_bangkok" 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="94" TotalAmount="79.51" OriginalAmount="77.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.716535" Longitude="100.583931" StarRating="0" HotelCode="|439777" HotelName="42 Grand Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Sukhumvit 42 Alley, Bangkok, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/7/7/7/439777_cd75b311749.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.70" OriginalAmount="77.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.775984" Longitude="100.48042" StarRating="3" HotelCode="|172617" HotelName="Sd Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Borommarat Chachonnani Road Bamru Bang, Bang Phlat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/1/7/172617_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.75" OriginalAmount="77.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7481472" Longitude="100.5981486" StarRating="4" HotelCode="|103598" HotelName="Royal Suite  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>135/6 Soi Soonvijai 14, New Petchburi-Rama 9 Rd., Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/9/8/103598_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is 5 minutes drive away from Ramkhamhang Airport Link the train station. HOTEL: The establishment offers guests a covered swimming pool rooms with WiFi, (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.75" OriginalAmount="77.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7424532" Longitude="100.5576958" StarRating="4" HotelCode="|35453" HotelName="Ambassador Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>171 Sukhumvit Soi 11, Sukhumvit Road, Klongtoey Nua</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/5/3/35453_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is perfect for business and holiday stays, has meeting facilities and dining facilities. SITUATION: This smart hotel is in Sukhumvit Street. Is situated in the commercial area, close to the Reina Sirikit Convention Centre, Benjasiri Park and the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.75" OriginalAmount="77.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746169" Longitude="100.603743" StarRating="5" HotelCode="|186595" HotelName="Al Meroz Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Soi Ramkhamhaeng Road 5, Ramkhamhaeng Road, Suan Luang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/5/9/5/186595_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.79" OriginalAmount="77.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763208" Longitude="100.538692" StarRating="3" HotelCode="|401772" HotelName="Fyn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>17/1 Soi Ratchawithi 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/7/7/2/401772_bcbd90a1036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.85" OriginalAmount="77.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721208689142" Longitude="100.5155441165" StarRating="3" HotelCode="64935|75323" HotelName="Bossotel Inn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/07/2026" 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="94" TotalAmount="80.25" OriginalAmount="77.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7240592" Longitude="100.5483408" StarRating="3" HotelCode="|54033" HotelName="Pinnacle Lumpinee Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 SOI NGAM DUPHIL, RAMA 4 ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/3/3/54033_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a safety deposit box service, a hairdresser's and a restaurant. The establishment also offers room service, a laundry service, a medical care service and a car park. SITUATION: This welcoming hotel is in an excellent location. Nearby, you will find Lumpini Train Station. Clients can also find a park, the stadium and the bazaar. ROOM: The comfortable rooms have an air-conditioning system, a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar and a safe. FACILITIES: The establishment has a swimming pool, a terrace, deck chairs and parasols. The establishment also offers a jacuzzi, a sauna and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.734979953996" Longitude="100.55600090533" StarRating="3" HotelCode="310388|royal_asia_lodge_hotel_bangkok" HotelName="Royal Asia Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>91 Soi 8 Off Sukhumvit Road, Khlongtoei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/f3/62f3781a53c66b3d7e6ad25c90e7aa902cf8a2d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a restaurant and a bar. Wireless internet access in pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7595722" Longitude="100.54042006" StarRating="3" HotelCode="360634|bizotel_bangkok" HotelName="Bizotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/07/2026" 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="80.34" OriginalAmount="78.00" MarkupRule="3.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="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74350303" Longitude="100.55534524" StarRating="4" HotelCode="629834|residence_187_by_ariva" HotelName="Residence 187" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Soi Sukhumvit 7, Khlong Toei Nuea, Watthana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ac/11/ac1127f9fe5efda3ebdaf80436840e899729c182.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72413074" Longitude="100.53087011" StarRating="3" HotelCode="933612|holiday_inn_express_bangkok_sathorn" HotelName="Holiday Inn Express Bangkok Sathorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="8" TotalAmount="80.38" OriginalAmount="78.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72602537" Longitude="100.56194897" StarRating="3" HotelCode="496484|677484" HotelName="Like Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 15/07/2026" 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="94" TotalAmount="80.42" OriginalAmount="78.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75171" Longitude="100.50198" StarRating="0" HotelCode="|590184" HotelName="Double B Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>35 Thanon Bamrung Mueang rd. Saochingcha, Phranakorn, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/0/1/8/4/590184_7a7a0882014.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.76" OriginalAmount="78.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.714748" Longitude="100.410526" StarRating="0" HotelCode="|538923" HotelName="Icare Residence and" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55/5 Petchkasem Rd. Soi 80</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/9/2/3/538923_5f9b7371035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.88" OriginalAmount="78.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7551843" Longitude="100.4965709" StarRating="3" HotelCode="|439811" HotelName="Siri Heritage Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Trok Siri Ammat, Boonsiri Road San Chao Pho Sua, Bangkok, Bangkok 10200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/8/1/1/439811_df549c91159.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.92" OriginalAmount="78.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76581" Longitude="100.49686" StarRating="3" HotelCode="|405645" HotelName="Red Door" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>43 3 Soi Samsen 3 Khwaeng Wat Sam Phraya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/6/4/5/405645_4354b2e1143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.23" OriginalAmount="78.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740021" Longitude="100.551919" StarRating="4" HotelCode="|217413" HotelName="Surestay Plus By Best Western Sukhumvit 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 Sukhumvit Road, Soi 2, Klong Toey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/4/1/3/217413_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.26" OriginalAmount="78.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73616" Longitude="100.56202" StarRating="3" HotelCode="|439822" HotelName="The Quartier Hotel Phromphong - Thonglor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>413 Soi Sukhumvit 49, Khlong Tan Nuea, Bangkok, Bangkok, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/8/2/2/439822_0c67f821036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.43" OriginalAmount="79.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763054499049" Longitude="100.62436670065" StarRating="3" HotelCode="75194|677596" HotelName="Aunchaleena 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,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>453 Ramkhamheang 65, Ladprao, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/ef/d2ef10093d490bf5a1e51d1642f6fca07a32dba7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically positioned in the famous business district of Ladprao in Bangkok. This ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.50" OriginalAmount="79.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.727389" Longitude="100.531667" StarRating="3" HotelCode="|439794" HotelName="Ibis Styles Bangkok Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>289 Silom Road Silom, Bangrak District, Bangkok, 10500</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/7/9/4/439794_efaccdc1059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.73" OriginalAmount="79.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.686728" Longitude="100.645891" StarRating="3" HotelCode="|44217" HotelName="The Ninth Place Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CHALOEISUK, SRINAKARIN RD, NONGBON , PRAVET 98/99</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/2/1/7/44217_e42a4181116.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant apartment complex rooms and has 114 studios and one or two bedroom apartments, The establishment has air-conditioning, 7 floors, a lobby, a reception, a lift, a cafÃ©, a restaurant, conference facilities and WiFi (for a fee), There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This airport hotel, Samitivej Sukhumvit Hospital it is close to close to the establishment, clients can find the railway station, Sukhumvit Road it is in Pattaya it has good links to the establishment is 2 kilometres away from shops, the tourist attractions, is situated 25 kilometres away from Suvarnabhumi Airport it is situated 35 kilometres away from Don Mueang Airport. ROOM: All the rooms have a bathroom with a bath or shower, a hairdryer, a kitchen with fridge, a microwave, a coffee maker, a kettle and table. They also have LCD satellite and cable television, internet, a safe, an iron, a double bed, individual air-conditioning and a balcony or terrace. FACILITIES: Outdoors, clients can enjoy a swimming pool, The establishment boasts a gym, a sauna and a massage service. it is located 5 minutes away from Muang Kaew the golf course of. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a continental buffet breakfast, Ã  la carte or set-menu lunch and a set-menu dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.75" OriginalAmount="79.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.760156" Longitude="100.497464" StarRating="4" HotelCode="|450608" HotelName="Tinidee Trendy Bangkok Khaosan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Soi Ram Buttri, Khwaeng Talat Yot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/0/8/450608_526bb561254.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.86" OriginalAmount="79.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70446" Longitude="100.51643" StarRating="0" HotelCode="|47189" HotelName="212 Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOI CHAROENRAT 8, THOONG WAT DON , SATHORN 116/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/8/9/47189_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant aparthotel rooms, was built in 2007, has air-conditioning, 18 rooms, a lobby, a safety deposit box service, a currency exchange service, a lift, a kiosk, a television room, a breakfast room, WiFi, a laundry service (for a fee) and a car park. SITUATION: It is inBangkok a residential area of Sathorn Road it is close to near the establishment, guests will find the business area, is situated 36 kilometres away from Bangkok Airport it is situated 39 kilometres away from Don Mueang Airport. ROOM: The rooms have a bathroom with a shower, a balcony, a hairdryer, a double bed, a direct line telephone, satellite or cable TV, a radio, a stereo, internet, a kitchen with fridge, a microwave, a washing machine, an iron, individual air-conditioning and a safety deposit box. FACILITIES: Guests can enjoy shows, a swimming pool, a spa, a gym, a hydromassage bath, a massage service and play ping-pong. PAYMENT METHODS: Customers can pay using JCB, Mastercard, Visa and bank transfer. OTHERS: Regarding the food and beverage provision, the establishment offers a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.05" OriginalAmount="79.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7393315" Longitude="100.5665001" StarRating="3" HotelCode="|103661" HotelName="August Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>43/9-11 Soi Sukhumvit 31 (Sawasdee) Sukhumvit Road Klongton-nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/6/1/103661_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant and a massage service. SITUATION: This establishment, is in Sukhumvit the street 10 minutes away from the establishment, you can find Prompong the Railway Station of. ROOM: All the rooms have cable television and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.22" OriginalAmount="79.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.762006" Longitude="100.501504" StarRating="4" HotelCode="|449437" HotelName="Lilit Bang Lumphu " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55/8 Trok Soi Baanphanthom, Phrasumeru Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/4/3/7/449437_52f27600746.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.38" OriginalAmount="79.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.779729" Longitude="100.486812" StarRating="4" HotelCode="|440432" HotelName="Cana Boutique " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>141 Soi Charan Sanitwong 57/2, Bangphlat, Bangkok, Bangkok, 10700</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/4/3/2/440432_01d2ebd1241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.40" OriginalAmount="80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.733163164021" Longitude="100.52731096745" StarRating="4" HotelCode="14526|3535" HotelName="Mandarin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>662 Rama IV Road, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/e0/c6e0a6e3ee88d9bd06b3fece20c8a7c78a5fc9f5.jpeg</HotelPictures>
        <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="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726341788087" Longitude="100.53122967482" StarRating="3" HotelCode="21435|silom_serene_a_boutique_hotel" HotelName="Silom Serene Boutique" 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,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="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746478047451" Longitude="100.55173970364" StarRating="4" HotelCode="187110|aspira_skyy_sukhumvit_1" HotelName="Aspira Skyy Sukhumvit 1" 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,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="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.769844" Longitude="100.538686" StarRating="4" HotelCode="114166|abloom_exclusive_serviced_apartment" HotelName="Abloom Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73716" Longitude="100.552" StarRating="3" HotelCode="571173|surestay_plus_by_best_western_sukhumvit_2" HotelName="SureStay Plus Hotel by Best Western Sukhumvit 2" Meals="ROOM ONLY" 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="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72215449" Longitude="100.510143" StarRating="3" HotelCode="635915|varmtel" HotelName="Varmtel Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 Soi Charoennakorn 13, Charoannakorn Road, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/14/8f1495a732cb7f2abe8bdb3be8311b28da369356.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75665522" Longitude="100.5338253" StarRating="2" HotelCode="853605|sukhon_hotel" HotelName="Sukhon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="82.48" OriginalAmount="80.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728082" Longitude="100.534182" StarRating="3" HotelCode="|172872" HotelName="Silom One" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>281/15 Silom Road, Silom, Bangrak , Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/8/7/2/172872_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.58" OriginalAmount="80.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.745736" Longitude="100.555626" StarRating="4" HotelCode="|154955" HotelName="Citrus Sukhumvit 11 Bangkok By Compass Hospitality" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Sukhumvit 11 Klongtoie-Nue Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/9/5/5/154955_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays. SITUATION: This establishment, is in Sukhumvit Road the area It has excellent transport links to taxis, the bus, the nightlife and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.83" OriginalAmount="80.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74794" Longitude="100.58459" StarRating="4" HotelCode="|270731" HotelName="Holiday Inn Express Bangkok Soi Soonvijai, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Soi Soonvijai, New Petchburi Road Huaywang, Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/7/3/1/270731_1_1007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.85" OriginalAmount="80.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754619" Longitude="100.5359378" StarRating="0" HotelCode="|242953" HotelName="Cubic Bed Pratunam -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21/1 Soi Somprasong 2 Phethburi 13, Rachthewee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/9/5/3/242953_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.98" OriginalAmount="80.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7392868" Longitude="100.564208" StarRating="4" HotelCode="|104836" HotelName="Admiral Premier Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>138 Soi 23 Sukhumvit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/3/6/104836_1.jpg</HotelPictures>
        <HotelDescription>FACILITIES: This establishment has a swimming pool on the roof terrace and a gym. Guests are offered a transfer service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.03" OriginalAmount="80.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.731398" Longitude="100.563791" StarRating="1" HotelCode="|439336" HotelName="Rembrandt Residences Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Sukhumvit 20 Alley Sukhumvit Road, Klong Toei, Khlong Toei, 10110 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/3/3/6/439336_6f6ad2a1715.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.16" OriginalAmount="80.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7382975" Longitude="100.5531951" StarRating="3" HotelCode="|103702" HotelName="The Dawin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>35/1-2 Sukhumvit Road, Soi Nanatai (4)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/7/0/2/103702_1_8580.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 5 minutes away from Nana the Station of it is in Sukhumvit the street.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.16" OriginalAmount="80.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7624537" Longitude="100.4998912" StarRating="4" HotelCode="|172992" HotelName="Chillax Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>274 Samsen Soi 2, Phra Nakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/9/2/172992_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.28" OriginalAmount="80.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.745374" Longitude="100.5574449" StarRating="4" HotelCode="|55483" HotelName="Solitaire Bangkok Sukhumvit 11" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>75/23 Soi Sukhumvit 13 Sukhumvit Road, Klongtoey-Nua Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/3/55483_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 13 floors, The establishment has an Ã  la carte restaurant, a library and a lounge bar. Guests can enjoy Ananda the spa a swimming pool, a gym with features that offer you the maximum level of comfort and conference rooms. The hotel has 134 exclusive rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.32" OriginalAmount="80.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7188" Longitude="100.51736" StarRating="4" HotelCode="|466421" HotelName="Asai Bangkok Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>195 North Sathorn Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/4/2/1/466421_6f69a900811.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.43" OriginalAmount="81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.775589" Longitude="100.572575" StarRating="4" HotelCode="65091|48411" HotelName="Emerald" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99/1 Ratchadapisek Road, Din Daeng, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/78/0a78006cf00ba67454c9261c5e7a24956c437e0d.jpeg</HotelPictures>
        <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="27" TotalAmount="83.43" OriginalAmount="81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77404947507" Longitude="100.57399749756" StarRating="4" HotelCode="8975|9417" HotelName="Bangkok Cha-Da" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>188 Ratchadaphisek Road, Huaykwang, 10320 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/de/43de4fa13e25cae32901c005c7ed4cee4b9f9467.JPEG</HotelPictures>
        <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="83.43" OriginalAmount="81.00" MarkupRule="3.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="Non Refundable" 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="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7632012" Longitude="100.53869097" StarRating="3" HotelCode="521970|fyn_hotel" HotelName="Fyn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/07/2026" 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="63" TotalAmount="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72234928" Longitude="100.5767596" StarRating="3" HotelCode="584195|iron_hotel_3" 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="94" TotalAmount="83.50" OriginalAmount="81.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72239" Longitude="100.57675" StarRating="0" HotelCode="|244720" HotelName="Ir-on" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10/10 Sukhumvit 36, Klongton, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/7/2/0/244720_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.53" OriginalAmount="81.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7434801" Longitude="100.5555623" StarRating="4" HotelCode="|403058" HotelName="Dazzle Sukhumvit 7" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Sukhumvit, Bangkok, Th, Bangkok, Thailand, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/0/5/8/403058_6b4e0310319.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.65" OriginalAmount="81.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7638" Longitude="100.499" StarRating="0" HotelCode="|391212" HotelName="Oyo 730 Meedee" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>64 Samsen Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/2/1/2/391212_26a5d961026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.67" OriginalAmount="81.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.773773" Longitude="100.541049" StarRating="4" HotelCode="|66643" HotelName="Abloom Exclusive Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>PHAHONYOTHIN ROAD SOI3, PHAYATHAI 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/4/3/66643_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.74" OriginalAmount="81.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728157" Longitude="100.578201" StarRating="0" HotelCode="|446380" HotelName="Ashley Bkk" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>138 Soi Sukhumvit 53 (Paidee-Madee), Bangkok 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/3/8/0/446380_1e7678b0454.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.86" OriginalAmount="81.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.771034" Longitude="100.622161" StarRating="0" HotelCode="|439758" HotelName="Grand Sala Thai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>190/12 Soi LatPhrao 122 (Mahadthai 1), PhlabPhla, WangThonLang, Bangkok, 10310</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/7/5/8/439758_c6f36071742.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="83.99" OriginalAmount="81.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.750775882808" Longitude="100.54328083992" StarRating="4" HotelCode="10610|25697" HotelName="Baiyoke Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.06" OriginalAmount="81.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.2414515" Longitude="99.9780697" StarRating="4" HotelCode="|205237" HotelName="Away Beach Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>602 Moo.4 Prachuab Khiri Khan, 77120 Sam Roi Yot, Tailandia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/2/3/7/205237_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.25" OriginalAmount="81.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72944" Longitude="100.53056" StarRating="4" HotelCode="|35273" HotelName="The Siam Heritage" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SURAWONG ROAD, BANGRAK 115/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/2/7/3/35273_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 71 elegant rooms, a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar, a restaurant, conference facilities, internet, room service (free of charge) and a laundry service. SITUATION: Surawong Road Is situated in it is close to the railway station, the metro station and the business district. it is situated 30 kilometres away from Don Mueang Airport it is situated 40 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have wooden floors, a bathroom with a shower, a bath, a hairdryer, a television, internet, a mini-bar, a safety deposit box and individual air-conditioning. FACILITIES: The establishment has an outdoor, heated swimming pool, an outdoor bar, a gym, a massage service and health treatments. OTHERS: Regarding the food and beverage offering, clients have American buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.28" OriginalAmount="81.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7641" Longitude="100.483" StarRating="3" HotelCode="|408296" HotelName="Rd" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>10/13-16 Arunamarin Road, Arunamarin, Bangkoknoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/2/9/6/408296_7f9ae0d1847.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.33" OriginalAmount="81.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757139" Longitude="100.558838" StarRating="0" HotelCode="|472429" HotelName="Wizpark Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>598 Din Daeng Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/4/2/9/472429_3cb904d1256.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.39" OriginalAmount="81.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7533592" Longitude="100.5360705" StarRating="4" HotelCode="|358194" HotelName="Klub" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Petchburi Road Soi 13 Phayathai Rajthevee,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/1/9/4/358194_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.46" OriginalAmount="82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.752914852106" Longitude="100.5415508151" StarRating="4" HotelCode="37909|3805" HotelName="Indra Regent" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73986161" Longitude="100.50959493" StarRating="2" HotelCode="769899|tian_tian_hostel" HotelName="Tian Tian Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>29-33 Padsai Road, Samphantawongse, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/3b/163bd464573164a23afa7d57c19ede23bd23e8db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.51" OriginalAmount="82.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.732251" Longitude="100.527164" StarRating="3" HotelCode="|414643" HotelName="Samyan Serene" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>38 Si Phraya Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/4/6/4/3/414643_86a17fe1026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.56" OriginalAmount="82.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.859942" Longitude="100.571092" StarRating="4" HotelCode="|54031" HotelName="Rama Gardens Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIBHAVADI-RANGSIT RD-DON MUANG 9/9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/3/1/54031_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 11 floors and 138 luxurious standard rooms and suites. The establishment boasts 2 conference rooms, a TV, a video player, audiovisual equipment, a sound system and a projector. Guests are also offered a currency exchange service, a shop, a hairdresser's, a laundry service and a car park. SITUATION: It is situated 5 minutes away from the airport, 20 minutes away from the establishment, guests will find the city centre. ROOM: The rooms have a hairdryer, a direct line telephone, satellite or cable TV, a small kitchen, a central air-conditioning system and a safety deposit box. FACILITIES: Customers can enjoy karaoke. MEALS: Regarding the food and beverage offering, the establishment offersCafÃ© Greenery the Ã  la carte restaurant Forget Me Not the restaurant Zhang the restaurant Thai the restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.65" OriginalAmount="82.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.842105" Longitude="100.616429" StarRating="3" HotelCode="|405644" HotelName="Barefeet Naturist Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>85 soi Prasert-Manukitch 29 Yeak 7 Prasert-Manukitch road. Chorakeabua, Ladprao,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/6/4/4/405644_3676b421130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.69" OriginalAmount="82.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.755546" Longitude="100.538381" StarRating="3" HotelCode="|36633" HotelName="The Best Bangkok House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SOI 15 ,PETCHBURI RD,SOI 15, PRATUNAM 68/1-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/3/3/36633_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2006, has 33 rooms and 7 floors. The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, a restaurant and internet. At an additional cost, you can enjoy WiFi and a laundry service. SITUATION: It is situated near the markets, 10 minutes away from the establishment, you can find the tourist attractions, is 10 minutes away from Siam the centre of It is situated 15 minutes away from the metro station, is situated 20 kilometres away from Don Mueang Airport it is situated 30 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have an air-conditioning system, a bathroom, a hairdryer, a double or king-size bed, a satellite television, internet, a mini-bar, individual air-conditioning and a safety deposit box. deluxe rooms, have a coffee maker, a kettle, a large bathroom, a hydromassage bath, a shower, a hairdryer and a direct line telephone. FACILITIES: For a fee, you can enjoy Thai massages. MEALS: Regarding the food and beverage offering, the establishment offers American and continental breakfast. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.69" OriginalAmount="82.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.69786" Longitude="100.61057" StarRating="4" HotelCode="|245859" HotelName="Siam Tharadol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Sukhumvit Road Soi Sukhumvit 97/1, Phra Khanong, Bangkok 10260</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/8/5/9/245859_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.86" OriginalAmount="82.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.679096" Longitude="100.609841" StarRating="0" HotelCode="|450136" HotelName="Lumen Bangkok Udomsuk Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Sukhumvit 103 Rd, Bang Na</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/3/6/450136_3fe1c561143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.87" OriginalAmount="82.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.720101" Longitude="100.538572" StarRating="5" HotelCode="|358658" HotelName="Le D'tel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>269/1 Suanplu Soi 6, Tungmahamek, Bangkok, Bangkok 10120</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/6/5/8/358658_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.03" OriginalAmount="82.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7381352" Longitude="100.5561798" StarRating="3" HotelCode="|103645" HotelName="Stable Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>39 Sukhumvit Rd, Soi 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/4/5/103645_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is great value, has a swimming pool, a restaurant and WiFi (free of charge). SITUATION: This establishment, is in Sukhumvit Road the street it is situated 5 minutes walk away from BTS Nana the Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.04" OriginalAmount="82.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74419" Longitude="100.5534" StarRating="3" HotelCode="|131115" HotelName="Grace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Soi Nana Nua Sukhumwit 3 Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/1/1/5/131115_59798b81705.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a music hall. SITUATION: This establishment, is in Sukhumwit Road the business area of Close to the leisure areas and shopping areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.10" OriginalAmount="82.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7311267" Longitude="100.5701625" StarRating="3" HotelCode="|408860" HotelName="Adagio Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 1 50-51 Sukhumvit Soi 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/8/6/0/408860_cc1faec0640.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.24" OriginalAmount="82.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740827" Longitude="100.511316" StarRating="0" HotelCode="|407198" HotelName="Lhong Yaowarat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Phadung Dao Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/1/9/8/407198_51773481257.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.31" OriginalAmount="82.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.716059843593" Longitude="100.53169906139" StarRating="5" HotelCode="186973|123839" HotelName="Anantara Sathorn Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.31" OriginalAmount="82.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7543426" Longitude="100.538252" StarRating="4" HotelCode="|62901" HotelName="FuramaXclusive Pratunam Park " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/1 PETCHBURI 15 ROAD,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/9/0/1/62901_a5d8e821433.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Pratunam Park is rated three stars. SITUATION: It is situated in the Market of Pratunam. It is close to World Trade Centre, 20 minutes away from the establishment, clients can find the airport. It is 5 minutes away from the train station Rajthevee. ROOM: The rooms have an air-conditioning system, a satellite TV, a mini-bar, internet, a safety deposit box and a hairdryer. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant with typical dishes and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.47" OriginalAmount="82.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77389" Longitude="100.57394" StarRating="3" HotelCode="|62871" HotelName="Cha Da Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>188 RATCHADAPISEK ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/8/7/1/62871_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has restaurants and coffee shops. It also has a swimming pool, a spa and a business centre. SITUATION: Is situated inBangkok Ratchadaphisek the road of close to the establishment, clients can find Huai Khwang the underground station of It is located near the tourist attractions, the commercial area. ROOM: The modern rooms large, have an air-conditioning system, a mini-bar, a satellite TV and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.49" OriginalAmount="83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.80737814" Longitude="100.61565109" StarRating="3" HotelCode="602657|232227" HotelName="Greenpoint Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="85.49" OriginalAmount="83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738604" Longitude="100.559993" StarRating="3" HotelCode="76275|21658" HotelName="Sacha's Uno" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28/19 Sukhumvit Soi 19, Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/90/a690264ca0ceb93364f19c5a9da638f89f06225d.jpeg</HotelPictures>
        <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="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.748603364276" Longitude="100.4982382381" StarRating="3" HotelCode="167000|feung_nakorn_balcony_rooms_and_cafe" HotelName="Feung Nakorn Balcony" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75444657" Longitude="100.536188" StarRating="2" HotelCode="496006|cubic_bed_pratunam_hostel" HotelName="Cubic Bed Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Restaurant,Shopping Arcade">
        <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/af/d6/afd647e308b4fab6efd178d6057b1006ce632d9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;CUBIC BED A modern designed dorms located on the 8/Fl.,? of CUBIC Pratunam. Dorms are equipped with ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.52" OriginalAmount="83.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.727541" Longitude="100.570345" StarRating="0" HotelCode="|534201" HotelName="LiveZen Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>31 Soi Sukhumvit 26, Khwaeng Khlong Tan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/0/1/534201_2fc66ea1119.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.54" OriginalAmount="83.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7374153" Longitude="100.515531" StarRating="4" HotelCode="|83139" HotelName="The Quarter Hualamphong By Uhg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TRIMITR RD.TALADNOY, SAMPANTHAWONG 23/34-35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/1/3/9/83139_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: This welcoming hotel is in Bangkok, 5 minutes walk away, you can find an underground station. It is near Bangkok Station, close to shops, bars and restaurants. Around 30 kilometres away you can find Suvarnabhumi Airport. HOTEL: This elegant hotel rooms, has leisure facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.64" OriginalAmount="83.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.715166" Longitude="100.514707" StarRating="3" HotelCode="|410262" HotelName="Collection O Jasaen Stylish Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>168 Soi Charoen Krung 57</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/2/6/2/410262_6fd40560643.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.71" OriginalAmount="83.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7401203" Longitude="100.5558429" StarRating="3" HotelCode="|104805" HotelName="On8 Sukhumvit Nana Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160/1-162 Sukhumvit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/0/5/104805_15.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is next to BTS Nana the skytrain station of it is situated 5 minutes walk away from BTS Asok the skytrain station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.80" OriginalAmount="83.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7972" Longitude="100.54518" StarRating="5" HotelCode="|446431" HotelName="Asawin Grand Convention Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>88 Thanon Kamphaeng Phet 6 Talad Bangkhen Laksi, Bangkok 10210</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/3/1/446431_c812fa11140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.93" OriginalAmount="83.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.845048" Longitude="100.619836" StarRating="3" HotelCode="|439773" HotelName="The Valen Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 Thanon Prasert-Manukitch, Bangkok, Bangkok, 10230</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/7/7/3/439773_cc1a2f31748.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.21" OriginalAmount="83.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743209" Longitude="100.553647" StarRating="3" HotelCode="|131451" HotelName="Prestige Suites Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>6/28-29 Soi Sukhumvit 3 (Nana Nua) Sukhumvit Rd Klongtoey-Nua Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/4/5/1/131451_6fa4d431055.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is near the leisure areas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.31" OriginalAmount="83.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738045066485" Longitude="100.55588643023" StarRating="3" HotelCode="337495|540643" HotelName="Stable Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" 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="94" TotalAmount="86.37" OriginalAmount="83.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728428" Longitude="100.52339" StarRating="0" HotelCode="|446376" HotelName="@nares" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>213 Phuttha Osot Alley, Naret Road, Sripraya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/3/7/6/446376_4dcab710449.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77722504" Longitude="100.57535206" StarRating="0" HotelCode="856445|417779" HotelName="Kitzio House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Soi Pracha Rat Bamphen 6, Lane 4, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1100298/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="115847|the_dawin_nana" HotelName="The Dawin Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.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="Free CXL until 18/07/2026" 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="86.52" OriginalAmount="84.00" MarkupRule="3.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 14/07/2026" 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="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72679229" Longitude="100.53781247" StarRating="3" HotelCode="582754|urban_house_4" HotelName="Urban House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>35/13 Saladaeng Road, Soi Yommarat, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/e4/d4e4762aec2b08a6fbc39b94730d82ec4d291677.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73608146" Longitude="100.57858461" StarRating="3" HotelCode="758229|la_residence_49" HotelName="L.A. Residence 49" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>22/2 Soi Prompak, Klongtan Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/a5/78a5ee8bb9a6c90b2039b42f9d5102518d7afcc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77728131" Longitude="100.5738139" StarRating="3" HotelCode="840650|ibis_styles_bangkok_ratchada_opening_june_2019_hotel" HotelName="Ibis Styles Bangkok Ratchada" Meals="ROOM ONLY" 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="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.731897034175" Longitude="100.56339187004" StarRating="4" HotelCode="905939|rembrandt_towers_serviced_apartments_2" HotelName="Rembrandt Towers Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Sukhumvit 20, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9b/02/9b026bf8d1ef79df68039c58fba413442ec27d60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.72" OriginalAmount="84.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.718273" Longitude="100.526644" StarRating="4" HotelCode="|450609" HotelName="Best Western Click Sathorn 11 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Sathorn 11 Yeak 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/0/9/450609_b0079770804.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.83" OriginalAmount="84.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72592" Longitude="100.531296" StarRating="0" HotelCode="|36654" HotelName="Silom Serene, A Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SOI PHIPAT3, SILOM RD, BANGRAK 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/5/4/36654_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and has 86 rooms, This boutique hotel, has attentive service, air-conditioning, a lobby with a reception, a safety deposit box service, a lift, a restaurant, a conference room, room service, a laundry service and a car park. SITUATION: Is situated inSilom Road the business area of it is near the railway station situated 30 kilometres away fromDon Mueang Airport it is situated 35 kilometres away from Suvarnabhumi Airport. ROOM: spacious rooms and suites, a bathroom with a bath, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a mini-bar, a coffee maker, a kettle, a safety deposit box, an individual air-conditioning system and a double or king-size bed. FACILITIES: Outdoors, clients can enjoy a swimming pool with deck chairs and parasols. You also have at your disposal a sauna, a jacuzzi, a solarium and a gym. PAYMENT METHODS: Customers can pay by AmEx, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.02" OriginalAmount="84.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.709176" Longitude="100.59892" StarRating="4" HotelCode="|446233" HotelName=" Ramada Plaza by Wyndham Bangkok Sukhumvit 48 " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1448 Soi Sukhumvit 48 Sukhumvit Road Phra Khanong, Bangkok, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/3/3/446233_bad51271038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.26" OriginalAmount="84.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73803" Longitude="100.553516" StarRating="2" HotelCode="|172371" HotelName="Dawin Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>35/1-2 Soi Sukhumvit 4 Sukhumvit Rd., Klongtoey Nanatai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/3/7/1/172371_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.27" OriginalAmount="84.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74114" Longitude="100.55634" StarRating="4" HotelCode="|386286" HotelName="Eleven Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Sukhumvit 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/2/8/6/386286_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.32" OriginalAmount="84.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75929" Longitude="100.5414" StarRating="4" HotelCode="|186905" HotelName="K Maison Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>116/17-21 Rangnam Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/9/0/5/186905_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.734533668629" Longitude="100.55778622627" StarRating="4" HotelCode="168276|21565" HotelName="12th Avenue Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Sukhumvit Soi 12, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/49/b849406f1b0620384eb4dac00ccbad29e4969b59.JPEG</HotelPictures>
        <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="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.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="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.759136249748" Longitude="100.5364331603" StarRating="3" HotelCode="168590|true_siam_hotel" HotelName="True Siam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.690697288767" Longitude="100.64672653996" StarRating="4" HotelCode="255716|the_vertical_suite" HotelName="The Vertical Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/07/2026" 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="94" TotalAmount="88.12" OriginalAmount="85.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7538397" Longitude="100.5427543" StarRating="3" HotelCode="|83173" HotelName="Tango Vibrant Living" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOI WATTANAWONG, PRATUNAM, MAKASAN, RACHATHEVEE 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/1/7/3/83173_064bde81038.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a reception, a baggage room, tourist information, a cleaning service and a laundry service (on request). SITUATION: This establishment, Pratunam it is in 5 minutes away from the establishment, clients can find Ratchaprarop the Station of 15 minutes away from the establishment guests have Platinum the shopping centre Close to CentralWorld the skytrain station of and the commercial areas. ROOM: The rooms have a fridge, a television, a desk, a direct line telephone, a bathroom with a hairdryer and a shower. OTHERS: Regarding the food and beverage offering, clients have a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.32" OriginalAmount="85.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.734601" Longitude="100.557807" StarRating="4" HotelCode="|73082" HotelName="Aspira 12th Avenue Asoke Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Sukhumvit Soi 12, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/0/8/2/73082_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Ramada Hotel and Suites is rated four stars. It is ideal for business and holiday stays, has a fitness centre has features that offer you the maximum level of comfort, a swimming pool, a restaurant, a bar, a lounge, a swimming pool bar, meeting facilities, event rooms and wedding facilities. SITUATION: It is in Bangkok, is well-connected, is situated near the historic centre and the commercial area. ROOM: The establishment has 97 classic style rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.39" OriginalAmount="85.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7604073" Longitude="100.5025817" StarRating="3" HotelCode="|277423" HotelName="Lamphu Tree House Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155 Prachatipatai Road, Ban Panthom, Phra Nakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/4/2/3/277423_a4aa31c1128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.45" OriginalAmount="85.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7545299" Longitude="100.4978101" StarRating="3" HotelCode="|103444" HotelName="Siri Oriental Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Bunsiri Road, San chao por sua, Pranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/4/4/103444_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge) and comfortable rooms. SITUATION: This hotel is a 10-minute walk away from Khaosan the street.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.46" OriginalAmount="85.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.727029716711" Longitude="100.5222239456" StarRating="3" HotelCode="53390|813054" HotelName="New Fuji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>299-301 Surawongse Road, Suriyawong Subdistrict, Bang Rak District, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/92/1592a9711dd32d9427c4b6b3fa3404a5dc26bf42.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The New Fuji Hotel Bangkok provides affordable accommodation in the Silom central business district,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.54" OriginalAmount="85.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.789193" Longitude="100.547045" StarRating="3" HotelCode="|172896" HotelName="Capital Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1371 Phaholyothin rd., Samsennai, Phayathi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/8/9/6/172896_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.54" OriginalAmount="85.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757091" Longitude="100.640194" StarRating="4" HotelCode="|34317" HotelName="Kantary House and Serviced Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Ramkamhaeng 42 Road, Bangkapi,, Bangkapi, 10240 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/3/1/7/34317_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, has 184 one or two bedroom apartments, The establishment has room service, WiFi in communal areas, an executive lounge, air-conditioning, a hall with a reception, a safety deposit box service, a lift, a restaurant, conference rooms, an electronic key, security, a car park, room service and a laundry service (for a fee), Children can enjoy a playground. SITUATION: It is situated 15 kilometres away fromSuvarnabhumi Airport Srinakarin-Ramkamhaeng it is in Around the establishment, clients can find shopping centres, hospitals and restaurants. It is 15 minutes away fromMall the shopping centre of the stadium. ROOM: The rooms have a sitting room, a dining room, sheets, kitchenware, cable television, a stereo, a bathroom with a shower or bath, a hairdryer, internet, a kitchen with fridge, a hob, a microwave, a king-size bed, an individual air-conditioning system and a balcony or terrace. FACILITIES: Outdoors, clients have access to a heated swimming pool, Guests can enjoy a sauna and a steam bath. Clients can enjoy activities such as playing billiards and play ping-pong. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.697210542298" Longitude="100.64797488955" StarRating="4" HotelCode="95923|dusit_princess_srinakarin_bangkok" HotelName="Dusit Princess Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/07/2026">
        <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="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73949819" Longitude="100.55197407" StarRating="4" HotelCode="255995|hotel_icon_bangkok_2" HotelName="Icon Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/07/2026" 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="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.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="94" TotalAmount="88.59" OriginalAmount="86.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7323467" Longitude="100.563084" StarRating="4" HotelCode="|66657" HotelName="Rembrandt Towers Serviced " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOI SUKHUMVIT 20, SUKHUMVIT ROAD, KLONGTOEY 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/5/7/66657_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex was built in 1994, has 231 standard rooms, a security service, a fire protection system, a laundry service, a business centre, a limousine service and a mini-market. You are also offered a reception, a safety deposit box service, a cloakroom, a lift, a playground, a cafÃ©, a bar, restaurants, WiFi, room service and a car park. SITUATION: The hotel is in Sukhumvit Soi 20 Road, 7 minutes away from the Asoke BTS and Sukhumvit MRT stations. Near the establishment, you will find a commercial centre and public transport services. It is just 25 kilometres away from Don Mueang Airport and 35 kilometres away from Airport Suvarnabhumi. ROOM: The establishment has studios and one and two bedroom apartments with telephone, a television, a DVD player, a safe, a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a radio, an iron and an individual air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.80" OriginalAmount="86.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.747076" Longitude="100.586894" StarRating="4" HotelCode="|152746" HotelName="A-one Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Soonvijai 4, New Petchburi Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/4/6/152746_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Bangkok the business area of Close to, 5 minutes away, guests can find bars. ROOM: Each room has a television and internet. You can also find deluxe rooms and suites.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.93" OriginalAmount="86.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.752142" Longitude="100.539012" StarRating="0" HotelCode="|446444" HotelName="Arck" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4/41, 1, Bangkok, Thailand, 10400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/4/4/446444_88b2cb30816.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.06" OriginalAmount="86.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736089" Longitude="100.629642" StarRating="5" HotelCode="|446227" HotelName="Thaya Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>888 Phatthanakan 44-42, Suan Luang, Bangkok 10250 THAILAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/2/7/446227_57bd3250855.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.08" OriginalAmount="86.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.662493" Longitude="100.624425" StarRating="3" HotelCode="|416731" HotelName="Pompom Home" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>38 Lasalle41, Sukhumvit105, Bangna</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/7/3/1/416731_abaa2211711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.13" OriginalAmount="86.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737613" Longitude="100.563183" StarRating="4" HotelCode="|60664" HotelName="Tai Pan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>25 SUKHUMVIT SOI 23, SUKHUMVIT ROAD SUKHUMVIT ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/6/4/60664_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Tai-pan is rated three stars and has attentive service. SITUATION: It is situated on a peaceful street. It is near the streets of Sukhumvit and Asoke, where you can find restaurants, shops and leisure areas. ROOM: The establishment has 139 rooms with an air-conditioning system. suite rooms and have a satellite TV. FACILITIES: Customers can enjoy treatments, a spa, a massage service, a gym, a swimming pool and an aerobics room. OTHERS: Regarding the food and beverage offering, clients can enjoy the bar Pan Kitchen and a lounge bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="89.26" OriginalAmount="86.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738509649964" Longitude="100.56278854609" StarRating="3" HotelCode="23146|80335" HotelName="Tai-Pan Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/07/2026" 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="94" TotalAmount="89.53" OriginalAmount="86.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7256585" Longitude="100.5387855" StarRating="4" HotelCode="|55487" HotelName="The Quarter Saladaeng by UHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 Soi Saladaeng 1, Silom Road, Bangrak, Bang Rak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/7/55487_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel and has excellent service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.760911" Longitude="100.63951" StarRating="3" HotelCode="409505|62726" HotelName="Kantary House Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7459926389" Longitude="100.55370559758" StarRating="3" HotelCode="344433|mikes_place_hotel" HotelName="Three Sukhumvit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 10/07/2026" 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="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75077898" Longitude="100.58345474" StarRating="4" HotelCode="754183|alix_bangkok_hotel" HotelName="Alix Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Petchburi Khwaeng Bang Kapi, Khet Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/ae/8aae8d18ae21565ae3b50c843b06bc01d0013b8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76361667" Longitude="100.53870888" StarRating="2" HotelCode="856770|yello_rooms_victory_monument" HotelName="Yello Rooms Victory Monument" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.781268" Longitude="100.540103" StarRating="3" HotelCode="915495|baan_nueng_service_apartment" 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="8" TotalAmount="89.73" OriginalAmount="87.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.732331998578" Longitude="100.56301653385" StarRating="4" HotelCode="8972|25752" HotelName="Rembrandt Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 16/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="89.80" OriginalAmount="87.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74117" Longitude="100.559202" StarRating="4" HotelCode="387952|78967" HotelName="Dream Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.21" OriginalAmount="87.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70465" Longitude="100.59928" StarRating="3" HotelCode="|210577" HotelName="Kokotel Bangkok Sukhumvit 50" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Sukhumvit 50, Phrakanong, Klongtoei, Khlong Toei</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/5/7/7/210577_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.25" OriginalAmount="87.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7501168" Longitude="100.5794952" StarRating="4" HotelCode="|439353" HotelName="Maitria Rama 9 Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>908 Rim Klong Samsen Road, Bangkapi, Huay Kwang, B, 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/3/5/3/439353_e1ebb310113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.32" OriginalAmount="87.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.805288" Longitude="100.575496" StarRating="2" HotelCode="|481930" HotelName="My Hostel Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8/48 Soi ladprao 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/9/3/0/481930_e727c5d1359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.34" OriginalAmount="87.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7392218" Longitude="100.553254" StarRating="3" HotelCode="|403521" HotelName="Ibis Styles Bangkok Sukhumvit 4" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Sukhumvit 4 Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/5/2/1/403521_a675b520846.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.48" OriginalAmount="87.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.761482" Longitude="100.504396" StarRating="4" HotelCode="|446439" HotelName="Centara Life Hotel Bangkok Phra Nakhon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Prajatipatai Road, Ban Phan Thom, Phra Nakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/3/9/446439_32f267c0802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.59" OriginalAmount="87.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.599691" Longitude="100.719612" StarRating="3" HotelCode="|446518" HotelName="Letana Hotel Samuprakarn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>199/62 Moo.11, Soi Kuphara1 ,Bang Phli, Samutprakarn, Bang Phli 10540</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/5/1/8/446518_83f095c0511.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.64" OriginalAmount="88" MarkupRule="3.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 17/07/2026" 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="90.64" OriginalAmount="88" MarkupRule="3.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="90.64" OriginalAmount="88" MarkupRule="3.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="90.64" OriginalAmount="88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.876678544418" Longitude="100.5761513114" StarRating="4" HotelCode="33031|48248" HotelName="Miracle Grand Convention Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73239974258" Longitude="100.56275367737" StarRating="4" HotelCode="171021|park_plaza_bangkok_soi_18" HotelName="Park Plaza Bangkok Soi 18" 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,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="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.773674336599" Longitude="100.54090932261" StarRating="4" HotelCode="225560|bangkok_patio_apartment" HotelName="Bangkok Patio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Phaholyothin Road, Phaholyothin Soi 3, Samsen Nai, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/56/e7569341492ac389e6bf2f82297ea6350410829c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74969142" Longitude="100.53098594" StarRating="3" HotelCode="738399|siam_nitra_boutique_hotel" HotelName="Siam Nitra Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026">
        <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="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.744982183805" Longitude="100.55685521594" StarRating="3" HotelCode="936782|holiday_inn_express_bangkok_sukhumvit_11_2" HotelName="Holiday Inn Express Bangkok Sukhumvit 11" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="94" TotalAmount="90.70" OriginalAmount="88.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73909" Longitude="100.54336" StarRating="4" HotelCode="|177512" HotelName="Centre Point Chidlom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 60, Soi 1 Langsuan Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/7/5/1/2/177512_1_1597.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.80" OriginalAmount="88.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.704008" Longitude="100.59903" StarRating="4" HotelCode="|210574" HotelName="cross vibe bangkok sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>10, SUKHUMVIT 52,PHRA KHANONG, KLOTOEY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/5/7/4/210574_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.00" OriginalAmount="88.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.68809359575" Longitude="100.50778985023" StarRating="4" HotelCode="15004|25748" HotelName="Montien Riverside Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 11/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.03" OriginalAmount="88.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753154" Longitude="100.4974475" StarRating="3" HotelCode="|358139" HotelName="Siri Poshtel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>114 Prangsanphasart lane, Tanao Road, Pranakorn, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/1/3/9/358139_dfef9b91003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.18" OriginalAmount="88.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.759257" Longitude="100.536369" StarRating="3" HotelCode="|103650" HotelName="True Siam Phayathai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>45 Soi Sriayuttaya 12, Phayathai Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/5/0/103650_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Pathumwan the district of a 4-minute walk away from and Phayathai Airport Link the train station BTS Skytrain Victory Monument the train station. ROOM: Customers have rooms with an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.20" OriginalAmount="88.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.9109" Longitude="100.59" StarRating="3" HotelCode="|405625" HotelName="Wiw Minihotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>61 Soi Chang Akat Uthit3 Yaek6, Chang Akat Uthit Road, Don Mueang,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/6/2/5/405625_a7bf1581107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.29" OriginalAmount="88.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719924" Longitude="100.579545" StarRating="0" HotelCode="|466409" HotelName="The Sacha Apart Thonglor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Soi Sukhumvit 38, Phra Khanong,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/4/0/9/466409_a5de4a41625.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.51" OriginalAmount="88.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.720904" Longitude="100.507425" StarRating="4" HotelCode="|129684" HotelName="Grand Tower Inn Sathorn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>359/1 Charoen Nakorn Rd Soi Charoen Nakorn 14/2 Klongsarn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/6/8/4/129684_1_1268.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is opposite Chao Phraya the river. FACILITIES: The hotel offers a launderette, a restaurant, a safe, a security service and meeting rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.67" OriginalAmount="89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.727822" Longitude="100.569936" StarRating="3" HotelCode="64960|16670" HotelName="St. James Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.727074" Longitude="100.5786455" StarRating="4" HotelCode="|65891" HotelName="La Petite Salil Sukhumvit Thonglor 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SOI SUKHUMVIT53,SUKHUMVIT Rd.,KLONGTON NUA,WATTANA 44/14-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/8/9/1/65891_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, was built in 2009, has 111 rooms, air-conditioning, a hall with express check-out, a reception, a safety deposit box service, a lift, a cafÃ©, a restaurant, internet, room service, a laundry service and a car park. SITUATION: The hotel is in a peaceful area excellent transport links to the business area, restaurants, shops, leisure areas and entertainment. it is situated 30 kilometres away from Don Mueang and Suvarnabhumi Airport. ROOM: The establishment has luxurious rooms, with LCD TV, a DVD player, an electronic key, a safe, an iron, WiFi (free of charge), a CD player and films (free of charge), superior rooms and have a balcony, Some rooms have a terrace, All the rooms have a bathroom with a shower or bath, a hairdryer, a double or king-size bed, a direct line telephone, a radio, a Hi-Fi, a mini-bar, a coffee maker, a kettle and individual air-conditioning. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, Customers have at their disposal a bar. PAYMENT METHODS: Customers can pay using JCB, Mastercard and Visa. OBSERVATIONS: The establishment offers transfer service free of charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7269" Longitude="100.568271" StarRating="3" HotelCode="114188|hope_land_executive_serviced_apartment" HotelName="Hope Land Executive Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 14/07/2026" 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="94" TotalAmount="92.15" OriginalAmount="89.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7504417" Longitude="100.5386702" StarRating="4" HotelCode="|33949" HotelName="Grand Diamond Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>PETCHBURI ROAD, PETCHBURI RAJTHEVI, 888</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/4/9/33949_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.32" OriginalAmount="89.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7518" Longitude="100.498" StarRating="3" HotelCode="|408719" HotelName="Neighbor Phuthon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Phraeng Phuthon, Tanao Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/7/1/9/408719_0aa6b9d1226.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754218" Longitude="100.538316" StarRating="3" HotelCode="167120|58276" HotelName="Pratunam Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/1 Soi. Somprasong 3, Petchburi Road, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/61/bf610b68054a3e32665dc6ab160fe2a145029851.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Pratunam Area, minutes away from Bangkok's business district. It is in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.727655" Longitude="100.569327" StarRating="3" HotelCode="29040|ariston_13" HotelName="Ariston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75316705" Longitude="100.49748745" StarRating="3" HotelCode="551683|siri_poshtel_bangkok" HotelName="The Siri Poshtel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>114 Phraeng Sanphasat Road, San Chao Pho Sua, Khet Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/34/ab/34ab5efa7d9ea59c20d42abd0374c614d85e4181.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75478734" Longitude="100.50136687" StarRating="2" HotelCode="602915|the_printing_house_poshtel" HotelName="The Printing House Poshtel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>140 Dinso Road, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/39/38393374db26ee4d782f1b36c3f246d89416a83a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78762874" Longitude="100.54490454" StarRating="3" HotelCode="746066|craftsman_bangkok" HotelName="Craftsman Bangkok" Meals="ROOM ONLY" 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="94" TotalAmount="93.39" OriginalAmount="90.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7403091" Longitude="100.5611814" StarRating="3" HotelCode="|66698" HotelName="The Fusion Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT 21 (ASOKE), SUKHUMVIT RD, KLONGTOEY NUE, 143/61-62</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/9/8/66698_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern style, boutique hotel, has 8 floors and 35 rooms. This urban hotel, with air-conditioning, has a lobby, with express check-out, a reception, a safety deposit box service, a lift, a hairdresser's, a cafÃ©, a bar, a restaurant, WiFi, room service and a laundry service. SITUATION: This urban hotel, Sukhumvit it is in Where guests can enjoy shops and the nightlife. close to the establishment, clients can find the metro station, is situated 35 kilometres away from Suvarnabhumi Airport it is 32 kilometres away from Don Mueang Airport. ROOM: The establishment has standard rooms, superior rooms, deluxe rooms and deluxe rooms with hydromassage, The rooms a bathroom with a shower, a bath, a hairdryer, a king size or double bed, a direct line telephone, a satellite television, a Hi-Fi, a radio, internet, a safe, a mini-bar, a coffee maker, a kettle, an iron and individual air-conditioning. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, The establishment offers a breakfast service and a set-menu lunch and dinner. The establishment also offers an Ã  la carte dinner. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OBSERVATIONS: Clients have a concierge service, Ask for further information regarding hotel conditions and operations.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.39" OriginalAmount="90.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7324359" Longitude="100.5630125" StarRating="4" HotelCode="|26180" HotelName="Rembrandt  and Suites Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 SUKHUMVIT SOI 18, SUKHUMVIT ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/8/0/26180_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Rembrandt is rated four stars. SITUATION: This hotel is located near Sukhumvit Road it is well-connected with the commercial area and the leisure areas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.47" OriginalAmount="90.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726994" Longitude="100.568229" StarRating="3" HotelCode="|104801" HotelName="Hope Land  Sukhumvit 24" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SOI SUKHUMVIT 24, SUKHUMVIT RD, KLONGTOEI 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/0/1/104801_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is near Phrakhanong the skytrain station of it is situated close to the shopping centres and the leisure areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.48" OriginalAmount="90.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7470231" Longitude="100.5033928" StarRating="4" HotelCode="|103659" HotelName="Miramar Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>777 Mahachai Rd., Wangburaphapirom, Phanakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/5/9/103659_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant. SITUATION: This hotel Khaosan Road it is 10 minutes away from. ROOM: The rooms have internet, a bathroom and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.61" OriginalAmount="90.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.9206149" Longitude="100.6006275" StarRating="4" HotelCode="|32945" HotelName="Amari Don Muang Airport Bangkok - Sha Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CHERT WUDTHAKAS ROAD, DON MUANG 333</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/9/4/5/32945_1_6783.jpg</HotelPictures>
        <HotelDescription>HOTEL: This deluxe, urban hotel, with air-conditioning and has 286 rooms a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. Our guests can find a cafÃ©, a bar, a restaurant, internet, conference rooms and room service. The establishment offers a laundry service and a car park. SITUATION: It is in an excellent location, 2 kilometres away from the establishment, guests will find Don Mueang Airport it is situated 40 kilometres away from Suvarnabhumi Airport. ROOM: Clients are offered superior, deluxe and executive rooms and suites. The rooms a bathroom with a shower or bath, with a hairdryer, a direct line telephone, satellite and cable television and a radio. They also have internet, a mini-bar, a coffee maker, a kettle, a king size or double bed, individual air-conditioning and a safety deposit box. FACILITIES: The establishment has a swimming pool with deck chairs and parasols. Clients can find a solarium, a massage service and a gym. OTHERS: Regarding the food and beverage provision, the establishment offers buffet breakfast and lunch and an Ã  la carte restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73585745" Longitude="100.56095426" StarRating="3" HotelCode="623062|the_connex_asoke" HotelName="The Connex Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/07/2026" 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="94" TotalAmount="93.74" OriginalAmount="91.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6906768" Longitude="100.6467912" StarRating="4" HotelCode="|131558" HotelName="Lumen Bangkok Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>90/9 Srinakrarin Road Nongbon, Pravet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/5/8/131558_1_1512.jpg</HotelPictures>
        <HotelDescription>ROOM: Customers have modern rooms with a sitting room, a dining room, a balcony, a flat-screen television and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.75" OriginalAmount="91.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739650843157" Longitude="100.51130890846" StarRating="4" HotelCode="58837|81636" HotelName="Shanghai Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.75" OriginalAmount="91.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.716107" Longitude="100.531175" StarRating="5" HotelCode="|104736" HotelName="Oaks Bangkok Sathorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 Narathiwat-Ratchanakarin Road, Yannawa, Sathorn,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/3/6/104736_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in the business district.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.86" OriginalAmount="91.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72302" Longitude="100.518481" StarRating="4" HotelCode="|94524" HotelName="Hilton Garden Inn Bangkok Silom" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>320 Silom Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/5/2/4/94524_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 20 floors, 216 rooms, 12 suites and 34 executive rooms. The establishment offers gardens, a lobby, a reception, express check-out, air-conditioning, a safety deposit box service, a lift and a kiosk. The establishment also offers WiFi (for a fee), room service, a laundry service and a car park. SITUATION: This establishment, Silom Road it is in Close to shops, the jewellers, the nightlife and public transport services. is just a few steps away from Sathorn the district of 4 kilometres away, you can find Siam the Square of 25 kilometres away from the establishment, guests will find Don Mueang Airport it is 33 kilometres away from Suvarnabhumi Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.93" OriginalAmount="91.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.80729" Longitude="100.61556" StarRating="0" HotelCode="|245735" HotelName="Green Point Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Soi Pradist Manudharm 19 Pradist Manudharm Rd., Ladprao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/7/3/5/245735_1_897.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.12" OriginalAmount="91.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726326" Longitude="100.540481" StarRating="0" HotelCode="|36662" HotelName="At Ease Saladaeng By Aetas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SOI SALADAENG 1, SILOM RD., BANGKOK 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/6/2/36662_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has 69 rooms and air-conditioning. In the entrance, guests are offered a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment boasts a restaurant, conference facilities, internet, room service, a laundry service and a car park. SITUATION: This establishment, Soi Saladaeng 1 is situated in it is near Silom, Sathorn and Rama IV the road of it has good links to the metro station, the railway station and the airport. it is near the business district, Where guests can enjoy the tourist attractions and the leisure areas. it is situated 30 kilometres away from Don Mueang Airport it is situated 40 kilometres away from Suvarnabhumi Airport. ROOM: Guests are offered large, one bedroom apartments with a bathroom with a shower, a bath, a hairdryer, an air-conditioning system, large bed, a direct line telephone, satellite or cable TV, a mini-bar, an oven, a coffee maker, a kettle, an iron, a safety deposit box and a balcony or terrace. FACILITIES: Outdoors, clients can enjoy a heated swimming pool, The establishment has a gym, a sauna and a steam bath. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.51" OriginalAmount="91.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74969" Longitude="100.531" StarRating="3" HotelCode="|409424" HotelName="Siam Nitra Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>342/1 Phrayathai Road Khet Rachatevee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/4/2/4/409424_ad0dfea1605.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.73" OriginalAmount="91.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76607" Longitude="100.49782" StarRating="3" HotelCode="|406665" HotelName="Bangkok Saran Poshtel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>11/1 Soi Samsen 3 Samsen Road Wat Samphraya Phrana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/6/6/5/406665_0741cc11127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.76" OriginalAmount="92.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7046433" Longitude="100.59919893" StarRating="3" HotelCode="469974|kokotel_bangkok_sukhumvit_50_2" HotelName="Amaze Sukhumvit Hotel Bangkok" Meals="ROOM ONLY" 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="94" TotalAmount="94.84" OriginalAmount="92.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753083" Longitude="100.49735" StarRating="1" HotelCode="|524667" HotelName="Phra Nakhon Poshtel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>108 Phraeng Sanphasat Rd,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/6/7/524667_68ceae80928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.09" OriginalAmount="92.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7442508" Longitude="100.5859497" StarRating="5" HotelCode="|210399" HotelName="Metropole Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Thonglor / New Petchaburi Road, 2802, Bangkapi, Huaykwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/3/9/9/210399_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.24" OriginalAmount="92.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7394268" Longitude="100.5842435" StarRating="4" HotelCode="|357781" HotelName="The Residence On Thonglor By Uhg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>73 Sukhumvit Soi 55 (Thonglor), Sukhumvit Rd., Klongtoey, Wattana, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/7/8/1/357781_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.45" OriginalAmount="92.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.83325" Longitude="100.55808" StarRating="0" HotelCode="|243212" HotelName="Rent V38" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2/17 Soi Vibhavadi Rangsit 38 Ladyao, Chatuchak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/2/1/2/243212_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.45" OriginalAmount="92.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.749908" Longitude="100.504107" StarRating="5" HotelCode="|389647" HotelName="Villa De Pranakorn - Relais and Chateaux" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>543 Mahachai Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/6/4/7/389647_4998b221133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.54" OriginalAmount="92.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7482033" Longitude="100.5272751" StarRating="3" HotelCode="|404134" HotelName="Nine Design Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>78/4 Soi Kasemsan 3, Rama1 Road, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/3/4/404134_c9e8aa30329.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.63" OriginalAmount="92.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72061" Longitude="100.7377" StarRating="5" HotelCode="|587218" HotelName="The Airport Courtyard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Latkrabang Soi 30/1 Latkrabang Rd., Latkrabang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/7/2/1/8/587218_6bcfbb71043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.65" OriginalAmount="92.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7027193" Longitude="100.6035215" StarRating="3" HotelCode="|103384" HotelName="Amber Sukhumvit 85" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Sukhumvit 85, Sukhumvit Rd, Bangchak. Phrakhanong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/3/8/4/103384_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is a 5-minute walk away from the main station. HOTEL: The establishment has rooms with balcony, a microwave and WiFi (free of charge), Guests also have access to a gym, a swimming pool and a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.733703" Longitude="100.56812" StarRating="4" HotelCode="185909|bless_residence" HotelName="Bless Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 16/07/2026" 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="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76608242" Longitude="100.49781075" StarRating="3" HotelCode="779369|bangkok_saran_poshtel" HotelName="Bangkok Saran Posh­tel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/07/2026">
        <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="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76631736" Longitude="100.49712736" StarRating="3" HotelCode="853111|hiranyakul_house" 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="94" TotalAmount="95.93" OriginalAmount="93.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.715633" Longitude="100.53035" StarRating="5" HotelCode="|66693" HotelName="Jc Kevin Sathorn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>NARATHIWAS - RATCHANAKARIN ROAD, YANNAWA, SATHORN 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/9/3/66693_31cc5ac1241.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers studios and suites, The establishment boasts comfortable facilities and is ideal for holidays or business trips. SITUATION: This hotel is in Bangkok the centre of It has excellent transport links to the shops, restaurants and entertainment areas. it is close to the train.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.06" OriginalAmount="93.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7289346" Longitude="100.5302525" StarRating="4" HotelCode="|66717" HotelName="The Tarntawan Surawong Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>119/5-10 SURAWONG ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/7/1/7/66717_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has WiFi, a business centre, translation services and a currency exchange service. ROOM: The establishment has 75 rooms with satellite television, a mini-bar, a kettle and a coffee maker. OTHERS: Clients have at their disposal room service, The establishment offers European cuisine and typical dishes. FACILITIES: Near the establishment, guests can find a wellness centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.29" OriginalAmount="93.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7394607" Longitude="100.5601411" StarRating="3" HotelCode="|44736" HotelName="Sacha's  Uno" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT SOI 19, SUKHUMVIT ROAD KLONGTOEY 28/19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/3/6/44736_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel was opened in 2008 and has 56 rooms, The establishment has a car park, a restaurant, an internet cafe and a lovely garden. This air-conditioned hotel has 5 floors, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment offers room service and a laundry service. SITUATION: This urban hotel, Sukhumvit Road it is in 200 metres away, there is a metro station, close to the establishment, clients can find the business area, entertainment and nightclubs. it is situated 10 minutes away from Queen Sirikit the Convention Centre it is situated 20 kilometres away from Don Mueang Airport it is situated 27 kilometres away from Suvarnabhumi Airport. ROOM: It has stylish rooms with king size bed, a bathrobe, slippers, WiFi (free of charge), an LCD satellite TV, a safety deposit box and a sofa-bed. They also have a bathroom with a shower, a hairdryer, a small fridge, an iron, a coffee maker, a kettle and individual air-conditioning. MEALS: The establishment serves a buffet breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OBSERVATIONS: Clients have a reception.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.61" OriginalAmount="93.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.797916" Longitude="100.54668" StarRating="4" HotelCode="|449708" HotelName="Best Western Chatuchak" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 Kamphaeng Phet Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/7/0/8/449708_da27deb1150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.69" OriginalAmount="93.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7386" Longitude="100.54326244907" StarRating="4" HotelCode="70023|79015" HotelName="The Duchess Hotel and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/07/2026" 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>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.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="Non Refundable" 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="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743076333333" Longitude="100.554609" StarRating="3" HotelCode="148535|gullivers_tavern_hotel_2" HotelName="Gulliver's Tavern" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="24 Hour Security,Air Conditioning,Bar,Business Centre,Currency Exchange,Designated Smoking Area,Dining,Fax,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Spa,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/6a/e16a7abc1f59ce5d0f0dc2e29f36a8e272d8748b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the main Sukhumvit Road in Bangkok. Walking distance from the hotel are sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.97" OriginalAmount="94.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74006" Longitude="100.51416" StarRating="3" HotelCode="|405289" HotelName="103 - Bed and Brews" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>103 Soi Nana Khet Pom Prap Sattru Phai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/8/9/405289_f1c16581041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.20" OriginalAmount="94.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7334025" Longitude="100.5610472" StarRating="3" HotelCode="|37257" HotelName="Citadines Sukhumvit 16 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>38 Sukhumvit 16, Sukhumvit Road Klongtoey,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/5/7/37257_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 2007, with air-conditioning, has a lobby, a reception, a lift, WiFi, a cafÃ©, room service, a laundry service and a car park. SITUATION: It is close tothe Asok Skytrain the Railway Station of the metro station, nearby, you will find the airport, the hospital, is situated 40 kilometres away from Suvarnabhumi and Don Muang the airports of. ROOM: apartments, have a satellite television, a radio, a kitchen, a fridge, a microwave, a coffee maker, a kettle, a bathroom, a bath, a hairdryer, a double bed, a safe, an iron and individual air-conditioning. FACILITIES: The establishment has a well-equipped gym. OBSERVATIONS: The establishment offers wifi. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.21" OriginalAmount="94.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73688" Longitude="100.570695" StarRating="3" HotelCode="|451702" HotelName="Tribe Living Bangkok Sukhumvit 39" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>122 Soi Sukhumvit 39 Sukhumvit Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/7/0/2/451702_c5d01a30833.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.24" OriginalAmount="94.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7398227" Longitude="100.5112135" StarRating="4" HotelCode="|63019" HotelName="Shanghai Mansion Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>479-481 YAOWARAJ ROAD SAMPHANTAWONG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/0/1/9/63019_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 4 stars and boutique. SITUATION: It is in an excellent location, is situated in Chinatown the heart of It is close toChao Phraya the river it is 10 minutes away from Hua Lamphong the underground station of. ROOM: The establishment has 55 standard rooms and suites, They are equipped with an air-conditioning system, a mini-bar, a satellite television, a radio, internet, a coffee maker, a kettle and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="97.28" OriginalAmount="94.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738875" Longitude="100.543323" StarRating="4" HotelCode="89146|81416" HotelName="Centre Point Hotel Chidlom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 11/07/2026" 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>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72107847" Longitude="100.55997247" StarRating="4" HotelCode="497288|modena_by_fraser_bangkok" HotelName="Modena by Fraser Bangkok" Meals="ROOM ONLY" 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="94" TotalAmount="98.20" OriginalAmount="95.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7233727" Longitude="100.5274322" StarRating="4" HotelCode="|103530" HotelName="Sabai Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Sathorn 10/Silom 9, Sathorn Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/3/0/103530_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 3-minute walk away from BTS Chong Nonsi the railway station. HOTEL: The establishment has apartments, a swimming pool on the roof terrace and a yoga room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.74" OriginalAmount="95.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7426203" Longitude="100.5071106" StarRating="4" HotelCode="|32603" HotelName="Grand China Bangkok - Sha Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>215 Yaowarat Road Samphanthawong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/6/0/3/32603_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.683501446687" Longitude="100.64936599464" StarRating="4" HotelCode="115855|the_park_9_a_living_serviced_residence" HotelName="Park 9 Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Srinakarin 59 Road, Behind Paradise Park, Nongbon, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e8/79e8a81a17cfa533918c67b52740163606535eaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746936" Longitude="100.528898" StarRating="3" HotelCode="212083|ibis_bangkok_siam" HotelName="ibis Bangkok Siam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/07/2026" 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="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7517499" Longitude="100.49775121" StarRating="3" HotelCode="587189|neighbor_phuthon" HotelName="Neighbor Phuthon Boutique Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Free CXL until 10/07/2026" 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="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73910175" Longitude="100.55997653" StarRating="3" HotelCode="613916|sib_kao" HotelName="Sib Kao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" 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="94" TotalAmount="99.58" OriginalAmount="96.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.749837" Longitude="100.5041" StarRating="5" HotelCode="|396437" HotelName="Villa de Pranakorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mahachai Road,Samran Raj, Phra Nakorn, 545</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/4/3/7/396437_d63e8e90322.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.69" OriginalAmount="96.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7473007" Longitude="100.527676" StarRating="4" HotelCode="|104735" HotelName="Holiday Inn Express Bangkok Siam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>889 Rama 1 Road, Wang Mai Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/3/5/104735_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern establishment is a 2-minute walk away from BTS-National Stadium the skytrain station of it is 200 metres away from MBK the shopping centre. ROOM: The establishment has rooms, with WiFi, (free of charge). FACILITIES: The establishment has a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.86" OriginalAmount="96.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.744978" Longitude="100.556976" StarRating="4" HotelCode="|164805" HotelName="Holiday Inn Express Bangkok Sukhumvit 11, An Ihg - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>30 Sukhumvit Soi 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/8/0/5/164805_63b48021151.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel Bangkok it is in a few kilometres away, you will find the train stations and the bus stations, a few kilometres away, clients have the airport. HOTEL: The hotel was built in 2014, has 161 rooms, 105 single rooms, 56 double rooms, facilities for people with disabilities and a car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73435796" Longitude="100.56096537" StarRating="4" HotelCode="420535|clover_asoke_hotel" HotelName="Hotel Clover Asoke" Meals="ROOM ONLY" 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="94" TotalAmount="100.28" OriginalAmount="97.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73388" Longitude="100.561147" StarRating="4" HotelCode="|218659" HotelName="Clover Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Sukhumvit 16 (Sammitr), Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/6/5/9/218659_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.31" OriginalAmount="97.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.734786" Longitude="100.567644" StarRating="3" HotelCode="|172607" HotelName="S33 Compact" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9/10-14, Soi Sukhumvit 33 Klongtoey-Nua, Wattana Sukhumvit, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/0/7/172607_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.45" OriginalAmount="97.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8763694" Longitude="100.5760172" StarRating="0" HotelCode="|104840" HotelName="Miracle Grand Convention" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>99 Kamphaeng Phet 6 Rd, Khwaeng Talat Bang Khen, Khet Lak Si,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/4/0/104840_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Vibhavadi-Rangsit the road of Bangkok is situated in. ROOM: All the rooms have WiFi (free of charge). FACILITIES: The establishment has a swimming pool, 3 restaurants, a spa and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.75" OriginalAmount="97.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7373385" Longitude="100.5571467" StarRating="4" HotelCode="|36680" HotelName="Centre Point Sukhumvit 10" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SOI 10, SUKHUMVIT RD., KLONG TOEY 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/8/0/36680_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern apartment complex, has 234 rooms, 30 floors, air-conditioning, a lobby, a reception, a reception, a safety deposit box service, a currency exchange service, a lift, a mini-market, a shop, a restaurant, conference facilities, internet (for a fee), room service, a laundry service and a car park (for a fee). SITUATION: Is situated in the commercial area, is near the shops, the railway station situated 200 minutes away from the bus station, is situated 30 kilometres away from Munag Airport. ROOM: Clients are offered boutique, colonial, oriental and tropical rooms, Each room has a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, a kitchen, a coffee maker, a kettle, an iron, a double or king-size bed, individual air-conditioning, a safety deposit box and a balcony or terrace. FACILITIES: Outdoors, guests have access to a heated swimming pool, At an extra cost, you can find a gym, a steam bath and a sauna. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.90" OriginalAmount="97.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73948447" Longitude="100.64741561" StarRating="4" HotelCode="435003|491702" HotelName="The Silver Palm Rama 9" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.90" OriginalAmount="97.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.765863189402" Longitude="100.50070595055" StarRating="4" HotelCode="343632|629261" HotelName="Casa Nithra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.920665103557" Longitude="100.60032606125" StarRating="4" HotelCode="200870|2310" HotelName="Amari Don Muang Airport Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="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="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.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="Free CXL until 14/07/2026" 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="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73907842" Longitude="100.55372294" StarRating="4" HotelCode="591529|citrus_suites_sukhumvit_6_by_compass_hospitality" HotelName="Citrus Suites Hotel Sukhumvit 6 by Compass Hospitality" Meals="ROOM ONLY" 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="94" TotalAmount="101.17" OriginalAmount="98.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737279" Longitude="100.642013" StarRating="3" HotelCode="|554249" HotelName="Diya Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>595 Srinakarin Road, Phattanarn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/2/4/9/554249_96302ce1350.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.33" OriginalAmount="98.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7659449" Longitude="100.5006124" StarRating="4" HotelCode="|172988" HotelName="Casa Nithra Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>176 SAMSEN ROAD, BAAN PANTHOM, PHRA NAKORN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/8/8/172988_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.46" OriginalAmount="98.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7159127" Longitude="100.5909344" StarRating="5" HotelCode="|103608" HotelName="Jasmine Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Road, (1511 Sukhumvit Soi 67-69) BTS Phrakhanong Wattana,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/0/8/103608_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sukhumvit 69 it is in Close to BTS Phra Khanong the skytrain station of Ekamai bus station. FACILITIES: The hotel has WiFi (free of charge) and 2 swimming pools. ROOM: Clients are offered rooms with kitchen.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.66" OriginalAmount="98.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7559016" Longitude="100.5343032" StarRating="4" HotelCode="|277449" HotelName="Anajak Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65/5 Phayathai Road (Soi Golit), Bangkok, Bangkok 10400i</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/4/4/9/277449_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.66" OriginalAmount="98.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754508" Longitude="100.515107" StarRating="5" HotelCode="|389640" HotelName="Prince Suites Residence Managed by Prince Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>488 BoBae Tower Damrongrak Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/6/4/0/389640_fddeb421117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.67" OriginalAmount="98.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.760479" Longitude="100.542858" StarRating="4" HotelCode="|394739" HotelName="Pannarai  Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99/8 RATCHAPRAROP ROAD,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/7/3/9/394739_08006600947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.81" OriginalAmount="98.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7269578" Longitude="100.533731" StarRating="4" HotelCode="|35535" HotelName="Le Siam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Convent Road, Silom,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/5/3/5/35535_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, boutique hotel with air-conditioning, has a lobby, with express check-out, a reception, a safety deposit box service, a lift, a restaurant, room service, a laundry service and a car park. SITUATION: It is inSilom the area Where you can find markets, restaurants, pubs, libraries, gyms and a medical centre. close to the establishment, clients can find the railway station, the metro station, is situated 30 kilometres away from Don Mueang Airport it is situated 40 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have wooden furniture, room service, a bathroom with a shower, a double bed, a direct line telephone, satellite or cable TV, a radio and individual heating. FACILITIES: The establishment boasts a swimming pool, a sunbathing terrace, deck chairs and parasols. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients haveThree On Convent the restaurant The establishment offers a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.86" OriginalAmount="98.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.717935" Longitude="100.516317" StarRating="3" HotelCode="|449455" HotelName="Holiday Inn Express and Suites Bangkok Central Pier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>513/13 SATHORN 23 ALLEY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/4/5/5/449455_2aa33351334.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.91" OriginalAmount="98.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74348" Longitude="100.5553" StarRating="3" HotelCode="|410659" HotelName="Residence One" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Sukhumvit 7. Klong Toey Nua,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/6/5/9/410659_a80b2ce1256.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.94" OriginalAmount="98.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.734627" Longitude="100.515674" StarRating="0" HotelCode="|522224" HotelName="Ago Chinatown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20-25 Mahapruttharam Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/2/4/522224_4e9f1f90954.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.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="Non Refundable">
        <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="101.97" OriginalAmount="99" MarkupRule="3.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="Non Refundable" 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="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.734757" Longitude="100.563984" StarRating="5" HotelCode="293449|48719" HotelName="Radisson Blu Plaza Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,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="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728032819945" Longitude="100.56994467974" StarRating="4" HotelCode="89149|oakwood_residence_sukhumvit_24_bangkok" HotelName="Oakwood Residence Sukhumvit 24 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/07/2026" 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="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74829836" Longitude="100.52729704" StarRating="3" HotelCode="360796|happy_3_2" HotelName="Happy 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="94" TotalAmount="102.08" OriginalAmount="99.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725247" Longitude="100.581502" StarRating="5" HotelCode="|389635" HotelName="Jasmine 59 " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Sukhumvit 59 (Boonchana), Sukhumvit Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/6/3/5/389635_9b682481139.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.11" OriginalAmount="99.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763275" Longitude="100.496986" StarRating="2" HotelCode="|464319" HotelName="Mad Monkey Bangkok Hostel - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Phra Sumen Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/3/1/9/464319_f5ca3601241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.38" OriginalAmount="99.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74184" Longitude="100.51282" StarRating="3" HotelCode="|587729" HotelName="Oldthaiheng" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>368 Thanon Santiphap ??????????? ????????????</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/7/7/2/9/587729_46d53fd1034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.00" OriginalAmount="100" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754527" Longitude="100.535449" StarRating="4" HotelCode="317723|61277" HotelName="Vince Hotel Pratunam" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" 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="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75894481" Longitude="100.54127699" StarRating="3" HotelCode="361985|k_maison_boutique_hotel" HotelName="K Maison Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/07/2026" 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="103.00" OriginalAmount="100.00" MarkupRule="3.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 16/07/2026" 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="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76167869" Longitude="100.49327289" StarRating="4" HotelCode="759918|chillax_heritage" HotelName="Chillax Heritage Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74302689" Longitude="100.55517281" StarRating="4" HotelCode="787457|the_key_premier_sukhumvit_by_compass_hospitality" HotelName="The Key Premier Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/07/2026" 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="8" TotalAmount="103.68" OriginalAmount="100.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.735650564195" Longitude="100.551870147" StarRating="4" HotelCode="341595|357707" HotelName="Parinda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="103.99" OriginalAmount="100.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7425278" Longitude="100.5544209" StarRating="3" HotelCode="|103701" HotelName="Gulliver's Tavern Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>6/1 Sukhumvit Soi 5 Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/7/0/1/103701_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Sukhumvit the street 5 minutes away, you can find Nana the Railway Station of Sukhumvit the underground station of. ROOM: Customers have comfortable rooms, with WiFi, (free of charge). FACILITIES: Guests are offered a covered swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742628862232" Longitude="100.55675894022" StarRating="4" HotelCode="67969|apartotel_grand_president_bangkok" HotelName="Grand President" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment 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>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="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.760931305194" Longitude="100.53769007627" StarRating="3" HotelCode="338030|pt_court" 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="8" TotalAmount="104.05" OriginalAmount="101.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.750442399841" Longitude="100.53859233856" StarRating="4" HotelCode="60456|80377" HotelName="Grand Diamond" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/07/2026" 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="94" TotalAmount="104.25" OriginalAmount="101.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723178" Longitude="100.505465" StarRating="2" HotelCode="|456307" HotelName="Saan Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-4 Charoen Nakhon Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/3/0/7/456307_d585f201717.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.61" OriginalAmount="101.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70157" Longitude="100.603299" StarRating="4" HotelCode="|446235" HotelName=" Ramada By Wyndham Bangkok Sukhumvit 87 " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Sukhumvit 87 Sukhumvit Road, Bangchak, Bangkok, 10260</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/3/5/446235_d3857da1003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.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="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.733072329768" Longitude="100.56256171468" StarRating="4" HotelCode="163974|oakwood_apartments_trilliant_sukhumvit_18" HotelName="Maitria Hotel Sukhumvit 18 - A Chatrium Collection" Meals="BED &amp; BREAKFAST" 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="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.91641088" Longitude="100.59824749" StarRating="2" HotelCode="585661|sleep_owl_hostel" HotelName="Sleep Owl Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>199/153 Soi Cherdwuthakard 9, Kwang Don Muang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/af/9bafe65030d1261e0759dd520ff60ac190fa7e96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729711" Longitude="100.563944" StarRating="4" HotelCode="904628|golden_tulip_mandison_suites_hotel" HotelName="Golden Tulip Mandison Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 15/07/2026" 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="94" TotalAmount="105.21" OriginalAmount="102.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74887" Longitude="100.5553" StarRating="3" HotelCode="|414088" HotelName="High Floor Near Petchaburi Mrt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1674 Soi Phetchaburi 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/4/0/8/8/414088_ce462241758.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.62" OriginalAmount="102.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7389518" Longitude="100.5539118" StarRating="4" HotelCode="|103699" HotelName="Dynasty Grande" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Soi Sukhumvit 6, Sukhumvit Rd. Klongtoey,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/9/9/103699_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a salt water pool, a gym and a restaurant. SITUATION: This establishment, Sukhumvit 6 it is in Close to shopping centres, embassies and leisure areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.04" OriginalAmount="102.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.724205" Longitude="100.561464" StarRating="3" HotelCode="|446430" HotelName="Spark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>599 Soi Phaisingtoh Khlongtoey, Khlongtoey Bangkok 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/3/0/446430_bcc28881128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.08" OriginalAmount="102.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7631828" Longitude="100.4970125" StarRating="2" HotelCode="|95457" HotelName="Bhiman Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Phra Sumen Rd., Banglampu,55</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/4/5/7/95457_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 45 rooms, a lobby with a reception, a lift and a safety deposit box service. The establishment has a cafÃ© and a restaurant. The establishment offers internet, room service and a laundry service. SITUATION: The hotel is in Phra Suman-Phra Arthit the road of it is located near the Royal Palace, Phra Suman Port Khaosan the road of You will be able to visit Chao Phraya the dock it is 30 minutes drive away from Bangkok the Railway Station of. ROOM: All the rooms have an air-conditioning system, a shower, cable television, a mini-bar, toiletries and a bottle of water. Guests are offered rooms for smokers and non-smoking rooms. It also has a direct line telephone and internet. FACILITIES: The establishment has a swimming pool, The establishment also has volleyball courts. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.748477967101" Longitude="100.59782624245" StarRating="4" HotelCode="81942|29838" HotelName="Royal Suite Residence Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.747337" Longitude="100.529539" StarRating="3" HotelCode="188236|reno" HotelName="Reno Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Rama 1 Road, Soi Kasemsan 1, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/3b/383b8cb09421104b865fad4db93db6cd77d4b3ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Bangkok. The nearest station is National Stadium ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75374605" Longitude="100.4861319" StarRating="4" HotelCode="562996|theatre_residence" HotelName="Theatre Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>69/4-8 Soi Wat Rakang, Arunarmarin Road, Siriraj, Bangkok Noi, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a8/e6/a8e63311e1afb2cab26339e460f54b1326168e45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78618182" Longitude="100.78011426" StarRating="3" HotelCode="630616|kailub" HotelName="Kailub Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>225/109-110 Khumklao Soi 9, Saanseab Minburi, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/95/e195c55c95dba107bbd60261b05cfff28b3dd445.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.17" OriginalAmount="103.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7517645" Longitude="100.5844865" StarRating="3" HotelCode="|403442" HotelName="Amp Am House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Soonvijai 5, Bangkapi, Huai Khwang Bangkok, 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/4/4/2/403442_9b6e64d0635.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.20" OriginalAmount="103.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736471" Longitude="100.548518" StarRating="0" HotelCode="|446410" HotelName="The Quart Ruamrudee By Uhg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>38/3 Soi Ruamrudee, Ploenchit Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/1/0/446410_09d0b4b1029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.33" OriginalAmount="103.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7438425" Longitude="100.5577591" StarRating="4" HotelCode="|71489" HotelName="Radisson Suites Bangkok Sukhumvit " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT 13, SUKHUMVIT RD, KLONGTOEY NUA, WATTANA 23/2-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/4/8/9/71489_c44a7011128.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, with air-conditioning, was built in 2010, has 96 rooms, a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. It also has a cafÃ©, a bar, a restaurant, conference facilities, room service, a laundry service and WiFi. SITUATION: This establishment, is in Soi 13 a peaceful area of Sukhumvit Road it is near nearby, you will find the railway station, the metro station, is 35 minutes away from Suvarnabhumi Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.44" OriginalAmount="103.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.745474" Longitude="100.557701" StarRating="5" HotelCode="|449698" HotelName="Nysa Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>73/7-8 Soi Sukhumvit 13, Khwaeng Khlong Toei Nuea</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/6/9/8/449698_91b9fc31029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.69" OriginalAmount="103.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72431" Longitude="100.53196" StarRating="0" HotelCode="|235841" HotelName="Silom Lofts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21/1 Soi Pipat Silom Road Silom, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/8/4/1/235841_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.90" OriginalAmount="103.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746072" Longitude="100.554467" StarRating="3" HotelCode="|172786" HotelName="Three Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Soi Nana Nua, Sukhumvit3 Road, Klongtoey Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/7/8/6/172786_1_1423.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.96" OriginalAmount="103.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73646" Longitude="100.57339" StarRating="4" HotelCode="|245814" HotelName="Metropolis Suites Bangkok, Tapestry Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>5/9 Soi Phrom Si 1 Sukhumvit 39, Khwaeng Khlong Tan Nuea</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/8/1/4/245814_20.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738840333333" Longitude="100.553862" StarRating="4" HotelCode="147141|dynasty_grande_hotel_2" 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="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="962574|hide_and_seek_hometel" HotelName="Hide And Seek Hometel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44/8 Soi Sukhumvit 46, Phra Khanong, Klongtoei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/7c/cb7c92b75ee02344646e4c0bfd8e66b154e531cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.43" OriginalAmount="104.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7071706" Longitude="100.5070952" StarRating="4" HotelCode="|278948" HotelName="Once Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2074/99 Soi Charoenkrung 72/2, Bangkorleam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/9/4/8/278948_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.45" OriginalAmount="104.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7614687" Longitude="100.4932578" StarRating="0" HotelCode="|396916" HotelName="Chillax Heritage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Phra Athit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/9/1/6/396916_a6b48e81102.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.59" OriginalAmount="104.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7390195" Longitude="100.5537456" StarRating="4" HotelCode="|83098" HotelName="Parkroyal Suites Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT SOI 6, KLONGTOEY 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/9/8/83098_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2009, is ideal for holidays or business trips, has 194 rooms, air-conditioning, a lobby with a reception and express check-out. Some of the facilities that the establishment offers to guests include a safety deposit box service, a lift, a cafÃ© and a restaurant. It also has conference facilities, a business centre and internet. For an additional charge cost offers WiFi, room service and a laundry service. The establishment has a car park. SITUATION: The hotel Soi 6 it is in near the establishment, you will find the train, The hotel is near shops, supermarkets, the nightlife, the Congress Centre and hospitals. this hotel is situated 45 kilometres away from Suvarnabhumi Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.79" OriginalAmount="104.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7560931" Longitude="100.5412988" StarRating="5" HotelCode="|358693" HotelName="Akara Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>372 Sri Ayudhya Road, Thanon Phyathai Rajthevi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/6/9/3/358693_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.79" OriginalAmount="104.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.748989" Longitude="100.527566" StarRating="3" HotelCode="|472152" HotelName="S3 Siam Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Soi Kasem San 3,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/1/5/2/472152_60089492028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.93" OriginalAmount="104.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.722882" Longitude="100.5196" StarRating="4" HotelCode="|104871" HotelName="Holiday Inn Bangkok Silom, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>981 Silom Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/7/1/104871_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 5 minutes away from Surasak the skytrain station of. FACILITIES: Guests are offered a swimming pool, a gym, a wellness centre, a tennis court and a sauna.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739193" Longitude="100.553779" StarRating="4" HotelCode="161094|phachara_suites_sukhumvit" HotelName="Phachara Suites" Meals="ROOM ONLY" 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="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7614064" Longitude="100.48715888" StarRating="3" HotelCode="613167|chann_bangkok_noi" HotelName="CHANN Bangkok-Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Free CXL until 14/07/2026" 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="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.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="94" TotalAmount="108.39" OriginalAmount="105.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738574" Longitude="100.543085" StarRating="4" HotelCode="|34673" HotelName="The Duchess" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>61 Langsuan Road, Lumpini, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/7/3/34673_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, with air-conditioning, has a business centre, Lenotre the cafÃ© a lobby with a reception, a safety deposit box service, a lift, a restaurant, room service, a laundry service and a car park. SITUATION: It is inLangsuan the street In the surrounding area, you can find restaurants, shops, entertainment and the market. it is 10 minutes away from the train 20 minutes away fromLimpinee park it is situated 25 kilometres away from Don Mueang Airport it is situated 35 kilometres away from Suvarnabhumi Airport. ROOM: The establishment has modern, large and comfortable apartments. All the rooms have a king-size bed, duvets, individual air-conditioning and a bathroom with a shower, Some rooms have a bath, They also have a hairdryer, a direct line telephone, a satellite or cable television, a radio, a safe, internet, a kitchen with fridge, a mini-bar, an oven, a microwave, an iron, a coffee maker and a kettle. Clients are offered non-smoking rooms. FACILITIES: Customers can enjoy a spa, a gym, a swimming pool, deck chairs, parasols, a hydromassage bath, a sauna, a solarium and a massage service. PAYMENT METHODS: Customers can pay by credit cards, American Express, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.90" OriginalAmount="105.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.724705" Longitude="100.547449" StarRating="5" HotelCode="188157|175169" HotelName="Aetas Lumpini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.97" OriginalAmount="105.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.722798137875" Longitude="100.52005827427" StarRating="4" HotelCode="8967|25743" HotelName="Holiday Inn Bangkok Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.08" OriginalAmount="105.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7365505" Longitude="100.5508839" StarRating="0" HotelCode="|247209" HotelName="Aspira Residence Ruamrudee" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>119/10 Soi Ruamrudee, Ploenchit Road, Lumpini, Pathumwan, Bangkok, Bangkok, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/2/0/9/247209_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719622" Longitude="100.515045" StarRating="4" HotelCode="39063|15495" HotelName="Centre Point Hotel Silom" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/07/2026">
        <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="63" TotalAmount="109.18" OriginalAmount="106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75186398" Longitude="100.58464856" StarRating="3" HotelCode="779467|amp_am_house_hotel" HotelName="Amp Am House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Currency Exchange,Housekeeping,Internet,Kitchen,Laundry,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Sun Wichai 5, Bangkapi Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/cc/28cc83680106744bd1afa3bab879248c17487493.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;"Amp Am House Hotel set close to Bangkok Hospital by walking distance on 5 minute , Amp Am House Hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.20" OriginalAmount="106.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7515808" Longitude="100.5414505" StarRating="4" HotelCode="|129584" HotelName="Centara Watergate Pavillion Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>567 Rachaprarop Road, Makkasan Rajthevee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/5/8/4/129584_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is close to the shopping centres and leisure areas. FACILITIES: The establishment has a restaurant, a bar, a spa with treatments and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.34" OriginalAmount="106.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72154" Longitude="100.559839" StarRating="4" HotelCode="|214464" HotelName="Modena By Fraser Bangkok Residences - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2527 Rama 4 Road, FYI Center, Bangkok 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/4/4/6/4/214464_1_2885.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.57" OriginalAmount="106.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7347482" Longitude="100.5804464" StarRating="4" HotelCode="|104770" HotelName="Oakwood Residence Sukhumvit Thonglor Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Thonglor Soi 13, Sukhumvit 55 Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/7/0/104770_11.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has modern suites. FACILITIES: The establishment has a swimming pool, a gym, a restaurant and a car park (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.75" OriginalAmount="106.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8182209" Longitude="100.5593604" StarRating="5" HotelCode="|35305" HotelName="Centara Grand At Central Plaza Ladprao Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1695 Phaholyothin Road Chatuchak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/0/5/35305_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 607 standard rooms and suites and a non-smoking floor. The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, 6 restaurants, 3 coffee shops, a living room, a hairdresser's, conference facilities, room service, a laundry service, internet (for a fee), a mini-club and a car park. SITUATION: It is in a business area, is between the city centre, the airport 15 minutes away fromBangkok the centre of it is well-connected with the metro station, the train, 300 metres away from the establishment, you can find public transport services, is 15 minutes away from the tourist attractions situated 45 minutes away from the airport. ROOM: The rooms have a double or king-size bed, a bathroom with a shower, with a bath, a hairdryer, satellite or cable TV, a radio, internet, a mini-bar, a coffee maker, a kettle, a washing machine, an iron, a safe and an air-conditioning system. FACILITIES: Outdoors, clients have access to a swimming pool and tropical gardens. You also have at your disposal a children's swimming pool, a bar and parasols. For a fee, you can enjoy a gym, aerobics classes, saunas, a steam bath, steam baths, solariums and jacuzzis. The establishment has facial treatments, a spa (available for a fee) and aerobics. For a fee, you can enjoy enjoy tennis and an entertainment programme. PAYMENT METHODS: The establishment accepts AmEx, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers 6 restaurants, 3 cafÃ©s and lobby lounge. Clients also have at their disposal karaoke, The establishment offers all meals Ã  la carte, from a set menu or buffet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="107" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76241" Longitude="100.499418" StarRating="3" HotelCode="62532|39440" HotelName="Nouvo City Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Samsen Road, 2 Samsen 2, Pranakorn, Banglamphu, Bangkok, 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/5d/1f5d4344c51fb3606c16c579f71c6e42bc77d551.jpeg</HotelPictures>
        <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="63" TotalAmount="110.21" OriginalAmount="107.00" MarkupRule="3.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="94" TotalAmount="110.56" OriginalAmount="107.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7360876" Longitude="100.5619444" StarRating="5" HotelCode="|92973" HotelName="The Continent Bangkok By Compass Hospitality- Sha Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>413 SUKHUMVIT ROAD, SUKHUMVIT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/2/9/7/3/92973_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is superior category and perfect for business and holiday stays.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.00" OriginalAmount="107.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.707393060099" Longitude="100.50604641438" StarRating="4" HotelCode="9974|25747" HotelName="Ramada Plaza by Wyndham Bangkok Menam Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 11/07/2026" 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="94" TotalAmount="111.05" OriginalAmount="107.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736878" Longitude="100.575717" StarRating="4" HotelCode="|452982" HotelName="Walton Suites Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>199 Sukhumvit 49/11 (Klang)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/9/8/2/452982_9ac3c531114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.11" OriginalAmount="107.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7473473" Longitude="100.5295344" StarRating="3" HotelCode="|131459" HotelName="Reno" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>40 SoiKasemsan 1 Rama 1 Road Patumwan Wangmai Bangkok 10330, Pathumwan, 10330 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/4/5/9/131459_ef043df1627.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has an internet area. ROOM: Some rooms have a safety deposit box, a television and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.750758" Longitude="100.531109" StarRating="3" HotelCode="165843|15131" HotelName="Evergreen Place Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="27" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.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="63" TotalAmount="111.24" OriginalAmount="108.00" MarkupRule="3.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="Free CXL until 08/07/2026" 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="63" TotalAmount="111.24" OriginalAmount="108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72435632" Longitude="100.53200781" StarRating="3" HotelCode="517795|silom_lofts_luxury_service_apartment" 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="111.24" OriginalAmount="108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="787155|bangkok_voyage_boutique" HotelName="Bangkok Voyage Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="111.37" OriginalAmount="108.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7395587" Longitude="100.5603017" StarRating="4" HotelCode="|65896" HotelName="SQ Boutique Hotel Managed by The Ascott Limited" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Soi Sukhumvit 19 Khlong Toei Nuea, Watthana, Wattana, 10110 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/8/9/6/65896_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, economical hotel, was built in 2009, has 40 rooms, 8 floors, air-conditioning, a reception, a hall, a lift, WiFi, room service and a laundry service. SITUATION: The hotel is in Bangkok the heart of Sukhumvit Road it is in 150 metres away from the establishment, you can find the railway station, is situated 35 kilometres away from Suvarnabhumi Airport. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite or cable TV, internet, a safe, a fridge, a coffee maker, a kettle and have an individual air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and a lunch and dinner service. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.40" OriginalAmount="108.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.774037" Longitude="100.5738649" StarRating="4" HotelCode="|95450" HotelName="Graph  Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ratchadapisek Road,188</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/4/5/0/95450_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a cafÃ©, a swimming pool and a gym. SITUATION: This 3 star hotel is in Bangkok the city centre of Close to. ROOM: The establishment has 215 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.54" OriginalAmount="108.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71959" Longitude="100.54865" StarRating="3" HotelCode="|186396" HotelName="Baan Sabai Rama Iv" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>106/2 Soi Sri Bumphen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/9/6/186396_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.68" OriginalAmount="108.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7609726" Longitude="100.5376847" StarRating="3" HotelCode="|103581" HotelName="Pt Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rangnam Rd, Phayathai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/8/1/103581_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a car park (free of charge), a swimming pool, large apartments with a kitchen. SITUATION: This establishment, is in Bangkok the commercial district of it is situated 3 minutes walk away from Skytrain BTS Victory Monument the train station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.71" OriginalAmount="108.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75422" Longitude="100.53558" StarRating="4" HotelCode="|187229" HotelName="Vince Pratunam" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26/2-1 Soi Phetchaburi 11, Thanon Phaya Thai, Ratchathewi, 10400 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/2/2/9/187229_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.06" OriginalAmount="108.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.717993" Longitude="100.565809" StarRating="4" HotelCode="|446294" HotelName="The Fig Lobby Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Rimtangrodfaisaipaknam Road, Khlongtoey.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/9/4/446294_3854c261416.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.23" OriginalAmount="108.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737606" Longitude="100.566503" StarRating="4" HotelCode="|389779" HotelName="The Quarter Phromphong by UHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Soi Sukhumvit 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/7/9/389779_9a1ac461110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72321127" Longitude="100.58648428" StarRating="4" HotelCode="495500|somerset_ekamai_bangkok" HotelName="Somerset Ekamai Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" 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="94" TotalAmount="112.77" OriginalAmount="109.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7503157" Longitude="100.5429101" StarRating="5" HotelCode="|131059" HotelName="The Berkeley Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>559 Ratprarop Road, Makkasan, Rachatewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/0/5/9/131059_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is next toPalladium World the commercial centre 15 kilometres away from and skytrain BTS the Station of the Grand Palace 6 kilometres away from it is 29 kilometres away from the airport. FACILITIES: There is a variety of facilities and services available at the establishment, including a reception, a restaurant, a bar, a cafÃ©, a swimming pool, a jacuzzi, a gym, a massage service (available for a fee), business centre, meeting facilities and WiFi. ROOM: All the rooms have a bathroom with a bath or shower, a hairdryer, a television, a direct line telephone, a mini-bar and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.77" OriginalAmount="109.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.90731" Longitude="100.59528" StarRating="2" HotelCode="|245170" HotelName="Sleep Box By Miracle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4th Flr., Domestic Passenger Terminal 2 Don Mueang International Airport</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/1/7/0/245170_f8268831648.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.82" OriginalAmount="109.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738151" Longitude="100.567009" StarRating="0" HotelCode="|524645" HotelName="The Alberti" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>251 Sukhumvit 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/4/5/524645_64a37350924.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.08" OriginalAmount="109.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7372314" Longitude="100.5835583" StarRating="4" HotelCode="|103500" HotelName="Ivy Thonglor 55" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>889/447 Sukhumvit 55 (Thonglor), Klongton Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/0/0/103500_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Bangkok the business area of. FACILITIES: Guests are offered a swimming pool, a gym and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74010706" Longitude="100.56001221" StarRating="4" HotelCode="510545|arte_hotel_5" HotelName="Arte Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75609545" Longitude="100.54131088" StarRating="4" HotelCode="620134|akara_hotel_2" HotelName="Akara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/07/2026" 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="94" TotalAmount="113.57" OriginalAmount="110.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7613145" Longitude="100.4872237" StarRating="3" HotelCode="|358128" HotelName="Chann Bangkok Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>30/1 Thanon Somdet Phra Pin Klao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/1/2/8/358128_1_2316.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.84" OriginalAmount="110.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7529695" Longitude="100.5243404" StarRating="3" HotelCode="|405132" HotelName="Dhevi Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>233 235 237 SOI PHAYANAK BANTHADTHONG RD THANON PH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/1/3/2/405132_f45a8ab0356.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.02" OriginalAmount="110.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.733162" Longitude="100.52699" StarRating="4" HotelCode="|129763" HotelName="Mandarin Managed By Centre Point" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>662 Rama IV Road, Bang Rak,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/7/6/3/129763_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, has a cafÃ©, room service, a bar, a restaurant and a swimming pool. SITUATION: This establishment, is in Bangkok the heart of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.05" OriginalAmount="110.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73544" Longitude="100.561445" StarRating="4" HotelCode="|40629" HotelName="Park Plaza Sukhumvit Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>RATCHADAPISEK ROAD, KLONGTOEY 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/2/9/40629_404570e0944.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern style, boutique hotel, has 95 rooms, with air-conditioning, WiFi in rooms and WiFi in communal areas, In the entrance, guests are offered a lobby, a reception, a reception, a bar and a restaurant. The establishment also offers room service and a laundry service. SITUATION: Is situated inSukhumvit the business area of it is close to the convention centre, the train, the metro station and the shopping centres. it is situated 55 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have an LCD television, a DVD player, a writing desk, plugs, a safety deposit box, an iron, a bathroom with a shower or bath, a hairdryer, a direct line telephone, internet, a mini-bar, a coffee maker, a kettle and an air-conditioning system. FACILITIES: Outdoors, guests have access to a swimming pool, The establishment boasts a gym, is located 30 minutes away from a golf course. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.33" OriginalAmount="111" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7332" Longitude="100.565296" StarRating="4" HotelCode="207933|48223" HotelName="Holiday Inn Bangkok Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Sukhumvit 22, Klongton, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/7c/077cbc7a11fbf6f697fa81e848134a4730e98b2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.33" OriginalAmount="111" MarkupRule="3.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 16/07/2026" 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="63" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.707211133392" Longitude="100.5070470048" StarRating="3" HotelCode="378936|once_bangkok" HotelName="Hotel Once Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="495868|yello_rooms" HotelName="Yello Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 11/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>100 Nakorn Sawan, Pomprabsattrupai, Bangkok, 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/f4/69f42d78a682770d65b015d6703fa6a0b1ebeb24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Yello Rooms in Bangkok (Bangkok City Centre), you'll be minutes fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78463093" Longitude="100.54659805" StarRating="4" HotelCode="639433|ari_hills" HotelName="The Quarter Hotel Ari" Meals="ROOM ONLY" 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="94" TotalAmount="114.36" OriginalAmount="111.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742706" Longitude="100.556679" StarRating="4" HotelCode="|444367" HotelName="Aira Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Sukhumvit 11, Bangkok 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/3/6/7/444367_9c95bfb1048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.37" OriginalAmount="111.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7414934" Longitude="100.5585261" StarRating="4" HotelCode="|36675" HotelName="SAMALA Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>43 Sukhumvit Soi 15, Sukhumvit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/7/5/36675_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 186 studios and suites, a cleaning service, a laundry service (for a fee), a reception, express check-out and a concierge. The establishment boasts a lobby, a safety deposit box service, a lift, a games room, a television room, a restaurant, internet, room service (for a fee) and a car park. SITUATION: It is inSukhumvit the heart of it is situated 45 kilometres away from Suvarnabhumi Airport. ROOM: apartments, have cable television, video, films, a stereo with CD, electronic safe, a dining area, a sitting area with desk, a direct line telephone, a kitchen, a fridge, a microwave, glassware, cutlery, a bathroom with a bath, a shower, a hairdryer, a double or king-size bed, a radio, internet, a mini-bar, a washing machine and an individual air-conditioning system. FACILITIES: Guests can enjoy a gym, a swimming pool, a sauna (available for a fee), theatre, a karaoke room and a billiards table. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy American buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.69" OriginalAmount="111.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.751613" Longitude="100.537302" StarRating="4" HotelCode="66497|80651" HotelName="Centre Point Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/07/2026" 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="94" TotalAmount="114.70" OriginalAmount="111.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.711235" Longitude="100.543195" StarRating="0" HotelCode="|446423" HotelName="Shama Yen-akat Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>No 69 Yen Akat Road, Chong Nonsri, Bangkok 10120</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/2/3/446423_903f4231044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.77" OriginalAmount="111.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7625002" Longitude="100.4991993" StarRating="3" HotelCode="|34682" HotelName="NEW WORLD CITY" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SAMSEN RD., BANGLAMPHU, PRANAKORN 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/8/2/34682_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 188 rooms, 2Â junior suites and 1 suite. The establishment has a lobby with a reception, a safety deposit box service, a bar, a restaurant, conference facilities, room service and a car park. SITUATION: Is situated inBangkok the heart of it is near Banglumphu the river It is located 500 metres away fromSatichaiprakran park it has good links to the tourist attractions. ROOM: All the rooms have a bathroom with a shower, a hairdryer and satellite and cable TV. Some rooms have a balcony or terrace. FACILITIES: Outdoors, guests have access to a swimming pool, You also have at your disposal a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.00" OriginalAmount="111.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743596" Longitude="100.553758" StarRating="1" HotelCode="|439693" HotelName="Sara's" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>13/2-5, 13/9 sukhumvit soi 3 nana nua wattana ,, Wattana, 10110 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/6/9/3/439693_b3dfb011723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.06" OriginalAmount="111.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.703594" Longitude="100.53748" StarRating="4" HotelCode="|36639" HotelName="Chatrium Residence Sathorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>291 SOI NARADHIWAS RAJANAGARINDRA 24,NEW SATHORN ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/3/9/36639_1_1288.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This apartment complex has air-conditioning, a lobby, a reception, a safety deposit box service, a lift, a playground, a bar and a restaurant. The establishment has room service, a laundry service and a car park. SITUATION: Soi Naradhiwas Rajanagarindra 24 Is situated in it is near Chong Nonsi the Railway Station of It is situated 10 kilometres away fromBangkok the Railway Station of it is situated 25 kilometres away from Don Mueang Airport it is situated 35 kilometres away from Suvarnabhumi Airport. ROOM: studios and one-, two-, three- or four-bedroom apartments, The apartments a bathroom with a shower, a bath and a hairdryer. All the rooms have a double bed, a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a safety deposit box, a mini-bar, a coffee maker and a kettle. apartments and have an individual air-conditioning system. FACILITIES: The establishment boastsClub One a gym a massage service, a spa, a steam bath, a sauna, a hydromassage bath and aerobics. Guests can enjoy a swimming pool, a garden area and deck chairs. OBSERVATIONS: The establishment offers a concierge service, security guard and maintenance service. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.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="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754087238679" Longitude="100.64636617899" StarRating="5" HotelCode="186994|48823" HotelName="Grand FourWings Convention" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="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="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>304 Soi Sukhumvit 55 Thong Lo 8-10, North Klongton, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/fc/06fc4b35a07f7717dc9fa401a5a9481667d08d5d.jpeg</HotelPictures>
        <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="94" TotalAmount="115.44" OriginalAmount="112.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.767722" Longitude="100.5050272" StarRating="5" HotelCode="|357937" HotelName="The Raweekanlaya Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>164-172 Krung Kasem Road, Bang Khun Phrom, Phra Nakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/9/3/7/357937_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.55" OriginalAmount="112.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741159" Longitude="100.554803" StarRating="0" HotelCode="|396384" HotelName="Syama Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>113, 115 Sukhumvit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/3/8/4/396384_7def5171121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.64" OriginalAmount="112.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737197582775" Longitude="100.58342562271" StarRating="4" HotelCode="404544|231409" HotelName="Ariva Ivy Servizio Thonglor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/07/2026" 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="94" TotalAmount="115.70" OriginalAmount="112.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73923" Longitude="100.55602" StarRating="0" HotelCode="|186798" HotelName="Shane Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>4/21 Sukhumvit Soi 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/7/9/8/186798_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.89" OriginalAmount="112.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.9951024" Longitude="100.6167868" StarRating="4" HotelCode="|439328" HotelName="Novotel Bangkok Future Park Rangsit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paholyothin Road Prachathipat Thanyaburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/3/2/8/439328_8dd7f0b1037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.04" OriginalAmount="112.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742897" Longitude="100.555241" StarRating="4" HotelCode="|389767" HotelName="The Key Premier Sukhumvit by Compass Hospitality" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Sukhumvit Soi 7, Bangkok 10110 Thailand, Bangkok, Bangkok Province 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/6/7/389767_ed1a5721117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.39" OriginalAmount="113.00" MarkupRule="3.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82/8 Langsuan, Lumphini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/24/9324d7751e83c2c891aff3759a7377437999353e.jpeg</HotelPictures>
        <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="116.39" OriginalAmount="113.00" MarkupRule="3.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="63" TotalAmount="116.39" OriginalAmount="113.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741541" Longitude="100.560666" StarRating="4" HotelCode="535104|grand_asoke_residence_sukhumvit" HotelName="Grand Asoke Residence Sukhumvit" Meals="ROOM ONLY" 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="63" TotalAmount="116.39" OriginalAmount="113.00" MarkupRule="3.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 16/07/2026" 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="94" TotalAmount="116.94" OriginalAmount="113.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.747969" Longitude="100.527265" StarRating="4" HotelCode="|389776" HotelName="Daraya Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>80 Soi Kasem San 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/7/6/389776_72d93ae1130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.96" OriginalAmount="113.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7313696" Longitude="100.5728144" StarRating="4" HotelCode="|65889" HotelName="Adelphi Grande Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 SUKHUMVIT SOI 41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/8/8/9/65889_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 168 modern studios and one bedroom suites and beautiful city views. ROOM: The spacious and smart rooms, have wooden floors, internet, a television, a kitchenette, a washing machine and tumble drier. FACILITIES: Outdoors, guests have access to a swimming pool, The establishment boasts a cafÃ©, a gym and WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.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,HALF BOARD,FULL BOARD" 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="117.42" OriginalAmount="114.00" MarkupRule="3.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="117.42" OriginalAmount="114.00" MarkupRule="3.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1777 New Phetchaburi Road, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/69/54/69540a74cf5f0f0819238bde5c1d060baa0e5daa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.85" OriginalAmount="114.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7651023" Longitude="100.5019669" StarRating="3" HotelCode="|103609" HotelName="U Place Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>105 Wisutkasat Road. Soi Wat Mai Bang Kun Phrom, Pranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/0/9/103609_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is a 5-minute walk away from Tewes the Market of. FACILITIES: Guests are offered a swimming pool and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.86" OriginalAmount="114.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.761158" Longitude="100.566561" StarRating="5" HotelCode="|389638" HotelName="Somerset Rama 9 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Ratchadaphisek Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/6/3/8/389638_d55a0bd1137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.89" OriginalAmount="114.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72274" Longitude="100.575993" StarRating="4" HotelCode="|446230" HotelName="Karaarom" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>8 Napasup 2, Sukhumvit 36 Rd., Klongtan, Klongtoey, Bangkok, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/3/0/446230_e129c550849.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.91" OriginalAmount="114.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7336652" Longitude="100.567991" StarRating="4" HotelCode="|83091" HotelName="The Bless  and Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Sukhumvit Soi 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/9/1/83091_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has modern suites. SITUATION: 3 minutes away, you can findPhromphong the Railway Station of Sukhumvit is situated in Next to the establishment, guests will findThe Emporium the shopping centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.00" OriginalAmount="114.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7390458" Longitude="100.6470763" StarRating="4" HotelCode="|239603" HotelName="The Silver Palm - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69 Soi Sa Ngop Suk Rama 9 Road, Suan Laung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/0/3/239603_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736191" Longitude="100.562021" StarRating="4" HotelCode="189387|the_continent_hotel" HotelName="The Continent Hotel Bangkok by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.759099477889" Longitude="100.50323820074" StarRating="3" HotelCode="344064|villa_phra_sumen_bangkok" 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="118.45" OriginalAmount="115.00" MarkupRule="3.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 16/07/2026" 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="94" TotalAmount="118.85" OriginalAmount="115.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.733288" Longitude="100.5653361" StarRating="4" HotelCode="|131125" HotelName="Holiday Inn Bangkok Sukhumvit, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Sukhumvit 22 Klongton, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/1/2/5/131125_dbd72b40935.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a swimming pool, a gym and 2 restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.14" OriginalAmount="115.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.744889" Longitude="100.553159" StarRating="3" HotelCode="19507|53055" HotelName="Zenith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/07/2026" 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="94" TotalAmount="119.14" OriginalAmount="115.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74793" Longitude="100.529645" StarRating="4" HotelCode="|223859" HotelName="Lit Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36/1 Soi Kasemsan 1, Rama 1 Road, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/3/8/5/9/223859_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72480099" Longitude="100.58020932" StarRating="4" HotelCode="535556|the_salil_hotel_sukhumvit_57_thonglor" HotelName="The Salil Hotel Sukhumvit 57 - Thonglor" Meals="ROOM ONLY" 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="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72690381" Longitude="100.53667025" StarRating="3" HotelCode="600351|at_21_saladaeng" HotelName="21 Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <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="94" TotalAmount="119.86" OriginalAmount="116.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7468373" Longitude="100.5289704" StarRating="3" HotelCode="|104719" HotelName="Ibis Bangkok Siam " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>927 Rama 1 Road, Wangmai, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/1/9/104719_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is near National Stadium the skytrain station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.13" OriginalAmount="116.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.735568" Longitude="100.542429" StarRating="4" HotelCode="|95455" HotelName="Luxx Langsuan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Luangsaun Lumphini, Pathumwan,82/8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/4/5/5/95455_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 7 floors, a swimming pool, a bar and WiFi in communal areas, It also has a fitness room, a business centre and an exercise room. SITUATION: This hotel Bangkok it is in it is located close to restaurants, bars, Lumphini park Bangkok the Park of. ROOM: The rooms have wooden furniture and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.26" OriginalAmount="116.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740167" Longitude="100.552218" StarRating="5" HotelCode="|451548" HotelName="Maison Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Sukhumvit 2&amp;4 Alley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/5/4/8/451548_72a2f461254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.32" OriginalAmount="116.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728026" Longitude="100.570003" StarRating="4" HotelCode="65094|202998" HotelName="DoubleTree By Hilton Sukhumvit Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="120.55" OriginalAmount="117.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7397187" Longitude="100.5435692" StarRating="4" HotelCode="|38602" HotelName="Urbana Langsuan Bangkok, Thailand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Langsuan Road, Lumpini, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/0/2/38602_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: this building, has 36 floors and 129 apartments. This apartment complex with air-conditioning, has a lobby, with a reception, a safety deposit box service, a lift, a restaurant, WiFi, room service and a laundry service. nearby, you can find a car park. SITUATION: The establishment, is situated in Bangkok the centre of it is a few minutes' walk away from Lumpini park Where you can find the shopping centres and restaurants. it is situated 30 kilometres away from Don Mueang Airport it is situated 40 kilometres away from Suvarnabhumi Airport. ROOM: The establishment has studios and one-, two- or three-bedroom apartments and four bedroom attics. All the accommodation options have a shower, a hairdryer, a direct line telephone, a satellite television, a radio, internet, a safety deposit box, a kitchen with fridge, an oven, a microwave, a coffee maker, a kettle, a washing machine, an iron and an individual air-conditioning system. FACILITIES: Outdoors, guests have access to a swimming pool that has an area for children, an outdoor bar and parasols. You also have at your disposal hydrotherapy treatments, a hydromassage bath, a solarium and a gym. The establishment has a tennis court and a basketball court. MEALS: Clients can book bed and breakfast, Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa. OBSERVATIONS: Clients have a reception and a security service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.88" OriginalAmount="117.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7655549" Longitude="100.5677628" StarRating="4" HotelCode="|103596" HotelName="Amanta  and Residence Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77/88 Ratchadapisek soi 5, Ratchadapisek Rd., Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/9/6/103596_24512da0932.jpg</HotelPictures>
        <HotelDescription>APARTMENTS: The comfortable apartments have a kitchen with full kitchenware. FACILITIES: Guests are offered a gym and WiFi (free of charge). SITUATION: This apartment complex is a 5-minute walk away from MRT de Thailand Cultural Centre the train station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746493" Longitude="100.549409" StarRating="4" HotelCode="255718|arcadia_suites_bangkok" HotelName="Arcadia Suites Phloenchit Bangkok by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/07/2026" 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="94" TotalAmount="121.60" OriginalAmount="118.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.709803" Longitude="100.50322" StarRating="5" HotelCode="|452981" HotelName="Ten Six Hundred, Chao Phraya, Bangkok by Preference, managed by The Ascott Limited" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29/2 Soi Charoen Nakhon 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/9/8/1/452981_70a73b11144.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.08" OriginalAmount="118.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729593" Longitude="100.576568" StarRating="4" HotelCode="|522156" HotelName="VOQUE and Serviced Residence Sukhumvit 51" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>99 Soi Sukhumvit 51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/5/6/522156_b1b5d820901.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.11" OriginalAmount="118.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7386991" Longitude="100.5583432" StarRating="4" HotelCode="|103708" HotelName="S15 Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>217 Sukhumvit 15, Klongtoey-Nua</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/7/0/8/103708_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips. SITUATION: This establishment, is in Sukhumvit 15 the business area of it is situated next to the shopping area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.23" OriginalAmount="118.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7468683" Longitude="100.5284937" StarRating="3" HotelCode="|103424" HotelName="Kritthai Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>931/1 Soi Kasemsun 2 Rama 1 Rd., Wangmai, Patumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/2/4/103424_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has, WiFi, (free of charge). SITUATION: This establishment, is in Bangkok the centre of It has excellent transport links to points of interest and the shopping centre. ROOM: Customers can find cosy rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.49" OriginalAmount="118.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73193" Longitude="100.56369" StarRating="3" HotelCode="|35141" HotelName="Royal Park View " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT 20, KLONG TOEY 19/9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/1/4/1/35141_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, with air-conditioning, renovated in 2006, is perfect for business and holiday stays, has 235 rooms, a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a hairdryer, room service and a laundry service (for a fee), The establishment boasts a bar, a restaurant, conference rooms, WiFi (for a fee), a mini-club and a car park. SITUATION: Is situated inBangkok the heart of it is near Skhumvit the street the Congress Centre situated close toSilom, Sathorn and Rachadaphisek the streets of it is situated 30 kilometres away from Suvarnabhumi Airport it is situated 20 kilometres away from Don Mueang Airport. ROOM: Guests are offered superior rooms, deluxe rooms, corner rooms and presidential suites. They have views of Benjasiri the Park of, All the rooms have a direct line telephone, a satellite television, a mini-bar, a safety deposit box, etc. deluxe rooms, have a writing desk, a direct line telephone and a fax machine. The rooms have a bathroom with a hairdryer, a double or king-size bed, internet, a coffee maker, a kettle, a central air-conditioning system, a central heating system and a sitting room. FACILITIES: The establishment boasts a swimming pool, a gym (available for a fee), a sauna, deck chairs (available for a fee), a massage service and health treatments. OTHERS: Regarding the food and beverage offering, clients can enjoy a Chinese cuisine restaurant, Grill Room the restaurant, which specialises in shellfish Coffee Shop the restaurant Asian and Occidental cuisine and 20 the club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.56" OriginalAmount="118.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.855527" Longitude="100.485773" StarRating="4" HotelCode="|172518" HotelName="Dhabkwan Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2/21 - 24 Moo 2 Suang Yai , Mueng District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/5/1/8/172518_e2a3a060914.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.57" OriginalAmount="119" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753422887008" Longitude="100.57249546051" StarRating="4" HotelCode="8971|3540" HotelName="Golden Tulip Sovereign Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="122.57" OriginalAmount="119.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729048996553" Longitude="100.58048576117" StarRating="4" HotelCode="166760|somerset_sukhumvit_thonglor" HotelName="Somerset Sukhumvit Thonglor Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 18/07/2026" 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="94" TotalAmount="122.82" OriginalAmount="119.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.735074" Longitude="100.560069" StarRating="0" HotelCode="|446422" HotelName="The Coach Sukhumvit / Asok Bts Bangkok By Compass Hospitality" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Soi Sukhumvit 14 Klongtoey Subdistrict, Klongtoey District, Bangkok 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/2/2/446422_85bef6b1033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.03" OriginalAmount="119.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7349927" Longitude="100.5653275" StarRating="4" HotelCode="|60691" HotelName="Novotel Living Bangkok Sukhumvit Legacy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12-14 SUKHUMVIT 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/9/1/60691_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Legacy Suites is rated four stars and has attentive service. SITUATION: It is situated in front of the street Sukhumvit. It is in the heart of Bangkok. Close to the establishment, clients can find the train station Skytrain de Phong Phram and the commercial area. Clients can find shops, restaurants and leisure areas. ROOM: The establishment has 108 studios and suites with an air-conditioning system and a fully-equipped kitchen. FACILITIES: Customers can enjoy gardens, an outdoor swimming pool, a jacuzzi, a gym and enjoy tennis. OTHERS: Regarding the food and beverage provision, the establishment offers the traditional restaurant TenSui.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.39" OriginalAmount="119.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72777" Longitude="100.56858" StarRating="4" HotelCode="|245985" HotelName="  Hyatt Place Bangkok Sukhumvit 24" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>22/5 Sukhumvit Soi 24 Phrom Phong, Klongtan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/9/8/5/245985_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.41" OriginalAmount="119.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.716598" Longitude="100.58486" StarRating="0" HotelCode="|446416" HotelName="Wyndham Garden Bangkok Sukhumvit 42" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Sukhumvit 42 Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/1/6/446416_44ada811028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.702443" Longitude="100.537203" StarRating="4" HotelCode="65361|29837" HotelName="Chatrium Residence Sathon Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" 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="27" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.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="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753406193097" Longitude="100.53739400114" StarRating="2" HotelCode="380534|boxpackers_hostel" HotelName="Boxpackers Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>39/4 Phetburi 15, Petchburi Road, Rajathevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/7d/6d7dccb6fdb727f148cccc81c45f2cecbd6690d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.61" OriginalAmount="120.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7268848" Longitude="100.536958" StarRating="0" HotelCode="|103704" HotelName="At 21 Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Saladaeng Road, Silom, Bangrak, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/7/0/4/103704_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has deluxe apartments, a swimming pool, a gym and 2 restaurants. SITUATION: This establishment, is 5 minutes away from Saladaeng the Railway Station of Close to.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.24" OriginalAmount="120.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7422807" Longitude="100.5584553" StarRating="5" HotelCode="|187112" HotelName="Mövenpick Sukhumvit 15 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47 Sukhumvit 15, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/1/1/2/187112_4613c811418.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.24" OriginalAmount="120.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728751" Longitude="100.52735" StarRating="0" HotelCode="|176948" HotelName="Amara Bangkok - Sha Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>180/1 Surawong Road Sipraya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/9/4/8/176948_1_1969.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.63" OriginalAmount="121" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.750485729478" Longitude="100.54263662062" StarRating="5" HotelCode="293444|37401" HotelName="The Berkeley Hotel Pratunam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026">
        <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="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742652311051" Longitude="100.54962426424" StarRating="4" HotelCode="168588|novotel_bangkok_ploenchit_sukhumvit" HotelName="Novotel Bangkok Ploenchit Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,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="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.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="Free CXL until 10/07/2026" 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="94" TotalAmount="124.69" OriginalAmount="121.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742857" Longitude="100.4767394" StarRating="3" HotelCode="|103594" HotelName="Sivalai Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>168 Soi Isaraphab 33 , Isaraphab Road Tha Pra Bangkok-Yai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/9/4/103594_5db1f381005.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is 60 minutes drive away from Suvarnabhumi Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.04" OriginalAmount="121.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.756796" Longitude="100.50492" StarRating="4" HotelCode="|446403" HotelName="Ayathorn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>615/1 Thanon Phra Sumen,, Bangkok 10200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/0/3/446403_c4911521020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.05" OriginalAmount="121.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7211157" Longitude="100.5655119" StarRating="5" HotelCode="|54032" HotelName="Valia Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>95, 370 Sukhumvit Soi 24, Khwaeng Klongton, Khet Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/3/2/54032_ae0d5091214.jpeg</HotelPictures>
        <HotelDescription>ROOM: The establishment has executive studios, deluxe studios and suites. All the accommodation options have internet, a fridge, a microwave, cutlery, kitchen utensils, a bathroom and a shower. FACILITIES: The establishment has a leisure and entertainment area, fitness facilities, a health centre, a swimming pool and a business centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.07" OriginalAmount="121.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7539601" Longitude="100.6460444" StarRating="5" HotelCode="|129724" HotelName="The Grand Fourwings Convention" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>333 Srinakarin Rd. Bangkapi Huamark</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/7/2/4/129724_fab720f1054.jpg</HotelPictures>
        <HotelDescription>FACILITIES: This hotel offers room service, a transfer service to the airport and a babysitting service. The establishment boasts banquet facilities, a bar, a business centre, satellite or cable TV, a cafÃ© and a concierge service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.14" OriginalAmount="121.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7466149" Longitude="100.5496751" StarRating="4" HotelCode="|103407" HotelName="Arcadia Suites Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Soi Nai Lert, Wireless Road, Lumpini, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/0/7/103407_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 7 minutes away from Ploenchit the Station of. ROOM: The establishment has suites with kitchen and a washing machine. FACILITIES: Guests are offered a swimming pool, a gym and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.24" OriginalAmount="121.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7845376" Longitude="100.5465229" StarRating="4" HotelCode="|359217" HotelName="The Quarter Ari By Uhg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>428 Phahonyothin Soi 10 Phahonyothin Road Samsaen Nai Phaya Thai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/2/1/7/359217_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73499084" Longitude="100.50710052" StarRating="3" 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="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7442052" Longitude="100.5587986" StarRating="4" HotelCode="162076|22299" HotelName="Four Points by Sheraton Bangkok, Sukhumvit 15" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Sukhumvit Soi 15, Sukhumvit Road, Wattana, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/2d/9d2d423bc853c76ce0cb6049d546012285627564.jpeg</HotelPictures>
        <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="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.765666" Longitude="100.567967" StarRating="4" HotelCode="95925|amanta_hotel_residence_ratchada" HotelName="Amanta Hotel &amp; Residence Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77, 88 Ratchadapisek Road, Dindaeng, 10407 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/50/f3505937e058013d1eb506d224f4b356fb3d7fad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment hotel is located within walking distance of shopping centres, banks, embassies and ent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7278966" Longitude="100.56840124" StarRating="4" HotelCode="572409|hyatt_place_bangkok_sukhumvit" HotelName="Hyatt Place Bangkok Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="126.46" OriginalAmount="122.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7466509" Longitude="100.541067" StarRating="4" HotelCode="|26150" HotelName="Arnoma Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RAJDAMRI ROAD 99</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/5/0/26150_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 356 standard rooms, a beautiful garden, a lobby with an elevator, a reception with safety deposit boxes, a cloakroom, a currency exchange service, a cafÃ©, a kiosk, a mini-market, shops, a hairdresser's, a bar, a cafÃ© and a souvenir shop. The establishment also has a business centre, a TV room, an Ã  la carte restaurant with air-conditioning with highchairs, a restaurant, a conference room, internet and a car park. Kids can enjoy a playground. There are many services available at the establishment, including room service, a medical care service and a laundry service. SITUATION: This hotel is in a central area. Is situated in Rajadmri Road nearby, you will find the shopping centres, shops and restaurants. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo and internet. Are also equipped with a mini-bar, a king-size bed, tiled floors, fitted carpets, a kettle, a coffee maker, an air-conditioning system and a safety deposit box (available for a fee). FACILITIES: Outdoors, clients have access to a swimming pool, a terrace, parasols and deck chairs. For a fee, guests can enjoy a jacuzzi, a sauna, a Turkish bath, a massage service, a gym and body care treatments. OTHERS: The establishment offers all meals in a buffet form and Ã  la carte lunch and dinner. Dietary restrictions can be accomodated for, clients have at their disposal special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.56" OriginalAmount="122.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7628733" Longitude="100.49929" StarRating="4" HotelCode="|94527" HotelName="Nouvo City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Samsen 2, Samsen Road, Pranakorn, Banglamphu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/5/2/7/94527_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This newly built hotel, was built in 2010, has 110 large rooms, air-conditioning, a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service and a lift. The establishment offers guests a kiosk, a hairdresser's, a cafÃ© and a restaurant. The establishment also offers conference facilities, room service and a car park. For an extra cost you can have access to WiFi, a laundry service and bicycle rental. SITUATION: This establishment, is in Bangkok the historic area of is situated in Rattanokosin the Island of Close to Khaosan Road the market the Royal Palace, the National Museum, Banglumphu the Temple of Wat Phra Kaew the temple Wat Pho the river Chaophaya the nightlife of. 3 kilometres away from the establishment, guests will find PinKlao the shopping centre it is 30 kilometres away from Don Mueang Airport this hotel is situated 45 kilometres away from Suvarnabhumi Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.60" OriginalAmount="122.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7290402" Longitude="100.569537" StarRating="3" HotelCode="|404782" HotelName="Ibis Bangkok Sukhumvit 24" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5/1 Sukhumvit 24 Road Klong Ton Klong Toey, 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/7/8/2/404782_21ac3cc0633.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.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="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7440582" Longitude="100.5535345" StarRating="3" HotelCode="495543|204525" HotelName="Sara's Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13/9 Soi Sukhumvit 3 (Nana Nuea), Bangkok, 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1b/5e/1b5eb43b0b7c02bc2cd40f3a80fe351e388111b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75702555" Longitude="100.53435857" StarRating="0" HotelCode="738675|hotel_tranz" HotelName="Hotel Tranz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Phayathai Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/bc/8bbcebd44e98544823cc9efee0c52bfd5a376cc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73907344" Longitude="100.55308567" StarRating="4" HotelCode="747268|novotel_bangkok_sukhumvit_4" HotelName="Novotel Bangkok Sukhumvit 4" Meals="ROOM ONLY" 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="94" TotalAmount="126.84" OriginalAmount="123.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.720207" Longitude="100.532552" StarRating="3" HotelCode="|71459" HotelName="Yellow Ribbon Hills, Boutique Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOI PRAPINIJ,SATHORN-TAI RD,BANGKOK 33/3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/4/5/9/71459_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2009, has room service, air-conditioning, 80 rooms, has a lobby, with a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, a kiosk, a TV room and a restaurant. It also has internet, At an additional cost, you can enjoy a laundry service, a car park and an indoor car park. SITUATION: The hotel is in Bangkok the heart of Sathorn it is in it has good links to the business area, 5 minutes away from the establishment, clients can find the train station, is 10 minutes away from the metro station. ROOM: Each apartment has a bathroom with a shower, a bath, a hairdryer, a double bed, satellite or cable TV, internet, a safety deposit box, a kitchenette, a microwave, a coffee maker, a kettle, a washing machine, an iron, individual air-conditioning and a balcony or terrace. FACILITIES: For a fee, you can enjoy a gym and a massage service. it is situated 20 minutes away from a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.84" OriginalAmount="123.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.789515" Longitude="100.5621308" StarRating="4" HotelCode="|95388" HotelName="M2 De Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>168 Viphawadee Rangsit Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/3/8/8/95388_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a business centre and valet parking. ROOM: Each room has a launderette and room service. FACILITIES: The establishment has a jacuzzi and a sauna.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.01" OriginalAmount="123.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753402" Longitude="100.5373693" StarRating="0" HotelCode="|172687" HotelName="Boxpackers Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>39/3 Soi Petchburi 15 , Petchburi Rd., Payathai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/8/7/172687_7fb66301135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.47" OriginalAmount="123.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74739" Longitude="100.58249" StarRating="3" HotelCode="|244898" HotelName="Kepler Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11/99 Petchaburi Rd, Soi Petchaburi 47 Bangkapi Huaykwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/8/9/8/244898_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.72" OriginalAmount="124" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746523939406" Longitude="100.54090976715" StarRating="4" HotelCode="21436|1174" HotelName="Arnoma Grand Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Ratchadamri Road, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1d/5b/1d5b21b45cfe2bbc825262b9df16a86703a67871.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated hotel is located centrally on the Rajadamri Road. Numerous shopping facilities an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.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="127.72" OriginalAmount="124.00" MarkupRule="3.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="Non Refundable" 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="127.72" OriginalAmount="124.00" MarkupRule="3.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="94" TotalAmount="128.06" OriginalAmount="124.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.731883" Longitude="100.509917" StarRating="4" HotelCode="|446212" HotelName="The Quarter Chaophraya By Uhg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1190 Soi Somdet Chao Phraya 17, Kwaeng Somdet Chao Phraya Road, Khet Klong San Subdistrict, Klong San District, Bangkok 10600, Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/1/2/446212_a70f28c0751.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.11" OriginalAmount="124.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74182" Longitude="100.554033" StarRating="4" HotelCode="|209978" HotelName="Grand 5 and Plaza Sukhumvit Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>87 Sukhumvit Road, Soi 5, Klongtoey Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/9/9/7/8/209978_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.42" OriginalAmount="124.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72613" Longitude="100.541811" StarRating="0" HotelCode="|440407" HotelName="The Cotton Saladaeng" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14/1 Soi Sathon 2, North Sathorn Road, Bangkok, Bangkok, 10500</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/4/0/7/440407_2f0ebaa0835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.47" OriginalAmount="124.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7335991" Longitude="100.565986" StarRating="4" HotelCode="|69781" HotelName="S31 Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT 31, KLONGTOEY-NUA, WATTANA 545</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/7/8/1/69781_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 2009, has 90 rooms, a hall with express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a kiosk, a cafÃ©, a bar and a restaurant. The establishment has conference facilities, WiFi, room service, a laundry service and a car park. SITUATION: It is in a central area, 5 minutes away, guests can find the train station situated 2 kilometres away from the airport, this hotel is situated 20 kilometres away from Suvarnabhumi Airport. ROOM: The rooms a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, satellite or cable TV, a radio, a stereo, internet, a safety deposit box, an open-plan kitchen, a mini-bar, a fridge, a microwave, a coffee maker, a kettle, an ironing set, an air-conditioning system and a balcony or terrace. FACILITIES: The establishment boasts a salt water swimming pool with a children's area, a swimming pool bar, deck chairs, a gym, a jacuzzi, a sauna, a steam bath, a massage service and spa treatments. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast, lunch and dinner service, Customers have at their disposal a coffee shop. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.756836" Longitude="100.564823" StarRating="4" HotelCode="21437|grand_mercure_fortune_bangkok" HotelName="Grand Mercure Bangkok Fortune" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/07/2026" 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="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76162703" Longitude="100.49938144" StarRating="3" HotelCode="613009|casa_vimaya_riverside" HotelName="Casa Vimaya Riverside Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/07/2026" 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="94" TotalAmount="128.76" OriginalAmount="125.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7141828" Longitude="100.5934435" StarRating="3" HotelCode="|172671" HotelName="Beat  Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5/4-5 Soi Pridi Phanomyong 1, Sukhumvit 71, Phrakanong Nuea, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/7/1/172671_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.45" OriginalAmount="125.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6783321" Longitude="100.5844116" StarRating="4" HotelCode="|104721" HotelName="Bangkok Tree House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>60 Moo1, Petchaheung Rd soi 26, Bang Nampeung, Phra Pradeang. Samutprakarn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/2/1/104721_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 10 minutes away from Bang Namphueng the Market of. ROOM: The rooms have WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.54" OriginalAmount="125.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743463" Longitude="100.55448" StarRating="4" HotelCode="|389773" HotelName="GLOW Sukhumvit 5 by Centropolis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Sukhumvit Soi 5 Sukhumvit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/7/3/389773_35d71221129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740138" Longitude="100.552649" StarRating="3" HotelCode="188231|202967" HotelName="Rajah" 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>18 Soi Sukhumvit 2 &amp; Sukhumvit 4 (Soi Nana), Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/305428/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7402138" Longitude="100.56411719" StarRating="4" HotelCode="784766|somerset_maison_asoke_bangkok" HotelName="Somerset Maison Asoke Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/07/2026">
        <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="94" TotalAmount="130.25" OriginalAmount="126.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7200188" Longitude="100.5156708" StarRating="4" HotelCode="|33335" HotelName="Centre Point Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.1522/2 Soi Kaysorn 1 (Charoenkrung 50) Charoengkrung Road.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/3/3/5/33335_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 140 rooms, a lobby, a reception, a safety deposit box service, a currency exchange service, a lift, a restaurant, conference facilities, internet (for a fee), room service, a laundry service and a car park. SITUATION: This establishment is in the business district where you can find shopping centres, restaurants and leisure areas. 100 metres away, there is a bus station. It is just 45 kilometres away from Suvarnabhumi Airport. ROOM: The establishment has large, one bedroom apartments with a bathroom, a bath, a shower, a kitchen with hobs, a coffee maker, a kettle, a washing machine, a direct line telephone, a satellite television, internet, a safe, a mini-bar, an iron, an air-conditioning system and a balcony or terrace. FACILITIES: Outdoors, clients have access to a heated pool. The establishment has a gym, a steam bath and a sauna. For a fee, you can enjoy sports activities. OTHERS: The establishment serves a buffet breakfast and set-menu or Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="130.46" OriginalAmount="126.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74323240922" Longitude="100.55679791812" StarRating="4" HotelCode="33838|TH000181" HotelName="Mercure Bangkok Sukhumvit 11" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="130.55" OriginalAmount="126.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72123" Longitude="100.58473" StarRating="4" HotelCode="|389763" HotelName="Civic Horizon and Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8/8 Soi Sukhumvit 63 Rd., (Ekamai)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/6/3/389763_a3a83ef1103.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.81" OriginalAmount="127.00" MarkupRule="3.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="94" TotalAmount="130.84" OriginalAmount="127.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.733014" Longitude="100.560771" StarRating="4" HotelCode="|103638" HotelName="Column Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48 Sukhumvit Soi 16, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/3/8/103638_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has views of Benjakiti the park, a swimming pool and a restaurant on the rooftop. SITUATION: This establishment, Sukhumvit 16 it is in. ROOM: The rooms have a kitchen a balcony with city views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.96" OriginalAmount="127.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7442587" Longitude="100.5548722" StarRating="4" HotelCode="|104817" HotelName="Belaire Bangkok Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Sukhumvit Road Soi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/1/7/104817_bb3a3f41439.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Sukhmuvit 5 the street it is situated 5 minutes walk away from BTS Nana the skytrain station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.24" OriginalAmount="127.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.750762" Longitude="100.583503" StarRating="3" HotelCode="|389766" HotelName="Alix Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Soonvijai 7 Bangkapi, Huai Khwang, Bangkok, Bangkok, 10310</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/6/6/389766_d7bbfbd1155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.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="Non Refundable" 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="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72797102" Longitude="100.58067637" StarRating="0" HotelCode="973315|staybridge_suites_bangkok_thonglor" 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="75" TotalAmount="131.97" OriginalAmount="128.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741541" Longitude="100.560666" StarRating="5" HotelCode="148395|TH000013" HotelName="Grand Mercure Bangkok Asoke Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="132.24" OriginalAmount="128.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729099" Longitude="100.561534" StarRating="4" HotelCode="|446238" HotelName="Gardina Asoke and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Soi Sukhumvit 16 (Sammitr), Sukhumvit Rd, Khwaeng Khlong Toei, Khet Khlong Toei, Bangkok, 10110, Thailand.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/3/8/446238_ddb69191013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.25" OriginalAmount="128.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74887169" Longitude="100.52955683" StarRating="3" HotelCode="355876|138111" HotelName="Patumwan House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Kasemsan 1, Rama 1 Road, WangMai, Patumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/09/ff09091ad279d770e8af91cb0348491ed0522c81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.57" OriginalAmount="128.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7070192" Longitude="100.5999228" StarRating="4" HotelCode="|449401" HotelName="INNSiDE by Meliá Bangkok Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1472 Sukhumvit Road, Phrakanong, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/4/0/1/449401_226e2491318.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.65" OriginalAmount="128.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70558" Longitude="100.60095" StarRating="5" HotelCode="|386309" HotelName="Avani Sukhumvit Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2089 Sukhumvit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/3/0/9/386309_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.65" OriginalAmount="128.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.735952" Longitude="100.597817" StarRating="0" HotelCode="|440751" HotelName="Somerset Sukhumvit 71 Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1015, 29 Sukhumvit 71 Rd Khlong Tan Nuea, Watthana, Wattana, 10110 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/7/5/1/440751_48f28601120.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.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="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3803 Rama 4 Road, Prakanong, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/7d/897d73aa765e1ca1b9e4b18a17b7d3585652dc67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.89" OriginalAmount="129.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72221" Longitude="100.724" StarRating="4" HotelCode="|246619" HotelName="The Park Nine Suvarnabhumi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>599, 599/1 Lat Krabang Road Lat Krabang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/6/1/9/246619_22.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.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="Non Refundable" 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="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729086647388" Longitude="100.56430653348" StarRating="4" HotelCode="267692|gm_serviced_apartment" HotelName="GM Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="134.94" OriginalAmount="131.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728063" Longitude="100.580479" StarRating="4" HotelCode="|439334" HotelName="Staybridge Suites Bangkok Thonglor, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>101 Soi Sukhumvit 55 (Thonglor Road) Khwaeng Khlong Tan Nuea, Khet Watthana Bangkok, 10110 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/3/3/4/439334_f03232f0544.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.01" OriginalAmount="131.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725676054943" Longitude="100.57885631919" StarRating="3" HotelCode="89148|85061" HotelName="Grand Tower Inn Sukhumvit 55" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.30" OriginalAmount="131.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7481563" Longitude="100.5414423" StarRating="3" HotelCode="|104811" HotelName="Aphrodite Inn Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61-65 Ratchadamri Rd, Patumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/1/1/104811_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is a 10-minute walk away from the Skytrain station, In the surrounding area, you can find shops and leisure areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.83" OriginalAmount="131.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6891945" Longitude="100.5080075" StarRating="5" HotelCode="|26178" HotelName="Montien Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>RAMA III ROAD, BANGKLO, RIVERSIDE 372</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/7/8/26178_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary, urban hotel, has 426 double rooms and 20 floors. In the establishment entrance, guests will find a large hall with a lift, a reception with safety deposit boxes and a currency exchange service. The establishment also has shops, a cafÃ©, a hairdresser's, a bar, 4 Ã  la carte restaurants, with air-conditioning, Chinese cuisine, Italian dishes, typical dishes and a conference room. Guests can also enjoy a terrace and barbecues. There are many services available at the establishment, including a laundry service, room service and a car park. SITUATION: It is in front ofChao Phraya the river it is near the city centre, Where customers can find shops, leisure areas and entertainment. 45 minutes away from the establishment, guests will find the airport. ROOM: The large and inviting rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite television, a radio, a mini-bar, an air-conditioning system, a safe (available for a fee) and river views. FACILITIES: Outdoors, clients can enjoy a swimming pool, a sunbathing terrace, deck chairs and parasols. The establishment boasts a well-equipped gym and aerobics. For a fee, you can enjoy a sauna, a Turkish bath, a massage service and enjoy tennis. At no extra cost, you can enjoy play ping-pong, Depending on the season, you will be able to enjoy live music. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment offers all meals in a buffet form and an Ã  la carte lunch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.96" OriginalAmount="132" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.749025" Longitude="100.530749" StarRating="5" HotelCode="255726|38189" HotelName="Hua Chang Heritage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>400 Phayathai Road, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b3/09/b3091900661e44b078c99a142d7aaf7be5a1ff96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="136.18" OriginalAmount="132.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726044748875" Longitude="100.52631318569" StarRating="5" HotelCode="8978|1060216" HotelName="Pullman Bangkok Hotel G" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>188 Silom Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/77/7f/777f76a17b670592b42b2babe7daaf992585f350.JPEG</HotelPictures>
        <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="94" TotalAmount="136.41" OriginalAmount="132.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.727108" Longitude="100.580435" StarRating="4" HotelCode="|37380" HotelName="JAL City Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Soi Sukhumvit 55 (Thonglor), Sukhumvit Road, Klongtan Nua</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/3/8/0/37380_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 400 large standard rooms and one, two or three bedrooms suites, Some of the establishment facilities on offer are a lobby, a bar, a restaurant, conference rooms, room service, a laundry service and a car park. SITUATION: Sukhumvit and Thonglor It is close to it has good links to the shopping centres, public transport services, is situated 10 kilometres away from Suvarnabhumi Airport. ROOM: The rooms a bathroom, a satellite TV, a direct line telephone, a fridge, an air-conditioning system and daily cleaning. FACILITIES: The establishment has a gym, a spa, a sauna, a steam bath and a massage service. Outdoors, clients can enjoy a swimming pool. MEALS: Regarding the food and beverage offering, the establishment offers restaurants, The establishment offers a breakfast, lunch and dinner service. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.85" OriginalAmount="132.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8121053" Longitude="100.5621089" StarRating="4" HotelCode="|359114" HotelName="The Quarter Ladprao By Uhg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>80 Soi Ladprao 4, Ladprao Road, Chom Phon, Chatuchak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/1/1/4/359114_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.99" OriginalAmount="133" MarkupRule="3.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="94" TotalAmount="137.23" OriginalAmount="133.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7355167" Longitude="100.5629165" StarRating="4" HotelCode="|60688" HotelName="Jasmine City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Soi Prasarnmitr (Sukhumvit 23), Klongtoey-nua, Wattana, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/8/8/60688_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has communal areas, shops, restaurants and a fitness centre. This hotel is business. ROOM: one bedroom executive suites and have a sitting area, The rooms have a kitchenette, a flat-screen television, a DVD player, internet (free of charge), a bathroom with jacuzzi and a shower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.93" OriginalAmount="133.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73128" Longitude="100.522405" StarRating="4" HotelCode="|449513" HotelName="Dusitd2 Samyan Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>333 Si Phraya Road, Si Phraya, Bang Rak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/5/1/3/449513_0b028731059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.98" OriginalAmount="133.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743345" Longitude="100.554387" StarRating="3" HotelCode="|449699" HotelName="Grace At Five by Grace Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soi Loet Sin 1,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/6/9/9/449699_74b805a1016.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.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="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746725" Longitude="100.551789" StarRating="5" HotelCode="185914|best_western_premier_sukhumvit_4" HotelName="Best Western Premier Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73006509" Longitude="100.53013795" StarRating="3" HotelCode="754036|the_rose_residence_bangkok" HotelName="The Rose Residence Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Bar,Designated Smoking Area,Garden,Housekeeping,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 Surawongse Road, Soi Na Wat Hua Lamphong, Si Phraya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/be/78be65ee8b2fa9f5493cdcde2f90e1e22330573d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Urban Retreat
The Rose Residence Bangkok is a retreat from the urban activities.  Located just off S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.735853" Longitude="100.562826" StarRating="4" HotelCode="68161|42880" HotelName="Jasmine City Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" 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="27" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.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="Non Refundable" 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="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74254767" Longitude="100.5109822" StarRating="2" HotelCode="771847|live_local" HotelName="Live Local" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 22 Karakadakhom Circle, Santhiphap Road, Pom Prap Sattru Phai, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/a7/42a75740417eac9ef9eeaa3dc97d61d3645a9bc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.19" OriginalAmount="135.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.683774" Longitude="100.64965" StarRating="4" HotelCode="|172579" HotelName="The Park Nine  Srinakarin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Soi Premier 1, Srinakarin Road Nongbon, Pravet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/5/7/9/172579_f0356a60928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.28" OriginalAmount="135.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.751511" Longitude="100.4975" StarRating="3" HotelCode="|129757" HotelName="The Bhuthorn Bed and Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/7/5/7/129757_e36712b1035.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Bangkok the historic centre of El Grand Palace 700 metres away from The Bhuthorn 800 metres away from it is situated 28 kilometres away from Suvarnabhumi Airport. HOTEL: This historic hotel, has WiFi (free of charge), a car park (free of charge), a reception and a baggage room. ROOM: Each room has an air-conditioning system, a satellite television, a DVD player, a bathroom with a shower, a hairdryer and toiletries. INFORMATION: On request you can use a transfer service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.32" OriginalAmount="135.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74497" Longitude="100.5535" StarRating="4" HotelCode="|27872" HotelName="Zenith Sukhumvit , Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 SUKHUMVIT SOI 3 (NANA NUA)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/7/2/27872_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, was built in 1993 with air-conditioning, has a lobby with a reception, a safety deposit box service, a lift, 160 standard rooms, a restaurant, conference facilities, WiFi, a car park, room service and a laundry service. SITUATION: This hotel is in Sukhumvit Soi 3 is situated in the heart of Bangkok. Near the establishment, guests will find the embassies and the leisure areas. It is well-connected with the motorway. It is 30 kilometres away from Don Mueang Airport. Is 35 kilometres from Bangkok Airport. ROOM: All the rooms have a central air-conditioning system, a satellite television, a mini-bar, a coffee maker, a kettle, a direct line telephone, internet, a bathroom with a shower, a hairdryer, a king-size bed, a radio and a safety deposit box. FACILITIES: Customers can enjoy a swimming pool bar with views of the city, a swimming pool and a gym. The establishment also has a sunbathing terrace, deck chairs, parasols, spa treatments and a massage service. OTHERS: The establishment serves a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.41" OriginalAmount="135.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7292386" Longitude="100.5613336" StarRating="3" HotelCode="|103529" HotelName="Gardengrove Suites Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Sukhumvit Soi 16, Sukhumvit Rd, Bangkok, Bangkok (province), 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/2/9/103529_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Sukhumvit Soi 16 it is in 15 minutes walk away, guests will find Sukhumvit MRT the Railway Station of BTS Skytrain (Asoke) the Station of BTS Skytrain (Asoke). HOTEL: It has large suites with a seating area, a car park (free of charge) and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.07" OriginalAmount="135.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7308106" Longitude="100.531659" StarRating="5" HotelCode="|26183" HotelName="Montien Surawong Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 SURAWONG ROAD, SILOM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/8/3/26183_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban building, with air-conditioning, has 17 floors, 475 standard rooms, a spacious hall with elevators, conference rooms, a reception, a safety deposit box service and a currency exchange service. Guests can also find a cafÃ©, a mini-market, shops, a hairdresser's, a cosy bar, 3 restaurants, internet, room service, a laundry service and a car park. SITUATION: This hotel is in the centre of Bangkok. It has good links to public transport services. Near the establishment, guests will find Silom, Sathorn, Rama IV and Surawongse it is close to the tourist area. 5 minutes away, there is a public transport stop. 40 minutes away from the establishment you have the airport. ROOM: The luxurious rooms have an air-conditioning system, a large bathroom, a hairdryer, satellite or cable TV, a mini-bar (available for a fee), a safety deposit box (available for a fee) and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.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="Free CXL until 18/07/2026">
        <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="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.744274" Longitude="100.556531" StarRating="4" HotelCode="169710|aloft_bangkok__sukhumvit_11" HotelName="Aloft Bangkok Sukhumvit 11" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75962036" Longitude="100.49742824" StarRating="2" HotelCode="767589|at_guesthouse" HotelName="A.T guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>90/1 soi rambuttri, taladyod pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/de/48de3fe98d847a1ff9c1437431be8eb9efe5060e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.30" OriginalAmount="136.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729110773853" Longitude="100.5614387021" StarRating="4" HotelCode="380543|232443" 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="94" TotalAmount="141.04" OriginalAmount="136.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7421954" Longitude="100.5497085" StarRating="4" HotelCode="|103654" HotelName="Four Points by Sheraton Bangkok Ploenchit Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>566 Ploenchit, Lumpini, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/5/4/103654_4ce62a61020.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has comfortable facilities and modern rooms. SITUATION: This establishment is situated next to Ploenchit Railway Station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.06" OriginalAmount="136.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7353902" Longitude="100.5553337" StarRating="3" HotelCode="|103480" HotelName="Tèja  Bangkok At Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>167 Soi 4, Sukhumvit Rd, Klongtoey, Sukhumvit,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/8/0/103480_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Sukhumvit the heart of. ROOM: Customers have modern rooms, with WiFi, (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.41" OriginalAmount="137.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.756517" Longitude="100.5647556" StarRating="4" HotelCode="|26152" HotelName="Grand Fortune  Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Rachadaphisek Road, Fortune Town, Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/5/2/26152_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is close to MRT Rama 9 Station and Fortune IT Shopping Centre. It is situated 5 minutes walk away from Grand Central Rama 9 and about 10 minutes away (by car) from the leisure complex Esplanade and the Siam Niramit Cultural Centre. 30 minutes away from the establishment, guests will find Suvarnabhumi Airport. ROOM: The establishment has rooms and suites. They have an air-conditioning system, a sitting room, a television, a safe, a mini-bar, a bathroom with a shower and complimentary bathroom items. FACILITIES: The establishment has a reception, a meeting room, business centre, a sauna, car rental and nursery. RESTAURANT: The establishment also has restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.92" OriginalAmount="137.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7558722" Longitude="100.5007023" StarRating="3" HotelCode="|103531" HotelName="Baan Noppawong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112-114 Soi Damnoen Klang Tai, Ratchadamnoen Klang Rd., Bowon Niwet, Phra Nakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/3/1/103531_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, has 7 rooms, a reception and a concierge. The establishment also offers a transfer service and a garden. ROOM: The rooms have parquet flooring, wooden ceilings, an air-conditioning system and flatscreen cable television. SITUATION: This establishment, is in Bangkok the historic centre of the Grand Palace a 10-minute walk away from, El Templo de Wat Pho 2 kilometres away, you can find it is situated 1 kilometre away from the nightlife, Where clients can find cafÃ©s. MEALS: Guests are offered a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.05" OriginalAmount="137.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7511635" Longitude="100.5380398" StarRating="4" HotelCode="|103438" HotelName="Vela Dhi Glow Pratunam - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>919 Petchburi Road, Kwang Thanon Phayathai, Rajdhevi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/3/8/103438_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has rooms with WiFi, a swimming pool and a restaurant. SITUATION: The hotel is in Bangkok the centre of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.16" OriginalAmount="138.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.734931" Longitude="100.52841" StarRating="4" HotelCode="|403084" HotelName="TRIPLE Y HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>948 Rama IV Rd Khwaeng Wangmai,Khet Pathumwan, Bangkok, Bangkok 10330</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/0/8/4/403084_64e7fcd1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.19" OriginalAmount="138.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726813" Longitude="100.535663" StarRating="4" HotelCode="|452983" HotelName="Passa Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 Soi Saladaeng 2, Saladaeng Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/9/8/3/452983_a7e2bf71143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.39" OriginalAmount="138.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.720936" Longitude="100.528657" StarRating="5" HotelCode="|55423" HotelName="Ascott Sathorn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 7 South Sathorn Road (Old Add : 187 South Sathorn Road), Yanawa Sathorn, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/2/3/55423_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 177 rooms, has a lobby, with a reception, air-conditioning, a lift, a cafÃ©, a bar, a restaurant, conference facilities, WiFi, room service, a laundry service and a car park. SITUATION: It is inSathorn the road of this hotel is in the business district located near Silom the nightlife, the restaurants situated 40 kilometres away fromDon Mueang and Suvarnabhumi Airport. ROOM: studios and one, two and three bedroom apartments. They have a sitting area, a dining area, a kitchen, an oven, a microwave, a coffee maker, a kettle, WiFi, a bathroom with a shower or bath, a hairdryer, satellite and cable television, a radio, a Hi-Fi, a washing machine, an iron, individual air-conditioning, a safety deposit box and a balcony or terrace. FACILITIES: The establishment has a gym, a swimming pool with a children's area, an outdoor bar, a steam bath (available for a fee), a sauna, a jacuzzi, a sunbathing terrace, spa treatments and a massage service. some services (available for a fee), Guests are offered aerobics and an entertainment programme for children. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa. OBSERVATIONS: Clients have security.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.776034" Longitude="100.573973" StarRating="5" HotelCode="64962|42747" HotelName="Swissôtel Bangkok Ratchada" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="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="27" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.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="Free CXL until 17/07/2026" 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="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.732856" Longitude="100.582483" StarRating="4" HotelCode="185916|grass_suites_thonglor" HotelName="Grass Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>264 / 1 Sukhumvit Soi 55 (Thonglor 12), Vadhana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/9b/b19be8352ce8be6ef1f0894fc02b1e560d9ec5d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the distinctive and exclusive district of Thonglor in Bangkok, providing gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73171027" Longitude="100.58196926" StarRating="5" HotelCode="495795|grande_centre_point_sukhumvit_55" HotelName="Grande Centre Point Sukhumvit 55" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="94" TotalAmount="143.30" OriginalAmount="139.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741038" Longitude="100.543528" StarRating="4" HotelCode="|36652" HotelName="Cape House Langsuan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOI LANSUAN, PLOENCHIT ROAD, LUMPINI, PATHUMWAN 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/5/2/36652_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 117 standard rooms, air-conditioning, a lobby, express check-out, a reception, a safety deposit box service, a lift, a restaurant, a cafÃ©, room service, a laundry service and WiFi (free of charge). At no extra cost you can use meeting rooms. The establishment boasts a car park. SITUATION: This aparthotel is in the business district. It is situated 10 minutes away from Chidlom Train Station, the shopping centres, restaurants and bars. Nearby, you will find Lumpini Park. It is 30 minutes away from the historic places, 25 kilometres away from Airport Don Mueang and 28 kilometres away from Airport Suvarnabhumi. ROOM: The comfortable rooms have a small kitchen with fridge, a microwave, a coffee maker, a kettle, a safe, a bathroom with a bath, a shower, a hairdryer, a direct line telephone, a television, a radio, a stereo, WiFi, an iron, a double or king-size bed, an individual air-conditioning system and a balcony or terrace. Guests are offered daily cleaning, towel change and bedding is changed three times a week.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.64" OriginalAmount="139.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7387161" Longitude="100.5558641" StarRating="4" HotelCode="|39641" HotelName="Adelphi Suites Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Sukhumvit, Soi 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/4/1/39641_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, has 93 studios and one bedroom suites, a lobby, a reception, a safety deposit box service, a lift, a cafÃ©, a restaurant, WiFi in the hall, conference facilities and a business centre. You are also offered room service and a laundry service. near the establishment, you can find a car park (for a fee). SITUATION: It is inBangkok the centre of it is close to the business district, Clients can find bars and pubs. It is a few minutes walk away from the railway station, the motorways, is situated 30 kilometres away from Don Mueang Airport It is situated 32 kilometres away fromSuvarnabhumi Airport. ROOM: The rooms a bathroom with a shower, a bath, LCD cable television, a radio, a Hi-Fi, a DVD player, a safety deposit box, a hairdryer, a direct line telephone, a mini-bar, a coffee maker, a kettle, internet and a double bed. They also have a kitchen, a microwave, electric cooker, extractor, kitchenware, a washing machine, an individual air-conditioning system and a balcony or terrace. FACILITIES: Outdoors, clients have access to a swimming pool (available for a fee), The establishment has a gym fully-equipped. MEALS: Regarding the food and beverage offering, the establishment offersRojo the Brazilian restaurant, Guests are offered a continental breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: Customers have reception, a security service and maintenance service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="143.65" OriginalAmount="139.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.730827" Longitude="100.531404" StarRating="4" HotelCode="18464|25406" HotelName="The Montien Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 15/07/2026" 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>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.78" OriginalAmount="139.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763647" Longitude="100.50139" StarRating="0" HotelCode="|522432" HotelName="De Phanakron Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45/3 Soi Vorapong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/4/3/2/522432_909e1941004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739553" Longitude="100.543986" StarRating="4" HotelCode="74900|55652" HotelName="Urbana Lungsuan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="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="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.745211" Longitude="100.558747" StarRating="4" HotelCode="293835|maitria_mode_sukhumvit_15_bangkok_a_chatrium_collection_hotel" HotelName="U Sukhumvit Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" 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="75" TotalAmount="144.35" OriginalAmount="140.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.758604780029" Longitude="100.53734511137" StarRating="5" HotelCode="67577|TH000017" HotelName="Pullman Bangkok King Power" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8/2 Rangnam Road, Thanon-Phayathai, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/e7/c9e76f620dbc6eec96b7877538507c662d7817cf.jpeg</HotelPictures>
        <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="8" TotalAmount="144.84" OriginalAmount="140.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740041661466" Longitude="100.55197119713" StarRating="4" HotelCode="59570|60713" HotelName="Double Tree by Hilton Bangkok Ploenchit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="27" TotalAmount="145.23" OriginalAmount="141" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719627849418" Longitude="100.52162791777" StarRating="4" HotelCode="177487|42433" HotelName="Mode Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="94" TotalAmount="145.42" OriginalAmount="141.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.823088" Longitude="100.522774" StarRating="3" HotelCode="|415147" HotelName="Yeehaa Bangsue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>69 Pracha Chuen 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/5/1/4/7/415147_1d060401733.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7268108" Longitude="100.57803934" StarRating="3" HotelCode="522442|volve_hotel_bangkok" HotelName="Volve Hotel" Meals="ROOM ONLY" 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="94" TotalAmount="147.20" OriginalAmount="142.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7351601" Longitude="100.5072189" StarRating="4" HotelCode="|439351" HotelName="Amdaeng Bangkok Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12/1 Soi Chiang Mai 1 , Chiang Mai Road, Klong San, 12/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/3/5/1/439351_25ee60f0149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.751692669213" Longitude="100.49751281692" StarRating="2" HotelCode="495488|bhuthorn_old_town_bangkok_the" HotelName="The Bhuthorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>96-98 Phraeng Bhuthorn Road, San Chao Phor Seua, Phra Nakhorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/da/f6da65f0edec6b9c55603796a33bd95da929abc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.36" OriginalAmount="143.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.750788" Longitude="100.5306096" StarRating="4" HotelCode="|104786" HotelName="Evergreen Place Siam By Uhg - Sha Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>318 Phaya Thai Road, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/8/6/104786_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Phaya Thai Road the street it is situated 2 minutes walk away from Ratchathewi the Station of. FACILITIES: The hotel has aerobics lessons, a swimming pool and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77580576" Longitude="100.54310891" StarRating="3" HotelCode="617476|boonrumpa_condotel" HotelName="BoonRumpa Condotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Condos,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>1121 Phahonyothin, Khwaeng Samsen Nai, Khet Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/19/081937f56a3d992817b77b1d6c7ab0bb055acbed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.01" OriginalAmount="144.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7766754" Longitude="100.5739124" StarRating="5" HotelCode="|35412" HotelName="Jubilee Prestige Ratchadapisek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rachadapisek Road, Huay Kwang 204</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/1/2/35412_b0ab5ba0836.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 407 large, elegant rooms, an events room, a gym, air-conditioning, a safety deposit box service, a currency exchange service, a lift, a restaurant, a bar, conference facilities, a car park, WiFi, internet, room service and a laundry service. SITUATION: Ratchadapisek Road Is situated in it is 20 minutes away from the international airport, nearby, you will find the metro station, has good links to the business area, the tourist attractions. ROOM: The rooms have a double or king-size bed, a marble bathroom, a bath, a shower, a mirror, a hairdryer, PC connection, internet, 2 telephones with an answering machine, an alarm clock, an individual air-conditioning system, a satellite TV with radio, interactive TV, a mini-bar, a safety deposit box, a coffee maker and a kettle. FACILITIES: The establishment has a swimming pool, a solarium, a gym, treatments and a massage service. it is situated 30 minutes away from golf courses. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoythe Fountain CafÃ© the restaurant Takumi the Japanese restaurant Le Concorde Deli the restaurant Crossroads the bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.20" OriginalAmount="144.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7469764" Longitude="100.5269733" StarRating="4" HotelCode="|35274" HotelName="Siam@siam Design Bangkok - Sha Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>RAMA1 RD, WANG MAI, PATUMWAN 865</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/2/7/4/35274_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 203 rooms, air-conditioning, a lobby with a reception, a lift, a currency exchange service, a kiosk, a safety deposit box service, internet, a bar, a pub, a cafÃ©, a restaurant, room service and a laundry service (for a fee), close to the establishment, you can find a car park. SITUATION: Is situated in an excellent location, is close to public transport services, near the establishment, guests will find the business area, the commercial area close toRattanakosin Island the historic area of it is situated 22 kilometres away from Don Mueang Airport it is situated 35 kilometres away from Suvarnabhumi Airport. ROOM: Each room has a bathroom with a shower or bath, a hairdryer, a direct line telephone, a television, internet, a safety deposit box, a mini-bar, a coffee maker, a kettle and individual air-conditioning. FACILITIES: The establishment boasts a swimming pool with a bar, a steam bath, a massage service, spa treatments and a gym. MEALS: Regarding the food and beverage offering, the establishment offers buffet breakfast and lunch. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: Check-in is from 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.28" OriginalAmount="144.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7428813" Longitude="100.5568804" StarRating="4" HotelCode="|104880" HotelName="Pipa Bangkok Sukhumvit 11" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Sukhumvit 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/8/0/104880_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Sukhumvit 11 it is in it is situated 5 minutes walk away from Nana the Station of. ROOM: The establishment has fully-equipped studios and with kitchen. FACILITIES: Guests are offered a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.731120739714" Longitude="100.56394227354" StarRating="4" HotelCode="325206|95221" HotelName="Well Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/07/2026">
        <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="27" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757936" Longitude="100.536215" StarRating="5" HotelCode="17538|6427" HotelName="The Sukosol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>477 Si Ayuthaya Road, Phayathai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8f/de/8fdecd7c547d160c676fe5b2e217179bf46a7b3a.JPEG</HotelPictures>
        <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="63" TotalAmount="149.35" OriginalAmount="145.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.747207" Longitude="100.528947" StarRating="4" HotelCode="211995|mercure_bangkok_siam" HotelName="Mercure Bangkok Siam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/07/2026" 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="94" TotalAmount="150.03" OriginalAmount="145.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7284554" Longitude="100.5703006" StarRating="4" HotelCode="|125841" HotelName="Doubletree By Hilton Sukhumvit Bangkok - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>18/1 Soi Sukhumvit 26,Sukhumvit Road, Khlong Ton, Khlong Toei.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/5/8/4/1/125841_1_2439.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a restaurant, a swimming pool, a fitness centre, room service and WiFi in communal areas. SITUATION: This establishment, is in Bangkok the business district the leisure areas, is close to Emporium the leisure area of and Phrom Pong BTS Skytrain the train station. ROOM: Customers have elegant, spacious rooms with LCD TV, WiFi, a writing desk and a bathroom with a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.19" OriginalAmount="145.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72352" Longitude="100.56119" StarRating="4" HotelCode="|446241" HotelName="Wyndham Bangkok Queen Convention Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>388 Soi Rim Khlong Phai Singto, Rama 4 Road, Khlong Toei, Bangkok, 10110 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/4/1/446241_623d3e61306.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.38" OriginalAmount="146" MarkupRule="3.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="Free CXL until 16/07/2026">
        <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="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.766069" Longitude="100.493552" StarRating="4" HotelCode="905259|praya_palazzo" HotelName="Praya Palazzo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="150.60" OriginalAmount="146.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7291978" Longitude="100.5640846" StarRating="4" HotelCode="|104725" HotelName="Gm Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>47 Sukhumvit Road, Sukhumvit 20, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/2/5/104725_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a gym and a swimming pool. SITUATION: This establishment, is in Bangkok the heart of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.74" OriginalAmount="146.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754177" Longitude="100.537144" StarRating="3" HotelCode="|409471" HotelName="Theme Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>49/38 - 40 Phetchaburi 15 Alley Phrayathai Ratchathe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/4/7/1/409471_bd0f4c21621.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.18" OriginalAmount="146.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72473" Longitude="100.5802578" StarRating="5" HotelCode="|216340" HotelName="The Salil Sukhumvit 57 - Thonglor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Soi Sukhumvit 57 (Baan Kluy Nua) Bangkok 10110 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/3/4/0/216340_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.37" OriginalAmount="146.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7419878" Longitude="100.546832" StarRating="5" HotelCode="|36653" HotelName="Grande Centre Point Ploenchit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WIRELESS ROAD, LUMPINI, PATUMWAN 100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/5/3/36653_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury, urban hotel, has air-conditioning, a lobby with express check-out, a safety deposit box service, a restaurant, room service, a laundry service and a car park. SITUATION: It is in the city centre, Where clients can find the shopping centres, embassies, banks and the business area. it has good links to Ploenchit Skytrain the Station of it is situated 30 kilometres away from Bangkok Airport. ROOM: large apartments, have a double bed, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a television, a radio, a mini-bar, a mini-bar, a coffee maker, a kettle and a central air-conditioning system. FACILITIES: Outdoors, clients can enjoy a swimming pool and an outdoor bar. Clients can enjoy a jacuzzi, a steam bath and a gym. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.40" OriginalAmount="146.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7452433" Longitude="100.4915312" StarRating="4" HotelCode="|103451" HotelName="Sala Arun" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47-49 Soi Ta-Tein Phraborummaharajchawang, Phranakon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/5/1/103451_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is a 5-minute walk away from the flower market, is 10 minutes drive away from Khaosan Road the street. ROOM: Customers can find stylish rooms with an air-conditioning system and a balcony.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.733996885485" Longitude="100.5606979632" StarRating="4" HotelCode="81757|25045" HotelName="Ma Du Zi" 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,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="94" TotalAmount="151.78" OriginalAmount="147.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738816" Longitude="100.572616" StarRating="3" HotelCode="|416356" HotelName="Pacific Residence 39" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>114 Soi Sukhumvit 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/3/5/6/416356_2ee41c31706.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.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="Free CXL until 15/07/2026" 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="94" TotalAmount="152.58" OriginalAmount="148.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741909" Longitude="100.595712" StarRating="3" HotelCode="|553752" HotelName="Shenzhen Tower Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3390 New Petchaburi Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/7/5/2/553752_30416cb1704.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.28" OriginalAmount="148.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7437624" Longitude="100.4921986" StarRating="3" HotelCode="|103511" HotelName="Aurum The River Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>394/27-29 Soi Pansook, Maharaj Road, Praborommaharachawang, Pranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/1/1/103511_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers a garden on the rooftop and WiFi (free of charge). SITUATION: This establishment, Wat Pho it is 5 minutes away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.47" OriginalAmount="149" MarkupRule="3.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="94" TotalAmount="153.71" OriginalAmount="149.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729195" Longitude="100.568868" StarRating="5" HotelCode="|203614" HotelName="Skyview Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 Sukhumvit 24, Klongton, Klongtoey,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/6/1/4/203614_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.04" OriginalAmount="149.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723912" Longitude="100.572449" StarRating="4" HotelCode="|394738" HotelName="Homm Sukhumvit34 Bangkok	" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>40 Sukhumvit 34 (Suprang), Klongton,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/7/3/8/394738_8a47f790706.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72920166" Longitude="100.56906049" StarRating="5" HotelCode="446401|compass_skyview_hotel" HotelName="Compass SkyView Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" 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="94" TotalAmount="156.07" OriginalAmount="151.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728082" Longitude="100.530961" StarRating="4" HotelCode="|422930" HotelName="The Quarter Silom By Uhg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Suriyawong Soi Silom 6(Soi Tarntawan)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/9/3/0/422930_223aa641050.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.92" OriginalAmount="152.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.9102264" Longitude="100.5435948" StarRating="4" HotelCode="|104764" HotelName="Novotel Bangkok Impact" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Popular Road Banmai Subdistrict Pakkred District NONTHABURI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/6/4/104764_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment recently opened, has a covered swimming pool, a spa, a tennis court and 2 restaurants. SITUATION: This establishment, is in IMPACT Muang Thong Thani the centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.30" OriginalAmount="152.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7577529" Longitude="100.5363048" StarRating="5" HotelCode="|31020" HotelName="The Sukosol - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SI AYUTHAYA ROAD 477</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/0/2/0/31020_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Siam City is rated five stars, has wonderful views, attentive service, a concierge, lifts, a dry cleaner's and a laundry service. SITUATION: Close to the establishment, clients can find the leisure area. It is close to the commercial district. It is located near the commercial area and the historic centre. Nearby, you will find Siam Paragon and Khao San Road, a few minutes away from the establishment, you can find the commercial area and the leisure areas. Is situated in the heart of Bangkok. ROOM: The establishment has large and luxurious rooms. FACILITIES: Outdoors, clients have access to a swimming pool. The establishment boasts a fitness centre well-equipped and a spa. Guests are offered a babysitting service (available for a fee). With regards to the food and beverage offering, there is a restaurant, a bar and a lounge. OBSERVATIONS: Pets are not allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740986" Longitude="100.543637" StarRating="4" HotelCode="76066|21533" HotelName="Cape House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="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="94" TotalAmount="158.54" OriginalAmount="153.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7290402" Longitude="100.569537" StarRating="4" HotelCode="|397008" HotelName="MERCURE BANGKOK SUKHUMVIT 24" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5.1 Sukhumvit Road Soi 24, Khlong Tan, Klongtoey,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/0/0/8/397008_2f427891351.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.67" OriginalAmount="154.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73911" Longitude="100.55377" StarRating="4" HotelCode="|221536" HotelName="Citrus Suites Sukhumvit 6 by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 6, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/5/3/6/221536_922c5341358.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.73" OriginalAmount="154.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7466506" Longitude="100.5517063" StarRating="4" HotelCode="|104727" HotelName="Hyatt Place Bangkok Sukhumvit 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Sukhumvit Soi 1, Klongtoey Nua, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/2/7/104727_39787371337.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.94" OriginalAmount="154.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725784" Longitude="100.52594" StarRating="5" HotelCode="|26173" HotelName="Pullman Bangkok G" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SILOM ROAD, BANGRAK, SILOM 188</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/7/3/26173_16e4e220958.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2002, is situated on a main street. It has a main 38-storey building, 454 rooms, 271 single rooms, 151 double rooms and 32 suites. This building with air-conditioning, has a lobby with an elevator, a nightclub, a cafÃ©, a reception with safety deposit boxes, a currency exchange service, a cafÃ©, a souvenir shop, a bakery, a hairdresser's and a beauty centre. It has a bar, a TV room, 3 Ã  la carte restaurants, with air-conditioning, Chinese and Occidental cuisine with highchairs. Guests can also use a conference room, internet, a car park and an indoor car park. There are many services available at the establishment, including room service, a medical care service, a babysitting service and a laundry service. SITUATION: This luxurious hotel is in Silom Road, is situated in the heart of Bangkok, in front of a public transport stop. 200 metres away, guests will find shops. Clients can also find shops, restaurants, bars, pubs and nightclubs. 5 minutes away, you can find Chong Nonsi Train Station. It is situated 45 minutes away from the airport. ROOM: It has elegant and cosy rooms with a bathroom with a hairdryer, a direct line telephone, satellite and cable television, a radio, a stereo, internet, a mini-bar, a double bed and a safety deposit box (available for a fee). FACILITIES: Outdoors, guests have access to a swimming pool, a sunbathing terrace, parasols, deck chairs and a snack bar. The establishment has a jacuzzi, a sauna and a gym. For a fee, you can enjoy a body care centre. Clients can enjoy live music (seasonal). MEALS: Guests are offered all meals in a buffet format and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, JCB and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.00" OriginalAmount="154.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7406929" Longitude="100.5587496" StarRating="4" HotelCode="|33661" HotelName="Night  Bangkok - Sukhumvit 15" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT SOI 15, KLONG TOEY NUA, WATTANA 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/6/6/1/33661_1_1031.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.28" OriginalAmount="154.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728377" Longitude="100.569298" StarRating="5" HotelCode="261889|223075" HotelName="Hilton Sukhumvit Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="160.48" OriginalAmount="155.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.766999" Longitude="100.47371" StarRating="3" HotelCode="|408302" HotelName="Siamotif Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>NO 79 ALLEY 6 WAT SRISUDARAM BANG KHUN NON ROAD BA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/3/0/2/408302_baef3211802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.53" OriginalAmount="155.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7480083" Longitude="100.584866" StarRating="4" HotelCode="|104777" HotelName="Shama Petchburi 47 Bangkok (former Amari Residences Bangkok)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Soi Soonvijai, New Petchburi Road Bangkapi, Huay Kwang Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/7/7/104777_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is next to New Petchburi the road it is situated 19 kilometres away from Suvarnabhumi Airport. ROOM: Customers can find large rooms with kitchen. FACILITIES: The establishment offers a gym and a swimming pool. The establishment also has WiFi and a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.55" OriginalAmount="155.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736931" Longitude="100.552153" StarRating="4" HotelCode="|129715" HotelName="Lohas Residences Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>75 Sukhumvit Soi 2 Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/7/1/5/129715_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Bangkok the centre of it is in a quiet area, Close to shopping areas and the business area. FACILITIES: Guests are offered a fitness centre with a sauna, a swimming pool on the roof terrace, a reception, internet zone, WiFi (free of charge), a smoke detector, facilities for disabled guests, a concierge service, a car park, a babysitting service, a launderette, a pharmacy and a limousine service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.724235" Longitude="100.566841" StarRating="5" HotelCode="142231|30296" HotelName="Marriott Executive Apartments Sukhumvit Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>90 Sukhumvit Soi 24, Klongton, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/6d/3e6de5992a0ab9a4a5adddb42d27403999826a49.JPEG</HotelPictures>
        <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="94" TotalAmount="160.96" OriginalAmount="156.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74869" Longitude="100.56736" StarRating="5" HotelCode="|386210" HotelName="Lancaster Bangkok - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1777 New Phetchaburi Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/2/1/0/386210_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76162" Longitude="100.49936" StarRating="4" HotelCode="|246751" HotelName="Casa Vimaya Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>229 Phra Sumen Road, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/7/5/1/246751_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.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 18/07/2026" 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="94" TotalAmount="161.85" OriginalAmount="157.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7411702" Longitude="100.5421787" StarRating="4" HotelCode="|36648" HotelName="Courtyard By Marriott Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>155/1 Soi Mahadlekluang 1 Rajdamri Road, Pathumwa,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/4/8/36648_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Courtyard By Mariott Bangkok is rated four stars. It was built in 2007, has a restaurant, a concierge, a safety deposit box service, a swimming pool, a sauna, a cafÃ© and business facilities. SITUATION: It is in the centre of Bangkok. ROOM: The establishment has 316 rooms with a hairdryer, an air-conditioning system, a television and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.38" OriginalAmount="157.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7441544" Longitude="100.554817" StarRating="4" HotelCode="|104865" HotelName="NH Bangkok Sukhumvit Boulevard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Soi 5, Sukhumvit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/6/5/104865_44594040824.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Sukhumvit 5 it is in 400 metres away, guests will find Nana the skytrain station of. ROOM: All the rooms have WiFi (free of charge). FACILITIES: Guests are offered a swimming pool on the roof terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.67" OriginalAmount="157.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74521" Longitude="100.55888" StarRating="4" HotelCode="|131541" HotelName="Maitria Mode Sukhumvit 15 Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81 Sukhumvit Soi 15 Sukhumvit Road Klongtoey Nua Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/4/1/131541_18.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a restaurant, a swimming pool on the rooftop, a gym, a library and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738708843745" Longitude="100.54122017791" StarRating="4" HotelCode="900180|43960" HotelName="Dusit Suites Hotel Ratchadamri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Mahadlekluang 3, Rajdamri Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/13/5613b3e785ce180f7dfe004262605fd6b705dff4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7296" Longitude="100.53" StarRating="4" HotelCode="9970|1177" HotelName="The Tawana Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 19/06/2026" 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="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.748028" Longitude="100.584811" StarRating="4" HotelCode="163965|amari_residences_bangkok" HotelName="Amari Residences Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" 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="75" TotalAmount="163.76" OriginalAmount="158.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74446567927" Longitude="100.53505718708" StarRating="4" HotelCode="15250|TH000002" HotelName="Novotel Bangkok on Siam Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="163.77" OriginalAmount="159.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="954048|central_old_town_cottage" HotelName="Central Old Town Cottage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>214 Tanao Road, Khwaeng Wat Bowon Niwet, Khet Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/56/da56b0fe5b17256409b6c947bb262cb9d586f4f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.91" OriginalAmount="159.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753244" Longitude="100.53062" StarRating="4" HotelCode="|451303" HotelName="The Quarter Ratchathewi by UHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>388 Phetchaburi Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/3/0/3/451303_8828ce31212.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.98" OriginalAmount="159.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.747060647303" Longitude="100.52693545818" StarRating="4" HotelCode="59731|80300" HotelName="Siam@Siam Design" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.47" OriginalAmount="159.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728276" Longitude="100.569052" StarRating="4" HotelCode="|389781" HotelName="Oakwood Suites Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Soi Sukhumvit 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/8/1/389781_c3ca4801151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.55" OriginalAmount="159.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7561" Longitude="100.53347" StarRating="2" HotelCode="|244072" HotelName="The Posh Phayathai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55/21-23 Phayathai Road Thanon Phayathai, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/0/7/2/244072_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.08" OriginalAmount="160.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725049" Longitude="100.567525" StarRating="0" HotelCode="|449701" HotelName="Staybridge Suites Bangkok Sukhumvit, an IHG Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>89/9 Sukhumvit 24 Khwaeng Khlong Tan,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/7/0/1/449701_619cbe31145.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7403868" Longitude="100.5517748" StarRating="0" HotelCode="|31018" HotelName="Doubletree By Hilton Bangkok Ploenchit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT SOI 2 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/0/1/8/31018_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, has 251 rooms, 25 floors, a cafÃ©, a terrace, a lounge bar, room service and a laundry service. SITUATION: It is in the business and commercial area, near the establishment, you will find Sirikit National Convention Centre the embassies, the banks, is 30 minutes away from the airports. ROOM: The luxurious, modern rooms, a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a kettle, a coffee maker and a safety deposit box (available for a fee). FACILITIES: The establishment has a swimming pool, a massage service and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.85" OriginalAmount="161.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7299967" Longitude="100.5310813" StarRating="4" HotelCode="|35433" HotelName="voco Bangkok Surawong by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SURAWONGSE ROAD 80</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/3/3/35433_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated complex in 2009, is perfect for business and holiday stays, has 265 rooms, 11 floors, air-conditioning, a hall with a reception, a safety deposit box service, a currency exchange service, a lift, shops, a cafÃ©, a hairdresser's, a pub, a games room and 4 restaurants. The establishment has room service, a laundry service and a car park. SITUATION: This hotel is in the heart of Bangkok. It is situated 2 kilometres away from the commercial area, 25 kilometres away from Airport Suvarnabhumi and 25 kilometres away from Airport Don Mueang. ROOM: The establishment has standard rooms and suites. Have a safe, WiFi, satellite or cable TV, a radio, a coffee maker, a kettle, a mini-bar, a bathroom with a shower or bath, a hairdryer, a direct line telephone, a double bed and a central air-conditioning system. FACILITIES: The establishment boasts an outdoor pool, a children's swimming pool, an outdoor bar, a spa and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers 2 restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.90" OriginalAmount="161.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7446863" Longitude="100.4912344" StarRating="2" HotelCode="|83080" HotelName="Arun Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOI PRATOO NOK YOONG, MAHARAT ROAD 36-38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/8/0/83080_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is next to the river, 40 kilometres away from the establishment, guests will find Suvarnabhumi Airport it is situated 15 kilometres away from the Royal Palace, Wat Arun 500 metres away, guests have. ROOM: Each room has WiFi (free of charge), a television, an air-conditioning system, a kettle, a coffee maker and a bathroom with toiletries. FACILITIES: Guests are offered a massage service on request, an internet area and room service. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.19" OriginalAmount="161.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7189816" Longitude="100.5217519" StarRating="5" HotelCode="|103535" HotelName="Eastin Grand Sathorn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>33/1 South Sathorn Road, Yanawa, Sathorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/3/5/103535_1_1162.jpg</HotelPictures>
        <HotelDescription>SITUATION: This luxurious hotel is close to Surasak the Station of. FACILITIES: The establishment has an outdoor pool with wonderful views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.69177101" Longitude="100.60809344" StarRating="5" HotelCode="348072|223118" HotelName="Baan Montida" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Designated Smoking Area,Internet,Kitchen,Laundry,Parking,Restaurant,Shopping Arcade,Spa,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>3029 Sukhumvit Road, Prakhanong, Bangchak, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/27/7b2724b06932047c572964b2759f735df7d6650d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Baan Montida is within walking distance near a whole range of shopping and dining outlets with offic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.25" OriginalAmount="162.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7418043" Longitude="100.5411711" StarRating="5" HotelCode="|39568" HotelName="Grande Centre Point Ratchadamri - Sha Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOI MAHATLEK LUANG 1, RATCHADAMRI ROAD, PATHUMWAN 153/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/5/6/8/39568_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury, urban complex, is ideal for holidays or business trips and has 526 rooms, This air-conditioned establishment has a lobby, with a reception, a currency exchange service, a cloakroom, a lift, a mini-market, a living room, an entertainment room with lcd television, a restaurant, conference facilities, a reading room, internet, WiFi (for a fee), room service, a laundry service and a car park. Children can enjoy a games room and a playground. SITUATION: The hotel Ratchadamri Road it is in Close to the railway station, is situated 25 kilometres away from Don Mueang Airport 35 kilometres away from Suvarnabhumi Airport. ROOM: Clients are offered apartments with WiFi (free of charge), LCD flatscreen television, a stereo, a DVD player, satellite or cable TV, a direct line telephone, a fax machine, a keycard locking system, a kitchen, glassware, a microwave, an oven, a fridge, a coffee maker, a kettle, a washing machine, tumble drier, an iron, a bathroom with a shower or bath, a hairdryer, a double or king-size bed and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.03" OriginalAmount="163.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739979" Longitude="100.54716" StarRating="5" HotelCode="|169906" HotelName="Indigo Bangkok Wireless Road, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81 WIRELESS ROAD, LUMPINI, PATUMWAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/9/0/6/169906_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a swimming pool, business facilities, a fitness centre and WiFi in communal areas. SITUATION: This hotel is in Bangkok the business area of Close to Sukhumvit the street and. ROOM: The rooms have an air-conditioning system, a television, a safety deposit box, a balcony, a sofa, a mini-bar, a bathroom with a shower and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.48" OriginalAmount="163.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7389305" Longitude="100.56212" StarRating="5" HotelCode="|37507" HotelName="Hilton Bangkok Grande Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>30 Sukhumvit 21 Asoke Road Klongtoey Nua Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/0/7/37507_01069851205.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2007, is urban with air-conditioning, perfect for business and holiday stays, has 325 standard rooms and suites and a lobby with a reception, Some of the establishment facilities on offer are a safety deposit box service, a currency exchange service, a lift, a kiosk, internet, a cafÃ©, a bar and a restaurant. The establishment has a car park, conference facilities, room service and a laundry service. SITUATION: Is situated inBangkok a central area of it is situated 35 kilometres away from Queen Sirikit Congress Centre It is situated in the surrounding area of public transport services, shops, a car park and shops. it is 30 minutes away from Suvarnabhumi Airport it is situated 22 kilometres away from Don Mueang Airport. ROOM: Each room has a bathroom with a bath, a shower, a direct line telephone, a safe, LCD satellite and cable television, a radio, a stereo, internet, an electronic key, a hairdryer, a mini-bar, a coffee maker, a kettle, an iron, a double or king-size bed and individual air-conditioning. FACILITIES: The establishment has a pool that has a children's area, deck chairs, parasols, a spa (available for a fee) and a gym. You can also enjoy a hydromassage bath, a sauna, a solarium, a steam bath and a massage service (available for a fee), You also have at your disposal a putting green. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy 6 restaurants, a bar, Italian specialties, Japanese food and typical dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.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="63" TotalAmount="168.92" OriginalAmount="164.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740054883359" Longitude="100.5470409914" StarRating="4" HotelCode="304345|indigo_bangkok" HotelName="Indigo Bangkok Wireless Road" Meals="ROOM ONLY" 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="94" TotalAmount="169.24" OriginalAmount="164.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.735932" Longitude="100.522835" StarRating="0" HotelCode="|439663" HotelName="Ozone Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>120 Soi Chulalongkorn 5, Bangkok, 10330</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/6/6/3/439663_070a57f1011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.03" OriginalAmount="165.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7393686" Longitude="100.5584818" StarRating="4" HotelCode="|74757" HotelName="Paradox Bangkok Sukhumvit 15" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/7/5/7/74757_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, luxurious hotel, is great value, With regards to the food and beverage offering, the establishment has a restaurant. ROOM: The establishment has stylish rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.15" OriginalAmount="165.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7412694" Longitude="100.5541613" StarRating="5" HotelCode="|26171" HotelName="The Landmark Bangkok - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>138 SUKHUMVIT ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/7/1/26171_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2002, has 31 floors, 414 rooms and 55 suites. In the establishment entrance, guests will find a lobby, a reception with safety deposit boxes, a currency exchange service and lifts. The establishment also has shops, bars, a restaurant with air-conditioning and internet. There are many services available at the establishment, including room service, a laundry service, a medical care service and a car park. SITUATION: Is situated in the commercial area, Sukhumvit Road it is in You can find shops, restaurants and a train station. it is situated 27 kilometres away from Don Mueang Airport. ROOM: The rooms with air-conditioning, comfortable, a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a double bed and a safety deposit box (available for a fee). FACILITIES: Customers can enjoy the jacuzzi, a sauna, a gym, a beauty centre, a body care centre and a squash court. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast service, all meals in a buffet form and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.15" OriginalAmount="165.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.708865" Longitude="100.506517" StarRating="5" HotelCode="|445996" HotelName="The Salil Riverside Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2052/7-9 Charoenkung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/9/9/6/445996_ec6b50b0404.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.98" OriginalAmount="166" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740856" Longitude="100.553961" StarRating="5" HotelCode="18349|24949" HotelName="The Landmark Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/07/2026" 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="94" TotalAmount="172.56" OriginalAmount="167.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75163" Longitude="100.4971" StarRating="4" HotelCode="|446249" HotelName="1905 Heritage Corner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/4/9/446249_784780f1228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.61" OriginalAmount="167.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.856932" Longitude="100.582117" StarRating="0" HotelCode="|439592" HotelName="4Share" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>110 Soi Phahonyothin 47 yaek 12, Ladyao Chatuchak, Bangkok, 10900</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/5/9/2/439592_4ea783c0910.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.04" OriginalAmount="168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719254" Longitude="100.521817" StarRating="5" HotelCode="176760|eastin_grand_hotel_sathorn_2" HotelName="Eastin Grand Hotel Sathorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" 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="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70439168" Longitude="100.59422445" StarRating="3" HotelCode="496154|methvanont_manor" HotelName="Methvanont Manor" Meals="ROOM ONLY" 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="94" TotalAmount="174.35" OriginalAmount="169.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738879" Longitude="100.541245" StarRating="5" HotelCode="|66673" HotelName="Dusit Suites Ratchadamri, Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Mahadlekluang 3, Rajdamri Road, Lumpini, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/7/3/66673_b21fcbc0806.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Anantara Baan Rajprasong Servieced Suites is rated four stars, has a cafÃ©, a swimming pool and a gym. SITUATION: It is situated in the centre of Bangkok. It has good links to Ratchadamri BTS Station, ROOM: The establishment has 97 rooms with mini-bar, a hairdryer, a safety deposit box, an ironing set and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.19" OriginalAmount="170.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.748344" Longitude="100.542858" StarRating="0" HotelCode="|454145" HotelName="Moxy Bangkok Ratchaprasong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>111 Ratchadamri Road, Lumphini</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/1/4/5/454145_8d6acba1249.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.62" OriginalAmount="170.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729644" Longitude="100.535025" StarRating="5" HotelCode="|27823" HotelName="Crowne Plaza Bangkok Lumpini Park, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>RAMA IV ROAD, SURIYAWONGSE 952</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/2/3/27823_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has a lobby, Heights the cafÃ© a bar, a restaurant, a WiFi area, multifunctional room, a dance hall, White Room the lounge catering. The establishment has a business centre, room service and a car park. SITUATION: It is situated 35 kilometres away fromSuvannabhumi Airport Bangkok it has good links to. ROOM: The establishment has 235 standard rooms and suites, have a direct line telephone, interactive TV and business facilities. FACILITIES: The establishment has a swimming pool, a spa, body treatments and a gym. The establishment also has a sauna, a jacuzzi and a massage service. OTHERS: Regarding the food and beverage offering, clients have international cuisine and typical dishes. It has bars, Heights the restaurant Keyaki the Japanese restaurant Hai Tien Lo the restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="175.82" OriginalAmount="170.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741782097755" Longitude="100.54133892059" StarRating="5" HotelCode="73174|CAM069400" HotelName="Grande Centre Point Ratchadamri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/07/2026" 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="94" TotalAmount="176.53" OriginalAmount="171.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74205" Longitude="100.59561" StarRating="4" HotelCode="|452895" HotelName="SZ Canalside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3390 Phetchaburi road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/8/9/5/452895_c6e083f1314.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.856886" Longitude="100.582126" StarRating="0" HotelCode="780205|4share_hostel_adults_only" HotelName="4Share Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>110 Soi Phahonyothin</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/75/ee7503a8c8b5ee75f4a1058e1608e1b029236ac9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.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="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.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="94" TotalAmount="177.22" OriginalAmount="172.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737929" Longitude="100.566829" StarRating="4" HotelCode="|471801" HotelName="Public House - Sukhumvit 31" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>249 Soi Sukhumvit 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/8/0/1/471801_12d60d91138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.25" OriginalAmount="172.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.730345" Longitude="100.5682506" StarRating="5" HotelCode="|36672" HotelName="Emporium Suites By Chatrium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT SOI 24 SUKHUMVIT ROAD, KLONGTON 662</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/7/2/36672_1_3591.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2006, has 378 suites, a garden and a terrace. This hotel is, ideal for both business trips and family holidays, with air-conditioning and has a lobby, with a reception, a currency exchange service, a lift, a cafÃ©, a bar, a restaurant, conference facilities, (for a fee) internet, WiFi, meeting rooms and a business centre. The establishment also has room service, a laundry service and a car park. Children can enjoy a playground. SITUATION: It is inSukhumvit the street it has good links to the railway station, In the surrounding area, you can find a restaurant, is near Benjasiri park the business district, is situated 35 kilometres away from Bangkok Airport. ROOM: Clients are offered suites with a bathroom with a bath or shower, a kitchen and elegant furniture. Some rooms have a balcony, Guests are offered one, two or three bedroom suites, They have an LCD television with DVD, a stereo, a direct line telephone, internet, a kitchen, electric cooker, an oven and a microwave. Guests are offered one, two or three bedroom suites, they also have a washing machine, tumble drier, a hairdryer, a radio, a mini-bar, a coffee maker, a kettle, an iron, a double or king-size bed and individual air-conditioning. FACILITIES: The establishment boasts a swimming pool, a gym, an outdoor bar (available for a fee), parasols, a sauna, a steam bath, a massage service and spa treatments (available for a fee). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard, JCB and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.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="94" TotalAmount="178.82" OriginalAmount="173.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7223547" Longitude="100.5467663" StarRating="4" HotelCode="|446490" HotelName="Amanta and Residence Sathorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Soi Ngam Du Phli, Rama IV Road, Tungmahamek, Sathorn, Bangkok, 10120</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/9/0/446490_b6daea01030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.37" OriginalAmount="174.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729043" Longitude="100.513653" StarRating="5" HotelCode="|26167" HotelName="Royal Orchid Sheraton  and Towers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 CHAROEN KRUNG RD., SOI 30, (CAPTAIN BUSH LANE)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/6/7/26167_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1982 and renovated in 2004 has 28 floors, 744 standard rooms, 274 single rooms, 400 double rooms and 70 suites. In the establishment entrance, guests will find a lobby with an elevator, a cafÃ©, a reception with safety deposit boxes and a currency exchange service. The establishment boasts shops, 2 bars, a hairdresser's, a kiosk, a television room, 4 Ã  la carte restaurants, with air-conditioning with highchairs, a conference room, WiFi and a bicycle storage room. It also has a car park and an indoor car park. There are many services available at the establishment, including room service, a medical care service and a laundry service. SITUATION: This conference hotel is close to the tourist area and the city centre. It is in front of the Chao Phraya River. Around the establishment, clients can find restaurants, bars, nightclubs and shops. A few minutes walk away, there is a public transport stop. 45 minutes away, guests can find the airport. ROOM: The inviting rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet and a mini-bar. Are also equipped with a double bed, tiled floors, fitted carpets, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment has a swimming pool with a children's area, a snack bar, deck chairs, parasols, a jacuzzi, a sauna, a Turkish bath, a massage service and body care treatments. Clients can enjoy activities such as tennis and mini-golf. Our guests can also use the gym. It is 30 kilometres away from a golf course. MEALS: The establishment offers all meals in a buffet format and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.36" OriginalAmount="175.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6898401" Longitude="100.7293388" StarRating="3" HotelCode="|36690" HotelName="Siam Mandarina Bangkok Suvarnabhumi Airport  (free Shuttle)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO.6, KINGKAEW RD., RAJATHEVA, BANGPLEE 99</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/9/0/36690_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 143 rooms and luxurious suites. It has a reception, a currency exchange service, a restaurant and internet in communal areas, (for a fee), The establishment also offers room service, a laundry service and a car park. SITUATION: This hotel is in Bangkok the outskirts of is situated in the industrial area, 15 minutes away, you can find Suvarnabhumi Airport it is near the business area, Clients can also find tourist points of interest. ROOM: The establishment has superior and deluxe rooms and suites. All the rooms have a bathroom with a bath or shower, a hairdryer, a mini-bar, a coffee maker and a kettle. They also have a satellite TV, internet and an individual air-conditioning system. FACILITIES: The establishment has a massage service (available for a fee). PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy American buffet breakfast, buffet lunch and an Ã  la carte dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.14" OriginalAmount="175.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736791" Longitude="100.560173" StarRating="4" HotelCode="|389783" HotelName="Solaria Nishitetsu Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi Sukhumvit 14, Sukhumvit Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/8/3/389783_d8721bb1112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.28" OriginalAmount="176.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73839186" Longitude="100.54269004" StarRating="5" HotelCode="308179|rongratana_executive_residence" 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="63" TotalAmount="181.28" OriginalAmount="176.00" MarkupRule="3.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 09/07/2026" 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="94" TotalAmount="181.84" OriginalAmount="176.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73243" Longitude="100.56403" StarRating="5" HotelCode="|587391" HotelName="GM Estate and Executive Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Sukhumvit 20 Alley, Sukhumvit Road, Khlong toey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/7/3/9/1/587391_eb20ce92059.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.02" OriginalAmount="176.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725129" Longitude="100.579375" StarRating="0" HotelCode="|396335" HotelName="Nikko Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Soi Sukhumvit 55 (Thonglor)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/3/3/5/396335_8f8e3f90539.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.09" OriginalAmount="176.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.69171" Longitude="100.60854" StarRating="3" HotelCode="|169997" HotelName="Bangkok, Sukhumvit 101 - Marriott Executive Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>3029 Sukhumvit Road, Phra Kanong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/9/9/7/169997_600fe021832.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a safety deposit box service, a lift, a laundry service, a medical care service and a car park. SITUATION: This establishment, Bangkok it is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="182.65" OriginalAmount="177.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.749765080179" Longitude="100.54060638525" StarRating="4" HotelCode="178442|TH000034" HotelName="Novotel Bangkok Platinum Pratunam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="184.19" OriginalAmount="178.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75218" Longitude="100.52707" StarRating="0" HotelCode="|440266" HotelName="Vela Be Bangkok Ratchathewi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>598 Soi Phayanak, Phetchaburi Road, Ratchathewi, Bangkok, 10400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/2/6/6/440266_95a06ce1049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.37" OriginalAmount="179" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73752" Longitude="100.57237" StarRating="4" HotelCode="570559|172664" HotelName="137 Pillars Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="184.49" OriginalAmount="179.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74205" Longitude="100.5867" StarRating="3" HotelCode="|152848" HotelName="The Euro Grande" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>249 Sukhumvit Soi 31, Klongton-Nua, Wattana, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/8/4/8/152848_1_9722.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a lobby and a lounge. SITUATION: This establishment, is in Sukhumvit the city centre of Bangkok it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.44" OriginalAmount="180.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7570255" Longitude="100.5047362" StarRating="3" HotelCode="|104726" HotelName="Old Capital Bike Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>609 Pra Sumen Road, Pra Nakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/2/6/104726_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge). ROOM: Customers have rooms well-decorated.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.03" OriginalAmount="180.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72218" Longitude="100.57052" StarRating="5" HotelCode="|445995" HotelName="Ascott Thonglor Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 SOI SUKHUMVIT 59 BOONCHANA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/9/9/5/445995_428c6db1146.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.43" OriginalAmount="181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729082869031" Longitude="100.5138194561" StarRating="5" HotelCode="8973|royal_orchid_sheraton_hotel__towers" HotelName="Royal Orchid Sheraton Hotel &amp; Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 09/07/2026" 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="63" TotalAmount="186.43" OriginalAmount="181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.704830795259" Longitude="100.49140732326" StarRating="4" 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="94" TotalAmount="187.95" OriginalAmount="182.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72295" Longitude="100.535469" StarRating="0" HotelCode="|446219" HotelName="Ascott Embassy Sathorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 59 South Sathorn Road, Thungmahamek, Sathorn, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/1/9/446219_94ad7b51000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.98" OriginalAmount="183.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742417" Longitude="100.549852" StarRating="4" HotelCode="|422931" HotelName="The Quarter Ploenchit By Uhg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33/2 Ruamrudee Soi 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/9/3/1/422931_2df34231001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.52" OriginalAmount="184.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72511392" Longitude="100.57932555" StarRating="4" HotelCode="800742|hotel_nikko_bangkok" HotelName="Hotel Nikko Bangkok" Meals="ROOM ONLY" 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="63" TotalAmount="190.55" OriginalAmount="185.00" MarkupRule="3.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 04/07/2026" 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="94" TotalAmount="190.62" OriginalAmount="185.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7100262" Longitude="100.5111223" StarRating="5" HotelCode="|45749" HotelName="Chatrium Riverside Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CHAROENKRUNG RD. 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/7/4/9/45749_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has river views and views of Los ngeles. The establishment offers a transfer service (free of charge). SITUATION: This establishment is situated next to the Chao Phraya River and el RÃ­o de los Reyes. ROOM: Customers can find spacious rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.64" OriginalAmount="188.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.710972" Longitude="100.509509" StarRating="5" HotelCode="100186|chatrium_riverside_bangkok_hotel" HotelName="Chatrium Hotel Riverside Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="8" TotalAmount="194.98" OriginalAmount="189.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.751427215358" Longitude="100.54046988487" StarRating="5" HotelCode="8966|69638" HotelName="Amari Watergate Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/07/2026" 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>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737569" Longitude="100.560385" StarRating="5" HotelCode="186272|42876" HotelName="Grande Centre Point Terminal 21" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Sukhumvit Soi 19, Sukhumvit Road, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/21/3a2158fee3d01574ba2d9fd5a9c465801271011a.jpeg</HotelPictures>
        <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="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721286859004" Longitude="100.51782667637" StarRating="5" HotelCode="56413|6732" HotelName="Lebua at State Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="197.77" OriginalAmount="192.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73437" Longitude="100.56448" StarRating="5" HotelCode="|386612" HotelName="Carlton Bangkok Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carlton Hotel Bangkok Sukhumvit, 491 Sukhumvit Rd. Klongtoey Nua, Wattana, Wattana, 10110 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/6/1/2/386612_e1852701149.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.92" OriginalAmount="192.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721349" Longitude="100.517043" StarRating="5" HotelCode="|54039" HotelName="Lebua At State Tower - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1055 Silom Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/3/9/54039_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Lebua At State Tower is rated five stars. It has a business centre and a fitness centre. SITUATION: This hotel is situated in Bangkok ROOM: The establishment has suite rooms have a sitting room, a bathroom with a shower, a kitchen, a fridge, an iron, a flat-screen television, a DVD player, internet and a work space.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.08" OriginalAmount="192.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73601" Longitude="100.56149" StarRating="4" HotelCode="|68232" HotelName="Maduzi  Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>AT THE CORNER OF SUKHUMVIT 16, RATCHADAPISEK ROAD 9/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/2/3/2/68232_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 40 rooms, a lobby with a reception, express check-out, a safety deposit box service, a lift, a bar and a restaurant. Guests are also offered WiFi (for a fee), room service, a laundry service and a car park. SITUATION: Is situated inSukhumvit Soi 16 the corner of near the establishment, you will find restaurants, shops, has good links to the tourist attractions situated 20 kilometres away fromSuvarnabhumi Airport. ROOM: The rooms have individual air-conditioning, a bathroom, hydromassage, a shower, a business area, WiFi, printer, photocopier, a direct line telephone, a fax machine, a DVD player, satellite and cable TV, a hairdryer, a double or king-size bed, a radio, a Hi-Fi, a safe, a mini-bar, a coffee maker and a kettle. FACILITIES: The establishment boasts a gym fully-equipped. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast, lunch and dinner service, Guests have at their disposal a restaurant. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.13" OriginalAmount="192.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725626" Longitude="100.568024" StarRating="5" HotelCode="|449452" HotelName="SILQ And Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>41 Sukhumvit 24 Soi Kasem Sukhumvit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/4/5/2/449452_8245dd51210.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.13" OriginalAmount="192.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7267683" Longitude="100.5781009" StarRating="4" HotelCode="|278160" HotelName="Volve Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26/1 Sukhumvit Soi 53, Klongtan Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/1/6/0/278160_1_5277.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.17" OriginalAmount="192.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7497814" Longitude="100.5403464" StarRating="4" HotelCode="|94521" HotelName="Novotel Bangkok Platinum - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>220 PETCHABURI ROAD; RATCHATEWEE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/5/2/1/94521_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 2 bars, a restaurant, meeting rooms, conference rooms and internet (free of charge), It also has a games room and a restaurant. SITUATION: The hotel is in Bangkok the heart of the establishment is 30 kilometres away from Suvarnabhumi Airport it is situated 25 kilometres away from Don Mueang Airport. ROOM: The establishment has 283 rooms with an air-conditioning system, a bathroom and an individual air-conditioning system. FACILITIES: The establishment boasts a swimming pool that has an area for children and a gym. Guests are offered a spa, a hammam, a Turkish bath and treatments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.31" OriginalAmount="192.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725978" Longitude="100.518981" StarRating="5" HotelCode="|449478" HotelName="Grande Centre Point Surawong Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>299 Thanon Surawong, Bang Rak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/4/7/8/449478_057f6041145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="199.09" OriginalAmount="193.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728452319028" Longitude="100.50965130329" StarRating="5" HotelCode="39064|69643" HotelName="Millennium Hilton Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="201.88" OriginalAmount="196.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72467714" Longitude="100.5195457" StarRating="2" HotelCode="582492|pann_residence" HotelName="Pann Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Free CXL until 16/07/2026" 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="94" TotalAmount="204.40" OriginalAmount="198.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.733205" Longitude="100.564012" StarRating="5" HotelCode="|221468" HotelName="Tastoria Collection Hotel Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Sukhumvit 20, Sukhumvit Road, KlongTeoy,, Khlong Toei, 10110 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/4/6/8/221468_20.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.97" OriginalAmount="199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.720169" Longitude="100.545161" StarRating="4" HotelCode="299577|u_sathorn_bangkok" HotelName="U Sathorn Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 105/1 Soi Ngam Duphli, Thung Maha Mek Sub-District, Sathorn District, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/10/4d109f97fa5026e728439b6839e85a10539597c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.79" OriginalAmount="199.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.745456" Longitude="100.553602" StarRating="0" HotelCode="|472427" HotelName="The Rich Residences Sukhumvit Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi Sukhumvit 3,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/4/2/7/472427_5ae7fe72158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.12" OriginalAmount="204" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.745547" Longitude="100.490953" StarRating="4" HotelCode="260358|40336" HotelName="SALA Rattanakosin Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="210.91" OriginalAmount="204.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7371366" Longitude="100.5634171" StarRating="3" HotelCode="|236393" HotelName="Tints Of Blue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>47 Sukhumvit 27 Road Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/3/9/3/236393_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.15" OriginalAmount="205.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738412" Longitude="100.546427" StarRating="5" HotelCode="915483|oriental_residence_bangkok" HotelName="Oriental Residence Bangkok" 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>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="94" TotalAmount="213.21" OriginalAmount="207.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.730734" Longitude="100.58177" StarRating="5" HotelCode="|73083" HotelName="MUU Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT 55, NORTH KLONGTON, WATTANA DISTRICT 88/333</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/0/8/3/73083_e2699711030.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel has 13 floors, 148 rooms, air-conditioning, a lobby with express check-out, a reception, a safety deposit box service, a lift, a games room and a television room. The establishment also has a cafÃ©, a restaurant and Pacific the lounge The establishment boasts WiFi, room service, a laundry service and a car park. SITUATION: This aparthotel, Sukhumvit Soi 55 and Petchburi Road it is between the Emporium shopping centre it is 800 metres away from this establishment, is situated 26 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have a large bathroom, a shower, a hairdryer, a double or king-size bed, an LCD TV, a radio, a Hi-Fi, internet and a safety deposit box. They also have a kitchen with fridge, a hob, a microwave, a coffee maker, a kettle, a washing machine, an iron, individual air-conditioning and a balcony or terrace. FACILITIES: The establishment boasts a swimming pool with a children's area, an outdoor bar and a terrace. Guests can also enjoy a hydromassage bath, a sauna, hydrotherapy, a massage service and a gym. Clients can enjoy activities such as playing billiards and play football. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts credit cards, American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: Check-in is from 14:00 and check-out is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.21" OriginalAmount="207.00" MarkupRule="3.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 16/07/2026" 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="213.21" OriginalAmount="207.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73752" Longitude="100.57237" StarRating="5" HotelCode="570556|137_pillars_suites_bangkok" HotelName="137 Pillars Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/07/2026" 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="63" TotalAmount="213.21" OriginalAmount="207.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73905757" Longitude="100.51071795" StarRating="3" HotelCode="572664|baan2459" HotelName="Baan 2459" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>98 Phat Sai Road, Khwaeng, Samphanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/d8/f6d8bf35cc4a5ed917aef039521d2b85871e9fba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.11" OriginalAmount="208.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.745229" Longitude="100.541931" StarRating="4" HotelCode="|34058" HotelName="Holiday Inn Bangkok, An Ihg - Sha Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>PLOENCHIT ROAD 971</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/0/5/8/34058_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has restaurants. It has 379 rooms, it offers a safety deposit box service, a currency exchange service, a bar, a shop, air-conditioning, room service and a laundry service. SITUATION: This hotel is in the business district. It is situated near CentralWorld close to the establishment, clients can find Siam Paragon, Siam Square, IT City Panthip and Gaysorn Boutique the railway station. ROOM: The rooms have a hairdryer, satellite or cable TV, a mini-bar, a coffee maker, a kettle, an iron, individual air-conditioning and a safe. FACILITIES: Outdoors, guests have access to a swimming pool. MEALS: Guests have at their disposal a restaurant with traditional regional cuisine and a cocktail bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.27" OriginalAmount="209" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.730349175074" Longitude="100.58205485344" StarRating="5" HotelCode="33839|206389" HotelName="Akyra Thonglor Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" 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="94" TotalAmount="215.46" OriginalAmount="209.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73599" Longitude="100.5635" StarRating="0" HotelCode="|451145" HotelName="Sotetsu Grand Fresa Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>7, Sukhumvit 25 Alley, Sukhumvit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/1/4/5/451145_fb4c21f1343.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.62" OriginalAmount="209.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.704827" Longitude="100.491347" StarRating="5" HotelCode="|203180" HotelName="Avani+ Riverside Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>257 CHAROENNAKORN ROAD, THONBURI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/1/8/0/203180_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.30" OriginalAmount="210" MarkupRule="3.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 13/07/2026" 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="216.30" OriginalAmount="210.00" MarkupRule="3.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Soi Sukhumvit 57, Klongtan Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/53/8b532e0031e82806d43ab8443b1709faf7d263c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.63" OriginalAmount="210.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.715964" Longitude="100.741417" StarRating="4" HotelCode="|218542" HotelName="Ammata Lanta Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88/5 Moo7; Rachathewa; Bangplee;Samutprakarn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/5/4/2/218542_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.87" OriginalAmount="210.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742267" Longitude="100.624222" StarRating="0" HotelCode="|172940" HotelName="Third Rock" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.11 Soi Rama9 41, Yaek 18, Suanluang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/4/0/172940_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.33" OriginalAmount="211" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723027434508" Longitude="100.53693205118" StarRating="5" HotelCode="115807|48247" HotelName="Marriott Executive Apartments Sathorn Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Sathorn Soi 3, South Sathorn Road, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/c5/c2c5daf2a55c1269327a83ec34e549c94d4e8012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.33" OriginalAmount="211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.745271" Longitude="100.552146" StarRating="4" HotelCode="293647|ad_lib" HotelName="Ad Lib Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>230/5 Sukhumvit Soi 1, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/57/b3/57b348b66d7e651d7d4a8ffa3374676cd5dfb4dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.01" OriginalAmount="212.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7469361" Longitude="100.5478087" StarRating="5" HotelCode="|104875" HotelName="Mövenpick Bdms Wellness Resort Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Wireless Road, Lumpini, Patumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/7/5/104875_0e61b281410.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in a garden area, close to Ploenchit and Chidlom Railway Station. FACILITIES: This establishment has an outdoor pool, 8 bars and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.65" OriginalAmount="213.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7506686" Longitude="100.531961" StarRating="5" HotelCode="|62908" HotelName="Vie Bangkok - Mgallery" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>117/39-40 Phaya Thai Rd. Ratchathewi, Bangkok 10400 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/9/0/8/62908_3d028c31217.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel and has 154 rooms, The hotel was built in 2007, renovated in 2008, with air-conditioning, has a lobby, with express check-out, a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar, a pub, restaurants and conference facilities. It also has WiFi (for a fee), room service, a laundry service and a car park. SITUATION: The hotel is in the commercial area, Siam Paragon, Siam Square and Central World it is close to In the surrounding area, you can find the leisure areas, is situated 100 metres away from the railway station, the establishment is 1 kilometre away from the metro station, this hotel is situated 25 kilometres away from Don Mueang Airport it is situated 35 kilometres away from Suvarnabhumi Airport. ROOM: The establishment has 66 luxurious rooms, 88 suites a bathroom with a shower, with a hairdryer, a double or king-size bed, a direct line telephone, a satellite or cable television, internet, a mini-bar, a coffee maker, a kettle, individual air-conditioning and a safe. FACILITIES: The establishment has a gym, a spa, a massage service, beauty treatments, a swimming pool with a snack bar, a terrace and deck chairs. For a fee, you can enjoy aerobics classes, a sauna and a steam bath. MEALS: Guests are offered buffet breakfast and lunch and an Ã  la carte dinner. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220.42" OriginalAmount="214" MarkupRule="3.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="94" TotalAmount="222.71" OriginalAmount="216.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757456" Longitude="100.533889" StarRating="0" HotelCode="|449512" HotelName="Eastin Grand Hotel Phayathai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Phaya Thai Rd,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/5/1/2/449512_12736921050.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.10" OriginalAmount="216.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7236811" Longitude="100.5803962" StarRating="4" HotelCode="|187086" HotelName="Marriott Executive Apartments Bangkok, Sukhumvit Thonglor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Sukhumvit Soi 57 Klongton Nu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/0/8/6/187086_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.35" OriginalAmount="216.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.751379" Longitude="100.540211" StarRating="5" HotelCode="|32184" HotelName="Amari Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>PETCHABURI ROAD, PRATUNAM, RAJTHEVI 847</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/8/4/32184_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 182 superior rooms and 312 deluxe rooms. It has air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment also has a bar, a restaurant, conference facilities, a car park, room service, a laundry service and internet. SITUATION: Plaza Siam and Sukhumvit It is located between Where you can find the shopping area and the business area. CentralWorld it is 5 minutes away from it has good links to the airport, is situated 40 kilometres away from Suvarnabhumi Airport it is situated 25 kilometres away from Don Mueang Airport. ROOM: The comfortable rooms, a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a coffee maker, a kettle, an air-conditioning system, internet, a kitchen and a double bed. FACILITIES: Outdoors, clients have access to a swimming pool with a bar, a terrace, deck chairs, a jacuzzi, a sauna, a steam bath and a massage service. You also have at your disposal a squash court, aerobics and a gym. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.71" OriginalAmount="217.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7488419" Longitude="100.5308691" StarRating="4" HotelCode="|103391" HotelName="Hua Chang Heritage  Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>400 Phayathai Road, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/3/9/1/103391_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 5 minutes away from MBK the shopping centre of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.54" OriginalAmount="218.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.704615244014" Longitude="100.49182534217" StarRating="5" HotelCode="47007|anantara_bangkok_riverside_resort_spa" HotelName="Anantara Riverside Bangkok Resort" Meals="ROOM ONLY" 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="94" TotalAmount="225.35" OriginalAmount="218.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6964783" Longitude="100.7519932" StarRating="4" HotelCode="|32605" HotelName="Hyatt Regency Bangkok Suvarnabhumi Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>999 Suvarnabhumi Airport Hotel Moo 1 Nongprue Bang Phli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/6/0/5/32605_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, has 612 rooms, In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment boasts a cafÃ©, a bar and 4 restaurants. Our guests can find WiFi, a conference room and room service. The establishment also offers a laundry service and a car park. SITUATION: 300 metres away, clients haveSuvarnabhumi Airport The establishment offers a transfer service to, the airport, free of charge, 30 kilometres away from the establishment, guests will find Don Mueang Airport. ROOM: Clients are offered deluxe ensuite rooms with a bath, a shower and a hairdryer. They also have a direct line telephone, satellite or cable TV, a radio, a stereo, internet and a mini-bar. You can also find a coffee maker, a kettle, a safety deposit box, a king size or double bed and an individual air-conditioning system. FACILITIES: The establishment boasts a swimming pool with an outdoor bar, deck chairs and parasols. You can find a steam bath, a solarium, a massage service and health treatments. The establishment boasts a sports centre, a spa and mountain bikes. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and set-menu or Ã  la carte lunch and dinner. Accepted an American bar, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="226.57" OriginalAmount="219.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738689164061" Longitude="100.54822061839" StarRating="5" HotelCode="186678|80455" HotelName="Conrad Bangkok Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="228.71" OriginalAmount="222.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726276" Longitude="100.543146" StarRating="5" HotelCode="|94515" HotelName="So/ Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 NORTH SATHORN ROAD ; BANGRAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/5/1/5/94515_0d9e7450725.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is 400 metres away from Lumpini Boxing Stadium. 12 metres away, guests can find Thaniya Plaza Shopping Centre. It is 23 kilometres away from Siam Paragon is 25 kilometres from Suvarnabhumi and Don Muang airports. ROOM: Each room has WiFi (free of charge), a flat-screen television, a mini-bar, an Apple Mac Mini, a bathroom with a bath and a shower. Clients are offered suites with an iPod. FACILITIES: Guests are offered a spa, a massage service, a jacuzzi, a swimming pool and a gym. OTHERS: Clients have at their disposal a restaurant and bars.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.73" OriginalAmount="222.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.704645" Longitude="100.491729" StarRating="5" HotelCode="|33148" HotelName="Anantara Riverside Bangkok Resort - Sha Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CHAROENNAKORN, RIVERSIDE 257/1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/4/8/33148_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel, is ideal for holidays and business stays, This establishment is surrounded by a beautiful garden, The establishment boasts 413 rooms, 7 floors, a lobby, a safety deposit box service, a bar, a restaurant and conference rooms. SITUATION: It is situated close to the river, The establishment offers a transfer service, has good links to the tourist attractions. ROOM: The rooms have a bathroom, a satellite television, internet, a mini-bar, a coffee maker, a kettle, an iron, a safety deposit box and individual air-conditioning. FACILITIES: The establishment boastsMandara the spa a swimming pool, a jacuzzi, a sauna and a gym. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, Diners Club and JCB.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.74" OriginalAmount="222.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737972922476" Longitude="100.55966377258" StarRating="5" HotelCode="39065|78945" HotelName="The Westin Grande Sukhumvit Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/07/2026">
        <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="229.69" OriginalAmount="223.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73037583" Longitude="100.56553178" StarRating="4" HotelCode="8968|bangkok_marriott_marquis_queens_park_2" HotelName="Bangkok Marriott Marquis Queen’s Park" 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,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="94" TotalAmount="230.39" OriginalAmount="223.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7233819" Longitude="100.537208" StarRating="5" HotelCode="|104790" HotelName="Sathorn Vista, Bangkok - Marriott Executive Apartments Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Sathorn Soi 3 South Sathorn Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/9/0/104790_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Bangkok the centre of. FACILITIES: The establishment has a swimming pool, a gym, 3 restaurants and a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.72" OriginalAmount="224.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726080620547" Longitude="100.5433762123" StarRating="5" HotelCode="171766|sofitel_so_bangkok" HotelName="SO Sofitel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="232.33" OriginalAmount="225.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7236255" Longitude="100.5397644" StarRating="5" HotelCode="|26157" HotelName="Banyan Tree Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21/100 SOUTH SATHON ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/5/7/26157_de757290842.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This first class hotel, was built in 1996 and renovated in 2002 it has a main 60-storey building, a 20-storey annexed building and 216 suites. In the entrance, guests are offered an elegant hall with elevators, a reception with safety deposit boxes, a cloakroom and a currency exchange service. Some of the facilities that the establishment offers to guests include a kiosk, shops, a hairdresser's, conference rooms with features that offer you the maximum level of comfort, internet, a cafÃ©, a bar, 4 A-La-Carte restaurants specialising in Sea-food, Grill and Barbeque with beautiful city views, room service, a laundry service, a medical care service, indoor parking and a car park. Children can enjoy a mini-club. SITUATION: This establishment is in the Bangkok shopping centre. Is situated in Sathorn Road Street. Close to the establishment, clients can find Silom Road and Skytrain the metro station. ROOM: All the rooms have an air-conditioning system, a bathroom with a hairdryer, a direct line telephone, satellite and cable television, video, a radio, a stereo, internet, a mini-bar, large beds, tiled floors, fitted carpets, a safe and a sitting room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.33" OriginalAmount="225.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.731012" Longitude="100.576533" StarRating="0" HotelCode="|439657" HotelName="Mayu Bangkok Japanese Style" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80/3, Sukhumvit 49/2, Klongtan Nua, Bangkok, Bangkok, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/6/5/7/439657_ad1c2e61717.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.49" OriginalAmount="225.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7245425" Longitude="100.5670416" StarRating="5" HotelCode="|66719" HotelName="Sukhumvit Park, Bangkok - Marriott Executive Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT SOI 24, KLONGTON, KLONGTOEY 90</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/7/1/9/66719_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was built in 2009, has 300 rooms, 44 apartments, 72 studios and 144 suites. The establishment has air-conditioning, a lobby, a lift, a reception, express check-out, a safety deposit box service, a currency exchange service and a lift. It has a games room, a TV room, a cafÃ©, a bar, a restaurant and conference rooms. For an extra cost you can enjoy WiFi, room service, a laundry service and a car park. SITUATION: The hotel Sukhumvit Soi 24 it is in it is near the convention centre, the markets, 20 minutes away, guests can find Wat Pho the Palace of 10 minutes away from the establishment clients have an underground station, is situated 35 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have an LCD television, a DVD player, a washing machine, tumble drier, a safe, wardrobes, a bathroom, a bath, a shower, a kitchen, a fridge, a hob, a microwave, a work space and a relaxation area. They also have a hairdryer, a double bed, a direct line telephone, a radio, a Hi-Fi, internet, a coffee maker, a kettle, an iron and individual air-conditioning. Clients are offered disabled access rooms, The rooms have soundproofed windows. FACILITIES: The establishment has a swimming pool, a children's swimming pool, a terrace, a gym, a jacuzzi and a steam bath. Clients can enjoy activities such as enjoy tennis, squash, badminton, playing billiards and play golf (available for a fee), For a fee, guests can enjoy a massage service and spa treatments. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, Guests are offered a breakfast, lunch and dinner service. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.78" OriginalAmount="226" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.744564783906" Longitude="100.54184994477" StarRating="4" HotelCode="39066|8891" HotelName="Holiday Inn Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" 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="8" TotalAmount="233.73" OriginalAmount="226.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.750573" Longitude="100.532101" StarRating="5" HotelCode="100187|105493" HotelName="VIE Hotel Bangkok - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 18/07/2026" 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="94" TotalAmount="234.41" OriginalAmount="227.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7402915" Longitude="100.5435607" StarRating="5" HotelCode="|83185" HotelName="Muse Bangkok Langsuan - Mgallery - Sha Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LANGSUAN RD., LUMPINI, PATHUMWAN 55/555</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/1/8/5/83185_1.jpg</HotelPictures>
        <HotelDescription>FACILITIES: Outdoors, guests have access to an outdoor pool. SITUATION: This hotel is in the business area, is situated close to park Lumpini.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.87" OriginalAmount="229.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7202902" Longitude="100.53133426" StarRating="3" HotelCode="744134|serena_sathorn_suites" HotelName="Serena Sathorn Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Narathiwas Road, Tungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/f6/46f666e0b61e69475ef3e06bb96a69cea54f0608.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.11" OriginalAmount="237.00" MarkupRule="3.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="27" TotalAmount="246.17" OriginalAmount="239" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721370240161" Longitude="100.51697909832" StarRating="5" HotelCode="906454|30837" HotelName="Tower Club at Lebua" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="247.20" OriginalAmount="240.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72904308" Longitude="100.59068859" StarRating="0" HotelCode="784677|thea_serviced_apartment_ekamai" HotelName="Thea Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Designated Smoking Area,Dining,Garden,Kids Play Area,Kitchen,Laundry,Printer,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>37 Soi Ekamai 10-12, Sukhumvit 63, Klongton Nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/2d/b62dee7bf3e63a6cfb66ed77920cf392842019f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Comfort and Quality Living
Homely and Peaceful Ambience in the Heart of Bangkok
Ideally located on E...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="250.29" OriginalAmount="243.00" MarkupRule="3.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 04/07/2026" 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="63" TotalAmount="250.29" OriginalAmount="243.00" MarkupRule="3.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="94" TotalAmount="252.90" OriginalAmount="245.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7383747" Longitude="100.5595159" StarRating="5" HotelCode="|104747" HotelName="The Westin Grande Sukhumvit, Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>259 Sukhumvit 19, Sukhumvit Road, Klongtoey-Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/4/7/104747_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers WiFi, in communal areas, an outdoor swimming pool, a spa and a gym. SITUATION: This establishment, is a 1-minute walk away from Sukhumvit the underground station of the Asok Skytrain the skytrain station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.15" OriginalAmount="245.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723691" Longitude="100.52833" StarRating="5" HotelCode="|444044" HotelName="The Standard, Bangkok Mahanakhon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>114 Thanon Naradhiwat Rajanagarindra Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/4/4/444044_56e77e21010.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.44" OriginalAmount="248.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729161" Longitude="100.591485" StarRating="0" HotelCode="|446327" HotelName="Thea Private Suites By Th District" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Soi Ekamai 10 (or 12), Sukhumvit 63, Klongton Nue, Wattana, Bangkok, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/3/2/7/446327_16e3dea1734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.50" OriginalAmount="250.00" MarkupRule="3.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="1" TotalAmount="257.89" OriginalAmount="250.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73880636" Longitude="100.54816796" StarRating="5" HotelCode="26442|CAM058800" HotelName="Conrad Bangkok" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 18/07/2026" 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="258.53" OriginalAmount="251" MarkupRule="3.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="94" TotalAmount="259.22" OriginalAmount="251.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741374" Longitude="100.543053" StarRating="4" HotelCode="|396397" HotelName="Sindhorn Midtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>68 Langsuan Road, Lumphini, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/3/9/7/396397_e01949f1136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.59" OriginalAmount="253" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.744635" Longitude="100.548229" StarRating="5" HotelCode="905851|32927" HotelName="Sivatel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53, Wittayu Road, Lumpini, Patumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e6/74/e674022af3c762966c8b94a8053a44ad47171aa4.JPEG</HotelPictures>
        <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="260.59" OriginalAmount="253.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74549" Longitude="100.556646" StarRating="4" HotelCode="71483|fraser_suites_sukhumvit" HotelName="Fraser Suites Sukhumvit, Bangkok" Meals="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="94" TotalAmount="261.43" OriginalAmount="253.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74529" Longitude="100.552219" StarRating="4" HotelCode="|172409" HotelName="Ad Lib" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>230/3-7, 27/8 SUKHUMVIT 3 RD.(NANA NUEA), NORTH KHLONGTOEY (WATTANA 230/5 SUKHUMVIT SOI 1)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/4/0/9/172409_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.62" OriginalAmount="254.00" MarkupRule="3.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="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,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="263.68" OriginalAmount="256" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723342436487" Longitude="100.53899402447" StarRating="5" HotelCode="36577|30519" HotelName="COMO Metropolitan Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="264.24" OriginalAmount="256.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7430709" Longitude="100.5576805" StarRating="0" HotelCode="|449454" HotelName="Floral Court &amp; Residence Sukhumvit 13" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21, 21/1, 21/3, 21/4 Soi Sukhumvit 13, Sukhumvit Road Klongtoey, Nua, Watthana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/4/5/4/449454_41aba151313.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265.74" OriginalAmount="258" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729869751369" Longitude="100.53062349558" StarRating="5" HotelCode="76276|15364" HotelName="Le Meridien Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40/5 Surawong Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/5c/c15c6c69f5acb63772d5c7dae59c29636bc925ab.JPEG</HotelPictures>
        <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="63" TotalAmount="265.74" OriginalAmount="258.00" MarkupRule="3.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="94" TotalAmount="266.33" OriginalAmount="258.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.750022" Longitude="100.534869" StarRating="5" HotelCode="|446223" HotelName="Chatrium Grand Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>728 Phetchaburi Road, Thanon Phetchaburi, Ratchathewi, Bangkok 10400 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/2/3/446223_76c42ed0838.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.57" OriginalAmount="260.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.744957" Longitude="100.491159" StarRating="4" HotelCode="|173023" HotelName="Inn A Day" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>57-61 Maharat Rd. Phrabrommaharatchawang, Phranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/3/0/2/3/173023_1_5603.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.76" OriginalAmount="265.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73962" Longitude="100.55715" StarRating="5" HotelCode="|316956" HotelName="Hyatt Regency Bangkok Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Sukhumvit 13 Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/6/9/5/6/316956_1_2781.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="279.93" OriginalAmount="271.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7392662" Longitude="100.5490851" StarRating="5" HotelCode="|33505" HotelName="Conrad Bangkok - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>87 Wireless Road , Bangkok 10330 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/5/0/5/33505_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 391 rooms and suites. The establishment boasts air-conditioning, a lobby, express check-out, a reception, a safety deposit box service, a currency exchange service, a lift, a restaurant, a cafÃ©, a nightclub, conference facilities, room service, a laundry service, WiFi (for a fee) and a car park. SITUATION: This establishment, is in Bangkok the heart of All Seasons Place it is in Close to the embassies, shopping centres and Lumphini park it is 30 minutes drive away from the international airport. ROOM: The establishment has executive rooms and with internet. Each room has an air-conditioning system, individual heating, a double bed, a bathroom with a shower or bath, a safety deposit box, a hairdryer, a direct line telephone, satellite or cable TV, a radio, a balcony or terrace, a kitchen, a mini-bar, a coffee maker, a kettle, a washing machine and an iron.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="286.04" OriginalAmount="277.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7391748" Longitude="100.5576292" StarRating="5" HotelCode="|66646" HotelName="Sofitel Bangkok Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>189 Sukhumvit Road Soi 13-15, Klongtoey Nua Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/4/6/66646_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers rooms and senior suites. This establishment is ideal for holidays or business trips. SITUATION: This hotel is in Bangkok the city centre of Where you can find shops, leisure areas and dining facilities. It has excellent transport links to public transport services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.43" OriginalAmount="281.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743444358666" Longitude="100.53006291389" StarRating="4" HotelCode="15747|pathumwan_princess_hotel" HotelName="Pathumwan Princess, MBK Centre, Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" 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="8" TotalAmount="291.25" OriginalAmount="282.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741375649719" Longitude="100.54791033268" StarRating="5" HotelCode="48574|25409" HotelName="The Athenee Hotel, a Luxury Collection Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/07/2026" 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="94" TotalAmount="295.53" OriginalAmount="286.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.722478" Longitude="100.727131" StarRating="3" HotelCode="|450585" HotelName="Courtyard by Marriott Bangkok Suvarnabhumi Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>599/9 LAT KRABANG ROAD, LAT KRABANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/8/5/450585_5577f171153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.18" OriginalAmount="291.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.745014" Longitude="100.49114" StarRating="0" HotelCode="|440025" HotelName="Arun Riverside Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>87-89 Maharaj Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/0/2/5/440025_f356d841727.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.89" OriginalAmount="292.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743307" Longitude="100.529651" StarRating="5" HotelCode="|32298" HotelName="Pathumwan Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>444 MBK Center, Phayathai Road, Wang Mai, Pathum Wan District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/2/9/8/32298_97141d90955.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 326 rooms, 64 double rooms and 60Â junior suites. In the establishment entrance, guests will find a lobby with a reception, a currency exchange service, a safety deposit box service and a lift. The establishment boasts a hairdresser's, meeting rooms, internet, room service, a laundry service, a car park, a cafÃ©, a bar and a restaurant. SITUATION: It is located close toSiam the square it is close to Mah boon krong and Central world plaza the shopping centres of nearby, you will find the leisure area, shops and the railway station. ROOM: The large rooms, fully-equipped, a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet and a mini-bar. FACILITIES: The establishment boasts a swimming pool, a gym and a sauna. Clients can enjoy activities such as enjoy tennis and do aerobics.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="302.11" OriginalAmount="293.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743649" Longitude="100.557932" StarRating="4" HotelCode="|535382" HotelName="Floral Court and Residence Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 13 Sukhumvit 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/3/8/2/535382_28c581e1144.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="303.37" OriginalAmount="294.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7220541" Longitude="100.5753948" StarRating="0" HotelCode="|40401" HotelName="Napa Place Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT 36, YAEK 2 KLONGTOEY 11/3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/0/1/40401_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for family holidays and has 12 large rooms, This air-conditioned establishment has a lobby, a reception, a games room, a breakfast room, WiFi, internet, a laundry service and a car park. SITUATION: Sukhumvit 36 road Is situated in it has good links to the railway station, near the establishment, you will find the shopping centres, the leisure areas and restaurants. it is situated 25 kilometres away from Suvarnabhumi Airport. ROOM: Clients are offered recently renovated rooms, have an individual air-conditioning system, a fridge, a coffee maker, a kettle, 2 telephones, internet, cable television, a hairdryer, a bathroom with a bath, bathroom items, an iron, a smoke detector, a king size or double bed, a balcony and a terrace. OBSERVATIONS: Reception is not open 24 hours a day. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant with breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="305.91" OriginalAmount="297" MarkupRule="3.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="Free CXL until 17/07/2026" 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="305.91" OriginalAmount="297.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737352818315" Longitude="100.55948674679" StarRating="5" HotelCode="17499|sheraton_grande_sukhumvit_a_luxury_collection_hotel" HotelName="Sheraton Grande Sukhumvit, A Luxury Collection Hotel, Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/07/2026" 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="63" TotalAmount="305.91" OriginalAmount="297.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.727329" Longitude="100.522346" StarRating="5" HotelCode="599738|bangkok_marriott_hotel_the_surawongse" HotelName="Bangkok Marriott Hotel The Surawongse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/07/2026" 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="63" TotalAmount="306.94" OriginalAmount="298.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743452" Longitude="100.540794" StarRating="5" HotelCode="13030|grand_hyatt_erawan_bangkok" HotelName="Grand Hyatt Erawan Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>494 Rajdamri Road, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/38/8c3861d24bc2c14856d014e7e0dec14e4331aaad.jpeg</HotelPictures>
        <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="94" TotalAmount="312.47" OriginalAmount="303.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7231235" Longitude="100.5804008" StarRating="5" HotelCode="|104716" HotelName="Bangkok Marriott Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Sukhumvit Soi 57, Klongtan Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/1/6/104716_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 100 metres away from Thonglor Skytrain Station. ROOM: The rooms have an air-conditioning system and a bath.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.15" OriginalAmount="305.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741651826025" Longitude="100.55213212967" StarRating="5" HotelCode="259007|jw_marriott_hotel_bangkok" HotelName="JW Marriott Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/07/2026" 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="94" TotalAmount="314.99" OriginalAmount="305.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7421318" Longitude="100.5521533" StarRating="5" HotelCode="|31021" HotelName="Jw Marriott  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Sukhumvit Road, Soi 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/0/2/1/31021_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, The establishment offers guests excellent service, meeting facilities and dining facilities. SITUATION: This hotel is in Watthana the district of near the establishment, guests will find the commercial area, the business area, and CentralWorld the shopping centre el Siam Paragon, el Siam Center and el MBK Centre 2 kilometres away from the establishment, guests will find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="316.68" OriginalAmount="307.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7406345" Longitude="100.5524787" StarRating="4" HotelCode="|103669" HotelName="Shama Sukhumvit Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39/1 Soi Sukhumvit 2, Khongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/6/9/103669_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Sukhumvit 2 it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.36" OriginalAmount="312.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740631" Longitude="100.552461" StarRating="4" HotelCode="188244|shama_sukhumvit_serviced_apart" HotelName="Shama Sukhumvit" Meals="ROOM ONLY" 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="94" TotalAmount="329.07" OriginalAmount="319.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7224327" Longitude="100.5812847" StarRating="5" HotelCode="|450901" HotelName="InterContinental Bangkok Sukhumvit, an IHG Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Soi Sukhumvit 59, Sukhumvit Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/9/0/1/450901_37eac8c1039.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.66" OriginalAmount="322.00" MarkupRule="3.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="8" TotalAmount="333.27" OriginalAmount="323.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723454759454" Longitude="100.54104924202" StarRating="5" HotelCode="18514|53056" HotelName="The Sukhothai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 17/07/2026" 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>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="347.69" OriginalAmount="337.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7375557" Longitude="100.5590463" StarRating="5" HotelCode="|32828" HotelName="Sheraton Grande Sukhumvit, A Luxury Collection , Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT ROAD, SUKHUMVIT 250</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/8/2/8/32828_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban is ideal for holiday stays hotel, has attentive service, 420 rooms and 42 Grand Suites. You are also offered air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, a cafÃ©, bars, restaurants, a conference room, WiFi, a car park, room service and a laundry service. SITUATION: Is situated inBangkok the heart of it is near the Asok Skytrain the Railway Station of It is situated a few minutes walk fromSukhumvit the underground station of it has good links to the tourist attractions. ROOM: The large rooms, have a fan, a bathroom and disabled facilities. deluxe rooms and have wooden furniture, All the rooms have duvets, WiFi, a hairdryer, a direct line telephone, satellite or cable TV, a Hi-Fi, a mini-bar, a mini-bar, a double bed, individual air-conditioning and a safety deposit box. FACILITIES: The establishment boasts a swimming pool, deck chairs, a jacuzzi, a sauna, a Turkish bath, a spa, a massage service, hydrotherapy and a gym. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="350.20" OriginalAmount="340" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="984958|403116" HotelName="Kimpton Maa-Lai Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026">
        <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="94" TotalAmount="358.81" OriginalAmount="348.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.727367" Longitude="100.522551" StarRating="5" HotelCode="|358673" HotelName="Bangkok Marriott The Surawongse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>262 Surawong road Si Phraya, Bang Rak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/6/7/3/358673_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="359.87" OriginalAmount="349.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72348" Longitude="100.54089" StarRating="5" HotelCode="|27916" HotelName="The Sukhothai Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>13/3 SOUTH SATHORN ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/1/6/27916_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet establishment, has 210 rooms and 82 suites. The establishment boasts air-conditioning, a lobby with a reception, a safety deposit box service, a restaurant, internet, a laundry service, room service and a car park. SITUATION: This hotel is in the business area of Bangkok. With access to the train, the motorways and the metro station. Near the establishment, guests will find the commercial area. 15 minutes away from the establishment you have the city centre. It is situated 20 minutes away from Lumpinee Park, 25 kilometres away from Airport Don Mueang and 35 kilometres away from Airport Bangkok. ROOM: Smart standard rooms and suites have luxurious bathrooms, baths, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a mini-bar, a small fridge, a coffee maker, a kettle, a double bed, individual air-conditioning and a safety deposit box. FACILITIES: There is a range of facilities and services available at the establishment, including a swimming pool, deck chairs, a well-equipped gym, a personal trainer, a jacuzzi, a sauna, a massage service, hydrotherapy treatments and a Turkish bath. You also have at your disposal aerobics classes, squash courts, tennis courts and a golf course. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.98" OriginalAmount="367.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740952" Longitude="100.540269" StarRating="5" HotelCode="|33856" HotelName="Anantara Siam Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>RAJADAMRI ROAD 155</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/5/6/33856_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="383.16" OriginalAmount="372.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740901670479" Longitude="100.54026545064" StarRating="5" HotelCode="18434|four_seasons_hotel_bangkok" HotelName="Anantara Siam Bangkok Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/07/2026" 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="94" TotalAmount="394.03" OriginalAmount="382.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7230075" Longitude="100.5109126" StarRating="5" HotelCode="|26164" HotelName="The Peninsula Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>333 CHAROEN NAKHON ROAD, KHLONG SAN, BANGKOK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/6/4/26164_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="395.60" OriginalAmount="384.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7412262" Longitude="100.5474544" StarRating="5" HotelCode="|26165" HotelName="The Athenee , A Luxury Collection , Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 Wireless Road (Witthayu),</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/6/5/26165_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury, urban hotel was opened in 2000. The establishment has 382 standard rooms, a large hall with elevators, a reception with air-conditioning, a cloakroom and a safety deposit box service. Some of the facilities that the establishment offers to guests include a mini-market, a hairdresser's, WiFi, a cosy bar, a cafÃ© and a restaurant with highchairs. The establishment boasts conference rooms with features that offer you the maximum level of comfort, room service, a laundry service and a medical care service. Outdoors, guests have access to a playground. At the establishment, guests can use the car park. SITUATION: This hotel is in a central area. Is situated in Wireless Road around the establishment, clients can find shops, leisure areas and entertainment. A few minutes walk away from the establishment, clients can find skytrain Train Station. Is 25 kilometres from the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="415.09" OriginalAmount="403.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74366823" Longitude="100.54903122" StarRating="5" HotelCode="943498|rosewood_bangkok" HotelName="Rosewood Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/07/2026" 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="63" TotalAmount="431.57" OriginalAmount="419.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.744765300541" Longitude="100.54145425558" StarRating="5" HotelCode="17539|intercontinental_bangkok" HotelName="InterContinental Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 17/06/2026" 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="27" TotalAmount="437.75" OriginalAmount="425" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73787" Longitude="100.56692" StarRating="3" HotelCode="71474|38101" HotelName="Hotel NIDA Sukhumvit Prompong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>249 Sukhumvit Soi 31, Khlongtan Nuea, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/99/ad990f7d8255a31b1c5b5bf362f9a8372d0fb61f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Sukhumvit area, within a 5-minute walk of Bangkok's centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="452.17" OriginalAmount="439.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.747729" Longitude="100.538345" StarRating="5" HotelCode="74949|centara_grand_at_centralworld" HotelName="Centara Grand &amp; Bangkok Convention Centre at CentralWorld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>999/99 Rama 1 Road, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/47/fb/47fb9b443dc1550e4fc9f8f640e37edc5ca5c5eb.JPEG</HotelPictures>
        <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="63" TotalAmount="452.17" OriginalAmount="439.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740138063216" Longitude="100.54003000259" StarRating="5" HotelCode="161865|the_st_regis_bangkok" HotelName="The St. Regis Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,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="94" TotalAmount="460.36" OriginalAmount="446.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.744929" Longitude="100.541475" StarRating="5" HotelCode="|34262" HotelName="Intercontinental Bangkok, An Ihg - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>973 PLOENCHIT ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/2/6/2/34262_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 37 floors, 381 rooms and 39 suites. In the entrance, you can find a lobby with air-conditioning, lifts, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a kiosk, a souvenir shop, a car hire service, flight information, tourist information, an inviting bar, 4 Ã  la carte restaurants with highchairs, a business centre and conference facilities. The establishment also has a secretary service, room service, a laundry service, a medical care service, a babysitting service, a car park and an indoor car park. SITUATION: This hotel is in the commercial area. Is situated in the city centre, 100 metres away from World Trade Center. A few minutes walk away, there is a public transport stop. It is 25 kilometres away from Don Mueang Airport. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, internet, a DVD player, satellite or cable TV, a radio, a mini-bar, a safe (available for a fee), an individual air-conditioning system, a kettle, a coffee maker, an iron and an ironing board. Guests are offered spacious suites and have a sitting area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="462.31" OriginalAmount="448.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736504" Longitude="100.544059" StarRating="5" HotelCode="|389641" HotelName="Sindhorn Kempinski  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Soi Tonson, Lumphini, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/6/4/1/389641_10a45a71136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="466.59" OriginalAmount="453.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728499219499" Longitude="100.53734779357" StarRating="5" HotelCode="39616|dusit_thani_bangkok" HotelName="Dusit Thani Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>946 Rama IV Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ba/c6/bac6fbefaa4a53c0dbf35fe56398ebfb4a81fd8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Bangkok's entertainment, business and shopping districts,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="493.72" OriginalAmount="479.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743717" Longitude="100.547592" StarRating="5" HotelCode="|389637" HotelName="Park Hyatt Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>88 Wireless Road, Lumpini, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/6/3/7/389637_c5844a91121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="499.55" OriginalAmount="485.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742430693649" Longitude="100.54029193854" StarRating="5" HotelCode="284344|waldorf_astoria_bangkok" HotelName="Waldorf Astoria Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" 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="94" TotalAmount="544.81" OriginalAmount="528.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.748457" Longitude="100.534769" StarRating="5" HotelCode="|72438" HotelName="Siam Kempinski Bangkok - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>991/9 Rama I Road, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/3/8/72438_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2010, has 303 rooms, gardens, is luxurious and ideal for holidays or business trips. In the entrance, guests are offered a hall, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift and an auditorium. Guests can also enjoy an entertainment programme, a cafÃ©, a restaurant, a bar and a pub. The establishment offers guests conference facilities, WiFi (for a fee), room service, a laundry service and a car park. SITUATION: This hotel Siam Paragon it is situated next to 5 minutes away from the establishment you have the railway station, CentralWorld and Siam Discovery the shopping centres 50 minutes away from the establishment you have Suvarnabhumi Airport. ROOM: The rooms have a bathroom with a shower, a bath, a hairdryer, a king-size bed, a direct line telephone, a satellite or cable television, a radio, internet, a safe, a mini-bar, a coffee maker and a kettle. FACILITIES: Customers can enjoy 3 swimming pools, salt water swimming pools, a children's swimming pool, a jacuzzi and a spa. On the rooftop, our customers can find a gym, an outdoor bar, a terrace, deck chairs and parasols. Clients can relax with a massage service, a sauna and a steam bath. MEALS: Guests are offered buffet breakfast and lunch and an Ã  la carte or set-menu dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="566.50" OriginalAmount="550.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.748394341038" Longitude="100.53488469941" StarRating="5" HotelCode="267297|siam_kenpinski" HotelName="Siam Kempinski 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,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="63" TotalAmount="567.53" OriginalAmount="551.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73752" Longitude="100.57237" StarRating="4" HotelCode="495767|137_pillars_suites_residences" HotelName="137 Pillars Suites &amp; Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>59/1 Sukhumvit Soi 39, Klongton-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/4c/534c76255b2703f8a2060d4e7fc94a9c886f3f4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="591.94" OriginalAmount="574.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738145" Longitude="100.544285" StarRating="4" HotelCode="|103389" HotelName="Benviar Tonson Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Soi tonson,Ploenchit Road,Lumpini, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/3/8/9/103389_07776d50903.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Bangkok the centre of a 10-minute walk away from Skytrain BTS de Ratchadamri the train station. HOTEL: The establishment has large rooms, with WiFi (free of charge) and a security system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="605.98" OriginalAmount="588.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739871" Longitude="100.539994" StarRating="5" HotelCode="|103557" HotelName="The St Regis Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>159 Rajadamri Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/5/7/103557_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Rajadamri Road is situated in the shopping centre Bangkok. 500 metres away, guests will find the stores.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="680.83" OriginalAmount="661.00" MarkupRule="3.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>
    <HotelStay SourceId="94" TotalAmount="846.53" OriginalAmount="821.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7241492" Longitude="100.5144102" StarRating="5" HotelCode="|35501" HotelName="Mandarin Oriental, Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>ORIENTAL AVENUE 48</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/5/0/1/35501_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a restaurant, conference facilities, WiFi, room service and a laundry service. Guests are also offered a car park. SITUATION: This hotel is in the centre of Bangkok. It is 20 minutes away from Sukumvit Street, 10 minutes away from the square Siam. It is 30 kilometres away from Muang-Bangkok Airport. It is just 40 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have butler service, a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, a satellite TV, a radio, internet, a safety deposit box, a mini-bar, a coffee maker, a kettle, individual air-conditioning and a balcony or terrace. FACILITIES: Outdoors, clients have access to a swimming pool with a bar, a terrace, deck chairs and parasols. The establishment has a gym, a jacuzzi, a sauna and a steam bath. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="883.74" OriginalAmount="858" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.724054055324" Longitude="100.51408231258" StarRating="5" HotelCode="9973|28218" HotelName="Mandarin Oriental Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/07/2026" 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="1194.80" OriginalAmount="1160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="5" HotelCode="715147|capella_bangkok" HotelName="Capella Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>169 Chao Phraya Alley, Khwaeng Yan Nawa, Khet Sathon, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/4b/0a4b08d44e078da754fb473c7661a16a34d27a45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1382.26" OriginalAmount="1342.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="985639|four_seasons_hotel_bangkok_at_chao_phraya_river" HotelName="Four Seasons Hotel Bangkok at Chao Phraya River" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <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="94" TotalAmount="18.39" OriginalAmount="17.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77215" Longitude="100.50357" StarRating="0" HotelCode="|440239" HotelName="Sawatdee Guesthouse the Original" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 Si Ayutthaya 16, Bangkok, 10300</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.44" OriginalAmount="21.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7584874" Longitude="100.4967131" StarRating="2" HotelCode="|358255" HotelName="Yes Kaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>86 Jakkapong Talat Yot, Phra Nakhon, Khao San Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.89" OriginalAmount="27.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7520125" Longitude="100.53615" StarRating="3" HotelCode="|277625" HotelName="Glur Central Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>645/17 Phetchaburi Road, Kwaeng Thanon Payathai, Khet Rachatewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.24" OriginalAmount="28.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7417937" Longitude="100.5143825" StarRating="0" HotelCode="|358246" HotelName="La Locanda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi Phantha Chit 2 40/42, Pom Prap, Pom Prap Sattru Phai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.28" OriginalAmount="28.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.761773" Longitude="100.495952" StarRating="0" HotelCode="|358510" HotelName="Lamphuhouse Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>77 Soirambruttri Chakkrapong Rd. Chanasongkarm Phranakorn Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.44" OriginalAmount="28.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7952" Longitude="100.591" StarRating="1" HotelCode="|390318" HotelName="Plearnwan Deluxe Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Lat Phrao 54 Khwaeng Wang Thonglang, Khet Wang Thonglang, Bangkok, Bangkok Province 10310</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.11" OriginalAmount="29.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725421" Longitude="100.6813798" StarRating="0" HotelCode="|358228" HotelName="Pa Chalermchai Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>61 On-Nut Road, On-Nut 65 Yeak 3, Prawet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.49" OriginalAmount="30.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.789519" Longitude="100.574935" StarRating="0" HotelCode="|358726" HotelName="Pastelhouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1312,Soi Udomsuk 1,Thanon Sutthisan Winitchai,Huai Khwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.49" OriginalAmount="30.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.9157185" Longitude="100.5563164" StarRating="0" HotelCode="|358084" HotelName="Impact Challenger Muang Thong Thani Service Apartm" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Popular Condo Muangthong Thani, Room 2/22, Floor 2 Block T8, Popular 3 Road, Pak Kret, Nonthaburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.26" OriginalAmount="31.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.9237827" Longitude="100.5995911" StarRating="0" HotelCode="|358066" HotelName="Dhub Donmueng" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>291/87 Song prabha Road, Donmuang, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.54" OriginalAmount="31.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.823267" Longitude="100.701541" StarRating="0" HotelCode="|391333" HotelName="OYO 508 Middlewayhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>59 Soi Phraya Suren 10, Bang Chan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.28" OriginalAmount="33.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7485541" Longitude="100.4979059" StarRating="0" HotelCode="|358393" HotelName="Issara By D" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125 Fuang Nakhon Road, Phranakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.60" OriginalAmount="33.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7769167" Longitude="100.5434143" StarRating="0" HotelCode="|358376" HotelName="Laf Hotel Aree" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.3 Soi Phaholyothin 5, Phaholyothin Road, Samsen Nai, Phayathai,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.84" OriginalAmount="33.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7545265" Longitude="100.4982936" StarRating="0" HotelCode="|358242" HotelName="Boon Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>138-140 Bunsiri Road, Kwang San Chao Pho Sua, Phra Nakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.33" OriginalAmount="34.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7533614" Longitude="100.5372103" StarRating="0" HotelCode="|277606" HotelName="Micro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>39/8 Petchburi15 Petchburi Rd. Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.74" OriginalAmount="35.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7557365" Longitude="100.5367733" StarRating="2" HotelCode="|358696" HotelName="Bird Room -pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Phetburi Soi 13, Phayathai, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.78" OriginalAmount="35.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.9150785" Longitude="100.5858845" StarRating="0" HotelCode="|277670" HotelName="Hoppers Place Donmuang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>435, Chang Arkad Utid Rd., Donmuang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.68" OriginalAmount="36.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76443" Longitude="100.4817657" StarRating="3" HotelCode="|440592" HotelName="Arun Haus 39" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>29 Soi Arun Amarin 39, Arun Amarin Road, Bangkok Noi, Bangkok, Bangkok 10700</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.84" OriginalAmount="36.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7412628" Longitude="100.6005721" StarRating="0" HotelCode="|277458" HotelName="Bbhouse Khlongtan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2771-2779, 1291, 1291/1, Phetchaburi Rd., Saunlaung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.27" OriginalAmount="37.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7537242" Longitude="100.4988054" StarRating="0" HotelCode="|277454" HotelName="Mahannop" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 Thanon Mahannop Khwaeng Sao Chingcha, Khet Phra Nakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.48" OriginalAmount="39.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.724711" Longitude="100.524741" StarRating="2" HotelCode="|95417" HotelName="Eros Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Silom Road Silom, Bangrak Bangkok ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>ROOM: It has large, comfortable rooms with an air-conditioning system, an LCD satellite television, a DVD player and a direct line telephone. Are also equipped with internet, a safe, a coffee maker, a kettle, a mini-bar, a hairdryer and a bathroom. Guests also have at their disposal suites with kitchen.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.43" OriginalAmount="41.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.762229" Longitude="100.493922" StarRating="2" HotelCode="|358791" HotelName="Khaosan Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>76-76/1-3 Phra-Arthit Rd., Chanasongkhram, Phranakhorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.27" OriginalAmount="42.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7431758" Longitude="100.5023249" StarRating="0" HotelCode="|359122" HotelName="Ama Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>191 Soi Sapanhan, Chakkrawat Rd Chakkrawat Samphanthawong, Bangkok 10100, Bangkok, Bangkok 10100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.45" OriginalAmount="45.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.810133" Longitude="100.576014" StarRating="0" HotelCode="|358534" HotelName="Baan Pratoom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Ratchadapisek Soi 30 Chandrakasem, Chatuchak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.52" OriginalAmount="48.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725648" Longitude="100.531125" StarRating="0" HotelCode="|359163" HotelName="Thaiphiphat House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 Soi Silom 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.01" OriginalAmount="49.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7644" Longitude="100.563" StarRating="3" HotelCode="|408702" HotelName="BB GARDEN RESORT" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1169 Soi Ratchadaphisek 3 Soi Chinese Embassy Ratc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.61" OriginalAmount="50.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739323" Longitude="100.555147" StarRating="2" HotelCode="|95393" HotelName="Crown BTS Nana " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Soi Sukhumvit 6 Klongtoey, Wattana,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>HOTEL: This guesthouse is rated 2 stars. It has a cafÃ©. SITUATION: The establishment, is situated in Bangkok the centre of it has good links to Nana BTS the train station. ROOM: The establishment has 150 rooms with mini-bar and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.55" OriginalAmount="54.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7385595" Longitude="100.5488835" StarRating="3" HotelCode="|278062" HotelName="Sukhothai Residence Ruam Ruedi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>26-26/24 Soi.Ruamruedee Ploenchit Rd, Ploenchit, Patumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.94" OriginalAmount="60.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7392421" Longitude="100.5603199" StarRating="0" HotelCode="|358482" HotelName="K Home Asok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28/4 Soi Sukhumvit 19 Lane 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.19" OriginalAmount="63.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7945941" Longitude="100.5496051" StarRating="0" HotelCode="|359152" HotelName="Ora Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1575 /44 Phahonyothin Road Soi 15, Khwaeng Samsen Nai, Khet Phaya Thai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.24" OriginalAmount="64.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76319" Longitude="100.498043" StarRating="0" HotelCode="|382652" HotelName="Klong House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>RimklongBanglumpoo watsamphaya 182/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.14" OriginalAmount="69.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737802" Longitude="100.55337" StarRating="0" HotelCode="|359121" HotelName="Royal Garden Home Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit 3, Nana Nue 63/1-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.26" OriginalAmount="77.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7632447" Longitude="100.4967499" StarRating="0" HotelCode="|359130" HotelName="Jam Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>9, Phra Sumen Rd, Chanasongkram, Phranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.63" OriginalAmount="88.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736" Longitude="100.579" StarRating="3" HotelCode="|408711" HotelName="LA RESIDENCE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>THONGLOR 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.00" OriginalAmount="95.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.663843" Longitude="100.6307144" StarRating="3" HotelCode="|446530" HotelName="Orion Hotel and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>88 Soi Bang Na-Trat 32, Bang Na Tai Sub-district, Bang Na, Bangkok, Bangkok, 10260</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.05" OriginalAmount="100.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.714816" Longitude="100.591165" StarRating="3" HotelCode="|446506" HotelName="Hide And Seek Boutique Hometel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>44/8 46 Sukhumvit Rd, Phra Khanong, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.82" OriginalAmount="160.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71681" Longitude="100.572327" StarRating="3" HotelCode="|446529" HotelName="Seekers Finders Rama IV Hotel, SureStay Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1198 Rama IV, Khlong Toei, Khlong Toei, Bangkok 10110 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access,Massage Centre,Room Service,Sauna,Bicycle Rental,Currency Exchange,Lounge,Shopping Arcade,24 Hour Security,Airport Transfer (on Demand),Parking,Spa,Dining,Central Heating,Kitchen,Jacuzzi,Nightclub,Diet Meals,Swimming Pool,Garden,Golf,24 Hour Power Supply,ATM/Cash Machine,Banquet Hall,Business Centre,Housekeeping,Meeting Room,Wake-up Call Service,Heated Pool,Babysitting,Printer,Beauty Salon,Coffee Shop,Dry Cleaning,Elevator,Kids Play Area,24 Hour Front Desk,LCD/Projector,Smoking Rooms,Concierge,Valet Parking,Luggage Storage,Porter,24 Hour Room Service,Convenience Store</BasicAmenities>
    <HotelRating>3,4,5,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,ALL INCLUSIVE,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,VILLAGE,HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,SPA HOTEL,CLUB RESORT,ECO HOTEL,HOSTEL,BEACH HOTEL,COUNTRY HOUSE,FINCA,HOSTELS,APARTMENT,APARTHOTEL,AIRPORT HOTELS,GUEST HOUSES,HOLIDAY HOMES,RESORT,RESIDENCES,INNS,BOUTIQUE HOTEL,GUESTHOUSE,VILLA,BED AND BREAKFASTS,CONDOS</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
d94fe864-b577-4190-9839-3ff611ab9315|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|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="cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-04T00:00:00" End="2026-09-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ukt.uniteddestination@gmail.com" Password="utdwwh@2026" 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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|InfiniteSearch|successfull supplier interation||Infinite|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:cf6d2898-aa76-47fe-8763-d86f7924ff3f
Error Number:2812,State:62,Class:16|SmyRooms|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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-11T10:44:18.9286463+01:00" Version="0" EchoToken="Search" TransactionIdentifier="cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="308.68" OriginalAmount="299.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.8865" Longitude="-3.50394" StarRating="3" HotelCode="|29558" HotelName="Mercure Livingston" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Almondview</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/5/5/8/29558_abc5df01227.jpg</HotelPictures>
        <HotelDescription>HOTEL: Is ideal for holidays or business trips. SITUATION: It has good links to the motorway, Glasgow it is situated 35 minutes away from Edinburgh it is 20 minutes away from. FACILITIES: The establishment has modern conference rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="450.02" OriginalAmount="436.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.3100605" Longitude="-85.9641138" StarRating="3" HotelCode="|282068" HotelName="Comfort Inn Near Indiana Premium Outlets" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11711 North U.S. 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/0/6/8/282068_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="463.52" OriginalAmount="450.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.3093399" Longitude="-85.9660918" StarRating="3" HotelCode="|276014" HotelName="Best Western Edinburgh/columbus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11780 North Highway 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/6/0/1/4/276014_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="524.02" OriginalAmount="508.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94055" Longitude="-3.1704" StarRating="3" HotelCode="37813|25916" HotelName="Chancellor’s Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/62403/a_62403_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting university complex is an ideal starting point for guests wishing to explore the city. ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="548.99" OriginalAmount="533.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940431" Longitude="-3.171425" StarRating="3" HotelCode="147204|pollack_halls__edinburgh_first" HotelName="Pollock Halls" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/9e/259e79dca243127f0ee77b4d7dd74733cf9c99e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="551.05" OriginalAmount="535.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9496" Longitude="-3.218562" StarRating="3" HotelCode="154120|the_west_end_hotel" HotelName="The West End Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Palmerston Place, Edinburgh EH12 5AU, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c0/20c022bc38ddc7f88decb9f5155d552eaec1beea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="598.49" OriginalAmount="581.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="56.012521" Longitude="-3.611918" StarRating="3" HotelCode="|192253" HotelName="Richmond Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Linlithgow Road Bo'ness, West Lothian</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/2/5/3/192253_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="606.24" OriginalAmount="588.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950659587454" Longitude="-3.2224327325821" StarRating="3" HotelCode="49323|100693" HotelName="Britannia Edinburgh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Belford Road, Edinburgh EH4 3DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/1b/1c1bf498bbba756e9897399d5d04a833578942f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on the banks of the Water of Leith in a quiet secluded area. The hotel d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="609.75" OriginalAmount="591.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9494994" Longitude="-3.2185207" StarRating="0" HotelCode="|167932" HotelName="Revolver Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Palmerston Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/3/2/167932_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="619.06" OriginalAmount="601.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95007" Longitude="-3.22293" StarRating="3" HotelCode="|44605" HotelName="Britannia Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BELFORD ROAD 69</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/0/5/44605_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel with air-conditioning, has 179 rooms and 2 floors. The establishment boasts a lobby with a reception, a lift, a cafÃ©, a bar, a restaurant, an indoor car park and a car park. SITUATION: This urban hotel is located near Water of Leith the river it is near the city centre, near the establishment, you will find The Forth Road Bridge the railway station, the Dean Gallery, Princes Street and Edinburgh Castle it is close to it is 20 minutes away from Murrayfield the rugby stadium of 15 minutes away from the establishment, you can find the city centre, is situated 16 kilometres away from the airport. ROOM: They have fitted carpets, a central heating system, a television, a coffee maker, a kettle and a bathroom with a shower or bath. OBSERVATIONS: Check-in is at 15:00 check-out is at 12:00. OTHERS: Regarding the food and beverage provision, the establishment offers a continental breakfast and a set-menu dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="646.84" OriginalAmount="628" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1011619-28455021/8010255615136104191/3314" HotelName="THE HOSTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4900000/4896500/4896483/62003288_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="650.95" OriginalAmount="631.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94589" Longitude="-3.21855" StarRating="0" HotelCode="|186090" HotelName="The" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Clifton Terrace</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/9/0/186090_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="650.96" OriginalAmount="632" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|33360-21407556/8010255615136104191/501" HotelName="DOUBLETREE BY HILTON EDINBURGH - QUEENSFERRY CROSSING" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/679a9c28_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="652.44" OriginalAmount="633.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9444199" Longitude="-3.0958854" StarRating="3" HotelCode="|25231" HotelName="Best Western Kings Manor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MILTON ROAD EAST 100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/1/25231_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: It is situated in a great location, renovated in 2005 67 rooms, In the entrance, guests are offered an inviting hall, a lift, a cloakroom, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a conference room with internet and a bicycle storage room. There are many services available at the establishment, including a laundry service, a medical care service and room service. It also has a car park. SITUATION: It is inEdinburgh east it is 15 minutes away from the city centre, in the surrounding area, clients can find shops, leisure areas, is close to Portobello the beach in front of the hotel there is a public transport stop situated 20 minutes away from the airport. ROOM: The smart, comfortable rooms, They have a large bathroom, a shower, a bath, a hairdryer, a direct line telephone, satellite and cable TV, a radio, internet, central heating, fitted carpets and a double bed. FACILITIES: The establishment has a covered swimming pool, a jacuzzi, a sauna, a solarium, a steam bath and a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="655.58" OriginalAmount="636.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9438544" Longitude="-3.1126895" StarRating="3" HotelCode="|167998" HotelName="Aynetree Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Duddingston Crescent, Milton Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/9/8/167998_965c8dd0914.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a car park (free of charge) and tourist information. SITUATION: It has excellent transport links to the city centre of Edinburgh. Near the establishment, you will find a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="668.79" OriginalAmount="649.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9451" Longitude="-3.24783" StarRating="3" HotelCode="|186022" HotelName="Murrayfield Park Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 Corstorphine Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/2/2/186022_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="672.59" OriginalAmount="653.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.928067697292" Longitude="-3.1682384117842" StarRating="3" HotelCode="901382|northumberland_hotel" HotelName="Northumberland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Craigmillar Park, Edinburgh, Mid Lothian EH16 5PE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/91/b391bddd04f912bd2724b14bc031e66fdc8097a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="680.83" OriginalAmount="661.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.933436" Longitude="-3.173556" StarRating="4" HotelCode="34143|the_ben_doran_guest_house" HotelName="The Ben Doran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Mayfield Gardens, Edinburgh EH9 2AX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/31/1c31b5facbb87c702d30f70782571497e84e1276.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located one mile from city centre, on A701, within easy walking distance of the Royal Mile, Edinburg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="687.08" OriginalAmount="667.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94449" Longitude="-3.25441" StarRating="3" HotelCode="|186100" HotelName="Twin Lions" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Corstorphine Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/0/0/186100_e62163a1542.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="689.07" OriginalAmount="669" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|413747-28512135/8010255615136104191/3870" HotelName="THE RICHMOND PARK HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2700000/2693600/2693516/210c5ef4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="690.10" OriginalAmount="670.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946427" Longitude="-3.13708" StarRating="3" HotelCode="152760|premier_inn_edinburgh_east" HotelName="Premier Inn Edinburgh East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>228 Willowbrae Road, Edinburgh EH8 7NG, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/8f/638f5bf7d7e129cb040607a12c2a3aec5d75c191.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Con aparcamiento privado gratuito, este Premier Inn está en una ruta principal de autobuses, con exc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="690.10" OriginalAmount="670.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.935044" Longitude="-3.094777" StarRating="3" HotelCode="152759|premier_inn_edinburgh_a1_newcraighall" HotelName="Premier Inn Edinburgh A1 Newcraighall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 Newcraighall Road, Newcraighall, Edinburgh EH21 8RX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/92/f7920310a7afca6c35c5b928439a94c92ca1a7e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With free parking, a 24-hour front desk and traditional restaurant, this Premier Inn is next to Newc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="697.10" OriginalAmount="676.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955797" Longitude="-3.2426105" StarRating="3" HotelCode="|17861" HotelName="Holiday Inn Express Edinburgh City West, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUEENSFERRY ROAD 107</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/1/17861_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning 6 floors and 101 rooms. Guests have access to a bar, a restaurant with air-conditioning and a car park. SITUATION: This hotel is situated 2 kilometres away from the city centre, the Edinburgh Castle with views of 3 kilometres away, there is a public transport stop. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a kettle, a coffee maker, an air-conditioning system and a safe (available for a fee). FACILITIES: Clients can enjoy a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="704.43" OriginalAmount="683.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9825444" Longitude="-3.1948167" StarRating="3" HotelCode="|167928" HotelName="Premier Inn Edinburgh Leith Waterfront" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Newhaven Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/2/8/167928_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers sea views and has a car park (free of charge). SITUATION: This establishment is near Ocean Terminal, and el Royal Yatch Britannia. It has excellent transport links to the business area and the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="705.58" OriginalAmount="685.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.937339" Longitude="-3.321117" StarRating="2" HotelCode="|445470" HotelName="Ibis Budget Edinburgh Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Edinburgh Business Park, 6 Lochside View</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/7/0/445470_b3d1b460803.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="706.58" OriginalAmount="686" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.900609" Longitude="-3.233131" StarRating="2" HotelCode="82517|215513" HotelName="Travelodge Edinburgh Dreghorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Dreghorn Link, A720 City Bypass, Edinburgh, EH13 9QR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/b1/c7b10e5eed22679fb9d6c1f12d5346dbee23bbe5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="708.64" OriginalAmount="688" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.07802" Longitude="-106.745439" StarRating="3" HotelCode="0|185925-28515446/8010255615136104191/769" HotelName="ALBA HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>9910 Avalon Road Northwest, Albuquerque, 87121, NM, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9800000/9790300/9790291/08f620b1_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Hotel. Total rooms and suites: 49. Floors: 3. Property description- Relax at the consistently enjoyable Microtel Inn and Suites by Wyndham Albuquerque West conveniently located off Interstate 40 near Albuquerque Old Town, University of New Mexico, Albuquerque Convention Center, and Rio Grande Botanic Garden. Enjoy delicious seafood and traditional Mexican meals at Mariscos Altamar Restaurant nearby. Ideal for business or leisure, this lodging offers complimentary hot breakfast including, scrambled eggs, waffles, biscuits and gravy, complimentary wireless Internet access to send business emails or keep in touch with family, as well as copy and fax services. Complimentary parking for vehicle of all sizes, as well as shuttle service to Albuquerque International Sunport Airport is available for a nominal fee. Guest room amenities include desk and TV. Suites, smoke-free and handicapped-accessible rooms are also available. Pets are welcome at this lodging. There is no charge for children 17 and under with an adult.. Onsite facilities information- ParkingProperty was built in 1999. Hotel Currency: USD. Additional Addresses: Other: 9910 Avalon Road Northwest, Albuquerque, 87121, NM, US. Additional Phone Numbers: Fax - Other: 15059240298. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="708.64" OriginalAmount="688.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955900467928" Longitude="-3.2430052757263" StarRating="3" HotelCode="29493|holiday_inn_edinburgh_city_west" HotelName="Holiday Inn Edinburgh City - West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Queensferry Road, Edinburgh, Scotland EH4 3HL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/23/dc23283a3bc5216e0f4bd84d8634d3d90654c455.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 2 km from the inner city, this hotel enjoys fabulous views out over Edinburgh Castle. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="708.64" OriginalAmount="688.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944626" Longitude="-3.254732" StarRating="3" HotelCode="915144|western_manor_house_hotel" HotelName="Twin Lions Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Corstorphine Road, Murrayfield, Edinburgh EH12 6JG, Midlothian</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/1d/af1d5f39b15c8bcaaa4e69670adc85bb2247ecb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="719.97" OriginalAmount="699.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944543" Longitude="-3.095752" StarRating="3" HotelCode="38271|best_western_kings_manor_hotel" HotelName="Best Western Kings Manor Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="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,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Milton Road East, Edinburgh EH15 2NP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/df/89df7455f751cdd542c6ea02a25753a56fc374f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located in the east of Edinburgh, around 15 minutes away from the centre. A ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="722.03" OriginalAmount="701.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.917126" Longitude="-3.212686" StarRating="3" HotelCode="114331|best_western_braid_hills_hotel" HotelName="Best Western  Edinburgh South Braid Hills Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 Braid Road, Edinburgh, Lothian EH10 6JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/42/b542e0aabc94da97761e1b34a2fc3836052dc563.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within a very close distance of the city centre, retaining a secluded and peac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="725.73" OriginalAmount="704.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9813995" Longitude="-3.1777" StarRating="3" HotelCode="|20669" HotelName="Holiday Inn Express Edinburgh - Leith Waterfront by IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101 BRITANNIA WAY, OCEAN DRIVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/6/9/20669_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1999 145 rooms and 5 floors. This contemporary hotel, The establishment has a lobby with a reception, a lift, a bar, a car park, internet and a laundry service. SITUATION: Is situated inLeith Port Ocean Terminal it is close to close to the establishment, clients can find Edinburgh the shopping centre of it is close to the Scottish Government restaurants, bars and boutiques. Princes Street 2,5 kilometres away, you can find in front of the hotel there is a bus stop. ROOM: The comfortable, modern rooms, have a bathroom with a hairdryer, a direct line telephone, WiFi, a coffee maker, a kettle and a central heating system. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="737.48" OriginalAmount="716.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.934764" Longitude="-3.317827" StarRating="3" HotelCode="263560|premier_inn_edinburgh_park" HotelName="Premier Inn Edinburgh Park (Airport) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Lochside Court, Edinburgh Park, Edinburgh EH12 9FX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/b8/7db8e9433e17f87ad656403a7cf777b0b544830e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="738.51" OriginalAmount="717.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.978847" Longitude="-3.179459" StarRating="3" HotelCode="25124|holiday_inn_express_edinburgh_waterfront" HotelName="Holiday Inn Express Waterfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Britannia Way/Ocean Drive, Leith, EH6 6JJ Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/33/fb339ce096407cad7a9ef47dc50c55a85425c9ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is located by the historical harbour of Leith near the 'Ocean Terminal', Edinburg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="741.52" OriginalAmount="719.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.917385" Longitude="-3.2127828" StarRating="3" HotelCode="|72376" HotelName="Braid Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>134 BRAID ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/3/7/6/72376_db0030b0502.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="745.94" OriginalAmount="724.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94072" Longitude="-3.20813" StarRating="3" HotelCode="|185907" HotelName="Amaryllis Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Upper Gilmore Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/9/0/7/185907_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="747.78" OriginalAmount="726.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94388466" Longitude="-3.36360118" StarRating="4" HotelCode="796863|moxy_edinburgh_airport" HotelName="Moxy Edinburgh Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Fairview Road, Edinburgh EH28 8AP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/d6/50d652672706fe033f1bb1460fa7dc37ba40f425.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="753.95" OriginalAmount="731.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95126" Longitude="-3.18969" StarRating="0" HotelCode="|222632" HotelName="St. Christopher's Inn Edinburgh -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-13 Market St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/6/3/2/222632_b8b1f170612.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="759.11" OriginalAmount="737.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.967788605767" Longitude="-3.2347146280617" StarRating="4" HotelCode="311045|village_urban_resort_edinburgh" HotelName="Village Hotels Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Crewe Road South, Edinburgh EH4 2NY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/7e/897eda3acc48f6ddbd6362a74281d0d6ecb4f711.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="790.05" OriginalAmount="767.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.96479" Longitude="-3.17942" StarRating="3" HotelCode="|185898" HotelName="Abbotsford Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Pilrig street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/8/9/8/185898_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="798.25" OriginalAmount="775" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951" Longitude="-3.19023" StarRating="3" HotelCode="61565|300851" HotelName="St Christopher's Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-13 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6f/fb6fe4b22e1355f71f1a1f16b8441cdf9ef5a093.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="799.24" OriginalAmount="775.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.926498819182" Longitude="-3.3111964166164" StarRating="4" HotelCode="74780|94249" HotelName="Novotel Edinburgh Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Lochside Avenue, Hermiston Gait Retail Park, Edinburgh EH12 9DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/81/bd81a63a7033014fc0d52961d08281d852760d34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 300 m from Edinburgh Park railway station, just minutes from the city’s busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="799.69" OriginalAmount="776.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946026" Longitude="-3.218249" StarRating="3" HotelCode="260554|199055" HotelName="Haymarket Hub Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Clifton Terrace, Edinburgh EH12 5DR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/26/0526127a6a6aba7800f8e25deae0da9d64487302.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="808.55" OriginalAmount="785.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.969002" Longitude="-3.165616" StarRating="3" HotelCode="408756|park_view_house_hotel" HotelName="Park View House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>14 Hermitage Place, Edinburgh EH6 8AF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/95/c5953668089897f2e285d91b8c3c15c2902a82ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="811.64" OriginalAmount="788" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|355775-28526423/8010255615136104191/3054" HotelName="THE NORTHUMBERLAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888700/888647/4d01de43_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="820.54" OriginalAmount="796.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9282299" Longitude="-3.1684345" StarRating="3" HotelCode="|167877" HotelName="The Alba House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Craigmillar Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/8/7/7/167877_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in a garden area. It has excellent transport links to the centre of Edinburgh.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="823.61" OriginalAmount="799.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9559735" Longitude="-3.2798623" StarRating="4" HotelCode="|17849" HotelName="Leonardo Edinburgh Murrayfield" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CLERMISTON ROAD 187</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/9/17849_b75ff3c1323.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has 3 floors, 111 rooms, 108 double rooms and 3 single rooms. The establishment has a bar, a breakfast room and internet. There are many services available at the establishment, including room service and a laundry service. Guests can also use the car park and the indoor car park. SITUATION: This hotel is on a hill. It is situated close to the airport. 8 kilometres away from the establishment, guests will find the city centre. 40 metres away, there is a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, internet and central heating. FACILITIES: Guests have access to a covered swimming pool, a sauna, a steam bath and a gym. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="824.66" OriginalAmount="800.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9676861" Longitude="-3.2352376" StarRating="4" HotelCode="|186101" HotelName="Village Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>140 Crewe Road South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/0/1/186101_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="842.54" OriginalAmount="818.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940609829368" Longitude="-3.2079729437828" StarRating="3" HotelCode="915119|amaryllis_guest_house" HotelName="Amaryllis Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>21 Upper Gilmore Place, Edinburgh, Midlothian EH3 9NL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/c1/01c18b9d95dc531a06d6073aa44b1310fb615a63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="847.69" OriginalAmount="823" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.75215" Longitude="98.77135" StarRating="4" HotelCode="0|186072-28571532/8010255615136104191/3381" HotelName="THE ORIGINAL ROSLIN INN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>129 MOO 7, AONANG KOH PHI PHI, KRABI, KOH PHI PHI, THAILAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/186072/20121220103020359.jpg</HotelPictures>
        <HotelDescription>The Phi Phi Hotel is a convenient base to discover all that Koh Phi Phi has to offer. All of the 64 rooms at the hotel are appointed with modern facilities to meet guests needs. The guestrooms come with AC, telephone, TV, tea/coffee and mini bar. The facilities and services at this Koh Phi Phi accommodation consist of restaurants and a bar. Complete service and facilities, together with its convenient location, make the hotel a perfect choice for visitors to Koh Phi Phi. To proceed with this booking at the Phi Phi Hotel, please select your dates of stay and complete our secure online booking form.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="848.72" OriginalAmount="824.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940041" Longitude="-3.312356" StarRating="4" HotelCode="31829|marriott_edinburgh" HotelName="Marriott Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Glasgow Road, Edinburgh EH12 8NF, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ef/68efb7a008f2f10bad7c012209dd1ea933c156e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Edinburgh just a stone's throw from links to the public transp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="849.96" OriginalAmount="825.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94481485" Longitude="-3.36322171" StarRating="3" HotelCode="864185|650165" HotelName="Hampton by Hilton Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Central Heating,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Almond Avenue, Ingliston, Edinburgh EH12 9GN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/60/33600e2c747a708c70382ee3ac4b3a3af707cf63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="851.30" OriginalAmount="826.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9458008" Longitude="-3.2423" StarRating="3" HotelCode="|20671" HotelName="Murrayfield" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CORSTORPHINE ROAD 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/7/1/20671_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: Building Victorian style and was built in the 19th Century. It has 33 rooms, The establishment has a reception, congress facilities, an animated bar, a restaurant and a car park. SITUATION: Is situated inCorstorphine Road the residential area of it is near Murrayfield the rugby stadium of 5 minutes away, you can find the city centre 10 minutes away fromEdinburgh Airport it is close to the bus stop. ROOM: The traditional-style rooms, have a direct line telephone, a television, a hairdryer, a trouser press and a welcome tray. FACILITIES: 6 kilometres away from the establishment, customers can enjoy a golf course. OTHERS: Guests can book bed and breakfast, The establishment serves a set-menu lunch and dinner, The establishment offers food for those with special dietary requirements.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="856.42" OriginalAmount="831.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.942576128332" Longitude="-3.2670700550079" StarRating="4" HotelCode="316789|8937" HotelName="Holiday Inn Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Corstorphine Road, Edinburgh EH12 6UA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/80/968082cd5a597a5048dce84b23698dac340c76b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The pleasant city hotel enjoys a peaceful inner city location within a short distance of Edinburgh Z...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="857.99" OriginalAmount="833.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955763" Longitude="-3.279525" StarRating="3" HotelCode="33819|edinburgh_capital_hotel" HotelName="Leonardo Hotel Edinburgh Murrayfield" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>187 Clermiston Road, Edinburgh EH12 6UG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/8d/818d4917c78ae0733b8ce310d8e6b1588782c713.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of the seven hills in Edinburgh, close to the airport and only 8 km from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="866.83" OriginalAmount="841.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9482002" Longitude="-3.2219" StarRating="3" HotelCode="|24098" HotelName="Travelodge Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EGLINTON CRESCENT 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/9/8/24098_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant and urban building is Victorian style 55 rooms, The establishment has a reception with a lift, a bar, a garden, a cafÃ©, a restaurant and a car park (for a fee). SITUATION: This hotel is situated in a residential area, is in Edinburgh the western area of the Georgian New Town is situated in 10 minutes away from the establishment, clients can find Princes Street the city centre, Where you can find shops, bars, pubs and restaurants. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a double bed and heating. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes. Guests can book half-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="867.87" OriginalAmount="842.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945867" Longitude="-3.229493" StarRating="3" HotelCode="|490909" HotelName="No 6 West Coates" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 West Coates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/0/9/0/9/490909_3c5986c1020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="872.41" OriginalAmount="847" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2424-28514196/8010255615136104191/2140" HotelName="HOLIDAY INN EXPRESS EDINBURGH CITY WEST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13400/13364/e2b90db2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="872.51" OriginalAmount="847.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9444008" Longitude="-3.2549" StarRating="4" HotelCode="|17851" HotelName="Holiday Inn Edinburgh Zoo by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CORSTOPHINE ROAD 132</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/1/17851_520a5351150.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 303 rooms and 5 floors. In the entrance, guests are offered an elegant hall with a lift, a reception and a safety deposit box service. The establishment boasts an inviting coffee shop, a bar, a restaurant with air-conditioning, conference rooms, internet and a car park. There are many services available at the establishment, including room service and a laundry service. SITUATION: This comfortable, urban hotel is situated in a peaceful area, is near Edinburgh the Zoo of near the establishment, guests will find shops, bars, restaurants, animated nightlife and the railway station. a few minutes walk away, there is a public transport stop, is situated 25 minutes away from the airport, is situated 9 kilometres away from the sea, a ski resort. ROOM: It has comfortable and spacious rooms, They have a hairdryer, a bathroom with a shower, a direct line telephone, a satellite television, a radio, internet, a mini-bar, a safety deposit box (available for a fee), central heating, a double bed, a kettle and a coffee maker. FACILITIES: It is 1,5 kilometres away from a golf course. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a set-menu lunch and dinner. Guests can book half-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="880.65" OriginalAmount="855.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="3" HotelCode="150254|kenneth_mackenzie" HotelName="KM Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 Richmond Place, Edinburgh EH8 9ST</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/77/a577f1454818ca8b8617bced7874ddf6563bc0ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="888.89" OriginalAmount="863.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945549" Longitude="-3.243497" StarRating="3" HotelCode="337463|murrayfield_hotel" HotelName="Murrayfield Hotel &amp; Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Corstorphine Road, Murrayfield, Edinburgh EH12 6HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/10/5210527f5f7c6735c88d8ae4b8ac915c040b1125.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Corstophine Road area in the same neighbourhood as Murrayfield Rugby St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="896.78" OriginalAmount="870.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9281936" Longitude="-3.1685542" StarRating="4" HotelCode="|128191" HotelName="Kildonan Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Craigmillar Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/1/9/1/128191_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Kildonan Lodge is rated four stars, has a fireplace and high ceilings. SITUATION: It is located close to the centre of Edinburgh. It has excellent transport links to Castle Edinburgh, Roslyn Chapel, Princes Street, the Royal Mile and the tourist attractions. ROOM: The rooms have a flat-screen television, a DVD player and an iPod docking station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="909.33" OriginalAmount="882.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944868" Longitude="-3.199993" StarRating="3" HotelCode="60480|71550" HotelName="Premier Inn Edinburgh Central Lauriston Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>82 Lauriston Place, Edinburgh EH3 9DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/19/3719e9f8c89a3bd199b5e5a8f01d705b3e47f07c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Due to its central location on Lauriston Place, the hotel is only a few minutes on foot from Princes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="909.49" OriginalAmount="883" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23385-28514191/8010255615136104191/1215" HotelName="HOLIDAY INN EXPRESS EDINBURGH - LEITH WATERFRONT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/520000/519940/9db32c43_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="911.54" OriginalAmount="884.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950233" Longitude="-3.190502" StarRating="2" HotelCode="|445236" HotelName="Code Pod – The Court - Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 a Parliament Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/3/6/445236_d9edeb20949.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="913.05" OriginalAmount="886.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9439011" Longitude="-3.3594999" StarRating="4" HotelCode="|17835" HotelName="Doubletree By Hilton Edinburgh Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EDINBURGH INTERNATIONAL AIRPORT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/5/17835_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, was renovated in 2000, is in a garden 150 rooms and 3 floors. In the entrance, you can find a lobby with a lift and a reception a currency exchange service, The establishment has a bar, a restaurant with highchairs, 22 conference rooms, internet, a bicycle storage room and a car park. Kids can enjoy a playground, There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel is situated near Edinburgh Airport nearby, you will find the city centre, is 50 metres away from a public transport stop, is well-connected by the motorways. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a double bed, fitted carpets and central heating. FACILITIES: The establishment has a covered pool, a jacuzzi, a sauna, a solarium, a steam bath, a massage service and a gym. Clients can enjoy activities such as water aerobics.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="918.76" OriginalAmount="892" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|300152-28586824/8010255615136104191/3036" HotelName="VILLAGE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9140000/9131700/9131632/04e28cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="922.88" OriginalAmount="896" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12435-28567426/8010255615136104191/1709" HotelName="DALMAHOY HOTEL &amp;amp; COUNTRY CLUB" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22000/21999/05372291_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="922.88" OriginalAmount="896.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946871032784" Longitude="-3.2132184851685" StarRating="0" HotelCode="795859|edinburgh_haymarket" HotelName="hub by Premier Inn Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Torphichen Street, Edinburgh EH3 8JB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/7e/dd7e4edcfe1d363aca25fb5bd61b97766f589a55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="927.00" OriginalAmount="900.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943853" Longitude="-3.359998" StarRating="4" HotelCode="32868|hilton_edinburgh_airport" HotelName="DoubleTree by Hilton Hotel Edinburgh Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Eastfield Road, Edinburgh International Airport, Edinburgh EH28 8LL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/54/3e5412e3f334c6162f307006389e277cf996d73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly beside Edinburgh Airport. The centre of the city with its many touri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="928.03" OriginalAmount="901.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954493946124" Longitude="-3.1999130020657" StarRating="3" HotelCode="199839|travelodge_edinburgh_central_queen_street" HotelName="Travelodge Edinburgh Central Queen Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-31 Queen Street, Edinburgh EH2 1JX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/87/ac8747dfc243b1dc1bfc942a67b543353abd2b1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="932.15" OriginalAmount="905" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|622479-28575186/8010255615136104191/575" HotelName="ACER LODGE GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/10000000/9991700/9991665/a150b885_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="932.87" OriginalAmount="905.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.932048" Longitude="-3.1726992" StarRating="4" HotelCode="|167934" HotelName="Allison House 16 Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Mayfield Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/3/4/167934_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="934.80" OriginalAmount="907.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9331989" Longitude="-3.1734931" StarRating="0" HotelCode="|167933" HotelName="Allison House 17" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Mayfield Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/3/3/167933_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="935.24" OriginalAmount="908.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.91143258" Longitude="-3.31584723" StarRating="4" HotelCode="571979|courtyard_by_marriott_edinburgh_west" HotelName="Courtyard Edinburgh West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2 Research Avenue South, The Avenue, Heriot-Watt University, Edinburgh EH14 4BA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/12/2f12fa1930f9f6d3236dded50b13376b5cfc9852.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="937.30" OriginalAmount="910.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.982355" Longitude="-3.400434" StarRating="4" HotelCode="23151|dakota_edinburgh" HotelName="Dakota Hotel Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferrymuir Retail Park 11, South Queensferry, Edinburgh EH30 9QZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/77/2e772d0c679085fb52683f25501081eb2eab6b64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="940.39" OriginalAmount="913" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|34586-28525206/8010255615136104191/1479" HotelName="BRAID HILLS HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47900/47821/8cc0a7cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="943.48" OriginalAmount="916.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.928560387609" Longitude="-3.1684978773774" StarRating="4" HotelCode="150277|kildonan_lodge_hotel" HotelName="Kildonan Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Craigmillar Park, Edinburgh EH16 5PE, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/25/3825ef2f1f45c4fe1b7e4764bfb25179785deb69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Edinburgh. The nearest airport is Edinburgh - Rail Station (ZXE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="945.54" OriginalAmount="918" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|375551-32594244/8010255615136104191/1560" HotelName="GLADSTONE HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11030000/11022200/11022126/79c23503_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="948.19" OriginalAmount="920.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9455986" Longitude="-3.2002001" StarRating="3" HotelCode="|32411" HotelName="Premier Inn Edinburgh Central (Lauriston Place)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LAURISTON PLACE 82</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/1/1/32411_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2003 and has 112 rooms, The establishment boasts a lobby with a reception, a safety deposit box service and a lift. The establishment has various facilities, such as a cafÃ©, a restaurant, meeting rooms, internet and a bar. SITUATION: This hotel Lauriston Place is situated in it is close to Princes Street the tourist attractions. ROOM: Customers have large, comfortable rooms with a bathroom, They have a hairdryer, bath gel, a direct line telephone, a television, a radio, a work space, internet, a kettle, a coffee maker, an iron, central heating, a safe and a king-size bed. Guests are offered 6 disabled access rooms. OTHERS: The establishment offers a buffet breakfast, a set-menu lunch and dinner and special dishes. Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="948.63" OriginalAmount="921" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|197974-28446340/8010255615136104191/1258" HotelName="HAMPTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/197974/201212621516665.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="948.63" OriginalAmount="921.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94981442" Longitude="-3.19020257" StarRating="0" HotelCode="967313|code_pod_hostels_the_court" HotelName="Code Pod Hostels - The Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1A Parliament Square, Edinburgh EH1 1RF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/4e/d24e2d919ac3be06f6e9a8a06bdcfac7197289d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="951.15" OriginalAmount="923.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94697" Longitude="-3.217046" StarRating="4" HotelCode="|25232" HotelName="The Hoxton, Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GROSVENOR STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/2/25232_27df1e90727.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century, renovated in 2002, has a main 4-storey building, a 4-storey annexed building, 189 standard rooms and 3 suites. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment has a cafÃ©, a bar, a TV room, an Ã  la carte restaurant with highchairs, a conference room, internet, a bicycle storage room and a bicycle rental desk. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel is situated in Grosvenor Street, 500 metres away from the city centre. 50 metres away, there is a public transport stop. It is 100 metres away from bars and restaurants. 300 metres away, guests will find the railway station. It is 1 kilometre away from shops and nightclubs. Is 9 kilometres from the sea. Close to the establishment, clients can find Princes Street and The Edinburgh Castle is 25 kilometres from Edinburgh Airport. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a king size or double bed, fitted carpets, an air-conditioning system and a central heating system. FACILITIES: It is 6 kilometres away from a golf course and a ski resort.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="953.18" OriginalAmount="925.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9585991" Longitude="-3.1824" StarRating="2" HotelCode="|25238" HotelName="Cairn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WINDSOR STREET 10-18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/8/25238_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1910, renovated in 2005, has 52 rooms and 2 floors. In the entrance, you can find a cosy hall with a reception, The establishment has a bar, a restaurant, internet and a laundry service. SITUATION: This hotel is situated in Edinburgh the theatre district of it is a few minutes' walk away from the historic centre, 10 minutes away, you can find Waverley the train station it is 500 metres away from the city centre, public transport, shops, bars, restaurants and pubs. 1 kilometre away, you can find a nightclub, is situated 5 kilometres away from the sea, the beach, is situated 12 kilometres away from Edinburgh Airport. ROOM: All the rooms have a bathroom with a shower, a bath and a hairdryer. They have a direct line telephone, internet, a radio, satellite or cable TV, a double bed and a central heating system. Guests are offered non-smoking and disabled access rooms. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="955.84" OriginalAmount="928.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943205503167" Longitude="-3.211332410574" StarRating="2" HotelCode="13279|brooks_hotel_edinburgh" HotelName="Brooks Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>70-72 Grove Street, EH3 8AP Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/e3/82e3c933d2ed513b3fb7dac283b51c8b42ccc732.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Scottish hotel is located in a beautiful Victorian district of the city of Edinburgh, approxima...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="956.46" OriginalAmount="928.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95063" Longitude="-3.18967" StarRating="3" HotelCode="|186092" HotelName="The Inn Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20-30 Cockburn Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/9/2/186092_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="956.87" OriginalAmount="929.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951436725577" Longitude="-3.1833026744185" StarRating="2" HotelCode="597369|hub_by_premier_inn_edinburgh_royal_mile" HotelName="hub by Premier Inn Edinburgh Royal Mile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 East Market Street, Edinburgh EH8 8FR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/8e/018ec9b8881cb83d26ded15daf1e7cb53f41c8ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="957.62" OriginalAmount="929.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946175" Longitude="-3.210664" StarRating="3" HotelCode="|445437" HotelName="Point A Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Morrison Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/3/7/445437_0e3baa61806.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="964.08" OriginalAmount="936" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|34588-28461956/8010255615136104191/2532" HotelName="PARKVIEW HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888600/888573/286adbc7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="969.23" OriginalAmount="941.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.958427" Longitude="-3.182341" StarRating="2" HotelCode="18271|cairn_hotel_5" HotelName="The Cairn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-18 Windsor Street, Edinburgh EH7 5JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/f3/e6f3f6cf55146c915f6a2fe44c647f8d5b39328e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Edinburgh's lively theatre district, just a few minutes on foot from the t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="973.35" OriginalAmount="945.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947283" Longitude="-3.221417" StarRating="3" HotelCode="189806|no_32_hotel" HotelName="No32 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Coats Gardens, EH12 5LE Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/8f/108f5701ec8eb417dee5155638006a898400243e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="980.10" OriginalAmount="951.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946167" Longitude="-3.183231" StarRating="3" HotelCode="|186008" HotelName="Km" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7, Richmond Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/0/8/186008_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="982.33" OriginalAmount="953.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953626" Longitude="-3.206185" StarRating="4" HotelCode="|445110" HotelName="Yotel Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-73 Queen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/1/0/445110_90520dd1124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="986.04" OriginalAmount="957.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943634" Longitude="-3.374916" StarRating="3" HotelCode="16298|16970" HotelName="Holiday Inn Express Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>101 Ingliston Road, Edinburgh EH28 8AU, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/9d/1a9dfc048db2381d13c920b8ab99e7c093c6bbb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located at Edinburgh International Airport, only 2 minutes away by courtesy mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="992.32" OriginalAmount="963.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94610438" Longitude="-3.21027277" StarRating="3" HotelCode="966149|4263725" HotelName="Point A Hotel Edinburgh Haymarket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Morrison Street, Edinburgh EH3 8EB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/50/37507c2dd5d8e459741774cdfc4c715b48da6d36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="994.37" OriginalAmount="965.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9458008" Longitude="-3.2139001" StarRating="4" HotelCode="|25229" HotelName="Leonardo Royal Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 MORRISON LINK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/2/9/25229_e8572bc0748.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary style hotel 150 rooms and 5 floors. In the establishment entrance, guests will find a lobby with a reception and a lift. The establishment has East the bar a restaurant, congress facilities and a car park. SITUATION: West End It is in it is near Haymarket the Railway Station of near the establishment, guests will find Princes Street the tourist attractions near shops, bars, pubs, restaurants and nightclubs. a few minutes walk away, there is a public transport stop. ROOM: The large, comfortable rooms, They have a bathroom, bathroom items, a hairdryer, a direct line telephone, a television, internet, a writing desk, a central heating system, a king-size bed and courtesy tray. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="994.40" OriginalAmount="965.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956784890393" Longitude="-3.1786268949509" StarRating="4" HotelCode="17007|8938" HotelName="Crowne Plaza Edinburgh Royal Terrace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Royal Terrace, Edinburgh EH7 5AQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/f6/33f654d6b616b523aa2774160778694faa8610a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Forming part of a prestigious Georgian Terrace, the hotel has a prime city centre location within ea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="994.98" OriginalAmount="966.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.938038769173" Longitude="-3.2059907913208" StarRating="4" HotelCode="27277|best_western_bruntsfield" HotelName="Best Western Plus Bruntsfield Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Bruntsfield Place, Edinburgh EH10 4HH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/f7/b1f7fbd91340eb2be8e4a905b32aa8c1c9912782.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The view over the leafy Bruntsfield Links Park and the proximity to the city centre make this hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="997.04" OriginalAmount="968.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953899" Longitude="-3.18691" StarRating="4" HotelCode="888202|apex_waterloo_place_hotel" HotelName="Apex Waterloo Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Waterloo Place 23-27, EH1 3BH Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a5/eea5148b09a238fe0697a8a2e2431ec98308d7cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference and business hotel is situated on Waterloo Place, which is an extension of Princes S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="998.07" OriginalAmount="969.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95075713146" Longitude="-3.2043104030411" StarRating="3" HotelCode="263559|premier_inn_edinburgh_princes_street" HotelName="Premier Inn Edinburgh City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>121/123 Princes Street, Edinburgh EH2 4AD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/f9/11f9167228d09424eb076376523d21a7d925db77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1003.90" OriginalAmount="974.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.91189" Longitude="-3.31573" StarRating="4" HotelCode="|245500" HotelName="Courtyard By Marriott Edinburgh West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Research Avenue South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/5/0/0/245500_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1004.33" OriginalAmount="975.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949722" Longitude="-3.183804" StarRating="2" HotelCode="36964|939015" HotelName="Travelodge Edinburgh Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 St. Mary's Street, Edinburgh EH1 1TA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/87/ac87aaf1fe921dca85dafa4d1d1c00fc885906de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh just 50 m from links to the public transport networ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1005.28" OriginalAmount="976.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945977626227" Longitude="-3.1832673053306" StarRating="3" HotelCode="915136|richmond_place_apartments" HotelName="Richmond Place Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-9 Richmond Place, Edinburgh EH8 9SS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b0/88b030d001bdbf2999c7eb025d7c28aa9db9e787.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1006.31" OriginalAmount="977.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956791950269" Longitude="-3.1894013725329" StarRating="3" HotelCode="464787|premier_inn_edinburgh_city_centre_york_place" HotelName="Premier Inn Edinburgh City Centre (York Place)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 York Place, Edinburgh, Scotland EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ee/14ee91abd6c38a625366a9c2f286ba64b06e7540.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1008.37" OriginalAmount="979.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951074" Longitude="-3.178405" StarRating="4" HotelCode="38005|holyrood_aparthotel" HotelName="Holyrood Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Nether Bakehouse, Holyrood, EH8 8PE Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/0e/750e1cf547169a9437a9fbc4392264b565cb9c3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated apartment hotel is located within the heart of Edinburgh, only a stone's throw fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1008.37" OriginalAmount="979.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943507419207" Longitude="-3.2113042473793" StarRating="4" HotelCode="207368|fountain_court_apartments__grove_executive" HotelName="Fountain Court - Grove Executive Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 Grove Street, Edinburgh (City), Edinburgh EH3 8AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/9f/bd9f6b7d597786fc31364a1b56b8855db2e5bc6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1009.40" OriginalAmount="980.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.957255" Longitude="-3.190241" StarRating="4" HotelCode="42871|ballantrae_albany_hotel" HotelName="Ballantrae Albany" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>39-47 Albany Street, Edinburgh, Midlothian EH1 3QY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/b5/f0b577d305bdb324641722107f2a6fa8b0375d8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated on Edinburgh's Albany Street close to St. James' shopping centre an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1016.26" OriginalAmount="986.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9567049" Longitude="-3.1784455" StarRating="4" HotelCode="|17852" HotelName="Voco Edinburgh - Royal Terrace, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROYAL TERRACE 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/2/17852_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the city centre, close to the business areas and tourist points of interest. 5 minutes walk away, you can find Waverley Railway Station. HOTEL: This hotel has 107 standard rooms, 13 suites, conference facilities, a banquet hall and a reception. FACILITIES: There is a variety of facilities and services available at the establishment, including 3 conference rooms, a garden area and a car park. ROOM: All the rooms have a flat-screen television and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1017.72" OriginalAmount="988.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946942" Longitude="-3.217138" StarRating="4" HotelCode="21205|32054" HotelName="Edinburgh Grosvenor Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grosvenor Street, Haymarket, City of Edinburgh, Edinburgh EH12 5EF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/28/28358bfee5616a93/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Edinburgh's West End and only a 5-minute walk from Princes Street, this hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1021.76" OriginalAmount="992" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|375557-28572022/8010255615136104191/1577" HotelName="HAYMARKET APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12670000/12664400/12664341/86c4d09c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1021.76" OriginalAmount="992.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94832562" Longitude="-3.21002875" StarRating="3" HotelCode="739425|destiny_scotland_apartments_at_canning_street_lane" HotelName="Destiny Scotland Apartments At Canning Street Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 &amp; 4 Canning Street Lane, Edinburgh EH3 8ER</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/12/e9121f4bcba35dd938e8ff51cd8b56956a871e0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1022.79" OriginalAmount="993.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.93208805" Longitude="-3.17266393" StarRating="4" HotelCode="432983|auld_reekie_guest_house" HotelName="Auld Reekie Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>16 Mayfield Gardens, EH9 2BZ Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/c0/1ec0d5dfff33b652f4b1c51c0d75a515a8599176.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1024.14" OriginalAmount="994.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95238" Longitude="-3.20509" StarRating="4" HotelCode="|446157" HotelName="Eden Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>127 George Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/1/5/7/446157_d677e701618.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1037.21" OriginalAmount="1007.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945584" Longitude="-3.214002" StarRating="4" HotelCode="36963|premier_inn_edinburgh_city_haymarket" HotelName="Premier Inn Edinburgh City Centre Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Morrison Link, Edinburgh EH3 8DN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/f2/30f27055aa1f6929e422451e1097cc0d2ba809f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the historical heart of Edinburgh, right next door to Haymarket station and a vast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1039.24" OriginalAmount="1008.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.942554" Longitude="-3.212237" StarRating="3" HotelCode="|445436" HotelName="Hampton by Hilton Edinburgh West End" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>166 Fountainbridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/3/6/445436_d47382b1836.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1041.33" OriginalAmount="1011.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945928670681" Longitude="-3.2300716638565" StarRating="3" HotelCode="23051|the_original_raj_hotel" HotelName="Original Raj" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 West Coates, Edinburgh EH12 5JG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/eb/61eb7b9da1218570efc5c62ee769dbd2ef9970d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1049.36" OriginalAmount="1018.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953055" Longitude="-3.200869" StarRating="4" HotelCode="|498552" HotelName="RÌGH Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 George St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/8/5/5/2/498552_82ad4a71130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1051.27" OriginalAmount="1020.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956349" Longitude="-3.188462" StarRating="4" HotelCode="|53202" HotelName="Indigo Edinburgh, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51-59 York Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/0/2/53202_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is quality and economical. SITUATION: It is inEdinburgh the historic area of. ROOM: The establishment has 57 single, double and family rooms, All the accommodation options have a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1052.66" OriginalAmount="1022" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952600183777" Longitude="-3.1977995959195" StarRating="0" HotelCode="795789|405396" HotelName="hub by Premier Inn Edinburgh City Centre (Rose Street)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rose Street, South Lane, Edinburgh EH2 2NN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/ef/5fef847e649d45beafccae64d7ed17e70da47ea9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1054.72" OriginalAmount="1024.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946364239557" Longitude="-3.1835567951202" StarRating="4" HotelCode="60144|ten_hill_place_hotel" HotelName="Ten Hill Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Hill Palace, Edinburgh EH8 9DS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/66/966678c17cc386984a095779756a3b573ed9c465.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in Edinburgh's old town and is only a couple of steps away from Princes Street. It o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1055.61" OriginalAmount="1024.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951383905043" Longitude="-3.1839805068109" StarRating="3" HotelCode="467282|4270805" HotelName="Premier Inn Edinburgh City Centre Royal Mile Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>33 East Market Street, Old Town, Edinburgh EH8 8FR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/da/09dad602f403a4c2fcefd75685f56742fe314561.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1058.84" OriginalAmount="1028" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94963535545" Longitude="-3.2088768482208" StarRating="3" HotelCode="141072|204099" HotelName="Cityroomz Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>25 - 33 Shandwick Place, Edinburgh EH2 4RG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/3e/243e769f6d654e8b2583285f8370466b4428b3c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city centre, only minutes away from Edinburgh's main attractions and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1063.00" OriginalAmount="1032.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949589513952" Longitude="-3.1880790223186" StarRating="3" HotelCode="37504|228553" HotelName="ibis Edinburgh Centre Royal Mile - Hunter Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Hunter Square, Off Royal Mile, Edinburgh EH1 1QW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/13/4c1305a2955067b4bf3aa0d55b41b0842e9d6ba5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1063.67" OriginalAmount="1032.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9491005" Longitude="-3.1858001" StarRating="0" HotelCode="|35299" HotelName="Aando Edinburgh City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BLACKFRIARS STREET 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/2/9/9/35299_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers an electronic key, a concierge, a baggage room, a safety deposit box service, security cameras, a bicycle storage room and City-CafÃ©-Bar the bar. SITUATION: This establishment, the Royal Mile it is in it is located close to Waverley the Railway Station of near the establishment, guests will find the bus stop. ROOM: The establishment has 132 rooms with a bathroom with a safe, a hairdryer, an iron, complimentary bathroom items, anti-allergy sheets, mobile charging point, an electronic key, bunk beds, shampoo, etc. OBSERVATIONS: Check-in is at 15:00 and check-out is at 10:00. PAYMENT METHODS: The establishment accepts Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1071.20" OriginalAmount="1040" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431445-28590436/8010255615136104191/3480" HotelName="TYNECASTLE PARK HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99940000/99931300/99931255/9a36ed21_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1072.23" OriginalAmount="1041" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|235492-28508880/8010255615136104191/815" HotelName="BROOKS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/670000/662300/662253/ba653a35_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1073.26" OriginalAmount="1042" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|973130-28584107/8010255615136104191/2358" HotelName="SOUTHSIDE GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15120000/15119500/15119488/da6bfece_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1075.63" OriginalAmount="1044.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940398" Longitude="-3.312711" StarRating="4" HotelCode="|17842" HotelName="Delta Hotels by Marriott Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GLASGOW ROAD 111</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/2/17842_68b3cf21416.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and renovated in 2002. It has 4 floors, 245 rooms, 126 single rooms and 115 double rooms. The establishment has an indoor car park, a car park, a restaurant with air-conditioning and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel Edinburgh it is in nearby, you will find public transport services, is situated 3 kilometres away from the airport, is situated 10 kilometres away from a ski resort, the establishment is 12 kilometres away from the beach. ROOM: The traditional-style rooms, have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar and central heating. FACILITIES: Customers can enjoy a covered pool, a swimming pool, a sauna, a solarium and a gym. it is 3 kilometres away from a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1075.63" OriginalAmount="1044.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9575835" Longitude="-3.1884316" StarRating="2" HotelCode="|23977" HotelName="Regent House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FORTH STREET 3-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/7/7/23977_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1805 2 floors, 17 rooms and 2 apartments. In the entrance, guests are offered an inviting hall with a reception, a safety deposit box service, a cloakroom and a currency exchange service. Guests can enjoy a cosy bar, a lovely coffee shop, conference rooms and internet. SITUATION: This welcoming hotel is situated in a peaceful area, is close to Edinburgh the city centre of Where you can find bars, cafÃ©s, shops and nightclubs. it is situated 12 kilometres away from Edinburgh Airport. ROOM: The cosy, comfortable rooms, a bathroom with a shower, a kettle, a coffee maker, a double or king-size bed and a central heating system. one-bedroom apartments. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, Accepted Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1076.35" OriginalAmount="1045.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95336678" Longitude="-3.19146552" StarRating="3" HotelCode="475059|destiny_scotland__st_andrew_square_apartments" HotelName="Destiny Scotland - St. Andrew Square Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>9 South Saint Andrew Street, Edinburgh, EH2 2AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/2f/ed2fd4dd4c9c9e0547cbbef4aa462245b2177af2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1078.41" OriginalAmount="1047.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956405" Longitude="-3.18853" StarRating="3" HotelCode="15457|hotel_indigo_edinburgh" HotelName="Indigo Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 – 59 York Place, Edinburgh, Scotland EH1 3JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/c0/13c014874b10e35e2cf75e87bab3927cdaed21b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 5-minute walk from Princes Street and just about 800 m from Waverley Railway Station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1079.12" OriginalAmount="1047.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946237" Longitude="-3.216881" StarRating="4" HotelCode="|445083" HotelName="voco Edinburgh-Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Torphichen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/8/3/445083_a4d87461156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1089.74" OriginalAmount="1058.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.933232" Longitude="-3.173335" StarRating="4" HotelCode="903177|allison_house_2" HotelName="The Allison House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Mayfield Gardens, Edinburgh EH9 2AX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/3d/353dece8f562b6dba49e8db0f422494481a70947.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1099.01" OriginalAmount="1067" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431444-27821436/8010255615136104191/6" HotelName="THE RESIDENT EDINBURGH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100620000/100619600/100619545/f34e23cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1107.41" OriginalAmount="1075.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951384" Longitude="-3.184113" StarRating="3" HotelCode="|446846" HotelName="Premier Inn Edinburgh City Centre Royal Mile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>East Market Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/8/4/6/446846_5255cb91406.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1111.65" OriginalAmount="1079.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.939907" Longitude="-3.231314" StarRating="4" HotelCode="|511023" HotelName="Tynecastle Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>McLeod Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/1/0/2/3/511023_1504edb1021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1113.92" OriginalAmount="1081.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952870154213" Longitude="-3.1930840015411" StarRating="3" HotelCode="337465|9466" HotelName="Old Waverley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Princes Street, Edinburgh EH2 2BY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a6/1da6fa425b29e4299f6f8bad660c1f174c13fc56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Edinburgh's famous Princes Street with its shopping venues, restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1114.46" OriginalAmount="1082.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947357" Longitude="-3.195477" StarRating="4" HotelCode="33817|apex_city_hotel_edinburgh" HotelName="Apex City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Grassmarket, Edinburgh EH1 2JF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/86/ce86b53f7b5304175bc7064afa3ede09b5eac32d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the historical city district of ""Grass Market"" and therefore lies i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1115.24" OriginalAmount="1082.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948101" Longitude="-3.1898999" StarRating="3" HotelCode="|20674" HotelName="Stay Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>COWGATE 139</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/7/4/20674_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 4 floors, 42 rooms, 14 single rooms and 28 double rooms. The establishment boasts a bar, a lobby with elevators, a reception, a barbecue and room service. SITUATION: This business and holiday hotel, Edinburgh it is in it is in the Cowgate the Street of 500 metres away from the establishment, you can find shops, restaurants and a public transport stop. it is situated 35 minutes away from the airport. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, a coffee maker, a kettle, a double bed, a central heating system, tiled floors and fitted carpets. FACILITIES: Guests are offered some days themed nights, close to the establishment, clients can find a nightclub.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1115.49" OriginalAmount="1083.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95801826" Longitude="-3.18950334" StarRating="0" HotelCode="963962|destiny_scotland_broughton_st_lofts" HotelName="Destiny Scotland - Broughton St Lofts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>32A Broughton Street, Edinburgh EH1 3SB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/8c/678c861d21df6e8a00b022258dadd279f9cb3d76.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1120.64" OriginalAmount="1088.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.98604" Longitude="-3.18849" StarRating="3" HotelCode="835784|ocean_serviced_apartments" HotelName="Ocean Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>2 Western Harbour Midway, Edinburgh EH6 6PN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/19/d319fca51b272bb13dc9ecf9517a21072a9ab95a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Edinburgh, approximately 7 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1138.59" OriginalAmount="1105.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9462454" Longitude="-3.1833005" StarRating="0" HotelCode="|186036" HotelName="KM Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-9 Richmond Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/3/6/186036_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1150.31" OriginalAmount="1116.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9785004" Longitude="-3.1677001" StarRating="4" HotelCode="|20684" HotelName="Malmaison Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ONE TOWER PLACE, LEITH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/4/20684_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This classic style hotel has 100 rooms, The establishment boasts a lobby with a reception, a currency exchange service, a cloakroom, a recently renovated restaurant, conference facilities and internet. It also has a bar. SITUATION: This elegant hotel is located close to Leith Port near the establishment, you will find Scottish Executive boutiques, restaurants, is situated 5 minutes away from Princes Street the historic centre. ROOM: The stylish rooms, have views of the port, a luxurious shower, a CD player, books, a satellite television and internet (free of charge), daily cleaning. FACILITIES: Guests can enjoy a gym, Guests are offered an entertainment programme. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1157.72" OriginalAmount="1124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948134250945" Longitude="-3.1900128722191" StarRating="3" HotelCode="36431|central_hotel_27" HotelName="Stay Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Diet Meals,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>139 Cowgate, Edinburgh EH1 1JS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a6/c2a694d2db0440c188a062be377de87af13a6d3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Old Town, just steps from the Royal Mile, Princes Street and the theatr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1161.84" OriginalAmount="1128" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|57171-28510134/8010255615136104191/2573" HotelName="OCEAN APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1510000/1501500/1501439/be886d84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1171.11" OriginalAmount="1137" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2407-219457/8010255615136104191/5246" HotelName="BRUNTSFIELD" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20800/20702/a63442e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1173.17" OriginalAmount="1139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948012" Longitude="-3.194766" StarRating="3" HotelCode="59406|grassmarket_hotel" HotelName="The Grassmarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Bar,Bicycle Rental,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94-96 Grassmarket, Edinburgh EH1 2JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/00/eb/00eb04a781eb59093f04865601fabd58316773d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the splendid cosmopolitan and historic district of Grassmarket and is only a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1178.32" OriginalAmount="1144" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954472042637" Longitude="-3.1974929941908" StarRating="4" HotelCode="318631|89819" HotelName="The Spires Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93-95 Hanover Street, Edinburgh EH2 1DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/fe/3bfe073c96e86a9f94835fc46f633dcae1e50298.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1178.36" OriginalAmount="1144.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9476013" Longitude="-3.1952" StarRating="4" HotelCode="|17862" HotelName="Apex City Of Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 GRASSMARKET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/2/17862_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this modern hotel and was built in 1960. It has 4 floors, 119 rooms, 116 double rooms and 3 suites. In the entrance, you can find a lobby with an elevator and a reception with safety deposit boxes, The establishment has various facilities, such as a bar, an Ã  la carte restaurant with air-conditioning, a conference room, internet and a car park. There are many services available at the establishment, including room service. SITUATION: This urban hotel, the Grassmarket is situated in it is near shops, bars, nightclubs, monuments and tourist points of interest. in front of the hotel there is a public transport stop. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a stereo, a mini-bar, internet, a fridge and a double bed. Are also equipped with tiled floors, an air-conditioning system, fitted carpets, central heating and a safe. FACILITIES: It is 5 kilometres away from a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1179.79" OriginalAmount="1145.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949765" Longitude="-3.208857" StarRating="3" HotelCode="|162750" HotelName="Four Points Flex by Sheraton Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 - 33, Shandwick Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/2/7/5/0/162750_6e7466c0818.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is near Waverley and Edimburgo Haymarket the underground station of Close to the tram.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1182.44" OriginalAmount="1148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950860826335" Longitude="-3.176856637001" StarRating="4" HotelCode="23049|macdonald_holyrood_hotel" HotelName="Macdonald Holyrood Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Holyrood Road, Edinburgh EH8 8AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3f/b73f7065bf379409c333bc7a2ede2c31c1cc9d1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The contemporary style of this hotel building harmonises well with the historical surroundings, whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1188.99" OriginalAmount="1154.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9471016" Longitude="-3.1965001" StarRating="4" HotelCode="|17857" HotelName="Apex Grassmarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31-35 GRASSMARKET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/7/17857_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel was built in 1966 a main building and 171 double rooms. In the entrance, guests are offered a lobby with an elevator and a reception with safety deposit boxes, The establishment boasts a bar, an Ã  la carte restaurant with air-conditioning, a conference room and internet. There are many services available at the establishment, including a laundry service, room service and a car park. SITUATION: This urban hotel is situated in Edinburgh the historic centre of with views of the castle, nearby, you will find the tourist attractions, monuments ,Royal Mile, Holyrood House, Dynamic Earth and Princess Street it is near 500 kilometres away, you can find restaurants, bars, pubs, clubs and nightclubs. it is in front of a public transport stop. ROOM: The comfortable rooms, have a bathroom, a hairdryer, a direct line telephone, a stereo, a radio, a satellite or cable television, a CD player, a DVD player and internet. They also have a double bed, tiled floors, a central heating system, a safety deposit box, a small sitting room and fitted carpets. FACILITIES: It is 5 kilometres away from a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1194.80" OriginalAmount="1160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.977919426679" Longitude="-3.1685954332352" StarRating="4" HotelCode="316791|malmaison_edinburgh" HotelName="Malmaison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Tower Place, Edinburgh EH6 7BZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/df/57df89be240a15473f09a0f591ebecd4621e4e65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This award-winning, stylish hotel is situated at the waterfront of the Port of Leith. The Ocean Term...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1198.74" OriginalAmount="1163.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9511873" Longitude="-3.1855252" StarRating="4" HotelCode="|17844" HotelName="Leonardo Royal Hotel Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JEFFREY STREET 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/4/17844_46330b11434.jpg</HotelPictures>
        <HotelDescription>HOTEL: This large and modern hotel, has a spacious hall and a restaurant. SITUATION: This hotel is in the heart of Edimburgo (Royal Mile), close to the conference centre, el Castillo de Edimburgo and the tourist attractions. 300 metres away, there is a public transport stop. 5 kilometres away from the establishment, guests will find the beach. It is situated 6 kilometres away from a golf course. ROOM: Customers can find spacious and smart rooms. All the rooms have a welcome kit. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1205.10" OriginalAmount="1170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956160316667" Longitude="-3.1919785166667" StarRating="3" HotelCode="76738|ballantrae_hotel" HotelName="Ballantrae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 York Place, Edinburgh, City of Edinburgh EH1 3EP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/e5/61e5d4c6a78854bb5b875d4fbf490323ebcf62a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1208.19" OriginalAmount="1173" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95360704" Longitude="-3.20588695" StarRating="3" HotelCode="739629|282866" HotelName="Mode Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74-77 Queen Street, Edinburgh EH2 4NF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/d8/1bd85bf85252adadc3b808c3108cd6b3b5fb3910.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1222.48" OriginalAmount="1186.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953533" Longitude="-3.1900829" StarRating="3" HotelCode="|451288" HotelName="Motel One Edinburgh - Princes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10-15 Princes Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/2/8/8/451288_ffe78b91127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1223.14" OriginalAmount="1187.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95346" Longitude="-3.20619" StarRating="0" HotelCode="|445443" HotelName="Heeton Concept Aparthotel Edinburgh Queen Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 - 77 Queen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/4/3/445443_e6c5a290902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1224.67" OriginalAmount="1189.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956456467216" Longitude="-3.1900617288361" StarRating="4" HotelCode="178451|the_place_hotel" HotelName="The Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34-38 York Place, Edinburgh EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/12/6f120e4c326d9a2aba97421cedd02be3d2d077b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1225.21" OriginalAmount="1189.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94687" Longitude="-3.21467" StarRating="5" HotelCode="|242752" HotelName="Destiny Scotland - Distillers House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8-12 Torphichen St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/7/5/2/242752_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1226.04" OriginalAmount="1190.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9463129" Longitude="-3.1837127" StarRating="4" HotelCode="|32437" HotelName="Ten Hill Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HILL PLACE 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/3/7/32437_b3192871135.jpeg</HotelPictures>
        <HotelDescription>HOTEL: Is ideal for holidays or business trips 5 floors and 78 rooms. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a lift and a cloakroom. The establishment has a bar, a dining room, conference rooms, room service, a laundry service and a car park. SITUATION: This hotel is in Edinburgh the historic area of Princes Street it is close to close to the establishment, clients can find tourist points of interest, shops and boutiques. Edinburgh Castle, Holyrood Palace and The Scottish Parliament it is 800 metres away from it is situated 10 minutes away from the commercial district, is well-connected with the airports. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, satellite and cable TV, a radio, internet (free of charge), a coffee maker, an iron, a double or king-size bed, an air-conditioning system, heating and a safety deposit box. FACILITIES: Clients can enjoy activities such as play golf, fishing, skeet shooting, darts, water-skiing, dry slope skiing, swimming, climbing, diving, tennis, paintballing, horse-riding, hiking and ice-skating. OTHERS: Regarding the food and beverage offering, clients can enjoy a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1240.12" OriginalAmount="1204.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947078" Longitude="-3.196621" StarRating="4" HotelCode="10229|apex_international_hotel" HotelName="Apex Grassmarket Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Grassmarket, Edinburgh EH1 2HS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/af/5daf351658755d03030a404d8b43df636fdc1482.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Edinburgh's Old Town with a magnificent view of the castl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1240.20" OriginalAmount="1204.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950784" Longitude="-3.20789" StarRating="4" HotelCode="|38284" HotelName="Angel's Share" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-11 HOPE STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/8/4/38284_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant boutique hotel, has a bar and a nightclub. This hotel was built in 2006 30 rooms, In the entrance, you can find a lobby with a reception and a lift. There are many services available at the establishment, including room service and a laundry service. SITUATION: Is situated in the city centre, is close to restaurants, bars and a park. Princes Street nearby, you will find The Edinburgh Castle, The Royal Mile and The Holyrood Palace it is 20 minutes away from Glasgow 60 minutes away from the establishment, clients can find. ROOM: The contemporary style rooms, They have piped music, films (available on request), a mini-bar, internet, a bathroom with a shower or bath, a hairdryer, a direct line telephone, a radio, a coffee maker, a kettle, an iron, a double bed, heating and a safety deposit box. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1240.82" OriginalAmount="1204.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949182" Longitude="-3.184547" StarRating="3" HotelCode="79014|154029" HotelName="Holiday Inn Express Edinburgh Royal Mile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>300 Cowgate, Edinburgh EH1 1NA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d9/add9b7832a5907fa48d0926c9571993d9bd29528.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quaint location in the Old Town in Edinburgh city centre just a 10-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1249.29" OriginalAmount="1212.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952026" Longitude="-3.203642" StarRating="0" HotelCode="|451943" HotelName="ALTIDO Thirty Castle Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Castle Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/9/4/3/451943_a6b48101214.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1255.57" OriginalAmount="1219" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951215995389" Longitude="-3.1857857108116" StarRating="3" HotelCode="258995|608" HotelName="Jurys Inn Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Jeffrey Street, Edinburgh EH1 1DH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/9a/3c9a3564464625df2feb1b1c097425ede7a50ce7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is in a fantastic location in the heart of Edinburgh, directly by the Royal Mile. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1255.57" OriginalAmount="1219.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95628" Longitude="-3.197746" StarRating="3" HotelCode="17004|the_royal_scots_club_edinburgh" HotelName="The Royal Scots Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Abercromby Place, Edinburgh EH3 6QE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b2/46b272e47f2edeca503e8560bdb1ddeafde30b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of Edinburgh's Georgian streets. The nearest restaurants as well as links to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1258.66" OriginalAmount="1222.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94927" Longitude="-3.185884" StarRating="4" HotelCode="61564|smart_city_hostels_edinburgh" HotelName="Safestay Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 Blackfriars Street, Edinburgh EH1 1NE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/b5/f5b5d46fcb36d7d9cf52bc140e6030452ea4be56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is located on Edinburgh's historic “Royal Mile”, just a few minutes’ walk from Waverley r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1261.75" OriginalAmount="1225.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94757336" Longitude="-3.1916587" StarRating="4" HotelCode="475072|destiny_scotland_george_iv_apartments" HotelName="Destiny Scotland - George IV Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 George IV Bridge, Edinburgh, EH1 1EN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/48/1548ac01f361c4c6be4649ead46fd936fd435a0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1266.90" OriginalAmount="1230.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.937651931148" Longitude="-3.2028794288635" StarRating="3" HotelCode="337450|the_links" HotelName="Black Ivy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Alvanley Terrace, Edinburgh EH9 1DU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/58/3058ee2cfe95d20d0093f468fc2f29e6df86144d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quietly situated close to a peaceful park, this hotel lies just 1 km from the inner city. Restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1268.96" OriginalAmount="1232" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2435-28572718/8010255615136104191/3351" HotelName="VOCO EDINBURGH - ROYAL TERRACE, AN IHG HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4900/4895/f2702a80_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1276.63" OriginalAmount="1239.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954453" Longitude="-3.197745" StarRating="0" HotelCode="|476246" HotelName="The Spires Serviced Apartments Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93-95 Hanover Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/2/4/6/476246_cada7ae2250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1277.20" OriginalAmount="1240" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1012213-28489888/8010255615136104191/3317" HotelName="THE BEN DORAN GUEST HOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/69100/69017/d3ec3ebd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1277.74" OriginalAmount="1240.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95098211" Longitude="-3.18226435" StarRating="4" HotelCode="473521|GB000309" HotelName="Aparthotel Adagio Edinburgh Royal Mile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>231 Canongate, Edinburgh EH8 8AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/29/6829a4941267f418c4509d6f54ed4b922564c97c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1278.41" OriginalAmount="1241.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9428" Longitude="-3.21034" StarRating="3" HotelCode="|445170" HotelName="Moxy Edinburgh Fountainbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Freer Gait</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/7/0/445170_b38fa361459.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1284.55" OriginalAmount="1247.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9443016" Longitude="-3.2009001" StarRating="3" HotelCode="|22906" HotelName="Leonardo Edinburgh City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Lauriston Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/0/6/22906_697e67c0757.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This modern, traditional hotel, has 52 rooms, 1 suite and 3 rooms adapted for people with reduced mobility. This establishment is ideal for holidays or business trips, The establishment has air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, lifts, internet, a bar and a restaurant. There are many services available at the establishment, including room service and a laundry service. SITUATION: Princes Street It is located close to it is close to The Edinburgh Castle and Royal Mile pubs, boutiques, shops and restaurants. nearby, you will find the business area, The International Conference Centre It is situated 1,5 kilometres away from. ROOM: Customers can find modern and comfortable rooms, All the rooms have a bathroom with a hairdryer, a mini-bar, a satellite or cable television, a radio, a coffee maker and a kettle. PAYMENT METHODS: Customers can pay using American Express, Visa, Diners Club and Mastercard. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1289.56" OriginalAmount="1252.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950782" Longitude="-3.20793" StarRating="4" HotelCode="401739|angels_share_hotel" HotelName="Angels Share Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Hope Street, Edinburgh EH2 4EL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fa/b3fa80f809ffac6e108faeee49b4c887e76bd38b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of the city centre at Edinburgh's West End, this boutique hotel allows...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1293.69" OriginalAmount="1256.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9508973" Longitude="-3.1822508" StarRating="0" HotelCode="|215745" HotelName="Adagio Edinburgh Royal Mile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>231 Canongate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/7/4/5/215745_30630170924.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1294.24" OriginalAmount="1256.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95417124" Longitude="-3.19861867" StarRating="4" HotelCode="429421|1827208" HotelName="Braid Apartments by Mansley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Central Heating,Dining,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>27 Thistle Street, Edinburgh EH2 1DX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/a2/64a271f787e0b6b89b0af0aa8459cb52fa64dc30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Braid Apartments incorporates 20 modern and stylish apartments with a range of studio, 1 and 2 bedro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1294.71" OriginalAmount="1257.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.938123" Longitude="-3.1714474" StarRating="3" HotelCode="902199|salisbury_green" HotelName="Salisbury Green Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/42/6a42e4e33e7adf63f2f249fb39c6cf3ebf2f848b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located on the south side of Edinburgh, next to Holyrood Park and Arthur's Seat, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1313.47" OriginalAmount="1275.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9518208" Longitude="-3.1773966" StarRating="4" HotelCode="|20010" HotelName="Edinburgh Holyrood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HOLYROOD ROAD 81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/0/20010_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, luxurious hotel, has a lounge bar, a library and a stylish restaurant. SITUATION: This establishment is in the surrounding area of the Scottish Parliament, The Holyrood House Palace and The Volcanic Mountain Arthur's Seat it is situated 2 minutes away from the Royal Mile ROOM: The modern rooms have a bathroom, a hairdryer, a direct line telephone, internet, a mini-bar, complimentary bathroom items, a writing desk with lamp and a welcome tray. FACILITIES: Guests can enjoy a covered swimming pool, a sauna, a solarium, a Turkish bath, a beauty centre and a gym. MEALS: The establishment serves a buffet breakfast. OBSERVATIONS: This establishment has a car park (for a fee). Check-in is at 16:00 and check-out is at 12:00.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1314.28" OriginalAmount="1276.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943675650009" Longitude="-3.1927943229675" StarRating="4" HotelCode="915128|residence_inn_by_marriott_edinburgh" HotelName="Residence Inn by Marriott Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Kitchen,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Simpson Loan, Quartermile, Edinburgh EH3 9GG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/1f/cf1f9082e9398de56f143546c64263622abd574b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1318.40" OriginalAmount="1280.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95261" Longitude="-3.194464" StarRating="3" HotelCode="258823|mercure_edinburgh_city__princes_street_hotel" HotelName="Mercure Edinburgh City Princes Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Sreet, Edinburgh EH2 2DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/94/53943557a294aa3872618c840348f9e7d76b552f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel offers guests superb views over the famous Princes Street Gardens and Edi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1320.46" OriginalAmount="1282" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944391626124" Longitude="-3.2012191414833" StarRating="3" HotelCode="337462|6974" HotelName="Leonardo Hotel Edinburgh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>79 Lauriston Place, Edinburgh EH3 9HZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/27/d027a59d0b888d087fb78b3e9e86c7405e638be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The world famous Princes Street, situated below Edinburgh Castle, the Royal Mile and the resurgent '...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1324.80" OriginalAmount="1286.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9526304" Longitude="-3.1938241" StarRating="4" HotelCode="|17856" HotelName="Mount Royal Edinburgh by The Unlimited Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 PRINCES STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/6/17856_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1860, renovated in 2000. It has 158 standard rooms and 6 floors. In the establishment entrance, guests will find a lobby with elevators, a reception and a safety deposit box service. The establishment boasts a beautiful coffee shop, a bar, a restaurant and a breakfast room. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel is located in front of the Waverly Bridge. 5 minutes away, there is a railway station. 20 metres away, guests can find a public transport stop. It is just 12 kilometres away from Edinburgh Airport. ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, a radio, cable and satellite television with films (available at an additional charge), a kettle, a coffee maker, a double bed, central heating and a trouser press. Guests are offered non-smoking rooms. OBSERVATIONS: Check-in is at 14:00 and check-out is at 12:00. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast and a set-menu lunch and dinner. Guests can book half-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1325.62" OriginalAmount="1287.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9510543" Longitude="-3.1784914" StarRating="0" HotelCode="|23391" HotelName="Holyrood" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 NETHER BAKEHOUSE, HOLYROOD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/9/1/23391_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1335.91" OriginalAmount="1297.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95134448" Longitude="-3.19017162" StarRating="0" HotelCode="955747|market_street_hotel" HotelName="Market Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/ff/11ff9cb69461c73cedeb73bc1eaa587288a1e0be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1337.43" OriginalAmount="1298.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945817524735" Longitude="-3.2032817602158" StarRating="4" HotelCode="23050|15026" HotelName="DoubleTree by Hilton Hotel Edinburgh City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Bread Street, EH3 9AF Edinburgh, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/27/da274c7a1cd92d0ac7afa7fbf1c3756e7feaed68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located in the shadow of Edinburgh Castle and is only a few minutes from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1338.67" OriginalAmount="1299.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954519" Longitude="-3.1943719999999" StarRating="3" HotelCode="298480|GB000179" HotelName="ibis Styles Edinburgh Centre St Andrew Square" Meals="BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD,HALF BORD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Sant Andrew Square, Edinburgh EH2 1AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/4f/954f0bc336dc7242ad4a62cabcf070e34f828efb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1339.39" OriginalAmount="1300.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948370915892" Longitude="-3.186845019869" StarRating="3" HotelCode="284650|GB000172" HotelName="ibis Edinburgh Centre South Bridge - Royal Mile Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 South Bridge, Edinburgh EH1 1HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/fb/1bfb206eba8ba77e926f335cf35ba1859ccd9ef9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1344.15" OriginalAmount="1305.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953332" Longitude="-3.190077" StarRating="3" HotelCode="309849|motel_one_edinburghprinces" HotelName="Motel One Edinburgh-Princes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-15 Princes Street, Edinburgh EH2 2AN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/99/27996afa71ba29cfc8f2b006de2a8226fe17f2bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Rail Station (ZXE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1347.76" OriginalAmount="1308.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950806" Longitude="-3.191435" StarRating="4" HotelCode="|445836" HotelName="Market Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Market Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/8/3/6/445836_6f4a8f30823.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1350.41" OriginalAmount="1311.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953645024098" Longitude="-3.1868317723274" StarRating="4" HotelCode="130402|120175" HotelName="Princes Street Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Waterloo Place 16, Princes Street, Edinburgh EH1 3EG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/20/db20dcc2915e07cdf8df2fa25ddd8335ff979fe2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are located on a quiet street right in the city centre, 2 minutes’ walk from Princes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1354.45" OriginalAmount="1315" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|16861-21406983/8010255615136104191/297" HotelName="DOUBLETREE BY HILTON EDINBURGH CITY CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/518700/518686/8516a636_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1357.54" OriginalAmount="1318.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947955396622" Longitude="-3.1928504315873" StarRating="4" HotelCode="38020|budget_backpackers_hostel" HotelName="Kick Ass Greyfriars" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37-39 Cowgate, Edinburgh EH1 1JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/0b/ea0b592e379d3b52ebd0b8a94e41e5463bd7eb4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1362.58" OriginalAmount="1322.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9450345" Longitude="-3.1997268" StarRating="4" HotelCode="|20679" HotelName="Novotel Edinburgh Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Lauriston Place, SCOTLAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/7/9/20679_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This bright hotel, was opened in 2004, has with air-conditioning, 8 floors, 180 rooms and 2 suites. The establishment boasts a bar, a restaurant with air-conditioning and internet. There are many services available at the establishment, including room service and a laundry service. The establishment boasts a car park and an indoor car park. SITUATION: This hotel is situated 5 kilometres away from the beach. It is a few minutes walk away from Royal Mile, Edinburgh Castle and Princess Street the business area. 50 metres away, there is a public transport stop. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar, a safety deposit box (available for a fee), central heating and an air-conditioning system. FACILITIES: Customers can enjoy a covered swimming pool, a swimming pool, a sauna and a gym. 2 kilometres away from the establishment, clients can find a golf course. It is 12 kilometres away from a ski resort. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1367.50" OriginalAmount="1327.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9400798" Longitude="-3.1711603" StarRating="4" HotelCode="|70755" HotelName="The Scholar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HOLYROOD PARK ROAD 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/7/5/5/70755_2724f0d1203.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a building, was built in the 18th Century, has 36 rooms, with bathroom, a lobby, a breakfast room, room service, a laundry service and a car park. SITUATION: This urban hotel is in Edinburgh the southern area of Holyrood Park and Arthur's Seat it is located close to the establishment is 32 kilometres away from the railway station, the bus station, is situated 15 minutes away from restaurants, bars and the nightlife. 30 minutes away from the establishment, clients can find a ski resort, is situated 12 kilometres away from Edinburgh Airport. ROOM: The rooms have a bathroom with a shower or bath, a double bed, a television, internet, a hairdryer, a direct line telephone, a safe, an iron, a coffee maker, a kettle and central heating. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service. PAYMENT METHODS: The establishment accepts Mastercard and Visa. OBSERVATIONS: Check-in is from 14:00 and check-out is at 10:30, Consult the reception timetable.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1368.87" OriginalAmount="1329.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.958742234536" Longitude="-3.1795500177909" StarRating="4" HotelCode="319367|no_11" HotelName="No11 Boutique Hotel &amp; Brasserie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Brunswick Street, Edinburgh EH7 5JB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/d9/95d97522fd0abe6c9ed8dc48e185750db52a2d9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1376.08" OriginalAmount="1336.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95173597" Longitude="-3.19950459" StarRating="4" HotelCode="975614|destiny_scotland_chisholm_hunter_suites" HotelName="Destiny Scotland Chisholm Hunter Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Frederick Street, Edinburgh EH2 1EP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/c3/efc3cf2f6fb6b3e585ddb1b5c13c960ed5ab4e11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1377.11" OriginalAmount="1337" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2425-28569185/8010255615136104191/3009" HotelName="MACDONALD HOLYROOD" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/550000/546100/546065/21f1d2bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1377.11" OriginalAmount="1337.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.959477074127" Longitude="-3.2148635387421" StarRating="4" HotelCode="37929|the_raeburn" HotelName="Raeburn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112 Raeburn Place, Stockbridge, Edinburgh EH4 1HG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/4a/984a37c6b26ed24c9b18b6f04c7ef7845e603f71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the new town area of Edinburgh. It is just a ten-minute walk from the weste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1378.40" OriginalAmount="1338.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9564775" Longitude="-3.1901635" StarRating="4" HotelCode="|78071" HotelName="The Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34-38 York Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/7/1/78071_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: Place is rated four stars. It has a restaurant and a bar. SITUATION: It is in the city centre of Edinburgh, close to Playhouse Theatre. ROOM: The rooms have luxurious bedding, windows and views of the city.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1381.51" OriginalAmount="1341.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9502358" Longitude="-3.1867679" StarRating="4" HotelCode="|17859" HotelName="Radisson Blu , Edinburgh City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 High Street, The Royal Mile</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/9/17859_d12707f1413.jpeg</HotelPictures>
        <HotelDescription>HOTEL: It has 7 floors, 238 rooms and 10 suites. The establishment has a bar and a restaurant. SITUATION: It is inthe Royal Mile a central area of the Edinburgh Castle and Holyrood Palace it is between near the establishment, guests will find the business area, monuments situated 1 kilometre away fromWaverly the Station of public transport services, is situated 11,5 kilometres away from Edinburgh Airport. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a mini-bar and a safety deposit box (available for a fee). FACILITIES: Guests can enjoy a covered swimming pool, a sauna, a sunbathing terrace and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1383.29" OriginalAmount="1343" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2428-32592584/8010255615136104191/2345" HotelName="MOUNT ROYAL HOTEL EDINBURGH BY THE UNLIMITED COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/810000/802200/802180/6e138dfd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1383.80" OriginalAmount="1343.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95084" Longitude="-3.19154" StarRating="0" HotelCode="|224495" HotelName="Motel One Edinburgh - Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18-21 Market Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/4/9/5/224495_6dbe3ae2113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1388.44" OriginalAmount="1348.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950095" Longitude="-3.186915" StarRating="4" HotelCode="29276|radisson_blu_edinburgh" HotelName="Radisson Blu Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 High Street, The Royal Mile, Edinburgh EH1 1TH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/dc/77dcd0d884195d5673f951331719637c9c82df62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located along the Royal Mile between Edinburgh Castle and Holyrood Palace, this hotel lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1391.53" OriginalAmount="1351.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.960834356218" Longitude="-3.2003085315227" StarRating="3" HotelCode="143968|ardenlee_guest_house" HotelName="Ardenlee Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Internet,Luggage Storage,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>9 Eyre Place, Edinburgh EH3 5ES</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/85/b7859d0c8b8777af0a29d488c5ad8aa054202792.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;El Ardenlee ocupa una elegante casa unifamiliar victoriana situada en la zona de New Town de Edimbur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1398.74" OriginalAmount="1358.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950924573476" Longitude="-3.1908470278244" StarRating="3" HotelCode="199837|motel_one_edinburghroyal" HotelName="Motel One Edinburgh-Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-21 Market Street, Edinburgh EH1 1BL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/78/30781525d334c9caa117d74f34dc8a00fc2e0d57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1399.15" OriginalAmount="1358.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956867" Longitude="-3.176856" StarRating="4" HotelCode="|451641" HotelName="24 Royal Terrace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Royal Terrace</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/6/4/1/451641_7a6c1a11142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1403.87" OriginalAmount="1362.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9559521" Longitude="-3.1934839" StarRating="4" HotelCode="|75722" HotelName="Thistle Suites Royal Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 York Buildings, Queen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/7/2/2/75722_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has luxury apartments, a lobby with a reception, express check-out, a lift and a car park. SITUATION: This apartment, is in the city centre, Queen Street it is in Princes Street it is 2 minutes away from this establishment, the Royal Mile it is 5 minutes away from nearby, you will find the tourist area, is situated 11 kilometres away from Edinburgh Airport it is 89 kilometres away from Glasgow Airport. ROOM: The apartments have a bathrobe, a shower, a bath, a hairdryer, a double bed, television room, a radio, internet, a safe, a kitchen with fridge, hot plates, a microwave, a coffee maker, a kettle, a dining room, an ironing set, a central heating system and an individual air-conditioning system. FACILITIES: The establishment has a well-equipped gym. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1415.93" OriginalAmount="1374.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9478989" Longitude="-3.1954999" StarRating="3" HotelCode="|30997" HotelName="Grassmarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GRASSMARKET 94-96</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/9/9/7/30997_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: It is situated in a historic building 44 rooms and 5 floors. This hotel ideal for all kinds of travellers, The establishment boasts a lobby, a lift and Biddy Mulligans the pub. SITUATION: the Grassmarket It is in Princes Street and The Edinburgh Castle it is close to in the surrounding area, clients can find restaurants, bars, pubs, clubs, a public transport stop and shops. It is situated 12 kilometres away from the airport. ROOM: The traditional-style rooms, They have a bathroom with a hairdryer, a television, a direct line telephone, a coffee maker and a kettle. OTHERS: Regarding the food and beverage provision, the establishment offers breakfast and meal service in the pub.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1426.86" OriginalAmount="1385.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94787" Longitude="-3.193012" StarRating="0" HotelCode="|490295" HotelName="Kick Ass Greyfriars - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37-39 Cowgate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/0/2/9/5/490295_69f1e5a1049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1429.64" OriginalAmount="1388" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|622658-28572855/8010255615136104191/2075" HotelName="ROYAL PRINCES SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19760000/19758400/19758332/975f22f1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1430.67" OriginalAmount="1389.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95741487" Longitude="-3.18477187" StarRating="4" HotelCode="481530|courtyard_by_marriott_edinburgh" HotelName="Courtyard Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Baxters Place, EH1 3AF Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/42/45425cfaca8ae3ccf147f0bda7ed35168add3a59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1433.76" OriginalAmount="1392.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95198257" Longitude="-3.20342311" StarRating="4" HotelCode="948804|edinburgh_castle_apartments_2" HotelName="Edinburgh Castle Apartments And Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Castle Street, Edinburgh EH2 3HT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/3c/663c1eb79503fbc83e4906596dddef998b9cd4f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1436.79" OriginalAmount="1394.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9563227" Longitude="-3.1977946" StarRating="3" HotelCode="|20682" HotelName="The Royal Scots Club Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ABERCROMBY PLACE 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/2/20682_3d73b2b1449.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2004 2 floors, 21 rooms, 1 single rooms and 18 double rooms. In the entrance, guests are offered a lobby, a reception and a currency exchange service. Guests have access to a bar, a restaurant, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: Is situated inEdinburgh a typical street near the establishment, you will find a public transport stop, shops and restaurants. it is 50 metres away from bars, pubs and a nightclub. ROOM: The rooms are traditional-style, Guests are offered standard and superior rooms, Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a central heating system, a sitting room, fitted carpets, tiled floors and some rooms with views of, the city, garden. FACILITIES: The establishment boasts a leisure centre with a jacuzzi, Clients can enjoy activities such as aerobics. OTHERS: Regarding the food and beverage provision, the establishment offers American buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1442.00" OriginalAmount="1400.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.891010792026" Longitude="-3.1042063236237" StarRating="4" HotelCode="36754|melville_castle_5" HotelName="Melville Castle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gilmerton Road, Edinburgh, Midlothian EH18 1AP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/52/3052f55289dfc5480a4ccf34a369d29d9809e9ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in a peaceful location amidst a large park far away from the hustle and bustle. Link...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1442.70" OriginalAmount="1400.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.959777" Longitude="-3.214516" StarRating="4" HotelCode="|451345" HotelName="The Raeburn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Raeburn Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/3/4/5/451345_77c087a1211.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1448.18" OriginalAmount="1406.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956772877999" Longitude="-3.1777766346932" StarRating="3" HotelCode="142943|24_royal_terrace" HotelName="24 Royal Terrace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Royal Terrace, Edinburgh EH7 5AH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/cf/51cf14a365ee6ca7b33d7ff2a847549e3df7c8ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1455.39" OriginalAmount="1413" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|245024-28580799/8010255615136104191/2387" HotelName="NO. 11 BRUNSWICK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8060000/8056000/8055943/db9ff1e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1460.96" OriginalAmount="1418.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9508018" Longitude="-3.1874001" StarRating="4" HotelCode="|17843" HotelName="Hilton Edinburgh Carlton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 North Bridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/3/17843_1_3620.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 10 floors, 189 standard rooms, 6 single rooms and 183 double rooms. In the entrance, you can find a lobby with elevators, a reception, a safety deposit box service, a currency exchange service and a cloakroom. The establishment has a hairdresser's, conference facilities, a restaurant, a bar and internet. There are many services available at the establishment, including room service and a laundry service. It also has a car park. SITUATION: This hotel is situated in Edinburgh city centre. Close to the establishment, clients can find Waverly Station and a public transport stop. It is situated 100 metres away from restaurants. Near the establishment, guests will find shops. It is 200 metres away from bars and nightclubs. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a double bed, a central heating system, a central air-conditioning system and a safe. FACILITIES: The establishment boasts a covered pool, a jacuzzi, a sauna, a solarium, a thermal bath and a massage service. Clients can enjoy activities such as squash and aerobics. Clients can use a gym. 4 kilometres away, you can find a golf course. OTHERS: The establishment offers a breakfast service and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1470.84" OriginalAmount="1428.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.92772076" Longitude="-3.20815085" StarRating="4" HotelCode="580862|the_lane_hotel_2" HotelName="The Lane Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Canaan Lane, Edinburgh EH10 4SY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/6e/616ea24804ca43955d45e84a0bc3b419b6b31cbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1477.02" OriginalAmount="1434" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.015808" Longitude="-95.883652" StarRating="3" HotelCode="0|255089-28542499/8010255615136104191/1450" HotelName="IBIS EDINBURGH CENTRE SOUTH BRIDGE - ROYAL MILE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>8405 East 102nd Street South, Tulsa, 74133, OK, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6800000/6793500/6793484/18821c1c_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 92. Suites: 22. Single-bedded accommodations: 41. Double bedrooms: 51. Smoking rooms: 0. Nonsmoking rooms: 92. Physically challenged rooms: 6. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- The Holiday Inn Express and Suites Tulsa South, Bixby is the newest hotel in contemporary styling. Conveniently located off Creek Turnpike &amp;amp; Memorial Dr. Located minutes from a variety of shopping, dining, and entertainment in the Woodland Hills area. Our 100% non-smoking hotel is within walking distance of the Transformation Church, B&amp;amp;B Starworld 20 Movie Theater as well as a short drive from the Riverspirit Casino, Downtown Tulsa, BOK Center, The Woodland Hills Mall, Tulsa International Airport, and Expo Square. Our modern, sophisticated design offers a plethora of amenities such as spacious guestrooms featuring luxurious new bedding, complimentary hot breakfast served daily, business center, fitness area, indoor heated pool, and whirlpool. 
Guests will appreciate our private boardroom, while our flexible meeting space can comfortably accommodate up to 100 people. With convenient access to I-44, Historical Route 66, and US Highway 75, our central location places you between Oklahoma City, Springfield, Little Rock, Dallas and Kansas City. Guests will enjoy being near ORU, Rhema Bible College, St Francis Heart Hospital, TU, Southcrest, Cancer Treatment Centers of America, Oklahoma Heart Institute, Haikey Creek All Star Sports Complexs, UMAC, Hardrock Hotel &amp;amp; Casino, TCC, Tulsa Zoo, OU, Woodland Hills Mall, Tulsa Air and Space Museum, and Oklahoma Aquarium.. Onsite facilities information- ParkingProperty was built in 2011. Hotel Currency: USD. Additional Addresses: Other: 8405 East 102nd Street South, Tulsa, 74133, OK, US. Additional Phone Numbers: Fax - Other: 19189706222. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1490.41" OriginalAmount="1447" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945426972364" Longitude="-3.2015337322193" StarRating="5" HotelCode="33820|55127" HotelName="The Knight Residence by Mansley Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Lauriston Street, Edinburgh, City of Edinburgh EH3 9DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/0d/160dedea4d72af51efcb77ab6ba42e0ff333d086.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1495.56" OriginalAmount="1452.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950065" Longitude="-3.187277" StarRating="3" HotelCode="39322|the_inn_on_the_mile" HotelName="The Inn On The Mile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 High Street, The Royal Mile, Edinburgh EH1 1LL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/79/2b794c7dc0cc1b51106712988689ac65af83ad19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel occupies a prime location in Edinburgh city centre, situated on the Royal Mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1500.86" OriginalAmount="1457.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956741" Longitude="-3.207183" StarRating="4" HotelCode="|78091" HotelName="Nira Caledonia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Gloucester Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/9/1/78091_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Nira Caledonia Hotel is rated five stars, it offers room service and a restaurant. SITUATION: It is in New Town, near the establishment, guests will find Princess st and Nira Caledonia, ROOM: The rooms have a flat-screen television, a DVD player, an iPod docking station, WiFi (free of charge), Nespresso and garden views. Clients can find some rooms with jacuzzi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1517.52" OriginalAmount="1473.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951561" Longitude="-3.206133" StarRating="4" HotelCode="49324|9125" HotelName="Kimpton Charlotte Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Charlotte Square, Edinburgh EH2 4HQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/c0/bac0984baf1c5e1ba8eabc7534a51b2b8ea6f803.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is one of the most discerning hotels in Edinburgh, located directly in the historical city cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1519.25" OriginalAmount="1475" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|68544-28589136/8010255615136104191/552" HotelName="ANGEL’S SHARE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1430000/1422900/1422868/bd663865_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1525.43" OriginalAmount="1481" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|416774-28513648/8010255615136104191/1437" HotelName="EDINBURGH NINE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15940000/15934300/15934242/ba3ec958_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1536.13" OriginalAmount="1491.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9529825" Longitude="-3.2049389" StarRating="4" HotelCode="|74147" HotelName="Stewart By Heeton Concept" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Young Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/1/4/7/74147_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2011, has 31 apartments and 3 floors. The establishment has a lobby with a reception, a safety deposit box service, a lift, a laundry service and a car park. SITUATION: It is inEdinburgh the historic centre of the Royal Mile it is 10 minutes away from It is 15 minutes away from Edinburgh Castle the railway station, is 5 minutes away from Prince Street gardens, Clients can find restaurants, bars, clubs and shops. 100 metres away, there is a public transport stop, Holyrood Palace It is situated 15 kilometres away from it is situated 2 kilometres away from Murrayfield the Stadium of it is situated 13 kilometres away from Edinburgh Airport. ROOM: boutique apartments, have a sitting room, a double bed, WiFi, Sky television, films, a bathroom with a shower, a hairdryer, a direct line telephone, a radio, a Hi-Fi and a safe. apartments, have a kitchen, with fridge, a hob, a microwave, a coffee maker, a kettle, a washing machine and an ironing set. All the apartments have heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1549.12" OriginalAmount="1504.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945499" Longitude="-3.228747" StarRating="4" HotelCode="56606|the_dunstane" HotelName="The Dunstane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates &amp; 5 Hampton Terrace, Haymarket, Edinburgh, Schottland EH12 5JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/d2/87d2eef0f591ac6a75151b2a768f3fe95cc58154.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh's West End, just 15 minutes' walk from the city's shopping and co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1552.14" OriginalAmount="1506.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9516254" Longitude="-3.206258" StarRating="4" HotelCode="|20011" HotelName="Kimpton Charlotte Square , An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Charlotte Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/1/20011_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1566.63" OriginalAmount="1521" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|447923-28552905/8010255615136104191/2006" HotelName="COURTYARD BY MARRIOTT EDINBURGH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15720000/15710700/15710648/3962d8a3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1576.25" OriginalAmount="1530.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953214215418" Longitude="-3.1908262012234" StarRating="3" HotelCode="16971|6532" HotelName="Hotel Indigo Edinburgh - Princes Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Princes Street, Edinburgh EH2 2AN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/6c/8f6c3feedfe2667da3a336b7bb2c062eb6bfb05f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the city on the famous Princes Street with views over Princes Street Gardens and Edi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1582.97" OriginalAmount="1536.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.927736" Longitude="-3.208183" StarRating="4" HotelCode="|451604" HotelName="The Lane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>237-239 Morning Side Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/6/0/4/451604_7d39ae80933.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1590.76" OriginalAmount="1544.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9533005" Longitude="-3.1905999" StarRating="3" HotelCode="|17839" HotelName="Indigo Edinburgh - Princes Street, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINCES STREET 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/9/17839_1_1987.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has and 75 rooms, is ideal for holidays or business trips, The establishment has a restaurant, a reception, a safety deposit box service, a currency exchange service, a lift, conference facilities and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This establishment, is in the city centre, Princes Street is situated in opposite the establishment, you can find a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a television, a radio, internet, a safety deposit box (available for a fee), a trouser press and a welcome tray.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1599.44" OriginalAmount="1552.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9507724" Longitude="-3.2183121" StarRating="5" HotelCode="|29582" HotelName="Hapimag Resort Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROTHESAY TERRACE 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/5/8/2/29582_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1872, This Georgian style hotel 29 rooms, 8 suites and 5 floors. The establishment has a lobby with a reception, a safety deposit box service, a cloakroom, a lift, a conference room and WiFi. There are many services available at the establishment, including room service and a laundry service. Guests also have access to a car park. SITUATION: Is situated inEdinburgh the western area of Rothesay Terrace it is in close to the establishment, clients can find the commercial area, the tourist attractions ,Princes Street Gardens It is situated 20 minutes away from 10 minutes away from the establishment, guests will find pubs, nightclubs, 10 minutes away, there is a bus stop, is 10 minutes away from Haymarket the Station of. ROOM: The spacious rooms, They have a large bathroom with a bath, a spacious shower, a hairdryer, a direct line telephone, a satellite or cable television, a stereo, a kitchenette, a mini-bar, a microwave, a coffee maker, a kettle, a safe, a double bed and central heating. FACILITIES: 20 metres away, there is a golf course. OTHERS: Regarding the food and beverage offering, you can enjoy a continental buffet breakfast and Ã  la carte lunch and dinner. Guests can book half-board or bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1609.70" OriginalAmount="1562.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940402" Longitude="-3.171291" StarRating="4" HotelCode="|448552" HotelName="The Scott" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/5/5/2/448552_489312e1420.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1609.89" OriginalAmount="1563.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950919" Longitude="-3.217429" StarRating="4" HotelCode="36960|the_edinburgh_residence_3" HotelName="Edinburgh Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rothesay Terrace, Edinburgh EH3 7RY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/60/3a60cd5dae3ccae61204f078bdea7f447b22b7e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on Rothesay Terrace in Edinburgh's West End, one of the most sought after residentia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1614.38" OriginalAmount="1567.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9548" Longitude="-3.19402" StarRating="4" HotelCode="|445878" HotelName="Malmaison Edinburgh City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Buchan House, 21-22 St Andrew Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/8/7/8/445878_84a4e4a1228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1621.22" OriginalAmount="1574" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|648798-28574149/8010255615136104191/3660" HotelName="WILDE APARTHOTELS EDINBURGH GRASSMARKET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39830000/39822900/39822833/92258599_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1629.46" OriginalAmount="1582" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|622610-28575187/8010255615136104191/1683" HotelName="HOUSE OF GODS ROYAL MILE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38210000/38206100/38206083/6bc46138_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1645.94" OriginalAmount="1598.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950003" Longitude="-3.192019" StarRating="4" HotelCode="115013|fraser_suites_edinburgh" HotelName="Fraser Suites Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12-26 St Giles Street, Edinburgh, Scotland EH1 1PT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/ce/75ce929d315436ce75695cef598880edbd535cc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1654.96" OriginalAmount="1606.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951395" Longitude="-3.215875" StarRating="5" HotelCode="11137|14107" HotelName="Bonham Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Drumsheugh Gardens, Edinburgh EH3 7RN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/97/0b97e050300cdab8c8b07a3fb1a41a69a6b3c8b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to the centre of Edinburgh meaning that guests can easily reach the...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1680.96" OriginalAmount="1632" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953052610437" Longitude="-3.2046617567539" StarRating="4" HotelCode="169545|56960" HotelName="Fountain Court - Stewart Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Young Street, Edinburgh EH3 9JG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/c9/72c97134b47adbefb934b445b546349bef18675a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is set in the heart of historic Edinburgh, just 10 minutes' walk from The Royal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1681.99" OriginalAmount="1633.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956678" Longitude="-3.185501" StarRating="5" HotelCode="27030|the_glasshouse_autograph_collection" HotelName="The Glasshouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Greenside Place, Edinburgh EH1 3AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e750776521479d3edb45d7a89e7ea407c375ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of Edinburgh, this hotel is 5 minutes from Princes Street, North Bridg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1687.14" OriginalAmount="1638" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|186070-28596736/8010255615136104191/2384" HotelName="KNIGHT RESIDENCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/529500/529490/22cf375b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1699.05" OriginalAmount="1649.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9471016" Longitude="-3.2076001" StarRating="5" HotelCode="|17838" HotelName="Sheraton Grand and Spa, Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FESTIVAL SQUARE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/17838_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1705.68" OriginalAmount="1656.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952376091481" Longitude="-3.2051539421081" StarRating="4" HotelCode="60404|tigerlily" HotelName="Tigerlily" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>125 George Street, Edinburgh EH2 4JN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/36/43365e7627f27eecee7eb27ec61ac27257815aa4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in one of the most prestigious locations in Edinburgh, the hotel is located on elegant George St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1744.82" OriginalAmount="1694.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94987908" Longitude="-3.20775749" StarRating="4" HotelCode="568021|the_rutland_hotel" HotelName="The Rutland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Street, Edinburgh, Scotland EH1 2AE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/21/152168342ca7d59020c3d5209d0ab46301070c15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1762.66" OriginalAmount="1711.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9513847" Longitude="-3.2148982" StarRating="4" HotelCode="|20013" HotelName="The Bonham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DRUMSHEUGH GARDENS 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/3/20013_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 1997 5 floors, 48 rooms, 10 single rooms, 36 double rooms and 2 suites. In the establishment entrance, guests will find a lobby with elevators, shops, a car park, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment has an Ã  la carte restaurant and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This urban hotel is situated near Edinburgh the city centre of in the surrounding area of the establishment, guests can find monuments, tourist points of interest and the tourist attractions. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a radio, a stereo and internet. They also have an open-plan kitchen, fitted carpets, a central heating system and a safety deposit box (available for a fee). OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service, all meals in a buffet form and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1774.69" OriginalAmount="1723.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947154258879" Longitude="-3.2071870565414" StarRating="5" HotelCode="45056|sheraton_grand_hotel__spa_edinburgh" HotelName="Sheraton Grand Hotel &amp; Spa, Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Festival Square, Edinburgh EH3 9SR, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/10/d010200ed39817659b3ff017e425f9b431f2d092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located close to Princes Street at the heart of Edinburgh within a short dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1798.38" OriginalAmount="1746" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949407592212" Longitude="-3.208184162635" StarRating="4" HotelCode="903826|408414" HotelName="The Rutland Hotel &amp; Luxury Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Street, Edinburgh, Scotland EH1 2AE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/21/152168342ca7d59020c3d5209d0ab46301070c15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1834.43" OriginalAmount="1781" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2410-28567346/8010255615136104191/3268" HotelName="RADISSON BLU HOTEL, EDINBURGH CITY CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4300/4270/1d08b1f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1838.55" OriginalAmount="1785.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946701" Longitude="-3.197774" StarRating="2" HotelCode="906386|kick_ass_hostel" HotelName="Kick Ass Grassmarket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 West Port, Edinburgh EH1 2JA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/45/c945080b9841c433faf8f06522f7897388c43796.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on Grassmarket Square, the hotel is a 2-minute walk from the Royal Mile and a further 10 mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1842.67" OriginalAmount="1789.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94609320525" Longitude="-3.1901094305063" StarRating="4" HotelCode="142156|hotel_du_vin_edinburgh" HotelName="Hotel Du Vin Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Bristo Place, Edinburgh EH1 1EZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/38/ae38a5f0087347b532f67b170f88d1041c53ac49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled deep in Edinburgh's Old Town, only a short walk away from the historic Royal Mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1883.87" OriginalAmount="1829.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95350794" Longitude="-3.20212189" StarRating="4" HotelCode="474473|destiny_scotland_hill_street_apartments_" HotelName="Destiny Scotland - Hill Street Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Hill Street, New Town, Edinburgh EH2 3JP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/47/c947eba9fceb657375253040fdf480b10acbc104.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1890.05" OriginalAmount="1835.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95404379" Longitude="-3.1973612" StarRating="4" HotelCode="572530|hanover_71_suites" HotelName="Hanover 71 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>71 Hanover Street, New Town, Edinburgh EH2 1EE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/15/cf157cdaf211a8d86b41d229a283600c489dd205.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas. Those arriving in their own veh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1910.30" OriginalAmount="1854.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9539439" Longitude="-3.196371" StarRating="4" HotelCode="12974|6531" HotelName="InterContinental Edinburgh The George" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 28/08/2026" 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>19-21 George Street, Edinburgh EH2 2PB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/b0/e8b073e2be6e1cb0fd9e67b8a3fe1f7d1db0f550.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located on George Street at the heart of the city. A diverse selection ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1925.07" OriginalAmount="1869.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95470191" Longitude="-3.19930307" StarRating="4" HotelCode="477020|destiny_scotland_qresidence" HotelName="Destiny Scotland - Q-Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>21, 23 &amp; 35 Queen Street, EH2 1JX Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/1e/ee1e98d338d7708d79e362e7a56441a4e94f84ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1953.62" OriginalAmount="1896.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950901" Longitude="-3.1884" StarRating="4" HotelCode="|17845" HotelName="The Scotsman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NORTH BRIDGE 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/5/17845_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a bar, a restaurant and a beauty centre. SITUATION: This hotel is in North Bridge around the establishment, clients can find Princes Street and shops. It is 25 minutes away from the airport. ROOM: All the rooms have a DVD player, a television, a direct line telephone with an answering machine, WiFi, board games, an ironing set and a trouser press. Guests are offered deluxe rooms with double beds. It also offers a mini-bar, a coffee maker, a kettle, complimentary bathroom items and room service. FACILITIES: The establishment has a beauty centre, a swimming pool, a sauna and a steam bath. MEALS: Regarding the food and beverage offering, the establishment offers a bar and a restaurant. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OBSERVATIONS: Check-in is at 14:00 and check-in is at 11:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1955.48" OriginalAmount="1898.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9541841" Longitude="-3.1962784" StarRating="5" HotelCode="|20008" HotelName="Intercontinental Edinburgh The George, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GEORGE STREET 19-21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/0/8/20008_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors, 249 rooms and 10 suites. The establishment boasts a bar and a restaurant. SITUATION: This luxurious hotel is in George Street, around the establishment, clients can find el Castillo de Edimburgo, el palacio de Holyrood, los jardines Princes Street Gardens, Dynamic Earth and la avenida Royal Mile. It is 5 minutes away from Andrews Square Square and Waverly Railway Station. 500 metres away, there is a public transport stop. It is just 13 kilometres away from Edinburgh Airport and 89 kilometres away from Airport Glasgow. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a flat-screen television, a mini-bar, a double bed and a safe (available for a fee). OBSERVATIONS: Check-in is at 15:00 and check-out is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1967.99" OriginalAmount="1910.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9499898" Longitude="-3.2079193" StarRating="4" HotelCode="|167993" HotelName="The Rutland and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Steet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/9/3/167993_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1976.57" OriginalAmount="1919" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|126439-28570539/8010255615136104191/1274" HotelName="DU VIN HOTEL &amp;amp; BISTRO EDINBURGH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7730000/7728300/7728219/ef74419f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1988.08" OriginalAmount="1930.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94809" Longitude="-3.192508" StarRating="5" HotelCode="|445438" HotelName="Virgin Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 India Buildings</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/3/8/445438_1a39b391850.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2042.49" OriginalAmount="1983" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.3444" Longitude="-87.9029" StarRating="4" HotelCode="0|478940-28572941/8010255615136104191/3208" HotelName="THE RUTLAND APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4101 FOUNTAIN SQUARE PL, WAUKEGAN, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2950000/2942200/2942183/4306a36d_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at SpringHill Suites by Marriott Waukegan/Gurnee in Waukegan (Waukegan - Gurnee), you'll be close to Six Flags Great America.&lt;br /&gt; This hotel is within the vicinity of Visual Arts Center and Rosalind Franklin University of Medicine and Science.&lt;br /&gt;   Rooms   Make yourself at home in one of the 120 air-conditioned rooms featuring refrigerators and flat-panel televisions. Your pillowtop bed comes with cotton sheets, and all rooms are furnished with double sofa beds. Wired and wireless Internet access is complimentary, while 37-inch high-definition televisions with cable programming provide entertainment. Bathrooms feature shower/tub combinations, complimentary toiletries, and hair dryers.&lt;br /&gt;   Rec, Spa, Premium Amenities   Don’t miss out on recreational opportunities including an indoor pool and a fitness facility. This hotel also features complimentary wireless Internet access, gift shops/newsstands, and a television in the lobby.&lt;br /&gt;   Dining   At the end of the day, relax with your favorite drink at a bar/lounge. A complimentary hot/cold buffet breakfast is served daily.&lt;br /&gt;   Business, Other Amenities   Featured amenities include business services, audiovisual equipment, and express check-out. Planning an event in Waukegan? This hotel has facilities measuring 346 square feet (32 square meters), including a meeting/conference room. Free self parking is available onsite.&lt;br /&gt;   Room Info:    Know Before You Go   This hotel has a smoke-free policy.   Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets not allowed   Check-out time is noon  Check-in time starts at 3 PM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2071.18" OriginalAmount="2010.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953538" Longitude="-3.202001" StarRating="0" HotelCode="|454670" HotelName="Destiny Scotland - Hill Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Hill Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/6/7/0/454670_d17fd2e1129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2097.12" OriginalAmount="2036.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954742" Longitude="-3.190145" StarRating="5" HotelCode="|449960" HotelName="W Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 ST JAMES SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_da881151130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2112.10" OriginalAmount="2050.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949775" Longitude="-3.207238" StarRating="5" HotelCode="11319|16973" HotelName="Waldorf Astoria Edinburgh - The Caledonian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Street, EH1 2AB Edinburgh, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c4/cec4ab2e1dd46a6edc071a5952a73e443aa4713b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel lies in the heart of the city, at the west end of Princes Street. Just a stone’s th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2117.68" OriginalAmount="2056" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|622735-28573109/8010255615136104191/2390" HotelName="LINTON COLLECTION - NORTH BRIDGE LOFTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11510000/11500500/11500437/06c5bed8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2129.01" OriginalAmount="2067" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|186086-28436595/8010255615136104191/1417" HotelName="EDINBURGH CASTLE APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14680000/14671300/14671268/016de019_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2151.67" OriginalAmount="2089" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|25133-28599591/8010255615136104191/3535" HotelName="THE GLASSHOUSE, AUTOGRAPH COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/910800/910777/810c3f62_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2168.15" OriginalAmount="2105" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|2437-28593676/8010255615136104191/2250" HotelName="SHERATON GRAND &amp;amp; SPA EDINBURGH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15600/15554/117b44a7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2209.35" OriginalAmount="2145" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|2423-32398505/8010255615136104191/5189" HotelName="THE CALEDONIAN EDINBURGH, CURIO COLLECTION BY HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4200/4198/ad1658d0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2246.43" OriginalAmount="2181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948162775" Longitude="-3.217971" StarRating="3" HotelCode="37553|ballantrae_hotel_at_the_west_end" HotelName="Grosvenor Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Diet Meals,Golf,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Grosvenor Crescent, Edinburgh, Midlothian EH12 5EP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/fa/47fa03b74b6084931a7ab13e01c79fc0c5c4a196.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive guesthouse enjoys a peaceful location and is located in one of the most elegant area...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2288.66" OriginalAmount="2222.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949653678097" Longitude="-3.2186563877316" StarRating="4" HotelCode="428946|palmerston_suites" HotelName="Palmerston Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Central Heating,Internet,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Palmerston Place, Haymarket, Edinburgh, EH12 5AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/1c/d61c310dd7ad44eb542bfd145ba89893b523341d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern aparthotel is situated in the central area of Edinburgh, just a 5-minute walk from Hayma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2320.59" OriginalAmount="2253.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="0" HotelCode="639271|blackfriars_lofts" HotelName="Blackfriars Lofts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Blackfriars Street</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5a/b55a4fa99aa568656666868f5ce7df7e4d28a30f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2394.87" OriginalAmount="2325.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.979651" Longitude="-3.169117" StarRating="5" HotelCode="|451122" HotelName="Fingal - A Luxury Floating Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alexandra Dock, Historic Port of Leith</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/1/2/2/451122_026066e1038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2480.24" OriginalAmount="2408" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|21276-28595108/8010255615136104191/3391" HotelName="SCOTSMAN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/570900/570820/50026325_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2497.77" OriginalAmount="2425.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="0" HotelCode="980456|4660015" HotelName="Fingal Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alexandra Dock, Leith, Edinburgh EH6 7DX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/6f/696f3efca14f3c2baa2d5cd1aec98d3e802623d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2498.01" OriginalAmount="2425.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9446843" Longitude="-3.2195346" StarRating="0" HotelCode="|167935" HotelName="Haymarket Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Dalry Gait</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/3/5/167935_511ad4d1001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2697.57" OriginalAmount="2619" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|622723-28573142/8010255615136104191/2266" HotelName="LINTON COLLECTION - BLACKFRIARS LOFTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22670000/22667500/22667458/28691b96_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2858.25" OriginalAmount="2775" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48435-28510140/8010255615136104191/627" HotelName="BALLANTRAE WEST END" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1510000/1509900/1509805/3b82cae2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2885.03" OriginalAmount="2801.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9366424" Longitude="-3.1570894" StarRating="5" HotelCode="16176|prestonfield_house" HotelName="Prestonfield House" 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>Priestfield Road, Edinburgh EH16 5UT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/30/313034dbe7ac9cccf80be6a65920c3d2d7c9edb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2913.30" OriginalAmount="2828.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950558" Longitude="-3.185556" StarRating="5" HotelCode="|450033" HotelName="Cheval Old Town Chambers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Royal Mile 329 High Street Edinburgh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/3/3/450033_9681e671026.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3011.64" OriginalAmount="2923.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953173496597" Longitude="-3.1896561384201" StarRating="5" HotelCode="10630|9304" HotelName="The Balmoral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Princes Street, Edinburgh EH2 2EQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/7e/7e7e7b6147815d10faa900ed85735dff0670af0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and comfortable hotel is situated in an exclusive location and offers a beautiful view ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3089.75" OriginalAmount="2999.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950075" Longitude="-3.1911210000001" StarRating="5" HotelCode="296651|1186198" HotelName="Old Town Chambers" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roxburgh's Court, 323 High Street, Edinburgh EH1 1LW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/34/86348c7841a3940e9568df7b5daca6a935347aa0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3135.77" OriginalAmount="3044.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94587544" Longitude="-3.22908678" StarRating="4" HotelCode="765108|260322" HotelName="The Dunstane Houses - Dunstane House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Babysitting,Bar,Concierge,Conference Hall,Dry Cleaning,Garden,Internet,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates, Edinburgh, Schottland EH12 5JQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is an elegant town house which is just a short walk from Edinburgh city centre. The relaxed atm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3854.26" OriginalAmount="3742" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1376430-28598554/8010255615136104191/1094" HotelName="GLENEAGLES TOWNHOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1376430/2023918101435231.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4835.85" OriginalAmount="4695" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="3" HotelCode="901617|89834" HotelName="Royal Over-Seas League" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Princes Street, Edinburgh EH2 3AB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/c8/81c87893c4fb9a9b52f5f57eb0d448c013fd8b98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5262.27" OriginalAmount="5109" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|648746-28595911/8010255615136104191/3544" HotelName="THE WITCHERY BY THE CASTLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/648746/2022229230884.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Fax,Internet,Telephone Service,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Garden,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Wheelchair Access,Kitchen,Golf,Lounge,Designated Smoking Area,Jacuzzi,Sauna,Swimming Pool,Currency Exchange,Massage Centre,Heated Pool,Spa,Babysitting,Concierge,Dry Cleaning,Meeting Room,Parking,Pets allowed,24 Hour Security,Dining,24 Hour Power Supply,Luggage Storage</BasicAmenities>
    <HotelRating>3,4,5,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,SELF CATERING,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,ECO HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,AIRPORT HOTEL,CONFERENCE HOTEL,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,HOTEL,APARTHOTEL,APARTMENT HOTEL,SPA HOTEL,COUNTRY HOUSE,HOSTEL,VILLAGE,APARTMENT,GUEST HOUSES,GUESTHOUSE</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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|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="cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-04T00:00:00" End="2026-09-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ukt.uniteddestination@gmail.com" Password="utdwwh@2026" 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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:cf6d2898-aa76-47fe-8763-d86f7924ff3f
Error Number:2812,State:62,Class:16|SmyRooms|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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-11T10:46:49.4313335+01:00" Version="0" EchoToken="Search" TransactionIdentifier="cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="450.02" OriginalAmount="436.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.3100605" Longitude="-85.9641138" StarRating="3" HotelCode="|282068" HotelName="Comfort Inn Near Indiana Premium Outlets" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11711 North U.S. 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/0/6/8/282068_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="463.52" OriginalAmount="450.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.3093399" Longitude="-85.9660918" StarRating="3" HotelCode="|276014" HotelName="Best Western Edinburgh/columbus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11780 North Highway 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/6/0/1/4/276014_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="524.02" OriginalAmount="508.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94055" Longitude="-3.1704" StarRating="3" HotelCode="37813|25916|Bed &amp; Breakfast" HotelName="Chancellor’s Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/62403/a_62403_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting university complex is an ideal starting point for guests wishing to explore the city. ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="548.99" OriginalAmount="533.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940431" Longitude="-3.171425" StarRating="3" HotelCode="147204|pollack_halls__edinburgh_first" HotelName="Pollock Halls" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/9e/259e79dca243127f0ee77b4d7dd74733cf9c99e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="680.83" OriginalAmount="661.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.933436" Longitude="-3.173556" StarRating="4" HotelCode="34143|the_ben_doran_guest_house" HotelName="The Ben Doran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Mayfield Gardens, Edinburgh EH9 2AX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/31/1c31b5facbb87c702d30f70782571497e84e1276.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located one mile from city centre, on A701, within easy walking distance of the Royal Mile, Edinburg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="687.08" OriginalAmount="667.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94449" Longitude="-3.25441" StarRating="3" HotelCode="|186100" HotelName="Twin Lions" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Corstorphine Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/0/0/186100_e62163a1542.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="689.50" OriginalAmount="669.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950659587454" Longitude="-3.2224327325821" StarRating="3" HotelCode="49323|100693|Bed &amp; Breakfast" HotelName="Britannia Edinburgh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Belford Road, Edinburgh EH4 3DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/1b/1c1bf498bbba756e9897399d5d04a833578942f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on the banks of the Water of Leith in a quiet secluded area. The hotel d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="697.10" OriginalAmount="676.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955797" Longitude="-3.2426105" StarRating="3" HotelCode="|17861" HotelName="Holiday Inn Express Edinburgh City West, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUEENSFERRY ROAD 107</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/1/17861_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning 6 floors and 101 rooms. Guests have access to a bar, a restaurant with air-conditioning and a car park. SITUATION: This hotel is situated 2 kilometres away from the city centre, the Edinburgh Castle with views of 3 kilometres away, there is a public transport stop. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a kettle, a coffee maker, an air-conditioning system and a safe (available for a fee). FACILITIES: Clients can enjoy a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="708.64" OriginalAmount="688.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955900467928" Longitude="-3.2430052757263" StarRating="3" HotelCode="29493|holiday_inn_edinburgh_city_west" HotelName="Holiday Inn Edinburgh City - West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Queensferry Road, Edinburgh, Scotland EH4 3HL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/23/dc23283a3bc5216e0f4bd84d8634d3d90654c455.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 2 km from the inner city, this hotel enjoys fabulous views out over Edinburgh Castle. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="708.64" OriginalAmount="688.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944626" Longitude="-3.254732" StarRating="3" HotelCode="915144|western_manor_house_hotel" HotelName="Twin Lions Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Corstorphine Road, Murrayfield, Edinburgh EH12 6JG, Midlothian</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/1d/af1d5f39b15c8bcaaa4e69670adc85bb2247ecb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="725.73" OriginalAmount="704.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9813995" Longitude="-3.1777" StarRating="3" HotelCode="|20669" HotelName="Holiday Inn Express Edinburgh - Leith Waterfront by IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101 BRITANNIA WAY, OCEAN DRIVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/6/9/20669_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1999 145 rooms and 5 floors. This contemporary hotel, The establishment has a lobby with a reception, a lift, a bar, a car park, internet and a laundry service. SITUATION: Is situated inLeith Port Ocean Terminal it is close to close to the establishment, clients can find Edinburgh the shopping centre of it is close to the Scottish Government restaurants, bars and boutiques. Princes Street 2,5 kilometres away, you can find in front of the hotel there is a bus stop. ROOM: The comfortable, modern rooms, have a bathroom with a hairdryer, a direct line telephone, WiFi, a coffee maker, a kettle and a central heating system. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="738.51" OriginalAmount="717.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.978847" Longitude="-3.179459" StarRating="3" HotelCode="25124|holiday_inn_express_edinburgh_waterfront" HotelName="Holiday Inn Express Waterfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Britannia Way/Ocean Drive, Leith, EH6 6JJ Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/33/fb339ce096407cad7a9ef47dc50c55a85425c9ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is located by the historical harbour of Leith near the 'Ocean Terminal', Edinburg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="774.56" OriginalAmount="752" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|33360-21407556/8010255615136104191/501" HotelName="DOUBLETREE BY HILTON EDINBURGH - QUEENSFERRY CROSSING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/679a9c28_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="792.56" OriginalAmount="769.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946427" Longitude="-3.13708" StarRating="3" HotelCode="152760|289632|Bed &amp; Breakfast" HotelName="Premier Inn Edinburgh East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>228 Willowbrae Road, Edinburgh EH8 7NG, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/8f/638f5bf7d7e129cb040607a12c2a3aec5d75c191.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Con aparcamiento privado gratuito, este Premier Inn está en una ruta principal de autobuses, con exc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="833.27" OriginalAmount="809" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.982714" Longitude="-3.195525" StarRating="3" HotelCode="152758|93391" HotelName="Premier Inn Edinburgh Leith Waterfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Newhaven Place, Leith, Edinburgh EH6 4TX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/25/af251b76b99de2b22004d27b0af05cc36b07d404.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Slumber by the sea at the Premier Inn Hotel Edinburgh Leith Waterfront. In a prime harbour location,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="837.39" OriginalAmount="813" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951" Longitude="-3.19023" StarRating="3" HotelCode="61565|300851" HotelName="St Christopher's Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-13 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6f/fb6fe4b22e1355f71f1a1f16b8441cdf9ef5a093.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="842.54" OriginalAmount="818" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.937553" Longitude="-3.319428" StarRating="2" HotelCode="298479|201305" HotelName="ibis budget Edinburgh Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Edinburgh Business Park, 6 Lochside View, Edinburgh EH12 9DH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/32643e596403d3a8/58/583d204f7686e720/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="842.58" OriginalAmount="818.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944543" Longitude="-3.095752" StarRating="3" HotelCode="38271|1484660|Bed &amp; Breakfast" HotelName="Best Western Kings Manor Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Milton Road East, Edinburgh EH15 2NP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/df/89df7455f751cdd542c6ea02a25753a56fc374f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located in the east of Edinburgh, around 15 minutes away from the centre. A ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="845.63" OriginalAmount="821" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.934764" Longitude="-3.317827" StarRating="3" HotelCode="263560|93392" HotelName="Premier Inn Edinburgh Park (Airport) Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Lochside Court, Edinburgh Park, Edinburgh EH12 9FX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/b8/7db8e9433e17f87ad656403a7cf777b0b544830e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="845.63" OriginalAmount="821" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|413747-28512135/8010255615136104191/3870" HotelName="THE RICHMOND PARK HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2700000/2693600/2693516/210c5ef4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="847.69" OriginalAmount="823" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.75215" Longitude="98.77135" StarRating="4" HotelCode="0|186072-28571532/8010255615136104191/3381" HotelName="THE ORIGINAL ROSLIN INN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>129 MOO 7, AONANG KOH PHI PHI, KRABI, KOH PHI PHI, THAILAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/186072/20121220103020359.jpg</HotelPictures>
        <HotelDescription>The Phi Phi Hotel is a convenient base to discover all that Koh Phi Phi has to offer. All of the 64 rooms at the hotel are appointed with modern facilities to meet guests needs. The guestrooms come with AC, telephone, TV, tea/coffee and mini bar. The facilities and services at this Koh Phi Phi accommodation consist of restaurants and a bar. Complete service and facilities, together with its convenient location, make the hotel a perfect choice for visitors to Koh Phi Phi. To proceed with this booking at the Phi Phi Hotel, please select your dates of stay and complete our secure online booking form.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="849.96" OriginalAmount="825.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94481485" Longitude="-3.36322171" StarRating="3" HotelCode="864185|650165|Bed &amp; Breakfast" HotelName="Hampton by Hilton Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Central Heating,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Almond Avenue, Ingliston, Edinburgh EH12 9GN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/60/33600e2c747a708c70382ee3ac4b3a3af707cf63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="862.56" OriginalAmount="837.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.935044" Longitude="-3.094777" StarRating="3" HotelCode="152759|899635|Bed &amp; Breakfast" HotelName="Premier Inn Edinburgh A1 Newcraighall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>91 Newcraighall Road, Newcraighall, Edinburgh EH21 8RX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/92/f7920310a7afca6c35c5b928439a94c92ca1a7e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With free parking, a 24-hour front desk and traditional restaurant, this Premier Inn is next to Newc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="863.14" OriginalAmount="838" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.917126" Longitude="-3.212686" StarRating="3" HotelCode="114331|56035" HotelName="Best Western  Edinburgh South Braid Hills Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 Braid Road, Edinburgh, Lothian EH10 6JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/42/b542e0aabc94da97761e1b34a2fc3836052dc563.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within a very close distance of the city centre, retaining a secluded and peac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="864.17" OriginalAmount="839" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94388466" Longitude="-3.36360118" StarRating="4" HotelCode="796863|371639" HotelName="Moxy Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Fairview Road, Edinburgh EH28 8AP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/d6/50d652672706fe033f1bb1460fa7dc37ba40f425.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="865.20" OriginalAmount="840" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.967788605767" Longitude="-3.2347146280617" StarRating="4" HotelCode="311045|63826" HotelName="Village Hotels Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Crewe Road South, Edinburgh EH4 2NY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/7e/897eda3acc48f6ddbd6362a74281d0d6ecb4f711.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="872.41" OriginalAmount="847" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2424-28514196/8010255615136104191/2140" HotelName="HOLIDAY INN EXPRESS EDINBURGH CITY WEST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13400/13364/e2b90db2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="884.58" OriginalAmount="858.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.926498819182" Longitude="-3.3111964166164" StarRating="4" HotelCode="74780|94249|Bed &amp; Breakfast" HotelName="Novotel Edinburgh Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Lochside Avenue, Hermiston Gait Retail Park, Edinburgh EH12 9DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/81/bd81a63a7033014fc0d52961d08281d852760d34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 300 m from Edinburgh Park railway station, just minutes from the city’s busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="907.47" OriginalAmount="881.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946026" Longitude="-3.218249" StarRating="3" HotelCode="260554|199055|Bed &amp; Breakfast" HotelName="Haymarket Hub Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Clifton Terrace, Edinburgh EH12 5DR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/26/0526127a6a6aba7800f8e25deae0da9d64487302.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="909.49" OriginalAmount="883" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23385-28514191/8010255615136104191/1215" HotelName="HOLIDAY INN EXPRESS EDINBURGH - LEITH WATERFRONT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/520000/519940/9db32c43_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="940.39" OriginalAmount="913" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940041" Longitude="-3.312356" StarRating="4" HotelCode="31829|13215" HotelName="Marriott Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Glasgow Road, Edinburgh EH12 8NF, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ef/68efb7a008f2f10bad7c012209dd1ea933c156e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Edinburgh just a stone's throw from links to the public transp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="946.88" OriginalAmount="919.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="3" HotelCode="150254|95853|Bed &amp; Breakfast" HotelName="KM Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 Richmond Place, Edinburgh EH8 9ST</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/77/a577f1454818ca8b8617bced7874ddf6563bc0ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="958.93" OriginalAmount="931" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955763" Longitude="-3.279525" StarRating="3" HotelCode="33819|55246" HotelName="Leonardo Hotel Edinburgh Murrayfield" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>187 Clermiston Road, Edinburgh EH12 6UG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/8d/818d4917c78ae0733b8ce310d8e6b1588782c713.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of the seven hills in Edinburgh, close to the airport and only 8 km from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="980.10" OriginalAmount="951.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946167" Longitude="-3.183231" StarRating="3" HotelCode="|186008" HotelName="Km" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7, Richmond Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/0/8/186008_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="986.04" OriginalAmount="957.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943634" Longitude="-3.374916" StarRating="3" HotelCode="16298|16970|Bed &amp; Breakfast" HotelName="Holiday Inn Express Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>101 Ingliston Road, Edinburgh EH28 8AU, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/9d/1a9dfc048db2381d13c920b8ab99e7c093c6bbb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located at Edinburgh International Airport, only 2 minutes away by courtesy mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="992.92" OriginalAmount="964" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|34586-28525206/8010255615136104191/1479" HotelName="BRAID HILLS HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47900/47821/8cc0a7cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1002.56" OriginalAmount="973.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944868" Longitude="-3.199993" StarRating="3" HotelCode="60480|71550|Bed &amp; Breakfast" HotelName="Premier Inn Edinburgh Central Lauriston Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>82 Lauriston Place, Edinburgh EH3 9DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/19/3719e9f8c89a3bd199b5e5a8f01d705b3e47f07c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Due to its central location on Lauriston Place, the hotel is only a few minutes on foot from Princes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1003.90" OriginalAmount="974.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.91189" Longitude="-3.31573" StarRating="4" HotelCode="|245500" HotelName="Courtyard By Marriott Edinburgh West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Research Avenue South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/5/0/0/245500_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1004.33" OriginalAmount="975.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949722" Longitude="-3.183804" StarRating="2" HotelCode="36964|939015|Bed &amp; Breakfast" HotelName="Travelodge Edinburgh Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 St. Mary's Street, Edinburgh EH1 1TA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/87/ac87aaf1fe921dca85dafa4d1d1c00fc885906de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh just 50 m from links to the public transport networ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1007.34" OriginalAmount="978" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|114878-219171/8010255615136104191/5210" HotelName="BEST WESTERN KINGS MANOR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5700/5630/2986e3d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1010.43" OriginalAmount="981" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.942576128332" Longitude="-3.2670700550079" StarRating="4" HotelCode="316789|22387" HotelName="Holiday Inn Edinburgh" 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,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Corstorphine Road, Edinburgh EH12 6UA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/80/968082cd5a597a5048dce84b23698dac340c76b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The pleasant city hotel enjoys a peaceful inner city location within a short distance of Edinburgh Z...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1023.82" OriginalAmount="994" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|300152-28586824/8010255615136104191/3036" HotelName="VILLAGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9140000/9131700/9131632/04e28cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1026.91" OriginalAmount="997" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945549" Longitude="-3.243497" StarRating="3" HotelCode="337463|6971" HotelName="Murrayfield Hotel &amp; Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Corstorphine Road, Murrayfield, Edinburgh EH12 6HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/10/5210527f5f7c6735c88d8ae4b8ac915c040b1125.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Corstophine Road area in the same neighbourhood as Murrayfield Rugby St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1026.91" OriginalAmount="997" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947924" Longitude="-3.221933" StarRating="2" HotelCode="37835|32579" HotelName="Travelodge Edinburgh Haymarket" 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,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Eglington Crescent, Edinburgh EH12 5BY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/66/3b6619c5598c9d378a6238d21990e502b48fe44f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located approximately 150 m from a selection of restaurants, bars, pubs and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1028.70" OriginalAmount="998.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.958427" Longitude="-3.182341" StarRating="2" HotelCode="18271|467485|Bed &amp; Breakfast" HotelName="The Cairn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-18 Windsor Street, Edinburgh EH7 5JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/f3/e6f3f6cf55146c915f6a2fe44c647f8d5b39328e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Edinburgh's lively theatre district, just a few minutes on foot from the t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1028.76" OriginalAmount="998.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943853" Longitude="-3.359998" StarRating="4" HotelCode="32868|14034|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Eastfield Road, Edinburgh International Airport, Edinburgh EH28 8LL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/54/3e5412e3f334c6162f307006389e277cf996d73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly beside Edinburgh Airport. The centre of the city with its many touri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1035.15" OriginalAmount="1005" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2421-21403721/8010255615136104191/321" HotelName="DOUBLETREE BY HILTON EDINBURGH AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/520500/520429/w3840h2548x0y1-bb129d31_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1036.18" OriginalAmount="1006" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12435-28567426/8010255615136104191/1709" HotelName="DALMAHOY HOTEL &amp;amp; COUNTRY CLUB" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22000/21999/05372291_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1039.24" OriginalAmount="1008.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.942554" Longitude="-3.212237" StarRating="3" HotelCode="|445436" HotelName="Hampton by Hilton Edinburgh West End" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>166 Fountainbridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/3/6/445436_d47382b1836.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1044.75" OriginalAmount="1014.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.91143258" Longitude="-3.31584723" StarRating="4" HotelCode="571979|2221985|Bed &amp; Breakfast" HotelName="Courtyard Edinburgh West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2 Research Avenue South, The Avenue, Heriot-Watt University, Edinburgh EH14 4BA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/12/2f12fa1930f9f6d3236dded50b13376b5cfc9852.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1045.06" OriginalAmount="1014.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946871032784" Longitude="-3.2132184851685" StarRating="0" HotelCode="795859|906407|Bed &amp; Breakfast" HotelName="hub by Premier Inn Edinburgh Haymarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Torphichen Street, Edinburgh EH3 8JB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/7e/dd7e4edcfe1d363aca25fb5bd61b97766f589a55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1053.20" OriginalAmount="1022.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94610438" Longitude="-3.21027277" StarRating="3" HotelCode="966149|4263725|Bed &amp; Breakfast" HotelName="Point A Hotel Edinburgh Haymarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Morrison Street, Edinburgh EH3 8EB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/50/37507c2dd5d8e459741774cdfc4c715b48da6d36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1075.63" OriginalAmount="1044.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940398" Longitude="-3.312711" StarRating="4" HotelCode="|17842" HotelName="Delta Hotels by Marriott Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GLASGOW ROAD 111</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/2/17842_68b3cf21416.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and renovated in 2002. It has 4 floors, 245 rooms, 126 single rooms and 115 double rooms. The establishment has an indoor car park, a car park, a restaurant with air-conditioning and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel Edinburgh it is in nearby, you will find public transport services, is situated 3 kilometres away from the airport, is situated 10 kilometres away from a ski resort, the establishment is 12 kilometres away from the beach. ROOM: The traditional-style rooms, have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar and central heating. FACILITIES: Customers can enjoy a covered pool, a swimming pool, a sauna, a solarium and a gym. it is 3 kilometres away from a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1094.89" OriginalAmount="1063" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951436725577" Longitude="-3.1833026744185" StarRating="2" HotelCode="597369|227087" HotelName="hub by Premier Inn Edinburgh Royal Mile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 East Market Street, Edinburgh EH8 8FR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/8e/018ec9b8881cb83d26ded15daf1e7cb53f41c8ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1106.22" OriginalAmount="1074" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952600183777" Longitude="-3.1977995959195" StarRating="0" HotelCode="795789|405396" HotelName="hub by Premier Inn Edinburgh City Centre (Rose Street)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rose Street, South Lane, Edinburgh EH2 2NN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/ef/5fef847e649d45beafccae64d7ed17e70da47ea9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1122.56" OriginalAmount="1089.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951074" Longitude="-3.178405" StarRating="4" HotelCode="38005|84796|Bed &amp; Breakfast" HotelName="Holyrood Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Nether Bakehouse, Holyrood, EH8 8PE Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/0e/750e1cf547169a9437a9fbc4392264b565cb9c3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated apartment hotel is located within the heart of Edinburgh, only a stone's throw fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1124.76" OriginalAmount="1092" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.938038769173" Longitude="-3.2059907913208" StarRating="4" HotelCode="27277|201177" HotelName="Best Western Plus Bruntsfield Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Bruntsfield Place, Edinburgh EH10 4HH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/f7/b1f7fbd91340eb2be8e4a905b32aa8c1c9912782.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The view over the leafy Bruntsfield Links Park and the proximity to the city centre make this hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1135.68" OriginalAmount="1102.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949589513952" Longitude="-3.1880790223186" StarRating="3" HotelCode="37504|228553|Bed &amp; Breakfast" HotelName="ibis Edinburgh Centre Royal Mile - Hunter Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Hunter Square, Off Royal Mile, Edinburgh EH1 1QW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/13/4c1305a2955067b4bf3aa0d55b41b0842e9d6ba5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1149.48" OriginalAmount="1116" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956791950269" Longitude="-3.1894013725329" StarRating="3" HotelCode="464787|227147" HotelName="Premier Inn Edinburgh City Centre (York Place)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 York Place, Edinburgh, Scotland EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ee/14ee91abd6c38a625366a9c2f286ba64b06e7540.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1156.28" OriginalAmount="1122.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945584" Longitude="-3.214002" StarRating="4" HotelCode="36963|2091325|Bed &amp; Breakfast" HotelName="Premier Inn Edinburgh City Centre Haymarket" 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,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Morrison Link, Edinburgh EH3 8DN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/f2/30f27055aa1f6929e422451e1097cc0d2ba809f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the historical heart of Edinburgh, right next door to Haymarket station and a vast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1165.96" OriginalAmount="1132" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.982355" Longitude="-3.400434" StarRating="4" HotelCode="23151|456987" HotelName="Dakota Hotel Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferrymuir Retail Park 11, South Queensferry, Edinburgh EH30 9QZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/77/2e772d0c679085fb52683f25501081eb2eab6b64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1171.11" OriginalAmount="1137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951383905043" Longitude="-3.1839805068109" StarRating="3" HotelCode="467282|227146" HotelName="Premier Inn Edinburgh City Centre Royal Mile Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 East Market Street, Old Town, Edinburgh EH8 8FR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/da/09dad602f403a4c2fcefd75685f56742fe314561.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1173.17" OriginalAmount="1139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948012" Longitude="-3.194766" StarRating="3" HotelCode="59406|grassmarket_hotel" HotelName="The Grassmarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Bar,Bicycle Rental,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94-96 Grassmarket, Edinburgh EH1 2JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/00/eb/00eb04a781eb59093f04865601fabd58316773d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the splendid cosmopolitan and historic district of Grassmarket and is only a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1174.26" OriginalAmount="1140.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946942" Longitude="-3.217138" StarRating="4" HotelCode="21205|16974|Bed &amp; Breakfast" HotelName="Edinburgh Grosvenor Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grosvenor Street, Haymarket, City of Edinburgh, Edinburgh EH12 5EF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/28/28358bfee5616a93/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Edinburgh's West End and only a 5-minute walk from Princes Street, this hot...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1178.36" OriginalAmount="1144.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9476013" Longitude="-3.1952" StarRating="4" HotelCode="|17862" HotelName="Apex City Of Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 GRASSMARKET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/2/17862_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this modern hotel and was built in 1960. It has 4 floors, 119 rooms, 116 double rooms and 3 suites. In the entrance, you can find a lobby with an elevator and a reception with safety deposit boxes, The establishment has various facilities, such as a bar, an Ã  la carte restaurant with air-conditioning, a conference room, internet and a car park. There are many services available at the establishment, including room service. SITUATION: This urban hotel, the Grassmarket is situated in it is near shops, bars, nightclubs, monuments and tourist points of interest. in front of the hotel there is a public transport stop. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a stereo, a mini-bar, internet, a fridge and a double bed. Are also equipped with tiled floors, an air-conditioning system, fitted carpets, central heating and a safe. FACILITIES: It is 5 kilometres away from a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1182.44" OriginalAmount="1148" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95075713146" Longitude="-3.2043104030411" StarRating="3" HotelCode="263559|93389" HotelName="Premier Inn Edinburgh City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>121/123 Princes Street, Edinburgh EH2 4AD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/f9/11f9167228d09424eb076376523d21a7d925db77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1184.46" OriginalAmount="1149.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952870154213" Longitude="-3.1930840015411" StarRating="3" HotelCode="337465|9466|Bed &amp; Breakfast" HotelName="Old Waverley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Princes Street, Edinburgh EH2 2BY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a6/1da6fa425b29e4299f6f8bad660c1f174c13fc56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Edinburgh's famous Princes Street with its shopping venues, restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1187.11" OriginalAmount="1152.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9538335" Longitude="-3.1867983" StarRating="4" HotelCode="|45106" HotelName="Apex Waterloo Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WATERLOO PLACE 23-27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/6/45106_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, family-friendly hotel with air-conditioning and was opened in 1819. It has 187 rooms and 10 floors. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a cloakroom and a lift. The establishment boasts a bar, a restaurant, conference facilities and WiFi. There are many services available at the establishment, including a laundry service and room service. SITUATION: Waterloo Place Is situated in Princes Street it is near The Edinburgh Castle, The Royal Mile Avenue and The Holyrood Palace It is near 2 minutes away from the establishment, clients can find the railway station, is close to a public transport stop, restaurants, shops, bars and pubs. The Scottish Parliament and The Botanilcal Garden It is situated 30 minutes away from it is situated 5 kilometres away from Portobello the beach It is situated 16 kilometres away from the airport. ROOM: Some roomsThe Forth Estuary views of large windows. The contemporary style rooms, have a bathroom with a bath or shower, a hairdryer, a direct line telephone, flat-screen satellite television, a CD player, a DVD player, films (available for a fee), internet, a fridge, a safety deposit box, a coffee maker, a kettle, an iron, central heating, an individual air-conditioning system and a king size or double bed. FACILITIES: The establishment boasts a covered heated pool, a sauna, a steam bath, a well-equipped gym and a solarium. it is 1 kilometre away from Prestonfield the golf course of. OBSERVATIONS: Check-in is at 14:00 check-out is at 12:00. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have continental buffet or Scottish breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1203.04" OriginalAmount="1168" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956784890393" Longitude="-3.1786268949509" StarRating="4" HotelCode="17007|2009" HotelName="Crowne Plaza Edinburgh Royal Terrace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Royal Terrace, Edinburgh EH7 5AQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/f6/33f654d6b616b523aa2774160778694faa8610a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Forming part of a prestigious Georgian Terrace, the hotel has a prime city centre location within ea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1230.85" OriginalAmount="1195" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956405" Longitude="-3.18853" StarRating="3" HotelCode="15457|10226" HotelName="Indigo Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 – 59 York Place, Edinburgh, Scotland EH1 3JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/c0/13c014874b10e35e2cf75e87bab3927cdaed21b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 5-minute walk from Princes Street and just about 800 m from Waverley Railway Station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1240.82" OriginalAmount="1204.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949182" Longitude="-3.184547" StarRating="3" HotelCode="79014|154029|Bed &amp; Breakfast" HotelName="Holiday Inn Express Edinburgh Royal Mile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>300 Cowgate, Edinburgh EH1 1NA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d9/add9b7832a5907fa48d0926c9571993d9bd29528.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quaint location in the Old Town in Edinburgh city centre just a 10-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1251.45" OriginalAmount="1215" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954472042637" Longitude="-3.1974929941908" StarRating="4" HotelCode="318631|89819" HotelName="The Spires Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93-95 Hanover Street, Edinburgh EH2 1DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/fe/3bfe073c96e86a9f94835fc46f633dcae1e50298.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1257.63" OriginalAmount="1221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947357" Longitude="-3.195477" StarRating="4" HotelCode="33817|8232" HotelName="Apex City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Grassmarket, Edinburgh EH1 2JF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/86/ce86b53f7b5304175bc7064afa3ede09b5eac32d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the historical city district of ""Grass Market"" and therefore lies i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1277.20" OriginalAmount="1240" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1012213-28489888/8010255615136104191/3317" HotelName="THE BEN DORAN GUEST HOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/69100/69017/d3ec3ebd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1279.26" OriginalAmount="1242" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95360704" Longitude="-3.20588695" StarRating="3" HotelCode="739629|282866" HotelName="Mode Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74-77 Queen Street, Edinburgh EH2 4NF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/d8/1bd85bf85252adadc3b808c3108cd6b3b5fb3910.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1310.16" OriginalAmount="1272" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|47453-28461941/8010255615136104191/887" HotelName="CAIRN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/64100/64061/346290ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1311.19" OriginalAmount="1273" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2407-219457/8010255615136104191/5246" HotelName="BRUNTSFIELD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20800/20702/a63442e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1313.47" OriginalAmount="1275.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9518208" Longitude="-3.1773966" StarRating="4" HotelCode="|20010" HotelName="Edinburgh Holyrood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HOLYROOD ROAD 81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/0/20010_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, luxurious hotel, has a lounge bar, a library and a stylish restaurant. SITUATION: This establishment is in the surrounding area of the Scottish Parliament, The Holyrood House Palace and The Volcanic Mountain Arthur's Seat it is situated 2 minutes away from the Royal Mile ROOM: The modern rooms have a bathroom, a hairdryer, a direct line telephone, internet, a mini-bar, complimentary bathroom items, a writing desk with lamp and a welcome tray. FACILITIES: Guests can enjoy a covered swimming pool, a sauna, a solarium, a Turkish bath, a beauty centre and a gym. MEALS: The establishment serves a buffet breakfast. OBSERVATIONS: This establishment has a car park (for a fee). Check-in is at 16:00 and check-out is at 12:00.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1314.28" OriginalAmount="1276.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943675650009" Longitude="-3.1927943229675" StarRating="4" HotelCode="915128|residence_inn_by_marriott_edinburgh" HotelName="Residence Inn by Marriott Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Kitchen,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Simpson Loan, Quartermile, Edinburgh EH3 9GG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/1f/cf1f9082e9398de56f143546c64263622abd574b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1327.03" OriginalAmount="1288.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945977626227" Longitude="-3.1832673053306" StarRating="3" HotelCode="915136|1128488|Bed &amp; Breakfast" HotelName="Richmond Place Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-9 Richmond Place, Edinburgh EH8 9SS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b0/88b030d001bdbf2999c7eb025d7c28aa9db9e787.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1333.85" OriginalAmount="1295" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|30755-28508932/8010255615136104191/2096" HotelName="MURRAYFIELD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1050000/1040700/1040662/d5b02cde_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1336.94" OriginalAmount="1298" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431445-28590436/8010255615136104191/3480" HotelName="TYNECASTLE PARK HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99940000/99931300/99931255/9a36ed21_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1338.67" OriginalAmount="1299.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954519" Longitude="-3.1943719999999" StarRating="3" HotelCode="298480|GB000179" HotelName="ibis Styles Edinburgh Centre St Andrew Square" Meals="BED &amp; BREAKFAST" BedType="" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Sant Andrew Square, Edinburgh EH2 1AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/4f/954f0bc336dc7242ad4a62cabcf070e34f828efb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1342.34" OriginalAmount="1303.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948134250945" Longitude="-3.1900128722191" StarRating="3" HotelCode="36431|156384|Bed &amp; Breakfast" HotelName="Stay Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Diet Meals,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>139 Cowgate, Edinburgh EH1 1JS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a6/c2a694d2db0440c188a062be377de87af13a6d3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Old Town, just steps from the Royal Mile, Princes Street and the theatr...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1352.39" OriginalAmount="1313" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951215995389" Longitude="-3.1857857108116" StarRating="3" HotelCode="258995|608" HotelName="Jurys Inn Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Jeffrey Street, Edinburgh EH1 1DH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/9a/3c9a3564464625df2feb1b1c097425ede7a50ce7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is in a fantastic location in the heart of Edinburgh, directly by the Royal Mile. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1383.80" OriginalAmount="1343.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95084" Longitude="-3.19154" StarRating="0" HotelCode="|224495" HotelName="Motel One Edinburgh - Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18-21 Market Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/4/9/5/224495_6dbe3ae2113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1387.41" OriginalAmount="1347" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|907504-28536178/8010255615136104191/2381" HotelName="MOXY EDINBURGH FOUNTAINBRIDGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64460000/64450800/64450784/6d1b5a93_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1388.48" OriginalAmount="1348.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950860826335" Longitude="-3.176856637001" StarRating="4" HotelCode="23049|1083188|Bed &amp; Breakfast" HotelName="Macdonald Holyrood Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Holyrood Road, Edinburgh EH8 8AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3f/b73f7065bf379409c333bc7a2ede2c31c1cc9d1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The contemporary style of this hotel building harmonises well with the historical surroundings, whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1388.82" OriginalAmount="1348.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.937613" Longitude="-3.202884" StarRating="3" HotelCode="|20769" HotelName="Black Ivy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ALVANLEY TERRACE, WHITEHOUSE LOAN 2-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/7/6/9/20769_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, was built in 1890, The establishment has a reception and a lobby. This renovated hotel in 2002 26 rooms and 2 floors. Guests can enjoy a cafÃ©, a bar and a restaurant with highchairs. SITUATION: It is near a peaceful park, is situated 1 kilometre away from the city centre, near the establishment, you will find restaurants, bars and a public transport stop. It is situated 20 kilometres away fromEdinburgh Airport. ROOM: The rooms have cosy, have a bathroom with a hairdryer, a direct line telephone, a television, a radio, a kettle, a coffee maker, fitted carpets and a central heating system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1390.50" OriginalAmount="1350" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2435-28572718/8010255615136104191/3351" HotelName="VOCO EDINBURGH - ROYAL TERRACE, AN IHG HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4900/4895/f2702a80_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1400.80" OriginalAmount="1360" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944391626124" Longitude="-3.2012191414833" StarRating="3" HotelCode="337462|6974" HotelName="Leonardo Hotel Edinburgh City" 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,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>79 Lauriston Place, Edinburgh EH3 9HZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/27/d027a59d0b888d087fb78b3e9e86c7405e638be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The world famous Princes Street, situated below Edinburgh Castle, the Royal Mile and the resurgent '...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1401.83" OriginalAmount="1361" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.977919426679" Longitude="-3.1685954332352" StarRating="4" HotelCode="316791|17305" HotelName="Malmaison" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Tower Place, Edinburgh EH6 7BZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/df/57df89be240a15473f09a0f591ebecd4621e4e65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This award-winning, stylish hotel is situated at the waterfront of the Port of Leith. The Ocean Term...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1415.10" OriginalAmount="1373.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946364239557" Longitude="-3.1835567951202" StarRating="4" HotelCode="60144|86699|Bed &amp; Breakfast" HotelName="Ten Hill Place Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Hill Palace, Edinburgh EH8 9DS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/66/966678c17cc386984a095779756a3b573ed9c465.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in Edinburgh's old town and is only a couple of steps away from Princes Street. It o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1417.26" OriginalAmount="1375.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95098211" Longitude="-3.18226435" StarRating="4" HotelCode="473521|GB000309" HotelName="Aparthotel Adagio Edinburgh Royal Mile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>231 Canongate, Edinburgh EH8 8AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/29/6829a4941267f418c4509d6f54ed4b922564c97c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1422.43" OriginalAmount="1381" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.928560387609" Longitude="-3.1684978773774" StarRating="4" HotelCode="150277|36747" HotelName="Kildonan Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Craigmillar Park, Edinburgh EH16 5PE, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/25/3825ef2f1f45c4fe1b7e4764bfb25179785deb69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Edinburgh. The nearest airport is Edinburgh - Rail Station (ZXE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1427.58" OriginalAmount="1386" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-23.5620312" Longitude="-46.6696361" StarRating="4" HotelCode="0|49413-28579879/8010255615136104191/2899" HotelName="MALMAISON EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> Rua Da Consolação, 3555, SAO PAULO, BR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/670000/664700/664615/90f7715d_b.jpg</HotelPictures>
        <HotelDescription>This business hotel is set in the exclusive Jardins district, close to the shopping and culture centre of São Paulo and in the vicinity of the business and finance centre of the city. The fully air-conditioned hotel comprises a total of 190 suites. The lobby includes a 24-hour reception desk. Dining options can be found in the hotel restaurant. Those arriving by car may take advantage of the car park. All of the accommodation units come with an en-suite bathroom, a direct dial telephone with voicemail, satellite/cable TV, and a hire safe. Internet access is also included in the rooms and air-conditioning is centrally regulated. The hotel offers use of a sauna, a sun terrace and a swimming pool. Guests may also wish to use the fully equipped gym.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1427.78" OriginalAmount="1386.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9459" Longitude="-3.2038" StarRating="4" HotelCode="|20681" HotelName="Doubletree By Hilton Edinburgh City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Bread Street, Edinburgh EH3 9AF, United Kingdom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/1/20681_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This stylish hotel rooms 4 floors, 140 rooms, 136 double rooms and 4 suites. Guests have access to a lobby with a reception, a cocktail bar, a pub, a restaurant, internet and conference rooms. There are many services available at the establishment, including room service and a laundry service. SITUATION: This inviting hotel, the Edinburgh Castle it is located in front of it is near Princes Street the commercial area of the business area, Where you can find and the historic centre. in front of the hotel there is a public transport stop, is situated 13 kilometres away from Turnhouse Airport. ROOM: The minimalist in style rooms, have a bathroom with a hairdryer, toiletries, a direct line telephone, satellite or cable TV, central heating, internet, a kettle and a coffee maker. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a set-menu lunch and dinner. Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1428.73" OriginalAmount="1387.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95261" Longitude="-3.194464" StarRating="3" HotelCode="258823|790835|Bed &amp; Breakfast" HotelName="Mercure Edinburgh City Princes Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Sreet, Edinburgh EH2 2DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/94/53943557a294aa3872618c840348f9e7d76b552f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel offers guests superb views over the famous Princes Street Gardens and Edi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1436.79" OriginalAmount="1394.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9563227" Longitude="-3.1977946" StarRating="3" HotelCode="|20682" HotelName="The Royal Scots Club Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ABERCROMBY PLACE 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/2/20682_3d73b2b1449.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2004 2 floors, 21 rooms, 1 single rooms and 18 double rooms. In the entrance, guests are offered a lobby, a reception and a currency exchange service. Guests have access to a bar, a restaurant, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: Is situated inEdinburgh a typical street near the establishment, you will find a public transport stop, shops and restaurants. it is 50 metres away from bars, pubs and a nightclub. ROOM: The rooms are traditional-style, Guests are offered standard and superior rooms, Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a central heating system, a sitting room, fitted carpets, tiled floors and some rooms with views of, the city, garden. FACILITIES: The establishment boasts a leisure centre with a jacuzzi, Clients can enjoy activities such as aerobics. OTHERS: Regarding the food and beverage provision, the establishment offers American buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1439.45" OriginalAmount="1397.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948370915892" Longitude="-3.186845019869" StarRating="3" HotelCode="284650|GB000172" HotelName="ibis Edinburgh Centre South Bridge - Royal Mile Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 South Bridge, Edinburgh EH1 1HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/fb/1bfb206eba8ba77e926f335cf35ba1859ccd9ef9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1460.21" OriginalAmount="1417.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945817524735" Longitude="-3.2032817602158" StarRating="4" HotelCode="23050|15026|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Edinburgh City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Bread Street, EH3 9AF Edinburgh, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/27/da274c7a1cd92d0ac7afa7fbf1c3756e7feaed68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located in the shadow of Edinburgh Castle and is only a few minutes from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1470.84" OriginalAmount="1428.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.92772076" Longitude="-3.20815085" StarRating="4" HotelCode="580862|the_lane_hotel_2" HotelName="The Lane Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Canaan Lane, Edinburgh EH10 4SY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/6e/616ea24804ca43955d45e84a0bc3b419b6b31cbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1483.20" OriginalAmount="1440" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2428-32592584/8010255615136104191/2345" HotelName="MOUNT ROYAL HOTEL EDINBURGH BY THE UNLIMITED COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/810000/802200/802180/6e138dfd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1496.45" OriginalAmount="1452.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95628" Longitude="-3.197746" StarRating="3" HotelCode="17004|581575|Bed &amp; Breakfast" HotelName="The Royal Scots Club" 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/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Abercromby Place, Edinburgh EH3 6QE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b2/46b272e47f2edeca503e8560bdb1ddeafde30b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of Edinburgh's Georgian streets. The nearest restaurants as well as links to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1500.65" OriginalAmount="1456.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947078" Longitude="-3.196621" StarRating="4" HotelCode="10229|32024|Bed &amp; Breakfast" HotelName="Apex Grassmarket Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Grassmarket, Edinburgh EH1 2HS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/af/5daf351658755d03030a404d8b43df636fdc1482.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Edinburgh's Old Town with a magnificent view of the castl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1508.95" OriginalAmount="1465" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2425-28569185/8010255615136104191/3009" HotelName="MACDONALD HOLYROOD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/550000/546100/546065/21f1d2bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1509.16" OriginalAmount="1465.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950782" Longitude="-3.20793" StarRating="4" HotelCode="401739|1098368|Bed &amp; Breakfast" HotelName="Angels Share Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Hope Street, Edinburgh EH2 4EL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fa/b3fa80f809ffac6e108faeee49b4c887e76bd38b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of the city centre at Edinburgh's West End, this boutique hotel allows...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1525.64" OriginalAmount="1481.2" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944976409936" Longitude="-3.199548125267" StarRating="4" HotelCode="39321|GB000055" HotelName="Novotel Edinburgh Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Lauriston Place, Edinburgh, Scotland EH3 9DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/14/cf14fb988c7851299a31ccf5b33fece74cfcf0a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to the beach (around 5 km away). The Royal Mile, Edinburgh Castle, Prince...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1549.12" OriginalAmount="1504.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945499" Longitude="-3.228747" StarRating="4" HotelCode="56606|the_dunstane" HotelName="The Dunstane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates &amp; 5 Hampton Terrace, Haymarket, Edinburgh, Schottland EH12 5JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/d2/87d2eef0f591ac6a75151b2a768f3fe95cc58154.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh's West End, just 15 minutes' walk from the city's shopping and co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1567.45" OriginalAmount="1521.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95741487" Longitude="-3.18477187" StarRating="4" HotelCode="481530|2058625|Bed &amp; Breakfast" HotelName="Courtyard Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Baxters Place, EH1 3AF Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/42/45425cfaca8ae3ccf147f0bda7ed35168add3a59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1579.55" OriginalAmount="1533.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956538037115" Longitude="-3.2071242499627" StarRating="4" HotelCode="82407|938425|Bed &amp; Breakfast" HotelName="Nira Caledonia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Gloucester Place, Edinburgh, City of Edinburgh EH3 6EF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/56/c4566e47c1a32f1b3b19d7dcdfb2846e0d4172ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1582.97" OriginalAmount="1536.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.927736" Longitude="-3.208183" StarRating="4" HotelCode="|451604" HotelName="The Lane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>237-239 Morning Side Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/6/0/4/451604_7d39ae80933.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1587.23" OriginalAmount="1541" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.015808" Longitude="-95.883652" StarRating="3" HotelCode="0|255089-28542499/8010255615136104191/1450" HotelName="IBIS EDINBURGH CENTRE SOUTH BRIDGE - ROYAL MILE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>8405 East 102nd Street South, Tulsa, 74133, OK, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6800000/6793500/6793484/18821c1c_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 92. Suites: 22. Single-bedded accommodations: 41. Double bedrooms: 51. Smoking rooms: 0. Nonsmoking rooms: 92. Physically challenged rooms: 6. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- The Holiday Inn Express and Suites Tulsa South, Bixby is the newest hotel in contemporary styling. Conveniently located off Creek Turnpike &amp;amp; Memorial Dr. Located minutes from a variety of shopping, dining, and entertainment in the Woodland Hills area. Our 100% non-smoking hotel is within walking distance of the Transformation Church, B&amp;amp;B Starworld 20 Movie Theater as well as a short drive from the Riverspirit Casino, Downtown Tulsa, BOK Center, The Woodland Hills Mall, Tulsa International Airport, and Expo Square. Our modern, sophisticated design offers a plethora of amenities such as spacious guestrooms featuring luxurious new bedding, complimentary hot breakfast served daily, business center, fitness area, indoor heated pool, and whirlpool. 
Guests will appreciate our private boardroom, while our flexible meeting space can comfortably accommodate up to 100 people. With convenient access to I-44, Historical Route 66, and US Highway 75, our central location places you between Oklahoma City, Springfield, Little Rock, Dallas and Kansas City. Guests will enjoy being near ORU, Rhema Bible College, St Francis Heart Hospital, TU, Southcrest, Cancer Treatment Centers of America, Oklahoma Heart Institute, Haikey Creek All Star Sports Complexs, UMAC, Hardrock Hotel &amp;amp; Casino, TCC, Tulsa Zoo, OU, Woodland Hills Mall, Tulsa Air and Space Museum, and Oklahoma Aquarium.. Onsite facilities information- ParkingProperty was built in 2011. Hotel Currency: USD. Additional Addresses: Other: 8405 East 102nd Street South, Tulsa, 74133, OK, US. Additional Phone Numbers: Fax - Other: 19189706222. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1623.28" OriginalAmount="1576" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|16864-28488769/8010255615136104191/2268" HotelName="STAY CENTRAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/800000/798100/798032/9c7a8f48_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1624.26" OriginalAmount="1576.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.8909988" Longitude="-3.1041999" StarRating="4" HotelCode="|24425" HotelName="Melville Castle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MELVILLE GATE - GILMERTON ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/2/5/24425_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and was built in 1786. renovated in 2003 3 floors, 32 rooms and 2 suites. In the entrance, you can find a cosy hall with a reception, a safety deposit box service, a currency exchange service, lifts and a cloakroom. The establishment has a bar, a restaurant with highchairs, a conference room, room service and a car park. SITUATION: This inviting hotel is situated in a large park, 10 minutes away, guests can find public transport services, shops, is 20 minutes away from Edinburgh the city centre of Where you can find bars, restaurants and pubs. it is 25 minutes away from the train station. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, internet, a radio, satellite or cable TV, a fridge, a coffee maker, a kettle, fitted carpets, central heating and a safety deposit box (available for a fee). FACILITIES: Customers can enjoy outdoor activities, is situated 10 minutes away from a golf course. OBSERVATIONS: Check-in is at 14:00 check-out is at 11:00. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service and a set-menu lunch and dinner. Food for those with special dietary requirements. and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1642.13" OriginalAmount="1594.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95134448" Longitude="-3.19017162" StarRating="0" HotelCode="955747|4310315|Bed &amp; Breakfast" HotelName="Market Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/ff/11ff9cb69461c73cedeb73bc1eaa587288a1e0be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1654.96" OriginalAmount="1606.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951395" Longitude="-3.215875" StarRating="5" HotelCode="11137|14107|Bed &amp; Breakfast" HotelName="Bonham Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Drumsheugh Gardens, Edinburgh EH3 7RN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/97/0b97e050300cdab8c8b07a3fb1a41a69a6b3c8b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to the centre of Edinburgh meaning that guests can easily reach the...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1672.72" OriginalAmount="1624" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950095" Longitude="-3.186915" StarRating="4" HotelCode="29276|22391" HotelName="Radisson Blu Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 High Street, The Royal Mile, Edinburgh EH1 1TH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/dc/77dcd0d884195d5673f951331719637c9c82df62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located along the Royal Mile between Edinburgh Castle and Holyrood Palace, this hotel lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1681.94" OriginalAmount="1632.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9499934" Longitude="-3.1921445" StarRating="4" HotelCode="|47574" HotelName="Fraser Suites Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ST GILES STREET 12-26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/7/4/47574_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, the former Fleet Street of Scotland it is in. This building was built in 1800 and renovated in 2009. It has 75 luxury apartments, The establishment boasts a continental breakfast, a lobby with a reception, a safety deposit box service, a lift, internet and a laundry service. SITUATION: This aparthotelSt Giles Street it is in Close to, Where clients can enjoy shops and restaurants. 800 metres away, guests will find the railway station, Haymarket it is situated 1,6 kilometres away from nearby, there is a bus stop, near the establishment, guests will find restaurants, bars, theatres, shops and spas. ROOM: Clients are offered studios and executive suites and elegant, one bedroom apartments. They have individual heating, a king-size bed and some rooms Princes Street Gardens and Royal Mile with views of apartments The apartments have multimedia system, a satellite or cable television, a Hi-Fi and an iPod docking station. All the rooms have a safety deposit box, an iron, a direct line telephone, internet, welcome tray, complimentary bathroom items, a bathroom with a shower, a bath, a hairdryer, a kitchenette with fridge, hot plates, a microwave, a coffee maker and a kettle. FACILITIES: The establishment has a gym. PAYMENT METHODS: Customers can pay using AmEx, Diners Club, Mastercard and Visa. OTHERS: The establishment offers a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1695.38" OriginalAmount="1646" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|175021-28551795/8010255615136104191/3565" HotelName="THE PLACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3750000/3748500/3748447/9fbb8df3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1702.59" OriginalAmount="1653" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.524675" Longitude="2.540009" StarRating="4" HotelCode="0|57173-12212707/8010255615136104191/5195" HotelName="TEN HILL PLACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>2 PASSEIG MAR, PALMANOVA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1540000/1535600/1535542/6843dfda_b.jpg</HotelPictures>
        <HotelDescription>This apartment is located in a peaceful area of Palmanova boasting sweeping views over the bay, enjoying a great location next to a small marina. The complex lies just 100 m away from the beach and 26 km from the airport. The complex enjoys proximity to an abundance of restaurants, entertainment venues and shops. The centre of Palma, with its intriguing Old Town can be found just 13 km away. The apartments are tastefully designed, offering a relaxing home away from home, in which to completely unwind. They are equipped with AC, a balcony, TV and a private bathroom. Featuring a range of exemplary facilities and services, this complex delivers the utmost in comfort and convenience, complemented by impeccable attention to detail and warm hospitality.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1717.01" OriginalAmount="1667" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|447923-28552905/8010255615136104191/2006" HotelName="COURTYARD BY MARRIOTT EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15720000/15710700/15710648/3962d8a3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1722.16" OriginalAmount="1672" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|622633-28553449/8010255615136104191/688" HotelName="HEETON CONCEPT APARTHOTEL EDINBURGH QUEEN STREET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24160000/24151400/24151306/8a15bd2f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1742.95" OriginalAmount="1692.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953214215418" Longitude="-3.1908262012234" StarRating="3" HotelCode="16971|1980595|Bed &amp; Breakfast" HotelName="Hotel Indigo Edinburgh - Princes Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Princes Street, Edinburgh EH2 2AN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/6c/8f6c3feedfe2667da3a336b7bb2c062eb6bfb05f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the city on the famous Princes Street with views over Princes Street Gardens and Edi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1762.66" OriginalAmount="1711.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9513847" Longitude="-3.2148982" StarRating="4" HotelCode="|20013" HotelName="The Bonham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DRUMSHEUGH GARDENS 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/3/20013_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 1997 5 floors, 48 rooms, 10 single rooms, 36 double rooms and 2 suites. In the establishment entrance, guests will find a lobby with elevators, shops, a car park, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment has an Ã  la carte restaurant and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This urban hotel is situated near Edinburgh the city centre of in the surrounding area of the establishment, guests can find monuments, tourist points of interest and the tourist attractions. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a radio, a stereo and internet. They also have an open-plan kitchen, fitted carpets, a central heating system and a safety deposit box (available for a fee). OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service, all meals in a buffet form and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1768.51" OriginalAmount="1717" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|98045-21407793/8010255615136104191/435" HotelName="HILTON EDINBURGH CARLTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1700/1648/02bcfc62_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1782.27" OriginalAmount="1730.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9525986" Longitude="-3.2047999" StarRating="4" HotelCode="|32070" HotelName="Tigerlily" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GEORGE STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/7/0/32070_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 2 bars, a restaurant and a pub. It has 5 floors, 33 single rooms, 7 mini-suites and 2 Georgian style suites. SITUATION: George Street It is in it is in Edinburgh the city centre of The Holyrood Palace and The Royal Yacht Britannia nearby, you will find. ROOM: The inviting rooms, have a bathroom, a king-size bed, a flat-screen television, iPods, computer safe and internet. FACILITIES: For a fee, guests can enjoy beauty treatments. OTHERS: Regarding the food and beverage offering, clients have a breakfast service, a set-menu lunch and dinner and an Ã  la carte dinner. Guests can book bed and breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1805.36" OriginalAmount="1752.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950065" Longitude="-3.187277" StarRating="3" HotelCode="39322|84829|Bed &amp; Breakfast" HotelName="The Inn On The Mile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>82 High Street, The Royal Mile, Edinburgh EH1 1LL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/79/2b794c7dc0cc1b51106712988689ac65af83ad19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel occupies a prime location in Edinburgh city centre, situated on the Royal Mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1834.43" OriginalAmount="1781" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|68544-28589136/8010255615136104191/552" HotelName="ANGEL’S SHARE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1430000/1422900/1422868/bd663865_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1850.99" OriginalAmount="1797.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956456467216" Longitude="-3.1900617288361" StarRating="4" HotelCode="178451|288818|Bed &amp; Breakfast" HotelName="The Place Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34-38 York Place, Edinburgh EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/12/6f120e4c326d9a2aba97421cedd02be3d2d077b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1858.12" OriginalAmount="1804" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951561" Longitude="-3.206133" StarRating="4" HotelCode="49324|1954" HotelName="Kimpton Charlotte Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Charlotte Square, Edinburgh EH2 4HQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/c0/bac0984baf1c5e1ba8eabc7534a51b2b8ea6f803.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is one of the most discerning hotels in Edinburgh, located directly in the historical city cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1872.54" OriginalAmount="1818" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|53310-28510069/8010255615136104191/1421" HotelName="GRASSMARKET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1330000/1328500/1328466/769d5883_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1930.61" OriginalAmount="1874.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956160316667" Longitude="-3.1919785166667" StarRating="3" HotelCode="76738|2508455|Bed &amp; Breakfast" HotelName="Ballantrae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 York Place, Edinburgh, City of Edinburgh EH1 3EP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/e5/61e5d4c6a78854bb5b875d4fbf490323ebcf62a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1939.49" OriginalAmount="1883" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|245024-28580799/8010255615136104191/2387" HotelName="NO. 11 BRUNSWICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8060000/8056000/8055943/db9ff1e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1945.67" OriginalAmount="1889" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|648797-28574148/8010255615136104191/3090" HotelName="MALMAISON EDINBURGH CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38790000/38786300/38786208/88edc70b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1946.70" OriginalAmount="1890" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956678" Longitude="-3.185501" StarRating="5" HotelCode="27030|26511" HotelName="The Glasshouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Greenside Place, Edinburgh EH1 3AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e750776521479d3edb45d7a89e7ea407c375ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of Edinburgh, this hotel is 5 minutes from Princes Street, North Bridg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1995.11" OriginalAmount="1937" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2410-28567346/8010255615136104191/3268" HotelName="RADISSON BLU HOTEL, EDINBURGH CITY CENTRE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4300/4270/1d08b1f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2038.37" OriginalAmount="1979" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94609320525" Longitude="-3.1901094305063" StarRating="4" HotelCode="142156|17505" HotelName="Hotel Du Vin Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Bristo Place, Edinburgh EH1 1EZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/38/ae38a5f0087347b532f67b170f88d1041c53ac49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled deep in Edinburgh's Old Town, only a short walk away from the historic Royal Mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2047.64" OriginalAmount="1988" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947154258879" Longitude="-3.2071870565414" StarRating="5" HotelCode="45056|26510" HotelName="Sheraton Grand Hotel &amp; Spa, Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Festival Square, Edinburgh EH3 9SR, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/10/d010200ed39817659b3ff017e425f9b431f2d092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located close to Princes Street at the heart of Edinburgh within a short dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2097.12" OriginalAmount="2036.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954742" Longitude="-3.190145" StarRating="5" HotelCode="|449960" HotelName="W Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 ST JAMES SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_da881151130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2119.74" OriginalAmount="2058" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|126439-28570539/8010255615136104191/1274" HotelName="DU VIN HOTEL &amp;amp; BISTRO EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7730000/7728300/7728219/ef74419f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2120.77" OriginalAmount="2059" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949407592212" Longitude="-3.208184162635" StarRating="4" HotelCode="903826|408414" HotelName="The Rutland Hotel &amp; Luxury Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Street, Edinburgh, Scotland EH1 2AE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/21/152168342ca7d59020c3d5209d0ab46301070c15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2176.16" OriginalAmount="2112.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951084" Longitude="-3.188192" StarRating="5" HotelCode="33816|9308|Bed &amp; Breakfast" HotelName="The Scotsman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 North Bridge, EH1 1TR Edinburgh, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/05/e5051de28a28e3792890fc967f948558d9817e9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel offers a magnificent view over Edinburgh Castle and the Princes Street Gardens. I...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2185.66" OriginalAmount="2122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.3444" Longitude="-87.9029" StarRating="4" HotelCode="0|478940-28572941/8010255615136104191/3208" HotelName="THE RUTLAND APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>4101 FOUNTAIN SQUARE PL, WAUKEGAN, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2950000/2942200/2942183/4306a36d_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at SpringHill Suites by Marriott Waukegan/Gurnee in Waukegan (Waukegan - Gurnee), you'll be close to Six Flags Great America.&lt;br /&gt; This hotel is within the vicinity of Visual Arts Center and Rosalind Franklin University of Medicine and Science.&lt;br /&gt;   Rooms   Make yourself at home in one of the 120 air-conditioned rooms featuring refrigerators and flat-panel televisions. Your pillowtop bed comes with cotton sheets, and all rooms are furnished with double sofa beds. Wired and wireless Internet access is complimentary, while 37-inch high-definition televisions with cable programming provide entertainment. Bathrooms feature shower/tub combinations, complimentary toiletries, and hair dryers.&lt;br /&gt;   Rec, Spa, Premium Amenities   Don’t miss out on recreational opportunities including an indoor pool and a fitness facility. This hotel also features complimentary wireless Internet access, gift shops/newsstands, and a television in the lobby.&lt;br /&gt;   Dining   At the end of the day, relax with your favorite drink at a bar/lounge. A complimentary hot/cold buffet breakfast is served daily.&lt;br /&gt;   Business, Other Amenities   Featured amenities include business services, audiovisual equipment, and express check-out. Planning an event in Waukegan? This hotel has facilities measuring 346 square feet (32 square meters), including a meeting/conference room. Free self parking is available onsite.&lt;br /&gt;   Room Info:    Know Before You Go   This hotel has a smoke-free policy.   Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets not allowed   Check-out time is noon  Check-in time starts at 3 PM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2262.97" OriginalAmount="2197.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949775" Longitude="-3.207238" StarRating="5" HotelCode="11319|16973|Bed &amp; Breakfast" HotelName="Waldorf Astoria Edinburgh - The Caledonian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Street, EH1 2AB Edinburgh, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c4/cec4ab2e1dd46a6edc071a5952a73e443aa4713b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel lies in the heart of the city, at the west end of Princes Street. Just a stone’s th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2274.88" OriginalAmount="2208.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949501" Longitude="-3.2070999" StarRating="5" HotelCode="|25239" HotelName="The Caledonian Edinburgh, Curio Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINCES STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/9/25239_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, was built in 1903, was renovated in 2005, has 251 rooms, 21 suites and 7 floors. The establishment has a reception, a concierge, a currency exchange service, a car park, WiFi in communal areas, 2 restaurants, 2 bars and a health centre with a swimming pool. With views of Edinburgh Castle. SITUATION: This luxurious hotel is in the city centre, is situated in the western area of Princes Street. Close to the establishment, clients can find bars, restaurants, shops, monuments and public transport services. It is situated 10 minutes away from Waverly Station, 20 minutes away from the airport. It is 10 minutes away from The Murrayfield Stadium and International Conference Centre, ROOM: The luxurious, elegant rooms have a bathroom, a hairdryer, coat, slippers, a direct line telephone, cable television (available for a fee), internet, data connection, a writing desk, a mini-bar, an iron, a coffee maker and a kettle. Some rooms have views of Edinburgh Castle. They also have a launderette. FACILITIES: The establishment boasts a health club, a swimming pool with views of the castle, deck chairs, a steam bath, a spa, a multipurpose sports complex, a beauty centre and a massage service. It is 6 kilometres away from a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2291.75" OriginalAmount="2225" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9539439" Longitude="-3.196371" StarRating="4" HotelCode="12974|13168" HotelName="InterContinental Edinburgh The George" 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,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19-21 George Street, Edinburgh EH2 2PB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/b0/e8b073e2be6e1cb0fd9e67b8a3fe1f7d1db0f550.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located on George Street at the heart of the city. A diverse selection ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2357.67" OriginalAmount="2289" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|2437-28593676/8010255615136104191/2250" HotelName="SHERATON GRAND &amp;amp; SPA EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15600/15554/117b44a7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2366.94" OriginalAmount="2298" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|25133-28599591/8010255615136104191/3535" HotelName="THE GLASSHOUSE, AUTOGRAPH COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/910800/910777/810c3f62_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2394.87" OriginalAmount="2325.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.979651" Longitude="-3.169117" StarRating="5" HotelCode="|451122" HotelName="Fingal - A Luxury Floating Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alexandra Dock, Historic Port of Leith</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/1/2/2/451122_026066e1038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2497.77" OriginalAmount="2425.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="0" HotelCode="980456|4660015|Bed &amp; Breakfast" HotelName="Fingal Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alexandra Dock, Leith, Edinburgh EH6 7DX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/6f/696f3efca14f3c2baa2d5cd1aec98d3e802623d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2694.48" OriginalAmount="2616" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|21276-28595108/8010255615136104191/3391" HotelName="SCOTSMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/570900/570820/50026325_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2885.03" OriginalAmount="2801.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9366424" Longitude="-3.1570894" StarRating="5" HotelCode="16176|prestonfield_house" HotelName="Prestonfield House" 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>Priestfield Road, Edinburgh EH16 5UT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/30/313034dbe7ac9cccf80be6a65920c3d2d7c9edb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2913.30" OriginalAmount="2828.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950558" Longitude="-3.185556" StarRating="5" HotelCode="|450033" HotelName="Cheval Old Town Chambers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Royal Mile 329 High Street Edinburgh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/3/3/450033_9681e671026.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3089.75" OriginalAmount="2999.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950075" Longitude="-3.1911210000001" StarRating="5" HotelCode="296651|1186198|Bed &amp; Breakfast" HotelName="Old Town Chambers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roxburgh's Court, 323 High Street, Edinburgh EH1 1LW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/34/86348c7841a3940e9568df7b5daca6a935347aa0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3293.03" OriginalAmount="3197.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94587544" Longitude="-3.22908678" StarRating="4" HotelCode="765108|260322|Bed &amp; Breakfast" HotelName="The Dunstane Houses - Dunstane House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Babysitting,Bar,Concierge,Conference Hall,Dry Cleaning,Garden,Internet,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates, Edinburgh, Schottland EH12 5JQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is an elegant town house which is just a short walk from Edinburgh city centre. The relaxed atm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3315.28" OriginalAmount="3218.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953173496597" Longitude="-3.1896561384201" StarRating="5" HotelCode="10630|9304|Bed &amp; Breakfast" HotelName="The Balmoral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Princes Street, Edinburgh EH2 2EQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/7e/7e7e7b6147815d10faa900ed85735dff0670af0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and comfortable hotel is situated in an exclusive location and offers a beautiful view ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3854.26" OriginalAmount="3742" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1376430-28598554/8010255615136104191/1094" HotelName="GLENEAGLES TOWNHOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1376430/2023918101435231.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5028.46" OriginalAmount="4882" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="3" HotelCode="901617|89834" HotelName="Royal Over-Seas League" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Princes Street, Edinburgh EH2 3AB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/c8/81c87893c4fb9a9b52f5f57eb0d448c013fd8b98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5262.27" OriginalAmount="5109" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|648746-28595911/8010255615136104191/3544" HotelName="THE WITCHERY BY THE CASTLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/648746/2022229230884.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Air Conditioning,Golf,Heated Pool,Lounge,Nightclub,Shopping Arcade,Wheelchair Access,Spa,Kitchen,Garden,Babysitting,Concierge,Dry Cleaning,Meeting Room,Parking,Pets allowed</BasicAmenities>
    <HotelRating>4,5,3,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>AIRPORT HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,CITY HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,HOTEL,ECO HOTEL,APARTMENT HOTEL,SPA HOTEL,APARTHOTEL,COUNTRY HOUSE,HOSTEL,VILLAGE,APARTMENT,GUEST HOUSES,GUESTHOUSE</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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|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="cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-04T00:00:00" End="2026-09-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Room Only</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ukt.uniteddestination@gmail.com" Password="utdwwh@2026" 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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:cf6d2898-aa76-47fe-8763-d86f7924ff3f
Error Number:2812,State:62,Class:16|SmyRooms|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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-11T10:46:50.1216982+01:00" Version="0" EchoToken="Search" TransactionIdentifier="cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="308.68" OriginalAmount="299.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.8865" Longitude="-3.50394" StarRating="3" HotelCode="|29558" HotelName="Mercure Livingston" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Almondview</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/5/5/8/29558_abc5df01227.jpg</HotelPictures>
        <HotelDescription>HOTEL: Is ideal for holidays or business trips. SITUATION: It has good links to the motorway, Glasgow it is situated 35 minutes away from Edinburgh it is 20 minutes away from. FACILITIES: The establishment has modern conference rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="551.05" OriginalAmount="535.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9496" Longitude="-3.218562" StarRating="3" HotelCode="154120|the_west_end_hotel" HotelName="The West End Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Palmerston Place, Edinburgh EH12 5AU, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c0/20c022bc38ddc7f88decb9f5155d552eaec1beea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="598.49" OriginalAmount="581.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="56.012521" Longitude="-3.611918" StarRating="3" HotelCode="|192253" HotelName="Richmond Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Linlithgow Road Bo'ness, West Lothian</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/2/5/3/192253_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="606.24" OriginalAmount="588.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950659587454" Longitude="-3.2224327325821" StarRating="3" HotelCode="49323|100693|Room Only" HotelName="Britannia Edinburgh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Belford Road, Edinburgh EH4 3DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/1b/1c1bf498bbba756e9897399d5d04a833578942f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on the banks of the Water of Leith in a quiet secluded area. The hotel d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="609.75" OriginalAmount="591.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9494994" Longitude="-3.2185207" StarRating="0" HotelCode="|167932" HotelName="Revolver Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Palmerston Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/3/2/167932_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="619.06" OriginalAmount="601.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95007" Longitude="-3.22293" StarRating="3" HotelCode="|44605" HotelName="Britannia Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BELFORD ROAD 69</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/0/5/44605_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel with air-conditioning, has 179 rooms and 2 floors. The establishment boasts a lobby with a reception, a lift, a cafÃ©, a bar, a restaurant, an indoor car park and a car park. SITUATION: This urban hotel is located near Water of Leith the river it is near the city centre, near the establishment, you will find The Forth Road Bridge the railway station, the Dean Gallery, Princes Street and Edinburgh Castle it is close to it is 20 minutes away from Murrayfield the rugby stadium of 15 minutes away from the establishment, you can find the city centre, is situated 16 kilometres away from the airport. ROOM: They have fitted carpets, a central heating system, a television, a coffee maker, a kettle and a bathroom with a shower or bath. OBSERVATIONS: Check-in is at 15:00 check-out is at 12:00. OTHERS: Regarding the food and beverage provision, the establishment offers a continental breakfast and a set-menu dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="646.84" OriginalAmount="628" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1011619-28455021/8010255615136104191/3314" HotelName="THE HOSTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4900000/4896500/4896483/62003288_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="650.95" OriginalAmount="631.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94589" Longitude="-3.21855" StarRating="0" HotelCode="|186090" HotelName="The" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Clifton Terrace</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/9/0/186090_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="650.96" OriginalAmount="632" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|33360-21407556/8010255615136104191/501" HotelName="DOUBLETREE BY HILTON EDINBURGH - QUEENSFERRY CROSSING" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/679a9c28_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="652.44" OriginalAmount="633.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9444199" Longitude="-3.0958854" StarRating="3" HotelCode="|25231" HotelName="Best Western Kings Manor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MILTON ROAD EAST 100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/1/25231_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: It is situated in a great location, renovated in 2005 67 rooms, In the entrance, guests are offered an inviting hall, a lift, a cloakroom, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a conference room with internet and a bicycle storage room. There are many services available at the establishment, including a laundry service, a medical care service and room service. It also has a car park. SITUATION: It is inEdinburgh east it is 15 minutes away from the city centre, in the surrounding area, clients can find shops, leisure areas, is close to Portobello the beach in front of the hotel there is a public transport stop situated 20 minutes away from the airport. ROOM: The smart, comfortable rooms, They have a large bathroom, a shower, a bath, a hairdryer, a direct line telephone, satellite and cable TV, a radio, internet, central heating, fitted carpets and a double bed. FACILITIES: The establishment has a covered swimming pool, a jacuzzi, a sauna, a solarium, a steam bath and a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="655.58" OriginalAmount="636.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9438544" Longitude="-3.1126895" StarRating="3" HotelCode="|167998" HotelName="Aynetree Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Duddingston Crescent, Milton Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/9/8/167998_965c8dd0914.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a car park (free of charge) and tourist information. SITUATION: It has excellent transport links to the city centre of Edinburgh. Near the establishment, you will find a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="668.79" OriginalAmount="649.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9451" Longitude="-3.24783" StarRating="3" HotelCode="|186022" HotelName="Murrayfield Park Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 Corstorphine Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/2/2/186022_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="672.59" OriginalAmount="653.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.928067697292" Longitude="-3.1682384117842" StarRating="3" HotelCode="901382|northumberland_hotel" HotelName="Northumberland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Craigmillar Park, Edinburgh, Mid Lothian EH16 5PE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/91/b391bddd04f912bd2724b14bc031e66fdc8097a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="689.07" OriginalAmount="669" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|413747-28512135/8010255615136104191/3870" HotelName="THE RICHMOND PARK HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2700000/2693600/2693516/210c5ef4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="690.10" OriginalAmount="670.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946427" Longitude="-3.13708" StarRating="3" HotelCode="152760|premier_inn_edinburgh_east" HotelName="Premier Inn Edinburgh East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>228 Willowbrae Road, Edinburgh EH8 7NG, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/8f/638f5bf7d7e129cb040607a12c2a3aec5d75c191.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Con aparcamiento privado gratuito, este Premier Inn está en una ruta principal de autobuses, con exc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="690.10" OriginalAmount="670.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.935044" Longitude="-3.094777" StarRating="3" HotelCode="152759|premier_inn_edinburgh_a1_newcraighall" HotelName="Premier Inn Edinburgh A1 Newcraighall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 Newcraighall Road, Newcraighall, Edinburgh EH21 8RX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/92/f7920310a7afca6c35c5b928439a94c92ca1a7e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With free parking, a 24-hour front desk and traditional restaurant, this Premier Inn is next to Newc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="704.43" OriginalAmount="683.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9825444" Longitude="-3.1948167" StarRating="3" HotelCode="|167928" HotelName="Premier Inn Edinburgh Leith Waterfront" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Newhaven Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/2/8/167928_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers sea views and has a car park (free of charge). SITUATION: This establishment is near Ocean Terminal, and el Royal Yatch Britannia. It has excellent transport links to the business area and the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="705.58" OriginalAmount="685.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.937339" Longitude="-3.321117" StarRating="2" HotelCode="|445470" HotelName="Ibis Budget Edinburgh Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Edinburgh Business Park, 6 Lochside View</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/7/0/445470_b3d1b460803.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="706.58" OriginalAmount="686" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.900609" Longitude="-3.233131" StarRating="2" HotelCode="82517|215513" HotelName="Travelodge Edinburgh Dreghorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Dreghorn Link, A720 City Bypass, Edinburgh, EH13 9QR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/b1/c7b10e5eed22679fb9d6c1f12d5346dbee23bbe5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="708.64" OriginalAmount="688" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.07802" Longitude="-106.745439" StarRating="3" HotelCode="0|185925-28515446/8010255615136104191/769" HotelName="ALBA HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>9910 Avalon Road Northwest, Albuquerque, 87121, NM, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9800000/9790300/9790291/08f620b1_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Hotel. Total rooms and suites: 49. Floors: 3. Property description- Relax at the consistently enjoyable Microtel Inn and Suites by Wyndham Albuquerque West conveniently located off Interstate 40 near Albuquerque Old Town, University of New Mexico, Albuquerque Convention Center, and Rio Grande Botanic Garden. Enjoy delicious seafood and traditional Mexican meals at Mariscos Altamar Restaurant nearby. Ideal for business or leisure, this lodging offers complimentary hot breakfast including, scrambled eggs, waffles, biscuits and gravy, complimentary wireless Internet access to send business emails or keep in touch with family, as well as copy and fax services. Complimentary parking for vehicle of all sizes, as well as shuttle service to Albuquerque International Sunport Airport is available for a nominal fee. Guest room amenities include desk and TV. Suites, smoke-free and handicapped-accessible rooms are also available. Pets are welcome at this lodging. There is no charge for children 17 and under with an adult.. Onsite facilities information- ParkingProperty was built in 1999. Hotel Currency: USD. Additional Addresses: Other: 9910 Avalon Road Northwest, Albuquerque, 87121, NM, US. Additional Phone Numbers: Fax - Other: 15059240298. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="719.97" OriginalAmount="699.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944543" Longitude="-3.095752" StarRating="3" HotelCode="38271|best_western_kings_manor_hotel" HotelName="Best Western Kings Manor Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="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,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Milton Road East, Edinburgh EH15 2NP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/df/89df7455f751cdd542c6ea02a25753a56fc374f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located in the east of Edinburgh, around 15 minutes away from the centre. A ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="722.03" OriginalAmount="701.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.917126" Longitude="-3.212686" StarRating="3" HotelCode="114331|best_western_braid_hills_hotel" HotelName="Best Western  Edinburgh South Braid Hills Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 Braid Road, Edinburgh, Lothian EH10 6JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/42/b542e0aabc94da97761e1b34a2fc3836052dc563.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within a very close distance of the city centre, retaining a secluded and peac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="737.48" OriginalAmount="716.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.934764" Longitude="-3.317827" StarRating="3" HotelCode="263560|premier_inn_edinburgh_park" HotelName="Premier Inn Edinburgh Park (Airport) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Lochside Court, Edinburgh Park, Edinburgh EH12 9FX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/b8/7db8e9433e17f87ad656403a7cf777b0b544830e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="741.52" OriginalAmount="719.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.917385" Longitude="-3.2127828" StarRating="3" HotelCode="|72376" HotelName="Braid Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>134 BRAID ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/3/7/6/72376_db0030b0502.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="745.94" OriginalAmount="724.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94072" Longitude="-3.20813" StarRating="3" HotelCode="|185907" HotelName="Amaryllis Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Upper Gilmore Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/9/0/7/185907_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="747.78" OriginalAmount="726.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94388466" Longitude="-3.36360118" StarRating="4" HotelCode="796863|moxy_edinburgh_airport" HotelName="Moxy Edinburgh Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Fairview Road, Edinburgh EH28 8AP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/d6/50d652672706fe033f1bb1460fa7dc37ba40f425.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="753.95" OriginalAmount="731.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95126" Longitude="-3.18969" StarRating="0" HotelCode="|222632" HotelName="St. Christopher's Inn Edinburgh -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-13 Market St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/6/3/2/222632_b8b1f170612.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="759.11" OriginalAmount="737.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.967788605767" Longitude="-3.2347146280617" StarRating="4" HotelCode="311045|village_urban_resort_edinburgh" HotelName="Village Hotels Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Crewe Road South, Edinburgh EH4 2NY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/7e/897eda3acc48f6ddbd6362a74281d0d6ecb4f711.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="790.05" OriginalAmount="767.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.96479" Longitude="-3.17942" StarRating="3" HotelCode="|185898" HotelName="Abbotsford Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Pilrig street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/8/9/8/185898_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="798.25" OriginalAmount="775" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951" Longitude="-3.19023" StarRating="3" HotelCode="61565|300851" HotelName="St Christopher's Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-13 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6f/fb6fe4b22e1355f71f1a1f16b8441cdf9ef5a093.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="799.24" OriginalAmount="775.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.926498819182" Longitude="-3.3111964166164" StarRating="4" HotelCode="74780|94249|Room Only" HotelName="Novotel Edinburgh Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Lochside Avenue, Hermiston Gait Retail Park, Edinburgh EH12 9DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/81/bd81a63a7033014fc0d52961d08281d852760d34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 300 m from Edinburgh Park railway station, just minutes from the city’s busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="799.69" OriginalAmount="776.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946026" Longitude="-3.218249" StarRating="3" HotelCode="260554|199055|Room Only" HotelName="Haymarket Hub Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Clifton Terrace, Edinburgh EH12 5DR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/26/0526127a6a6aba7800f8e25deae0da9d64487302.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="808.55" OriginalAmount="785.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.969002" Longitude="-3.165616" StarRating="3" HotelCode="408756|park_view_house_hotel" HotelName="Park View House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>14 Hermitage Place, Edinburgh EH6 8AF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/95/c5953668089897f2e285d91b8c3c15c2902a82ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="811.64" OriginalAmount="788" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|355775-28526423/8010255615136104191/3054" HotelName="THE NORTHUMBERLAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888700/888647/4d01de43_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="820.54" OriginalAmount="796.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9282299" Longitude="-3.1684345" StarRating="3" HotelCode="|167877" HotelName="The Alba House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Craigmillar Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/8/7/7/167877_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in a garden area. It has excellent transport links to the centre of Edinburgh.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="823.61" OriginalAmount="799.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9559735" Longitude="-3.2798623" StarRating="4" HotelCode="|17849" HotelName="Leonardo Edinburgh Murrayfield" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CLERMISTON ROAD 187</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/9/17849_b75ff3c1323.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has 3 floors, 111 rooms, 108 double rooms and 3 single rooms. The establishment has a bar, a breakfast room and internet. There are many services available at the establishment, including room service and a laundry service. Guests can also use the car park and the indoor car park. SITUATION: This hotel is on a hill. It is situated close to the airport. 8 kilometres away from the establishment, guests will find the city centre. 40 metres away, there is a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, internet and central heating. FACILITIES: Guests have access to a covered swimming pool, a sauna, a steam bath and a gym. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="824.66" OriginalAmount="800.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9676861" Longitude="-3.2352376" StarRating="4" HotelCode="|186101" HotelName="Village Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>140 Crewe Road South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/0/1/186101_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="842.54" OriginalAmount="818.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940609829368" Longitude="-3.2079729437828" StarRating="3" HotelCode="915119|amaryllis_guest_house" HotelName="Amaryllis Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>21 Upper Gilmore Place, Edinburgh, Midlothian EH3 9NL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/c1/01c18b9d95dc531a06d6073aa44b1310fb615a63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="848.72" OriginalAmount="824.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940041" Longitude="-3.312356" StarRating="4" HotelCode="31829|marriott_edinburgh" HotelName="Marriott Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Glasgow Road, Edinburgh EH12 8NF, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ef/68efb7a008f2f10bad7c012209dd1ea933c156e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Edinburgh just a stone's throw from links to the public transp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="851.30" OriginalAmount="826.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9458008" Longitude="-3.2423" StarRating="3" HotelCode="|20671" HotelName="Murrayfield" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CORSTORPHINE ROAD 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/7/1/20671_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: Building Victorian style and was built in the 19th Century. It has 33 rooms, The establishment has a reception, congress facilities, an animated bar, a restaurant and a car park. SITUATION: Is situated inCorstorphine Road the residential area of it is near Murrayfield the rugby stadium of 5 minutes away, you can find the city centre 10 minutes away fromEdinburgh Airport it is close to the bus stop. ROOM: The traditional-style rooms, have a direct line telephone, a television, a hairdryer, a trouser press and a welcome tray. FACILITIES: 6 kilometres away from the establishment, customers can enjoy a golf course. OTHERS: Guests can book bed and breakfast, The establishment serves a set-menu lunch and dinner, The establishment offers food for those with special dietary requirements.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="856.42" OriginalAmount="831.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.942576128332" Longitude="-3.2670700550079" StarRating="4" HotelCode="316789|8937|Room Only" HotelName="Holiday Inn Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Corstorphine Road, Edinburgh EH12 6UA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/80/968082cd5a597a5048dce84b23698dac340c76b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The pleasant city hotel enjoys a peaceful inner city location within a short distance of Edinburgh Z...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="857.99" OriginalAmount="833.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955763" Longitude="-3.279525" StarRating="3" HotelCode="33819|edinburgh_capital_hotel" HotelName="Leonardo Hotel Edinburgh Murrayfield" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>187 Clermiston Road, Edinburgh EH12 6UG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/8d/818d4917c78ae0733b8ce310d8e6b1588782c713.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of the seven hills in Edinburgh, close to the airport and only 8 km from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="866.83" OriginalAmount="841.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9482002" Longitude="-3.2219" StarRating="3" HotelCode="|24098" HotelName="Travelodge Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EGLINTON CRESCENT 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/9/8/24098_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant and urban building is Victorian style 55 rooms, The establishment has a reception with a lift, a bar, a garden, a cafÃ©, a restaurant and a car park (for a fee). SITUATION: This hotel is situated in a residential area, is in Edinburgh the western area of the Georgian New Town is situated in 10 minutes away from the establishment, clients can find Princes Street the city centre, Where you can find shops, bars, pubs and restaurants. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a double bed and heating. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes. Guests can book half-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="867.87" OriginalAmount="842.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945867" Longitude="-3.229493" StarRating="3" HotelCode="|490909" HotelName="No 6 West Coates" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 West Coates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/0/9/0/9/490909_3c5986c1020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="872.51" OriginalAmount="847.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9444008" Longitude="-3.2549" StarRating="4" HotelCode="|17851" HotelName="Holiday Inn Edinburgh Zoo by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CORSTOPHINE ROAD 132</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/1/17851_520a5351150.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 303 rooms and 5 floors. In the entrance, guests are offered an elegant hall with a lift, a reception and a safety deposit box service. The establishment boasts an inviting coffee shop, a bar, a restaurant with air-conditioning, conference rooms, internet and a car park. There are many services available at the establishment, including room service and a laundry service. SITUATION: This comfortable, urban hotel is situated in a peaceful area, is near Edinburgh the Zoo of near the establishment, guests will find shops, bars, restaurants, animated nightlife and the railway station. a few minutes walk away, there is a public transport stop, is situated 25 minutes away from the airport, is situated 9 kilometres away from the sea, a ski resort. ROOM: It has comfortable and spacious rooms, They have a hairdryer, a bathroom with a shower, a direct line telephone, a satellite television, a radio, internet, a mini-bar, a safety deposit box (available for a fee), central heating, a double bed, a kettle and a coffee maker. FACILITIES: It is 1,5 kilometres away from a golf course. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a set-menu lunch and dinner. Guests can book half-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="880.65" OriginalAmount="855.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="3" HotelCode="150254|kenneth_mackenzie" HotelName="KM Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 Richmond Place, Edinburgh EH8 9ST</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/77/a577f1454818ca8b8617bced7874ddf6563bc0ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="888.89" OriginalAmount="863.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945549" Longitude="-3.243497" StarRating="3" HotelCode="337463|murrayfield_hotel" HotelName="Murrayfield Hotel &amp; Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Corstorphine Road, Murrayfield, Edinburgh EH12 6HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/10/5210527f5f7c6735c88d8ae4b8ac915c040b1125.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Corstophine Road area in the same neighbourhood as Murrayfield Rugby St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="896.78" OriginalAmount="870.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9281936" Longitude="-3.1685542" StarRating="4" HotelCode="|128191" HotelName="Kildonan Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Craigmillar Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/1/9/1/128191_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Kildonan Lodge is rated four stars, has a fireplace and high ceilings. SITUATION: It is located close to the centre of Edinburgh. It has excellent transport links to Castle Edinburgh, Roslyn Chapel, Princes Street, the Royal Mile and the tourist attractions. ROOM: The rooms have a flat-screen television, a DVD player and an iPod docking station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="909.33" OriginalAmount="882.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944868" Longitude="-3.199993" StarRating="3" HotelCode="60480|71550|Room Only" HotelName="Premier Inn Edinburgh Central Lauriston Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>82 Lauriston Place, Edinburgh EH3 9DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/19/3719e9f8c89a3bd199b5e5a8f01d705b3e47f07c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Due to its central location on Lauriston Place, the hotel is only a few minutes on foot from Princes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="911.54" OriginalAmount="884.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950233" Longitude="-3.190502" StarRating="2" HotelCode="|445236" HotelName="Code Pod – The Court - Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 a Parliament Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/3/6/445236_d9edeb20949.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="913.05" OriginalAmount="886.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9439011" Longitude="-3.3594999" StarRating="4" HotelCode="|17835" HotelName="Doubletree By Hilton Edinburgh Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EDINBURGH INTERNATIONAL AIRPORT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/5/17835_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, was renovated in 2000, is in a garden 150 rooms and 3 floors. In the entrance, you can find a lobby with a lift and a reception a currency exchange service, The establishment has a bar, a restaurant with highchairs, 22 conference rooms, internet, a bicycle storage room and a car park. Kids can enjoy a playground, There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel is situated near Edinburgh Airport nearby, you will find the city centre, is 50 metres away from a public transport stop, is well-connected by the motorways. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a double bed, fitted carpets and central heating. FACILITIES: The establishment has a covered pool, a jacuzzi, a sauna, a solarium, a steam bath, a massage service and a gym. Clients can enjoy activities such as water aerobics.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="918.76" OriginalAmount="892" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|300152-28586824/8010255615136104191/3036" HotelName="VILLAGE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9140000/9131700/9131632/04e28cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="922.88" OriginalAmount="896" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12435-28567426/8010255615136104191/1709" HotelName="DALMAHOY HOTEL &amp;amp; COUNTRY CLUB" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22000/21999/05372291_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="922.88" OriginalAmount="896.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946871032784" Longitude="-3.2132184851685" StarRating="0" HotelCode="795859|edinburgh_haymarket" HotelName="hub by Premier Inn Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Torphichen Street, Edinburgh EH3 8JB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/7e/dd7e4edcfe1d363aca25fb5bd61b97766f589a55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="927.00" OriginalAmount="900.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943853" Longitude="-3.359998" StarRating="4" HotelCode="32868|hilton_edinburgh_airport" HotelName="DoubleTree by Hilton Hotel Edinburgh Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Eastfield Road, Edinburgh International Airport, Edinburgh EH28 8LL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/54/3e5412e3f334c6162f307006389e277cf996d73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly beside Edinburgh Airport. The centre of the city with its many touri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="928.03" OriginalAmount="901.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954493946124" Longitude="-3.1999130020657" StarRating="3" HotelCode="199839|travelodge_edinburgh_central_queen_street" HotelName="Travelodge Edinburgh Central Queen Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-31 Queen Street, Edinburgh EH2 1JX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/87/ac8747dfc243b1dc1bfc942a67b543353abd2b1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="932.15" OriginalAmount="905" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|622479-28575186/8010255615136104191/575" HotelName="ACER LODGE GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/10000000/9991700/9991665/a150b885_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="932.87" OriginalAmount="905.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.932048" Longitude="-3.1726992" StarRating="4" HotelCode="|167934" HotelName="Allison House 16 Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Mayfield Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/3/4/167934_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="934.80" OriginalAmount="907.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9331989" Longitude="-3.1734931" StarRating="0" HotelCode="|167933" HotelName="Allison House 17" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Mayfield Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/3/3/167933_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="935.24" OriginalAmount="908.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.91143258" Longitude="-3.31584723" StarRating="4" HotelCode="571979|courtyard_by_marriott_edinburgh_west" HotelName="Courtyard Edinburgh West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2 Research Avenue South, The Avenue, Heriot-Watt University, Edinburgh EH14 4BA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/12/2f12fa1930f9f6d3236dded50b13376b5cfc9852.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="937.30" OriginalAmount="910.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.982355" Longitude="-3.400434" StarRating="4" HotelCode="23151|dakota_edinburgh" HotelName="Dakota Hotel Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferrymuir Retail Park 11, South Queensferry, Edinburgh EH30 9QZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/77/2e772d0c679085fb52683f25501081eb2eab6b64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="940.39" OriginalAmount="913" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|34586-28525206/8010255615136104191/1479" HotelName="BRAID HILLS HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47900/47821/8cc0a7cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="943.48" OriginalAmount="916.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.928560387609" Longitude="-3.1684978773774" StarRating="4" HotelCode="150277|kildonan_lodge_hotel" HotelName="Kildonan Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Craigmillar Park, Edinburgh EH16 5PE, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/25/3825ef2f1f45c4fe1b7e4764bfb25179785deb69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Edinburgh. The nearest airport is Edinburgh - Rail Station (ZXE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="945.54" OriginalAmount="918" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|375551-32594244/8010255615136104191/1560" HotelName="GLADSTONE HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11030000/11022200/11022126/79c23503_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="948.19" OriginalAmount="920.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9455986" Longitude="-3.2002001" StarRating="3" HotelCode="|32411" HotelName="Premier Inn Edinburgh Central (Lauriston Place)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LAURISTON PLACE 82</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/1/1/32411_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2003 and has 112 rooms, The establishment boasts a lobby with a reception, a safety deposit box service and a lift. The establishment has various facilities, such as a cafÃ©, a restaurant, meeting rooms, internet and a bar. SITUATION: This hotel Lauriston Place is situated in it is close to Princes Street the tourist attractions. ROOM: Customers have large, comfortable rooms with a bathroom, They have a hairdryer, bath gel, a direct line telephone, a television, a radio, a work space, internet, a kettle, a coffee maker, an iron, central heating, a safe and a king-size bed. Guests are offered 6 disabled access rooms. OTHERS: The establishment offers a buffet breakfast, a set-menu lunch and dinner and special dishes. Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="948.63" OriginalAmount="921" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|197974-28446340/8010255615136104191/1258" HotelName="HAMPTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/197974/201212621516665.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="948.63" OriginalAmount="921.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94981442" Longitude="-3.19020257" StarRating="0" HotelCode="967313|code_pod_hostels_the_court" HotelName="Code Pod Hostels - The Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1A Parliament Square, Edinburgh EH1 1RF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/4e/d24e2d919ac3be06f6e9a8a06bdcfac7197289d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="951.15" OriginalAmount="923.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94697" Longitude="-3.217046" StarRating="4" HotelCode="|25232" HotelName="The Hoxton, Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GROSVENOR STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/2/25232_27df1e90727.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century, renovated in 2002, has a main 4-storey building, a 4-storey annexed building, 189 standard rooms and 3 suites. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment has a cafÃ©, a bar, a TV room, an Ã  la carte restaurant with highchairs, a conference room, internet, a bicycle storage room and a bicycle rental desk. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel is situated in Grosvenor Street, 500 metres away from the city centre. 50 metres away, there is a public transport stop. It is 100 metres away from bars and restaurants. 300 metres away, guests will find the railway station. It is 1 kilometre away from shops and nightclubs. Is 9 kilometres from the sea. Close to the establishment, clients can find Princes Street and The Edinburgh Castle is 25 kilometres from Edinburgh Airport. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a king size or double bed, fitted carpets, an air-conditioning system and a central heating system. FACILITIES: It is 6 kilometres away from a golf course and a ski resort.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="953.18" OriginalAmount="925.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9585991" Longitude="-3.1824" StarRating="2" HotelCode="|25238" HotelName="Cairn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WINDSOR STREET 10-18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/8/25238_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1910, renovated in 2005, has 52 rooms and 2 floors. In the entrance, you can find a cosy hall with a reception, The establishment has a bar, a restaurant, internet and a laundry service. SITUATION: This hotel is situated in Edinburgh the theatre district of it is a few minutes' walk away from the historic centre, 10 minutes away, you can find Waverley the train station it is 500 metres away from the city centre, public transport, shops, bars, restaurants and pubs. 1 kilometre away, you can find a nightclub, is situated 5 kilometres away from the sea, the beach, is situated 12 kilometres away from Edinburgh Airport. ROOM: All the rooms have a bathroom with a shower, a bath and a hairdryer. They have a direct line telephone, internet, a radio, satellite or cable TV, a double bed and a central heating system. Guests are offered non-smoking and disabled access rooms. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="955.84" OriginalAmount="928.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943205503167" Longitude="-3.211332410574" StarRating="2" HotelCode="13279|brooks_hotel_edinburgh" HotelName="Brooks Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>70-72 Grove Street, EH3 8AP Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/e3/82e3c933d2ed513b3fb7dac283b51c8b42ccc732.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Scottish hotel is located in a beautiful Victorian district of the city of Edinburgh, approxima...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="956.46" OriginalAmount="928.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95063" Longitude="-3.18967" StarRating="3" HotelCode="|186092" HotelName="The Inn Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20-30 Cockburn Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/9/2/186092_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="956.87" OriginalAmount="929.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951436725577" Longitude="-3.1833026744185" StarRating="2" HotelCode="597369|hub_by_premier_inn_edinburgh_royal_mile" HotelName="hub by Premier Inn Edinburgh Royal Mile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 East Market Street, Edinburgh EH8 8FR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/8e/018ec9b8881cb83d26ded15daf1e7cb53f41c8ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="957.62" OriginalAmount="929.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946175" Longitude="-3.210664" StarRating="3" HotelCode="|445437" HotelName="Point A Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Morrison Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/3/7/445437_0e3baa61806.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="964.08" OriginalAmount="936" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|34588-28461956/8010255615136104191/2532" HotelName="PARKVIEW HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888600/888573/286adbc7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="969.23" OriginalAmount="941.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.958427" Longitude="-3.182341" StarRating="2" HotelCode="18271|cairn_hotel_5" HotelName="The Cairn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-18 Windsor Street, Edinburgh EH7 5JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/f3/e6f3f6cf55146c915f6a2fe44c647f8d5b39328e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Edinburgh's lively theatre district, just a few minutes on foot from the t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="973.35" OriginalAmount="945.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947283" Longitude="-3.221417" StarRating="3" HotelCode="189806|no_32_hotel" HotelName="No32 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Coats Gardens, EH12 5LE Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/8f/108f5701ec8eb417dee5155638006a898400243e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="982.33" OriginalAmount="953.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953626" Longitude="-3.206185" StarRating="4" HotelCode="|445110" HotelName="Yotel Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-73 Queen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/1/0/445110_90520dd1124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="992.32" OriginalAmount="963.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94610438" Longitude="-3.21027277" StarRating="3" HotelCode="966149|4263725|Room Only" HotelName="Point A Hotel Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Morrison Street, Edinburgh EH3 8EB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/50/37507c2dd5d8e459741774cdfc4c715b48da6d36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="994.37" OriginalAmount="965.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9458008" Longitude="-3.2139001" StarRating="4" HotelCode="|25229" HotelName="Leonardo Royal Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 MORRISON LINK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/2/9/25229_e8572bc0748.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary style hotel 150 rooms and 5 floors. In the establishment entrance, guests will find a lobby with a reception and a lift. The establishment has East the bar a restaurant, congress facilities and a car park. SITUATION: West End It is in it is near Haymarket the Railway Station of near the establishment, guests will find Princes Street the tourist attractions near shops, bars, pubs, restaurants and nightclubs. a few minutes walk away, there is a public transport stop. ROOM: The large, comfortable rooms, They have a bathroom, bathroom items, a hairdryer, a direct line telephone, a television, internet, a writing desk, a central heating system, a king-size bed and courtesy tray. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="994.40" OriginalAmount="965.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956784890393" Longitude="-3.1786268949509" StarRating="4" HotelCode="17007|8938|Room Only" HotelName="Crowne Plaza Edinburgh Royal Terrace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Royal Terrace, Edinburgh EH7 5AQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/f6/33f654d6b616b523aa2774160778694faa8610a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Forming part of a prestigious Georgian Terrace, the hotel has a prime city centre location within ea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="994.98" OriginalAmount="966.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.938038769173" Longitude="-3.2059907913208" StarRating="4" HotelCode="27277|best_western_bruntsfield" HotelName="Best Western Plus Bruntsfield Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Bruntsfield Place, Edinburgh EH10 4HH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/f7/b1f7fbd91340eb2be8e4a905b32aa8c1c9912782.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The view over the leafy Bruntsfield Links Park and the proximity to the city centre make this hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="997.04" OriginalAmount="968.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953899" Longitude="-3.18691" StarRating="4" HotelCode="888202|apex_waterloo_place_hotel" HotelName="Apex Waterloo Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Waterloo Place 23-27, EH1 3BH Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a5/eea5148b09a238fe0697a8a2e2431ec98308d7cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference and business hotel is situated on Waterloo Place, which is an extension of Princes S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="998.07" OriginalAmount="969.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95075713146" Longitude="-3.2043104030411" StarRating="3" HotelCode="263559|premier_inn_edinburgh_princes_street" HotelName="Premier Inn Edinburgh City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>121/123 Princes Street, Edinburgh EH2 4AD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/f9/11f9167228d09424eb076376523d21a7d925db77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1005.28" OriginalAmount="976.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945977626227" Longitude="-3.1832673053306" StarRating="3" HotelCode="915136|richmond_place_apartments" HotelName="Richmond Place Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-9 Richmond Place, Edinburgh EH8 9SS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b0/88b030d001bdbf2999c7eb025d7c28aa9db9e787.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1006.31" OriginalAmount="977.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956791950269" Longitude="-3.1894013725329" StarRating="3" HotelCode="464787|premier_inn_edinburgh_city_centre_york_place" HotelName="Premier Inn Edinburgh City Centre (York Place)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 York Place, Edinburgh, Scotland EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ee/14ee91abd6c38a625366a9c2f286ba64b06e7540.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1008.37" OriginalAmount="979.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951074" Longitude="-3.178405" StarRating="4" HotelCode="38005|holyrood_aparthotel" HotelName="Holyrood Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Nether Bakehouse, Holyrood, EH8 8PE Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/0e/750e1cf547169a9437a9fbc4392264b565cb9c3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated apartment hotel is located within the heart of Edinburgh, only a stone's throw fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1008.37" OriginalAmount="979.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943507419207" Longitude="-3.2113042473793" StarRating="4" HotelCode="207368|fountain_court_apartments__grove_executive" HotelName="Fountain Court - Grove Executive Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 Grove Street, Edinburgh (City), Edinburgh EH3 8AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/9f/bd9f6b7d597786fc31364a1b56b8855db2e5bc6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1009.40" OriginalAmount="980.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.957255" Longitude="-3.190241" StarRating="4" HotelCode="42871|ballantrae_albany_hotel" HotelName="Ballantrae Albany" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>39-47 Albany Street, Edinburgh, Midlothian EH1 3QY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/b5/f0b577d305bdb324641722107f2a6fa8b0375d8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated on Edinburgh's Albany Street close to St. James' shopping centre an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1016.26" OriginalAmount="986.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9567049" Longitude="-3.1784455" StarRating="4" HotelCode="|17852" HotelName="Voco Edinburgh - Royal Terrace, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROYAL TERRACE 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/2/17852_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the city centre, close to the business areas and tourist points of interest. 5 minutes walk away, you can find Waverley Railway Station. HOTEL: This hotel has 107 standard rooms, 13 suites, conference facilities, a banquet hall and a reception. FACILITIES: There is a variety of facilities and services available at the establishment, including 3 conference rooms, a garden area and a car park. ROOM: All the rooms have a flat-screen television and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1017.72" OriginalAmount="988.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946942" Longitude="-3.217138" StarRating="4" HotelCode="21205|32054|Room Only" HotelName="Edinburgh Grosvenor Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grosvenor Street, Haymarket, City of Edinburgh, Edinburgh EH12 5EF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/28/28358bfee5616a93/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Edinburgh's West End and only a 5-minute walk from Princes Street, this hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1021.20" OriginalAmount="991.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94481485" Longitude="-3.36322171" StarRating="3" HotelCode="864185|2343545|Room Only" HotelName="Hampton by Hilton Edinburgh Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Central Heating,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Almond Avenue, Ingliston, Edinburgh EH12 9GN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/60/33600e2c747a708c70382ee3ac4b3a3af707cf63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1021.76" OriginalAmount="992" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|375557-28572022/8010255615136104191/1577" HotelName="HAYMARKET APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12670000/12664400/12664341/86c4d09c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1021.76" OriginalAmount="992.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94832562" Longitude="-3.21002875" StarRating="3" HotelCode="739425|destiny_scotland_apartments_at_canning_street_lane" HotelName="Destiny Scotland Apartments At Canning Street Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 &amp; 4 Canning Street Lane, Edinburgh EH3 8ER</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/12/e9121f4bcba35dd938e8ff51cd8b56956a871e0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1022.79" OriginalAmount="993.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.93208805" Longitude="-3.17266393" StarRating="4" HotelCode="432983|auld_reekie_guest_house" HotelName="Auld Reekie Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>16 Mayfield Gardens, EH9 2BZ Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/c0/1ec0d5dfff33b652f4b1c51c0d75a515a8599176.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1024.14" OriginalAmount="994.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95238" Longitude="-3.20509" StarRating="4" HotelCode="|446157" HotelName="Eden Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>127 George Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/1/5/7/446157_d677e701618.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1037.21" OriginalAmount="1007.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945584" Longitude="-3.214002" StarRating="4" HotelCode="36963|premier_inn_edinburgh_city_haymarket" HotelName="Premier Inn Edinburgh City Centre Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Morrison Link, Edinburgh EH3 8DN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/f2/30f27055aa1f6929e422451e1097cc0d2ba809f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the historical heart of Edinburgh, right next door to Haymarket station and a vast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1041.33" OriginalAmount="1011.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945928670681" Longitude="-3.2300716638565" StarRating="3" HotelCode="23051|the_original_raj_hotel" HotelName="Original Raj" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 West Coates, Edinburgh EH12 5JG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/eb/61eb7b9da1218570efc5c62ee769dbd2ef9970d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1049.36" OriginalAmount="1018.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953055" Longitude="-3.200869" StarRating="4" HotelCode="|498552" HotelName="RÌGH Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 George St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/8/5/5/2/498552_82ad4a71130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1051.27" OriginalAmount="1020.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956349" Longitude="-3.188462" StarRating="4" HotelCode="|53202" HotelName="Indigo Edinburgh, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51-59 York Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/0/2/53202_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is quality and economical. SITUATION: It is inEdinburgh the historic area of. ROOM: The establishment has 57 single, double and family rooms, All the accommodation options have a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1052.66" OriginalAmount="1022" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952600183777" Longitude="-3.1977995959195" StarRating="0" HotelCode="795789|405396" HotelName="hub by Premier Inn Edinburgh City Centre (Rose Street)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rose Street, South Lane, Edinburgh EH2 2NN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/ef/5fef847e649d45beafccae64d7ed17e70da47ea9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1054.72" OriginalAmount="1024.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946364239557" Longitude="-3.1835567951202" StarRating="4" HotelCode="60144|ten_hill_place_hotel" HotelName="Ten Hill Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Hill Palace, Edinburgh EH8 9DS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/66/966678c17cc386984a095779756a3b573ed9c465.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in Edinburgh's old town and is only a couple of steps away from Princes Street. It o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1055.61" OriginalAmount="1024.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951383905043" Longitude="-3.1839805068109" StarRating="3" HotelCode="467282|4270805|Room Only" HotelName="Premier Inn Edinburgh City Centre Royal Mile Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>33 East Market Street, Old Town, Edinburgh EH8 8FR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/da/09dad602f403a4c2fcefd75685f56742fe314561.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1058.84" OriginalAmount="1028" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94963535545" Longitude="-3.2088768482208" StarRating="3" HotelCode="141072|204099" HotelName="Cityroomz Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>25 - 33 Shandwick Place, Edinburgh EH2 4RG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/3e/243e769f6d654e8b2583285f8370466b4428b3c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city centre, only minutes away from Edinburgh's main attractions and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1063.00" OriginalAmount="1032.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949589513952" Longitude="-3.1880790223186" StarRating="3" HotelCode="37504|228553|Room Only" HotelName="ibis Edinburgh Centre Royal Mile - Hunter Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Hunter Square, Off Royal Mile, Edinburgh EH1 1QW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/13/4c1305a2955067b4bf3aa0d55b41b0842e9d6ba5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1063.67" OriginalAmount="1032.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9491005" Longitude="-3.1858001" StarRating="0" HotelCode="|35299" HotelName="Aando Edinburgh City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BLACKFRIARS STREET 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/2/9/9/35299_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers an electronic key, a concierge, a baggage room, a safety deposit box service, security cameras, a bicycle storage room and City-CafÃ©-Bar the bar. SITUATION: This establishment, the Royal Mile it is in it is located close to Waverley the Railway Station of near the establishment, guests will find the bus stop. ROOM: The establishment has 132 rooms with a bathroom with a safe, a hairdryer, an iron, complimentary bathroom items, anti-allergy sheets, mobile charging point, an electronic key, bunk beds, shampoo, etc. OBSERVATIONS: Check-in is at 15:00 and check-out is at 10:00. PAYMENT METHODS: The establishment accepts Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1071.20" OriginalAmount="1040" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431445-28590436/8010255615136104191/3480" HotelName="TYNECASTLE PARK HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99940000/99931300/99931255/9a36ed21_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1072.23" OriginalAmount="1041" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|235492-28508880/8010255615136104191/815" HotelName="BROOKS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/670000/662300/662253/ba653a35_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1073.26" OriginalAmount="1042" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|973130-28584107/8010255615136104191/2358" HotelName="SOUTHSIDE GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15120000/15119500/15119488/da6bfece_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1075.63" OriginalAmount="1044.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9575835" Longitude="-3.1884316" StarRating="2" HotelCode="|23977" HotelName="Regent House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FORTH STREET 3-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/7/7/23977_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1805 2 floors, 17 rooms and 2 apartments. In the entrance, guests are offered an inviting hall with a reception, a safety deposit box service, a cloakroom and a currency exchange service. Guests can enjoy a cosy bar, a lovely coffee shop, conference rooms and internet. SITUATION: This welcoming hotel is situated in a peaceful area, is close to Edinburgh the city centre of Where you can find bars, cafÃ©s, shops and nightclubs. it is situated 12 kilometres away from Edinburgh Airport. ROOM: The cosy, comfortable rooms, a bathroom with a shower, a kettle, a coffee maker, a double or king-size bed and a central heating system. one-bedroom apartments. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, Accepted Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1076.35" OriginalAmount="1045.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95336678" Longitude="-3.19146552" StarRating="3" HotelCode="475059|destiny_scotland__st_andrew_square_apartments" HotelName="Destiny Scotland - St. Andrew Square Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>9 South Saint Andrew Street, Edinburgh, EH2 2AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/2f/ed2fd4dd4c9c9e0547cbbef4aa462245b2177af2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1078.41" OriginalAmount="1047.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956405" Longitude="-3.18853" StarRating="3" HotelCode="15457|hotel_indigo_edinburgh" HotelName="Indigo Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 – 59 York Place, Edinburgh, Scotland EH1 3JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/c0/13c014874b10e35e2cf75e87bab3927cdaed21b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 5-minute walk from Princes Street and just about 800 m from Waverley Railway Station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1079.12" OriginalAmount="1047.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946237" Longitude="-3.216881" StarRating="4" HotelCode="|445083" HotelName="voco Edinburgh-Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Torphichen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/8/3/445083_a4d87461156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1089.74" OriginalAmount="1058.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.933232" Longitude="-3.173335" StarRating="4" HotelCode="903177|allison_house_2" HotelName="The Allison House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Mayfield Gardens, Edinburgh EH9 2AX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/3d/353dece8f562b6dba49e8db0f422494481a70947.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1099.01" OriginalAmount="1067" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431444-27821436/8010255615136104191/6" HotelName="THE RESIDENT EDINBURGH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100620000/100619600/100619545/f34e23cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1107.41" OriginalAmount="1075.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951384" Longitude="-3.184113" StarRating="3" HotelCode="|446846" HotelName="Premier Inn Edinburgh City Centre Royal Mile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>East Market Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/8/4/6/446846_5255cb91406.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1111.65" OriginalAmount="1079.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.939907" Longitude="-3.231314" StarRating="4" HotelCode="|511023" HotelName="Tynecastle Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>McLeod Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/1/0/2/3/511023_1504edb1021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1113.92" OriginalAmount="1081.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952870154213" Longitude="-3.1930840015411" StarRating="3" HotelCode="337465|9466|Room Only" HotelName="Old Waverley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Princes Street, Edinburgh EH2 2BY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a6/1da6fa425b29e4299f6f8bad660c1f174c13fc56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Edinburgh's famous Princes Street with its shopping venues, restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1114.46" OriginalAmount="1082.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947357" Longitude="-3.195477" StarRating="4" HotelCode="33817|apex_city_hotel_edinburgh" HotelName="Apex City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Grassmarket, Edinburgh EH1 2JF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/86/ce86b53f7b5304175bc7064afa3ede09b5eac32d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the historical city district of ""Grass Market"" and therefore lies i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1115.24" OriginalAmount="1082.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948101" Longitude="-3.1898999" StarRating="3" HotelCode="|20674" HotelName="Stay Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>COWGATE 139</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/7/4/20674_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 4 floors, 42 rooms, 14 single rooms and 28 double rooms. The establishment boasts a bar, a lobby with elevators, a reception, a barbecue and room service. SITUATION: This business and holiday hotel, Edinburgh it is in it is in the Cowgate the Street of 500 metres away from the establishment, you can find shops, restaurants and a public transport stop. it is situated 35 minutes away from the airport. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, a coffee maker, a kettle, a double bed, a central heating system, tiled floors and fitted carpets. FACILITIES: Guests are offered some days themed nights, close to the establishment, clients can find a nightclub.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1115.49" OriginalAmount="1083.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95801826" Longitude="-3.18950334" StarRating="0" HotelCode="963962|destiny_scotland_broughton_st_lofts" HotelName="Destiny Scotland - Broughton St Lofts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>32A Broughton Street, Edinburgh EH1 3SB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/8c/678c861d21df6e8a00b022258dadd279f9cb3d76.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1120.64" OriginalAmount="1088.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.98604" Longitude="-3.18849" StarRating="3" HotelCode="835784|ocean_serviced_apartments" HotelName="Ocean Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>2 Western Harbour Midway, Edinburgh EH6 6PN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/19/d319fca51b272bb13dc9ecf9517a21072a9ab95a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Edinburgh, approximately 7 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1138.59" OriginalAmount="1105.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9462454" Longitude="-3.1833005" StarRating="0" HotelCode="|186036" HotelName="KM Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-9 Richmond Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/3/6/186036_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1150.31" OriginalAmount="1116.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9785004" Longitude="-3.1677001" StarRating="4" HotelCode="|20684" HotelName="Malmaison Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ONE TOWER PLACE, LEITH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/4/20684_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This classic style hotel has 100 rooms, The establishment boasts a lobby with a reception, a currency exchange service, a cloakroom, a recently renovated restaurant, conference facilities and internet. It also has a bar. SITUATION: This elegant hotel is located close to Leith Port near the establishment, you will find Scottish Executive boutiques, restaurants, is situated 5 minutes away from Princes Street the historic centre. ROOM: The stylish rooms, have views of the port, a luxurious shower, a CD player, books, a satellite television and internet (free of charge), daily cleaning. FACILITIES: Guests can enjoy a gym, Guests are offered an entertainment programme. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1157.72" OriginalAmount="1124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948134250945" Longitude="-3.1900128722191" StarRating="3" HotelCode="36431|central_hotel_27" HotelName="Stay Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Diet Meals,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>139 Cowgate, Edinburgh EH1 1JS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a6/c2a694d2db0440c188a062be377de87af13a6d3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Old Town, just steps from the Royal Mile, Princes Street and the theatr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1161.84" OriginalAmount="1128" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|57171-28510134/8010255615136104191/2573" HotelName="OCEAN APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1510000/1501500/1501439/be886d84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1171.11" OriginalAmount="1137" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2407-219457/8010255615136104191/5246" HotelName="BRUNTSFIELD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20800/20702/a63442e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1178.32" OriginalAmount="1144" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954472042637" Longitude="-3.1974929941908" StarRating="4" HotelCode="318631|89819" HotelName="The Spires Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93-95 Hanover Street, Edinburgh EH2 1DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/fe/3bfe073c96e86a9f94835fc46f633dcae1e50298.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1179.79" OriginalAmount="1145.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949765" Longitude="-3.208857" StarRating="3" HotelCode="|162750" HotelName="Four Points Flex by Sheraton Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 - 33, Shandwick Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/2/7/5/0/162750_6e7466c0818.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is near Waverley and Edimburgo Haymarket the underground station of Close to the tram.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1181.41" OriginalAmount="1147" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|553550-28572458/8010255615136104191/1408" HotelName="COURTYARD BY MARRIOTT EDINBURGH WEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19220000/19218500/19218414/5c283a9f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1182.44" OriginalAmount="1148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950860826335" Longitude="-3.176856637001" StarRating="4" HotelCode="23049|macdonald_holyrood_hotel" HotelName="Macdonald Holyrood Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Holyrood Road, Edinburgh EH8 8AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3f/b73f7065bf379409c333bc7a2ede2c31c1cc9d1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The contemporary style of this hotel building harmonises well with the historical surroundings, whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1183.55" OriginalAmount="1149.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94264258" Longitude="-3.21219792" StarRating="3" HotelCode="571516|2180015|Room Only" HotelName="Hampton by Hilton Edinburgh West End" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>166 Fountainbridge, Edinburgh EH3 9RX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/30/8a300fc59285548095d601bd8c19ff7009e735b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1188.99" OriginalAmount="1154.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9471016" Longitude="-3.1965001" StarRating="4" HotelCode="|17857" HotelName="Apex Grassmarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31-35 GRASSMARKET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/7/17857_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel was built in 1966 a main building and 171 double rooms. In the entrance, guests are offered a lobby with an elevator and a reception with safety deposit boxes, The establishment boasts a bar, an Ã  la carte restaurant with air-conditioning, a conference room and internet. There are many services available at the establishment, including a laundry service, room service and a car park. SITUATION: This urban hotel is situated in Edinburgh the historic centre of with views of the castle, nearby, you will find the tourist attractions, monuments ,Royal Mile, Holyrood House, Dynamic Earth and Princess Street it is near 500 kilometres away, you can find restaurants, bars, pubs, clubs and nightclubs. it is in front of a public transport stop. ROOM: The comfortable rooms, have a bathroom, a hairdryer, a direct line telephone, a stereo, a radio, a satellite or cable television, a CD player, a DVD player and internet. They also have a double bed, tiled floors, a central heating system, a safety deposit box, a small sitting room and fitted carpets. FACILITIES: It is 5 kilometres away from a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1194.80" OriginalAmount="1160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.977919426679" Longitude="-3.1685954332352" StarRating="4" HotelCode="316791|malmaison_edinburgh" HotelName="Malmaison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Tower Place, Edinburgh EH6 7BZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/df/57df89be240a15473f09a0f591ebecd4621e4e65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This award-winning, stylish hotel is situated at the waterfront of the Port of Leith. The Ocean Term...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1198.74" OriginalAmount="1163.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9511873" Longitude="-3.1855252" StarRating="4" HotelCode="|17844" HotelName="Leonardo Royal Hotel Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JEFFREY STREET 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/4/17844_46330b11434.jpg</HotelPictures>
        <HotelDescription>HOTEL: This large and modern hotel, has a spacious hall and a restaurant. SITUATION: This hotel is in the heart of Edimburgo (Royal Mile), close to the conference centre, el Castillo de Edimburgo and the tourist attractions. 300 metres away, there is a public transport stop. 5 kilometres away from the establishment, guests will find the beach. It is situated 6 kilometres away from a golf course. ROOM: Customers can find spacious and smart rooms. All the rooms have a welcome kit. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1205.10" OriginalAmount="1170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956160316667" Longitude="-3.1919785166667" StarRating="3" HotelCode="76738|ballantrae_hotel" HotelName="Ballantrae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 York Place, Edinburgh, City of Edinburgh EH1 3EP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/e5/61e5d4c6a78854bb5b875d4fbf490323ebcf62a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1208.19" OriginalAmount="1173" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95360704" Longitude="-3.20588695" StarRating="3" HotelCode="739629|282866" HotelName="Mode Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74-77 Queen Street, Edinburgh EH2 4NF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/d8/1bd85bf85252adadc3b808c3108cd6b3b5fb3910.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1222.48" OriginalAmount="1186.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953533" Longitude="-3.1900829" StarRating="3" HotelCode="|451288" HotelName="Motel One Edinburgh - Princes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10-15 Princes Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/2/8/8/451288_ffe78b91127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1223.14" OriginalAmount="1187.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95346" Longitude="-3.20619" StarRating="0" HotelCode="|445443" HotelName="Heeton Concept Aparthotel Edinburgh Queen Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 - 77 Queen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/4/3/445443_e6c5a290902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1224.67" OriginalAmount="1189.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956456467216" Longitude="-3.1900617288361" StarRating="4" HotelCode="178451|the_place_hotel" HotelName="The Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34-38 York Place, Edinburgh EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/12/6f120e4c326d9a2aba97421cedd02be3d2d077b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1225.21" OriginalAmount="1189.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94687" Longitude="-3.21467" StarRating="5" HotelCode="|242752" HotelName="Destiny Scotland - Distillers House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8-12 Torphichen St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/7/5/2/242752_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1226.04" OriginalAmount="1190.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9463129" Longitude="-3.1837127" StarRating="4" HotelCode="|32437" HotelName="Ten Hill Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HILL PLACE 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/3/7/32437_b3192871135.jpeg</HotelPictures>
        <HotelDescription>HOTEL: Is ideal for holidays or business trips 5 floors and 78 rooms. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a lift and a cloakroom. The establishment has a bar, a dining room, conference rooms, room service, a laundry service and a car park. SITUATION: This hotel is in Edinburgh the historic area of Princes Street it is close to close to the establishment, clients can find tourist points of interest, shops and boutiques. Edinburgh Castle, Holyrood Palace and The Scottish Parliament it is 800 metres away from it is situated 10 minutes away from the commercial district, is well-connected with the airports. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, satellite and cable TV, a radio, internet (free of charge), a coffee maker, an iron, a double or king-size bed, an air-conditioning system, heating and a safety deposit box. FACILITIES: Clients can enjoy activities such as play golf, fishing, skeet shooting, darts, water-skiing, dry slope skiing, swimming, climbing, diving, tennis, paintballing, horse-riding, hiking and ice-skating. OTHERS: Regarding the food and beverage offering, clients can enjoy a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1240.12" OriginalAmount="1204.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947078" Longitude="-3.196621" StarRating="4" HotelCode="10229|apex_international_hotel" HotelName="Apex Grassmarket Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Grassmarket, Edinburgh EH1 2HS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/af/5daf351658755d03030a404d8b43df636fdc1482.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Edinburgh's Old Town with a magnificent view of the castl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1240.20" OriginalAmount="1204.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950784" Longitude="-3.20789" StarRating="4" HotelCode="|38284" HotelName="Angel's Share" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-11 HOPE STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/8/4/38284_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant boutique hotel, has a bar and a nightclub. This hotel was built in 2006 30 rooms, In the entrance, you can find a lobby with a reception and a lift. There are many services available at the establishment, including room service and a laundry service. SITUATION: Is situated in the city centre, is close to restaurants, bars and a park. Princes Street nearby, you will find The Edinburgh Castle, The Royal Mile and The Holyrood Palace it is 20 minutes away from Glasgow 60 minutes away from the establishment, clients can find. ROOM: The contemporary style rooms, They have piped music, films (available on request), a mini-bar, internet, a bathroom with a shower or bath, a hairdryer, a direct line telephone, a radio, a coffee maker, a kettle, an iron, a double bed, heating and a safety deposit box. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1249.29" OriginalAmount="1212.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952026" Longitude="-3.203642" StarRating="0" HotelCode="|451943" HotelName="ALTIDO Thirty Castle Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Castle Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/9/4/3/451943_a6b48101214.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1255.57" OriginalAmount="1219" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951215995389" Longitude="-3.1857857108116" StarRating="3" HotelCode="258995|608" HotelName="Jurys Inn Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Jeffrey Street, Edinburgh EH1 1DH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/9a/3c9a3564464625df2feb1b1c097425ede7a50ce7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is in a fantastic location in the heart of Edinburgh, directly by the Royal Mile. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1255.57" OriginalAmount="1219.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95628" Longitude="-3.197746" StarRating="3" HotelCode="17004|the_royal_scots_club_edinburgh" HotelName="The Royal Scots Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Abercromby Place, Edinburgh EH3 6QE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b2/46b272e47f2edeca503e8560bdb1ddeafde30b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of Edinburgh's Georgian streets. The nearest restaurants as well as links to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1258.66" OriginalAmount="1222.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94927" Longitude="-3.185884" StarRating="4" HotelCode="61564|smart_city_hostels_edinburgh" HotelName="Safestay Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 Blackfriars Street, Edinburgh EH1 1NE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/b5/f5b5d46fcb36d7d9cf52bc140e6030452ea4be56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is located on Edinburgh's historic “Royal Mile”, just a few minutes’ walk from Waverley r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1261.75" OriginalAmount="1225.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94757336" Longitude="-3.1916587" StarRating="4" HotelCode="475072|destiny_scotland_george_iv_apartments" HotelName="Destiny Scotland - George IV Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 George IV Bridge, Edinburgh, EH1 1EN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/48/1548ac01f361c4c6be4649ead46fd936fd435a0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1266.90" OriginalAmount="1230.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.937651931148" Longitude="-3.2028794288635" StarRating="3" HotelCode="337450|the_links" HotelName="Black Ivy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Alvanley Terrace, Edinburgh EH9 1DU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/58/3058ee2cfe95d20d0093f468fc2f29e6df86144d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quietly situated close to a peaceful park, this hotel lies just 1 km from the inner city. Restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1268.96" OriginalAmount="1232" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2435-28572718/8010255615136104191/3351" HotelName="VOCO EDINBURGH - ROYAL TERRACE, AN IHG HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4900/4895/f2702a80_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1276.63" OriginalAmount="1239.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954453" Longitude="-3.197745" StarRating="0" HotelCode="|476246" HotelName="The Spires Serviced Apartments Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93-95 Hanover Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/2/4/6/476246_cada7ae2250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1277.74" OriginalAmount="1240.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95098211" Longitude="-3.18226435" StarRating="4" HotelCode="473521|GB000309" HotelName="Aparthotel Adagio Edinburgh Royal Mile" Meals="ROOM ONLY" BedType="" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>231 Canongate, Edinburgh EH8 8AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/29/6829a4941267f418c4509d6f54ed4b922564c97c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1278.41" OriginalAmount="1241.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9428" Longitude="-3.21034" StarRating="3" HotelCode="|445170" HotelName="Moxy Edinburgh Fountainbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Freer Gait</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/7/0/445170_b38fa361459.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1284.55" OriginalAmount="1247.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9443016" Longitude="-3.2009001" StarRating="3" HotelCode="|22906" HotelName="Leonardo Edinburgh City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Lauriston Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/0/6/22906_697e67c0757.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This modern, traditional hotel, has 52 rooms, 1 suite and 3 rooms adapted for people with reduced mobility. This establishment is ideal for holidays or business trips, The establishment has air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, lifts, internet, a bar and a restaurant. There are many services available at the establishment, including room service and a laundry service. SITUATION: Princes Street It is located close to it is close to The Edinburgh Castle and Royal Mile pubs, boutiques, shops and restaurants. nearby, you will find the business area, The International Conference Centre It is situated 1,5 kilometres away from. ROOM: Customers can find modern and comfortable rooms, All the rooms have a bathroom with a hairdryer, a mini-bar, a satellite or cable television, a radio, a coffee maker and a kettle. PAYMENT METHODS: Customers can pay using American Express, Visa, Diners Club and Mastercard. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1289.56" OriginalAmount="1252.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950782" Longitude="-3.20793" StarRating="4" HotelCode="401739|angels_share_hotel" HotelName="Angels Share Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Hope Street, Edinburgh EH2 4EL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fa/b3fa80f809ffac6e108faeee49b4c887e76bd38b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of the city centre at Edinburgh's West End, this boutique hotel allows...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1293.69" OriginalAmount="1256.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9508973" Longitude="-3.1822508" StarRating="0" HotelCode="|215745" HotelName="Adagio Edinburgh Royal Mile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>231 Canongate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/7/4/5/215745_30630170924.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1294.24" OriginalAmount="1256.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95417124" Longitude="-3.19861867" StarRating="4" HotelCode="429421|1827208|Room Only" HotelName="Braid Apartments by Mansley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Central Heating,Dining,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>27 Thistle Street, Edinburgh EH2 1DX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/a2/64a271f787e0b6b89b0af0aa8459cb52fa64dc30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Braid Apartments incorporates 20 modern and stylish apartments with a range of studio, 1 and 2 bedro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1294.71" OriginalAmount="1257.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.938123" Longitude="-3.1714474" StarRating="3" HotelCode="902199|salisbury_green" HotelName="Salisbury Green Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/42/6a42e4e33e7adf63f2f249fb39c6cf3ebf2f848b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located on the south side of Edinburgh, next to Holyrood Park and Arthur's Seat, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1318.40" OriginalAmount="1280.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95261" Longitude="-3.194464" StarRating="3" HotelCode="258823|mercure_edinburgh_city__princes_street_hotel" HotelName="Mercure Edinburgh City Princes Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Sreet, Edinburgh EH2 2DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/94/53943557a294aa3872618c840348f9e7d76b552f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel offers guests superb views over the famous Princes Street Gardens and Edi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1320.46" OriginalAmount="1282" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944391626124" Longitude="-3.2012191414833" StarRating="3" HotelCode="337462|6974" HotelName="Leonardo Hotel Edinburgh City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>79 Lauriston Place, Edinburgh EH3 9HZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/27/d027a59d0b888d087fb78b3e9e86c7405e638be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The world famous Princes Street, situated below Edinburgh Castle, the Royal Mile and the resurgent '...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1324.80" OriginalAmount="1286.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9526304" Longitude="-3.1938241" StarRating="4" HotelCode="|17856" HotelName="Mount Royal Edinburgh by The Unlimited Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 PRINCES STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/6/17856_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1860, renovated in 2000. It has 158 standard rooms and 6 floors. In the establishment entrance, guests will find a lobby with elevators, a reception and a safety deposit box service. The establishment boasts a beautiful coffee shop, a bar, a restaurant and a breakfast room. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel is located in front of the Waverly Bridge. 5 minutes away, there is a railway station. 20 metres away, guests can find a public transport stop. It is just 12 kilometres away from Edinburgh Airport. ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, a radio, cable and satellite television with films (available at an additional charge), a kettle, a coffee maker, a double bed, central heating and a trouser press. Guests are offered non-smoking rooms. OBSERVATIONS: Check-in is at 14:00 and check-out is at 12:00. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast and a set-menu lunch and dinner. Guests can book half-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1325.62" OriginalAmount="1287.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9510543" Longitude="-3.1784914" StarRating="0" HotelCode="|23391" HotelName="Holyrood" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 NETHER BAKEHOUSE, HOLYROOD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/9/1/23391_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1335.91" OriginalAmount="1297.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95134448" Longitude="-3.19017162" StarRating="0" HotelCode="955747|market_street_hotel" HotelName="Market Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/ff/11ff9cb69461c73cedeb73bc1eaa587288a1e0be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1337.43" OriginalAmount="1298.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945817524735" Longitude="-3.2032817602158" StarRating="4" HotelCode="23050|15026|Room Only" HotelName="DoubleTree by Hilton Hotel Edinburgh City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Bread Street, EH3 9AF Edinburgh, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/27/da274c7a1cd92d0ac7afa7fbf1c3756e7feaed68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located in the shadow of Edinburgh Castle and is only a few minutes from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1339.39" OriginalAmount="1300.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948370915892" Longitude="-3.186845019869" StarRating="3" HotelCode="284650|GB000172" HotelName="ibis Edinburgh Centre South Bridge - Royal Mile Hotel" Meals="ROOM ONLY" BedType="" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 South Bridge, Edinburgh EH1 1HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/fb/1bfb206eba8ba77e926f335cf35ba1859ccd9ef9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1344.15" OriginalAmount="1305.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953332" Longitude="-3.190077" StarRating="3" HotelCode="309849|motel_one_edinburghprinces" HotelName="Motel One Edinburgh-Princes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-15 Princes Street, Edinburgh EH2 2AN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/99/27996afa71ba29cfc8f2b006de2a8226fe17f2bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Rail Station (ZXE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1347.49" OriginalAmount="1308.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.933436" Longitude="-3.173556" StarRating="4" HotelCode="34143|82971|Room Only" HotelName="The Ben Doran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Mayfield Gardens, Edinburgh EH9 2AX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/31/1c31b5facbb87c702d30f70782571497e84e1276.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located one mile from city centre, on A701, within easy walking distance of the Royal Mile, Edinburg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1347.76" OriginalAmount="1308.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950806" Longitude="-3.191435" StarRating="4" HotelCode="|445836" HotelName="Market Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Market Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/8/3/6/445836_6f4a8f30823.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1350.41" OriginalAmount="1311.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953645024098" Longitude="-3.1868317723274" StarRating="4" HotelCode="130402|120175|Room Only" HotelName="Princes Street Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Waterloo Place 16, Princes Street, Edinburgh EH1 3EG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/20/db20dcc2915e07cdf8df2fa25ddd8335ff979fe2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are located on a quiet street right in the city centre, 2 minutes’ walk from Princes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1354.45" OriginalAmount="1315" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|16861-21406983/8010255615136104191/297" HotelName="DOUBLETREE BY HILTON EDINBURGH CITY CENTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/518700/518686/8516a636_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1357.54" OriginalAmount="1318.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947955396622" Longitude="-3.1928504315873" StarRating="4" HotelCode="38020|budget_backpackers_hostel" HotelName="Kick Ass Greyfriars" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37-39 Cowgate, Edinburgh EH1 1JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/0b/ea0b592e379d3b52ebd0b8a94e41e5463bd7eb4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1362.58" OriginalAmount="1322.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9450345" Longitude="-3.1997268" StarRating="4" HotelCode="|20679" HotelName="Novotel Edinburgh Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Lauriston Place, SCOTLAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/7/9/20679_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This bright hotel, was opened in 2004, has with air-conditioning, 8 floors, 180 rooms and 2 suites. The establishment boasts a bar, a restaurant with air-conditioning and internet. There are many services available at the establishment, including room service and a laundry service. The establishment boasts a car park and an indoor car park. SITUATION: This hotel is situated 5 kilometres away from the beach. It is a few minutes walk away from Royal Mile, Edinburgh Castle and Princess Street the business area. 50 metres away, there is a public transport stop. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar, a safety deposit box (available for a fee), central heating and an air-conditioning system. FACILITIES: Customers can enjoy a covered swimming pool, a swimming pool, a sauna and a gym. 2 kilometres away from the establishment, clients can find a golf course. It is 12 kilometres away from a ski resort. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1367.50" OriginalAmount="1327.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9400798" Longitude="-3.1711603" StarRating="4" HotelCode="|70755" HotelName="The Scholar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HOLYROOD PARK ROAD 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/7/5/5/70755_2724f0d1203.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a building, was built in the 18th Century, has 36 rooms, with bathroom, a lobby, a breakfast room, room service, a laundry service and a car park. SITUATION: This urban hotel is in Edinburgh the southern area of Holyrood Park and Arthur's Seat it is located close to the establishment is 32 kilometres away from the railway station, the bus station, is situated 15 minutes away from restaurants, bars and the nightlife. 30 minutes away from the establishment, clients can find a ski resort, is situated 12 kilometres away from Edinburgh Airport. ROOM: The rooms have a bathroom with a shower or bath, a double bed, a television, internet, a hairdryer, a direct line telephone, a safe, an iron, a coffee maker, a kettle and central heating. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service. PAYMENT METHODS: The establishment accepts Mastercard and Visa. OBSERVATIONS: Check-in is from 14:00 and check-out is at 10:30, Consult the reception timetable.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1368.87" OriginalAmount="1329.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.958742234536" Longitude="-3.1795500177909" StarRating="4" HotelCode="319367|no_11" HotelName="No11 Boutique Hotel &amp; Brasserie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Brunswick Street, Edinburgh EH7 5JB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/d9/95d97522fd0abe6c9ed8dc48e185750db52a2d9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1376.08" OriginalAmount="1336.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95173597" Longitude="-3.19950459" StarRating="4" HotelCode="975614|destiny_scotland_chisholm_hunter_suites" HotelName="Destiny Scotland Chisholm Hunter Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Frederick Street, Edinburgh EH2 1EP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/c3/efc3cf2f6fb6b3e585ddb1b5c13c960ed5ab4e11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1377.11" OriginalAmount="1337" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2425-28569185/8010255615136104191/3009" HotelName="MACDONALD HOLYROOD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/550000/546100/546065/21f1d2bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1377.11" OriginalAmount="1337.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.959477074127" Longitude="-3.2148635387421" StarRating="4" HotelCode="37929|the_raeburn" HotelName="Raeburn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112 Raeburn Place, Stockbridge, Edinburgh EH4 1HG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/4a/984a37c6b26ed24c9b18b6f04c7ef7845e603f71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the new town area of Edinburgh. It is just a ten-minute walk from the weste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1378.40" OriginalAmount="1338.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9564775" Longitude="-3.1901635" StarRating="4" HotelCode="|78071" HotelName="The Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34-38 York Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/7/1/78071_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: Place is rated four stars. It has a restaurant and a bar. SITUATION: It is in the city centre of Edinburgh, close to Playhouse Theatre. ROOM: The rooms have luxurious bedding, windows and views of the city.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1381.51" OriginalAmount="1341.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9502358" Longitude="-3.1867679" StarRating="4" HotelCode="|17859" HotelName="Radisson Blu , Edinburgh City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 High Street, The Royal Mile</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/9/17859_d12707f1413.jpeg</HotelPictures>
        <HotelDescription>HOTEL: It has 7 floors, 238 rooms and 10 suites. The establishment has a bar and a restaurant. SITUATION: It is inthe Royal Mile a central area of the Edinburgh Castle and Holyrood Palace it is between near the establishment, guests will find the business area, monuments situated 1 kilometre away fromWaverly the Station of public transport services, is situated 11,5 kilometres away from Edinburgh Airport. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a mini-bar and a safety deposit box (available for a fee). FACILITIES: Guests can enjoy a covered swimming pool, a sauna, a sunbathing terrace and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1383.29" OriginalAmount="1343" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2428-32592584/8010255615136104191/2345" HotelName="MOUNT ROYAL HOTEL EDINBURGH BY THE UNLIMITED COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/810000/802200/802180/6e138dfd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1388.44" OriginalAmount="1348.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950095" Longitude="-3.186915" StarRating="4" HotelCode="29276|radisson_blu_edinburgh" HotelName="Radisson Blu Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 High Street, The Royal Mile, Edinburgh EH1 1TH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/dc/77dcd0d884195d5673f951331719637c9c82df62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located along the Royal Mile between Edinburgh Castle and Holyrood Palace, this hotel lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1391.53" OriginalAmount="1351.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.960834356218" Longitude="-3.2003085315227" StarRating="3" HotelCode="143968|ardenlee_guest_house" HotelName="Ardenlee Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Internet,Luggage Storage,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>9 Eyre Place, Edinburgh EH3 5ES</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/85/b7859d0c8b8777af0a29d488c5ad8aa054202792.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;El Ardenlee ocupa una elegante casa unifamiliar victoriana situada en la zona de New Town de Edimbur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1398.74" OriginalAmount="1358.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950924573476" Longitude="-3.1908470278244" StarRating="3" HotelCode="199837|motel_one_edinburghroyal" HotelName="Motel One Edinburgh-Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-21 Market Street, Edinburgh EH1 1BL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/78/30781525d334c9caa117d74f34dc8a00fc2e0d57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1399.15" OriginalAmount="1358.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956867" Longitude="-3.176856" StarRating="4" HotelCode="|451641" HotelName="24 Royal Terrace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Royal Terrace</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/6/4/1/451641_7a6c1a11142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1403.87" OriginalAmount="1362.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9559521" Longitude="-3.1934839" StarRating="4" HotelCode="|75722" HotelName="Thistle Suites Royal Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 York Buildings, Queen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/7/2/2/75722_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has luxury apartments, a lobby with a reception, express check-out, a lift and a car park. SITUATION: This apartment, is in the city centre, Queen Street it is in Princes Street it is 2 minutes away from this establishment, the Royal Mile it is 5 minutes away from nearby, you will find the tourist area, is situated 11 kilometres away from Edinburgh Airport it is 89 kilometres away from Glasgow Airport. ROOM: The apartments have a bathrobe, a shower, a bath, a hairdryer, a double bed, television room, a radio, internet, a safe, a kitchen with fridge, hot plates, a microwave, a coffee maker, a kettle, a dining room, an ironing set, a central heating system and an individual air-conditioning system. FACILITIES: The establishment has a well-equipped gym. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1415.93" OriginalAmount="1374.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9478989" Longitude="-3.1954999" StarRating="3" HotelCode="|30997" HotelName="Grassmarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GRASSMARKET 94-96</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/9/9/7/30997_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: It is situated in a historic building 44 rooms and 5 floors. This hotel ideal for all kinds of travellers, The establishment boasts a lobby, a lift and Biddy Mulligans the pub. SITUATION: the Grassmarket It is in Princes Street and The Edinburgh Castle it is close to in the surrounding area, clients can find restaurants, bars, pubs, clubs, a public transport stop and shops. It is situated 12 kilometres away from the airport. ROOM: The traditional-style rooms, They have a bathroom with a hairdryer, a television, a direct line telephone, a coffee maker and a kettle. OTHERS: Regarding the food and beverage provision, the establishment offers breakfast and meal service in the pub.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1426.86" OriginalAmount="1385.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94787" Longitude="-3.193012" StarRating="0" HotelCode="|490295" HotelName="Kick Ass Greyfriars - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37-39 Cowgate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/0/2/9/5/490295_69f1e5a1049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1429.64" OriginalAmount="1388" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|622658-28572855/8010255615136104191/2075" HotelName="ROYAL PRINCES SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19760000/19758400/19758332/975f22f1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1429.64" OriginalAmount="1388" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948012" Longitude="-3.194766" StarRating="3" HotelCode="59406|15169" HotelName="The Grassmarket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94-96 Grassmarket, Edinburgh EH1 2JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/00/eb/00eb04a781eb59093f04865601fabd58316773d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the splendid cosmopolitan and historic district of Grassmarket and is only a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1430.67" OriginalAmount="1389.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95741487" Longitude="-3.18477187" StarRating="4" HotelCode="481530|courtyard_by_marriott_edinburgh" HotelName="Courtyard Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Baxters Place, EH1 3AF Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/42/45425cfaca8ae3ccf147f0bda7ed35168add3a59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1433.76" OriginalAmount="1392.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95198257" Longitude="-3.20342311" StarRating="4" HotelCode="948804|edinburgh_castle_apartments_2" HotelName="Edinburgh Castle Apartments And Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Castle Street, Edinburgh EH2 3HT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/3c/663c1eb79503fbc83e4906596dddef998b9cd4f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1442.00" OriginalAmount="1400.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.891010792026" Longitude="-3.1042063236237" StarRating="4" HotelCode="36754|melville_castle_5" HotelName="Melville Castle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gilmerton Road, Edinburgh, Midlothian EH18 1AP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/52/3052f55289dfc5480a4ccf34a369d29d9809e9ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in a peaceful location amidst a large park far away from the hustle and bustle. Link...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1442.70" OriginalAmount="1400.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.959777" Longitude="-3.214516" StarRating="4" HotelCode="|451345" HotelName="The Raeburn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Raeburn Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/3/4/5/451345_77c087a1211.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1448.18" OriginalAmount="1406.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956772877999" Longitude="-3.1777766346932" StarRating="3" HotelCode="142943|24_royal_terrace" HotelName="24 Royal Terrace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Royal Terrace, Edinburgh EH7 5AH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/cf/51cf14a365ee6ca7b33d7ff2a847549e3df7c8ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1455.39" OriginalAmount="1413" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|245024-28580799/8010255615136104191/2387" HotelName="NO. 11 BRUNSWICK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8060000/8056000/8055943/db9ff1e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1460.96" OriginalAmount="1418.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9508018" Longitude="-3.1874001" StarRating="4" HotelCode="|17843" HotelName="Hilton Edinburgh Carlton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 North Bridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/3/17843_1_3620.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 10 floors, 189 standard rooms, 6 single rooms and 183 double rooms. In the entrance, you can find a lobby with elevators, a reception, a safety deposit box service, a currency exchange service and a cloakroom. The establishment has a hairdresser's, conference facilities, a restaurant, a bar and internet. There are many services available at the establishment, including room service and a laundry service. It also has a car park. SITUATION: This hotel is situated in Edinburgh city centre. Close to the establishment, clients can find Waverly Station and a public transport stop. It is situated 100 metres away from restaurants. Near the establishment, guests will find shops. It is 200 metres away from bars and nightclubs. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a double bed, a central heating system, a central air-conditioning system and a safe. FACILITIES: The establishment boasts a covered pool, a jacuzzi, a sauna, a solarium, a thermal bath and a massage service. Clients can enjoy activities such as squash and aerobics. Clients can use a gym. 4 kilometres away, you can find a golf course. OTHERS: The establishment offers a breakfast service and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1477.02" OriginalAmount="1434" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.015808" Longitude="-95.883652" StarRating="3" HotelCode="0|255089-28542499/8010255615136104191/1450" HotelName="IBIS EDINBURGH CENTRE SOUTH BRIDGE - ROYAL MILE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>8405 East 102nd Street South, Tulsa, 74133, OK, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6800000/6793500/6793484/18821c1c_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 92. Suites: 22. Single-bedded accommodations: 41. Double bedrooms: 51. Smoking rooms: 0. Nonsmoking rooms: 92. Physically challenged rooms: 6. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- The Holiday Inn Express and Suites Tulsa South, Bixby is the newest hotel in contemporary styling. Conveniently located off Creek Turnpike &amp;amp; Memorial Dr. Located minutes from a variety of shopping, dining, and entertainment in the Woodland Hills area. Our 100% non-smoking hotel is within walking distance of the Transformation Church, B&amp;amp;B Starworld 20 Movie Theater as well as a short drive from the Riverspirit Casino, Downtown Tulsa, BOK Center, The Woodland Hills Mall, Tulsa International Airport, and Expo Square. Our modern, sophisticated design offers a plethora of amenities such as spacious guestrooms featuring luxurious new bedding, complimentary hot breakfast served daily, business center, fitness area, indoor heated pool, and whirlpool. 
Guests will appreciate our private boardroom, while our flexible meeting space can comfortably accommodate up to 100 people. With convenient access to I-44, Historical Route 66, and US Highway 75, our central location places you between Oklahoma City, Springfield, Little Rock, Dallas and Kansas City. Guests will enjoy being near ORU, Rhema Bible College, St Francis Heart Hospital, TU, Southcrest, Cancer Treatment Centers of America, Oklahoma Heart Institute, Haikey Creek All Star Sports Complexs, UMAC, Hardrock Hotel &amp;amp; Casino, TCC, Tulsa Zoo, OU, Woodland Hills Mall, Tulsa Air and Space Museum, and Oklahoma Aquarium.. Onsite facilities information- ParkingProperty was built in 2011. Hotel Currency: USD. Additional Addresses: Other: 8405 East 102nd Street South, Tulsa, 74133, OK, US. Additional Phone Numbers: Fax - Other: 19189706222. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1490.41" OriginalAmount="1447" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945426972364" Longitude="-3.2015337322193" StarRating="5" HotelCode="33820|55127" HotelName="The Knight Residence by Mansley Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Lauriston Street, Edinburgh, City of Edinburgh EH3 9DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/0d/160dedea4d72af51efcb77ab6ba42e0ff333d086.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1495.56" OriginalAmount="1452.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950065" Longitude="-3.187277" StarRating="3" HotelCode="39322|the_inn_on_the_mile" HotelName="The Inn On The Mile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 High Street, The Royal Mile, Edinburgh EH1 1LL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/79/2b794c7dc0cc1b51106712988689ac65af83ad19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel occupies a prime location in Edinburgh city centre, situated on the Royal Mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1500.86" OriginalAmount="1457.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956741" Longitude="-3.207183" StarRating="4" HotelCode="|78091" HotelName="Nira Caledonia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Gloucester Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/9/1/78091_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Nira Caledonia Hotel is rated five stars, it offers room service and a restaurant. SITUATION: It is in New Town, near the establishment, guests will find Princess st and Nira Caledonia, ROOM: The rooms have a flat-screen television, a DVD player, an iPod docking station, WiFi (free of charge), Nespresso and garden views. Clients can find some rooms with jacuzzi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1517.52" OriginalAmount="1473.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951561" Longitude="-3.206133" StarRating="4" HotelCode="49324|9125|Room Only" HotelName="Kimpton Charlotte Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Charlotte Square, Edinburgh EH2 4HQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/c0/bac0984baf1c5e1ba8eabc7534a51b2b8ea6f803.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is one of the most discerning hotels in Edinburgh, located directly in the historical city cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1519.25" OriginalAmount="1475" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|68544-28589136/8010255615136104191/552" HotelName="ANGEL’S SHARE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1430000/1422900/1422868/bd663865_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1525.43" OriginalAmount="1481" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|416774-28513648/8010255615136104191/1437" HotelName="EDINBURGH NINE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15940000/15934300/15934242/ba3ec958_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1536.13" OriginalAmount="1491.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9529825" Longitude="-3.2049389" StarRating="4" HotelCode="|74147" HotelName="Stewart By Heeton Concept" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Young Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/1/4/7/74147_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2011, has 31 apartments and 3 floors. The establishment has a lobby with a reception, a safety deposit box service, a lift, a laundry service and a car park. SITUATION: It is inEdinburgh the historic centre of the Royal Mile it is 10 minutes away from It is 15 minutes away from Edinburgh Castle the railway station, is 5 minutes away from Prince Street gardens, Clients can find restaurants, bars, clubs and shops. 100 metres away, there is a public transport stop, Holyrood Palace It is situated 15 kilometres away from it is situated 2 kilometres away from Murrayfield the Stadium of it is situated 13 kilometres away from Edinburgh Airport. ROOM: boutique apartments, have a sitting room, a double bed, WiFi, Sky television, films, a bathroom with a shower, a hairdryer, a direct line telephone, a radio, a Hi-Fi and a safe. apartments, have a kitchen, with fridge, a hob, a microwave, a coffee maker, a kettle, a washing machine and an ironing set. All the apartments have heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1552.14" OriginalAmount="1506.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9516254" Longitude="-3.206258" StarRating="4" HotelCode="|20011" HotelName="Kimpton Charlotte Square , An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Charlotte Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/1/20011_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1566.63" OriginalAmount="1521" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|447923-28552905/8010255615136104191/2006" HotelName="COURTYARD BY MARRIOTT EDINBURGH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15720000/15710700/15710648/3962d8a3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1576.25" OriginalAmount="1530.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953214215418" Longitude="-3.1908262012234" StarRating="3" HotelCode="16971|6532|Room Only" HotelName="Hotel Indigo Edinburgh - Princes Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Princes Street, Edinburgh EH2 2AN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/6c/8f6c3feedfe2667da3a336b7bb2c062eb6bfb05f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the city on the famous Princes Street with views over Princes Street Gardens and Edi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1590.76" OriginalAmount="1544.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9533005" Longitude="-3.1905999" StarRating="3" HotelCode="|17839" HotelName="Indigo Edinburgh - Princes Street, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINCES STREET 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/9/17839_1_1987.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has and 75 rooms, is ideal for holidays or business trips, The establishment has a restaurant, a reception, a safety deposit box service, a currency exchange service, a lift, conference facilities and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This establishment, is in the city centre, Princes Street is situated in opposite the establishment, you can find a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a television, a radio, internet, a safety deposit box (available for a fee), a trouser press and a welcome tray.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1599.44" OriginalAmount="1552.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9507724" Longitude="-3.2183121" StarRating="5" HotelCode="|29582" HotelName="Hapimag Resort Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROTHESAY TERRACE 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/5/8/2/29582_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1872, This Georgian style hotel 29 rooms, 8 suites and 5 floors. The establishment has a lobby with a reception, a safety deposit box service, a cloakroom, a lift, a conference room and WiFi. There are many services available at the establishment, including room service and a laundry service. Guests also have access to a car park. SITUATION: Is situated inEdinburgh the western area of Rothesay Terrace it is in close to the establishment, clients can find the commercial area, the tourist attractions ,Princes Street Gardens It is situated 20 minutes away from 10 minutes away from the establishment, guests will find pubs, nightclubs, 10 minutes away, there is a bus stop, is 10 minutes away from Haymarket the Station of. ROOM: The spacious rooms, They have a large bathroom with a bath, a spacious shower, a hairdryer, a direct line telephone, a satellite or cable television, a stereo, a kitchenette, a mini-bar, a microwave, a coffee maker, a kettle, a safe, a double bed and central heating. FACILITIES: 20 metres away, there is a golf course. OTHERS: Regarding the food and beverage offering, you can enjoy a continental buffet breakfast and Ã  la carte lunch and dinner. Guests can book half-board or bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1609.70" OriginalAmount="1562.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940402" Longitude="-3.171291" StarRating="4" HotelCode="|448552" HotelName="The Scott" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/5/5/2/448552_489312e1420.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1609.89" OriginalAmount="1563.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950919" Longitude="-3.217429" StarRating="4" HotelCode="36960|the_edinburgh_residence_3" HotelName="Edinburgh Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rothesay Terrace, Edinburgh EH3 7RY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/60/3a60cd5dae3ccae61204f078bdea7f447b22b7e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on Rothesay Terrace in Edinburgh's West End, one of the most sought after residentia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1614.38" OriginalAmount="1567.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9548" Longitude="-3.19402" StarRating="4" HotelCode="|445878" HotelName="Malmaison Edinburgh City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Buchan House, 21-22 St Andrew Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/8/7/8/445878_84a4e4a1228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1621.22" OriginalAmount="1574" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|648798-28574149/8010255615136104191/3660" HotelName="WILDE APARTHOTELS EDINBURGH GRASSMARKET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39830000/39822900/39822833/92258599_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1629.46" OriginalAmount="1582" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|622610-28575187/8010255615136104191/1683" HotelName="HOUSE OF GODS ROYAL MILE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38210000/38206100/38206083/6bc46138_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1645.94" OriginalAmount="1598.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950003" Longitude="-3.192019" StarRating="4" HotelCode="115013|fraser_suites_edinburgh" HotelName="Fraser Suites Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12-26 St Giles Street, Edinburgh, Scotland EH1 1PT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/ce/75ce929d315436ce75695cef598880edbd535cc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1680.96" OriginalAmount="1632" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953052610437" Longitude="-3.2046617567539" StarRating="4" HotelCode="169545|56960" HotelName="Fountain Court - Stewart Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Young Street, Edinburgh EH3 9JG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/c9/72c97134b47adbefb934b445b546349bef18675a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is set in the heart of historic Edinburgh, just 10 minutes' walk from The Royal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1681.99" OriginalAmount="1633.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956678" Longitude="-3.185501" StarRating="5" HotelCode="27030|the_glasshouse_autograph_collection" HotelName="The Glasshouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Greenside Place, Edinburgh EH1 3AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e750776521479d3edb45d7a89e7ea407c375ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of Edinburgh, this hotel is 5 minutes from Princes Street, North Bridg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1687.14" OriginalAmount="1638" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|186070-28596736/8010255615136104191/2384" HotelName="KNIGHT RESIDENCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/529500/529490/22cf375b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1699.05" OriginalAmount="1649.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9471016" Longitude="-3.2076001" StarRating="5" HotelCode="|17838" HotelName="Sheraton Grand and Spa, Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FESTIVAL SQUARE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/17838_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1705.68" OriginalAmount="1656.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952376091481" Longitude="-3.2051539421081" StarRating="4" HotelCode="60404|tigerlily" HotelName="Tigerlily" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>125 George Street, Edinburgh EH2 4JN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/36/43365e7627f27eecee7eb27ec61ac27257815aa4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in one of the most prestigious locations in Edinburgh, the hotel is located on elegant George St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1744.82" OriginalAmount="1694.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94987908" Longitude="-3.20775749" StarRating="4" HotelCode="568021|the_rutland_hotel" HotelName="The Rutland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Street, Edinburgh, Scotland EH1 2AE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/21/152168342ca7d59020c3d5209d0ab46301070c15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1772.61" OriginalAmount="1720.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951395" Longitude="-3.215875" StarRating="5" HotelCode="11137|14107|Room Only" HotelName="Bonham Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Drumsheugh Gardens, Edinburgh EH3 7RN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/97/0b97e050300cdab8c8b07a3fb1a41a69a6b3c8b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to the centre of Edinburgh meaning that guests can easily reach the...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1774.69" OriginalAmount="1723.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947154258879" Longitude="-3.2071870565414" StarRating="5" HotelCode="45056|sheraton_grand_hotel__spa_edinburgh" HotelName="Sheraton Grand Hotel &amp; Spa, Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Festival Square, Edinburgh EH3 9SR, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/10/d010200ed39817659b3ff017e425f9b431f2d092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located close to Princes Street at the heart of Edinburgh within a short dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1798.38" OriginalAmount="1746" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949407592212" Longitude="-3.208184162635" StarRating="4" HotelCode="903826|408414" HotelName="The Rutland Hotel &amp; Luxury Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Street, Edinburgh, Scotland EH1 2AE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/21/152168342ca7d59020c3d5209d0ab46301070c15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1834.43" OriginalAmount="1781" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2410-28567346/8010255615136104191/3268" HotelName="RADISSON BLU HOTEL, EDINBURGH CITY CENTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4300/4270/1d08b1f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1838.55" OriginalAmount="1785.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946701" Longitude="-3.197774" StarRating="2" HotelCode="906386|kick_ass_hostel" HotelName="Kick Ass Grassmarket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 West Port, Edinburgh EH1 2JA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/45/c945080b9841c433faf8f06522f7897388c43796.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on Grassmarket Square, the hotel is a 2-minute walk from the Royal Mile and a further 10 mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1842.67" OriginalAmount="1789.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94609320525" Longitude="-3.1901094305063" StarRating="4" HotelCode="142156|hotel_du_vin_edinburgh" HotelName="Hotel Du Vin Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Bristo Place, Edinburgh EH1 1EZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/38/ae38a5f0087347b532f67b170f88d1041c53ac49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled deep in Edinburgh's Old Town, only a short walk away from the historic Royal Mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1874.44" OriginalAmount="1819.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943675650009" Longitude="-3.1927943229675" StarRating="4" HotelCode="915128|289400|Room Only" HotelName="Residence Inn by Marriott Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Kitchen,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Simpson Loan, Quartermile, Edinburgh EH3 9GG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/1f/cf1f9082e9398de56f143546c64263622abd574b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1883.87" OriginalAmount="1829.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95350794" Longitude="-3.20212189" StarRating="4" HotelCode="474473|destiny_scotland_hill_street_apartments_" HotelName="Destiny Scotland - Hill Street Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Hill Street, New Town, Edinburgh EH2 3JP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/47/c947eba9fceb657375253040fdf480b10acbc104.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1890.05" OriginalAmount="1835.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95404379" Longitude="-3.1973612" StarRating="4" HotelCode="572530|hanover_71_suites" HotelName="Hanover 71 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>71 Hanover Street, New Town, Edinburgh EH2 1EE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/15/cf157cdaf211a8d86b41d229a283600c489dd205.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas. Those arriving in their own veh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1910.30" OriginalAmount="1854.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9539439" Longitude="-3.196371" StarRating="4" HotelCode="12974|6531|Room Only" HotelName="InterContinental Edinburgh The George" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 28/08/2026" 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>19-21 George Street, Edinburgh EH2 2PB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/b0/e8b073e2be6e1cb0fd9e67b8a3fe1f7d1db0f550.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located on George Street at the heart of the city. A diverse selection ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1925.07" OriginalAmount="1869.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95470191" Longitude="-3.19930307" StarRating="4" HotelCode="477020|destiny_scotland_qresidence" HotelName="Destiny Scotland - Q-Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>21, 23 &amp; 35 Queen Street, EH2 1JX Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/1e/ee1e98d338d7708d79e362e7a56441a4e94f84ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1953.62" OriginalAmount="1896.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950901" Longitude="-3.1884" StarRating="4" HotelCode="|17845" HotelName="The Scotsman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NORTH BRIDGE 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/5/17845_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a bar, a restaurant and a beauty centre. SITUATION: This hotel is in North Bridge around the establishment, clients can find Princes Street and shops. It is 25 minutes away from the airport. ROOM: All the rooms have a DVD player, a television, a direct line telephone with an answering machine, WiFi, board games, an ironing set and a trouser press. Guests are offered deluxe rooms with double beds. It also offers a mini-bar, a coffee maker, a kettle, complimentary bathroom items and room service. FACILITIES: The establishment has a beauty centre, a swimming pool, a sauna and a steam bath. MEALS: Regarding the food and beverage offering, the establishment offers a bar and a restaurant. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OBSERVATIONS: Check-in is at 14:00 and check-in is at 11:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1955.48" OriginalAmount="1898.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9541841" Longitude="-3.1962784" StarRating="5" HotelCode="|20008" HotelName="Intercontinental Edinburgh The George, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GEORGE STREET 19-21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/0/8/20008_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors, 249 rooms and 10 suites. The establishment boasts a bar and a restaurant. SITUATION: This luxurious hotel is in George Street, around the establishment, clients can find el Castillo de Edimburgo, el palacio de Holyrood, los jardines Princes Street Gardens, Dynamic Earth and la avenida Royal Mile. It is 5 minutes away from Andrews Square Square and Waverly Railway Station. 500 metres away, there is a public transport stop. It is just 13 kilometres away from Edinburgh Airport and 89 kilometres away from Airport Glasgow. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a flat-screen television, a mini-bar, a double bed and a safe (available for a fee). OBSERVATIONS: Check-in is at 15:00 and check-out is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1967.99" OriginalAmount="1910.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9499898" Longitude="-3.2079193" StarRating="4" HotelCode="|167993" HotelName="The Rutland and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Steet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/9/3/167993_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1976.57" OriginalAmount="1919" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|126439-28570539/8010255615136104191/1274" HotelName="DU VIN HOTEL &amp;amp; BISTRO EDINBURGH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7730000/7728300/7728219/ef74419f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1988.08" OriginalAmount="1930.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94809" Longitude="-3.192508" StarRating="5" HotelCode="|445438" HotelName="Virgin Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 India Buildings</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/3/8/445438_1a39b391850.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2042.49" OriginalAmount="1983" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.3444" Longitude="-87.9029" StarRating="4" HotelCode="0|478940-28572941/8010255615136104191/3208" HotelName="THE RUTLAND APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4101 FOUNTAIN SQUARE PL, WAUKEGAN, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2950000/2942200/2942183/4306a36d_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at SpringHill Suites by Marriott Waukegan/Gurnee in Waukegan (Waukegan - Gurnee), you'll be close to Six Flags Great America.&lt;br /&gt; This hotel is within the vicinity of Visual Arts Center and Rosalind Franklin University of Medicine and Science.&lt;br /&gt;   Rooms   Make yourself at home in one of the 120 air-conditioned rooms featuring refrigerators and flat-panel televisions. Your pillowtop bed comes with cotton sheets, and all rooms are furnished with double sofa beds. Wired and wireless Internet access is complimentary, while 37-inch high-definition televisions with cable programming provide entertainment. Bathrooms feature shower/tub combinations, complimentary toiletries, and hair dryers.&lt;br /&gt;   Rec, Spa, Premium Amenities   Don’t miss out on recreational opportunities including an indoor pool and a fitness facility. This hotel also features complimentary wireless Internet access, gift shops/newsstands, and a television in the lobby.&lt;br /&gt;   Dining   At the end of the day, relax with your favorite drink at a bar/lounge. A complimentary hot/cold buffet breakfast is served daily.&lt;br /&gt;   Business, Other Amenities   Featured amenities include business services, audiovisual equipment, and express check-out. Planning an event in Waukegan? This hotel has facilities measuring 346 square feet (32 square meters), including a meeting/conference room. Free self parking is available onsite.&lt;br /&gt;   Room Info:    Know Before You Go   This hotel has a smoke-free policy.   Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets not allowed   Check-out time is noon  Check-in time starts at 3 PM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2071.18" OriginalAmount="2010.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953538" Longitude="-3.202001" StarRating="0" HotelCode="|454670" HotelName="Destiny Scotland - Hill Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Hill Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/6/7/0/454670_d17fd2e1129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2112.10" OriginalAmount="2050.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949775" Longitude="-3.207238" StarRating="5" HotelCode="11319|16973|Room Only" HotelName="Waldorf Astoria Edinburgh - The Caledonian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Street, EH1 2AB Edinburgh, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c4/cec4ab2e1dd46a6edc071a5952a73e443aa4713b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel lies in the heart of the city, at the west end of Princes Street. Just a stone’s th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2117.68" OriginalAmount="2056" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|622735-28573109/8010255615136104191/2390" HotelName="LINTON COLLECTION - NORTH BRIDGE LOFTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11510000/11500500/11500437/06c5bed8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2129.01" OriginalAmount="2067" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|186086-28436595/8010255615136104191/1417" HotelName="EDINBURGH CASTLE APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14680000/14671300/14671268/016de019_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2151.67" OriginalAmount="2089" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|25133-28599591/8010255615136104191/3535" HotelName="THE GLASSHOUSE, AUTOGRAPH COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/910800/910777/810c3f62_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2168.15" OriginalAmount="2105" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|2437-28593676/8010255615136104191/2250" HotelName="SHERATON GRAND &amp;amp; SPA EDINBURGH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15600/15554/117b44a7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2209.35" OriginalAmount="2145" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|2423-32398505/8010255615136104191/5189" HotelName="THE CALEDONIAN EDINBURGH, CURIO COLLECTION BY HILTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4200/4198/ad1658d0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2246.43" OriginalAmount="2181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948162775" Longitude="-3.217971" StarRating="3" HotelCode="37553|ballantrae_hotel_at_the_west_end" HotelName="Grosvenor Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Diet Meals,Golf,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Grosvenor Crescent, Edinburgh, Midlothian EH12 5EP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/fa/47fa03b74b6084931a7ab13e01c79fc0c5c4a196.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive guesthouse enjoys a peaceful location and is located in one of the most elegant area...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2288.66" OriginalAmount="2222.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949653678097" Longitude="-3.2186563877316" StarRating="4" HotelCode="428946|palmerston_suites" HotelName="Palmerston Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Central Heating,Internet,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Palmerston Place, Haymarket, Edinburgh, EH12 5AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/1c/d61c310dd7ad44eb542bfd145ba89893b523341d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern aparthotel is situated in the central area of Edinburgh, just a 5-minute walk from Hayma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2295.87" OriginalAmount="2229" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1400156-28598676/8010255615136104191/3732" HotelName="W EDINBURGH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96940000/96937700/96937687/8c91ce97_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2320.59" OriginalAmount="2253.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="0" HotelCode="639271|blackfriars_lofts" HotelName="Blackfriars Lofts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Blackfriars Street</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5a/b55a4fa99aa568656666868f5ce7df7e4d28a30f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2480.24" OriginalAmount="2408" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|21276-28595108/8010255615136104191/3391" HotelName="SCOTSMAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/570900/570820/50026325_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2498.01" OriginalAmount="2425.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9446843" Longitude="-3.2195346" StarRating="0" HotelCode="|167935" HotelName="Haymarket Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Dalry Gait</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/3/5/167935_511ad4d1001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2697.57" OriginalAmount="2619" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|622723-28573142/8010255615136104191/2266" HotelName="LINTON COLLECTION - BLACKFRIARS LOFTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22670000/22667500/22667458/28691b96_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2858.25" OriginalAmount="2775" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48435-28510140/8010255615136104191/627" HotelName="BALLANTRAE WEST END" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1510000/1509900/1509805/3b82cae2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3011.64" OriginalAmount="2923.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953173496597" Longitude="-3.1896561384201" StarRating="5" HotelCode="10630|9304|Room Only" HotelName="The Balmoral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Princes Street, Edinburgh EH2 2EQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/7e/7e7e7b6147815d10faa900ed85735dff0670af0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and comfortable hotel is situated in an exclusive location and offers a beautiful view ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3135.77" OriginalAmount="3044.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94587544" Longitude="-3.22908678" StarRating="4" HotelCode="765108|260322|Room Only" HotelName="The Dunstane Houses - Dunstane House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Babysitting,Bar,Concierge,Conference Hall,Dry Cleaning,Garden,Internet,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates, Edinburgh, Schottland EH12 5JQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is an elegant town house which is just a short walk from Edinburgh city centre. The relaxed atm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3364.68" OriginalAmount="3266.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950075" Longitude="-3.1911210000001" StarRating="5" HotelCode="296651|1186198|Room Only" HotelName="Old Town Chambers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roxburgh's Court, 323 High Street, Edinburgh EH1 1LW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/34/86348c7841a3940e9568df7b5daca6a935347aa0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4835.85" OriginalAmount="4695" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="3" HotelCode="901617|89834" HotelName="Royal Over-Seas League" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Princes Street, Edinburgh EH2 3AB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/c8/81c87893c4fb9a9b52f5f57eb0d448c013fd8b98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Air Conditioning,Golf,Heated Pool,Lounge,Nightclub,Shopping Arcade,Wheelchair Access,Spa,Kitchen,Garden,Babysitting,Concierge,Dry Cleaning,Meeting Room,Parking,Pets allowed,24 Hour Security,Dining,24 Hour Power Supply,Luggage Storage</BasicAmenities>
    <HotelRating>4,5,3,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY</Meals>
    <PropertyType>AIRPORT HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,CITY HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,HOTEL,ECO HOTEL,APARTMENT HOTEL,SPA HOTEL,APARTHOTEL,COUNTRY HOUSE,HOSTEL,VILLAGE,APARTMENT,GUEST HOUSES,GUESTHOUSE</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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|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="cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-04T00:00:00" End="2026-09-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ukt.uniteddestination@gmail.com" Password="utdwwh@2026" 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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|InfiniteSearch|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 324|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:cf6d2898-aa76-47fe-8763-d86f7924ff3f
Error Number:2812,State:62,Class:16|SmyRooms|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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|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="cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-04T00:00:00" End="2026-09-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ukt.uniteddestination@gmail.com" Password="utdwwh@2026" 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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:cf6d2898-aa76-47fe-8763-d86f7924ff3f
Error Number:2812,State:62,Class:16|SmyRooms|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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-11T10:47:21.5399272+01:00" Version="0" EchoToken="Search" TransactionIdentifier="cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="450.02" OriginalAmount="436.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.3100605" Longitude="-85.9641138" StarRating="3" HotelCode="|282068" HotelName="Comfort Inn Near Indiana Premium Outlets" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11711 North U.S. 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/0/6/8/282068_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="463.52" OriginalAmount="450.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.3093399" Longitude="-85.9660918" StarRating="3" HotelCode="|276014" HotelName="Best Western Edinburgh/columbus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11780 North Highway 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/6/0/1/4/276014_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="524.02" OriginalAmount="508.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94055" Longitude="-3.1704" StarRating="3" HotelCode="37813|25916|Bed &amp; Breakfast" HotelName="Chancellor’s Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/62403/a_62403_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting university complex is an ideal starting point for guests wishing to explore the city. ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="548.99" OriginalAmount="533.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940431" Longitude="-3.171425" StarRating="3" HotelCode="147204|pollack_halls__edinburgh_first" HotelName="Pollock Halls" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/9e/259e79dca243127f0ee77b4d7dd74733cf9c99e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="631.39" OriginalAmount="613" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1414473-30105859/8235021827048972022/10565" HotelName="PREMIER INN EDINBURGH - SOUTH QUEENSFERRY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785421/fbd5ed7a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="680.83" OriginalAmount="661.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.933436" Longitude="-3.173556" StarRating="4" HotelCode="34143|the_ben_doran_guest_house" HotelName="The Ben Doran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Mayfield Gardens, Edinburgh EH9 2AX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/31/1c31b5facbb87c702d30f70782571497e84e1276.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located one mile from city centre, on A701, within easy walking distance of the Royal Mile, Edinburg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="687.08" OriginalAmount="667.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94449" Longitude="-3.25441" StarRating="3" HotelCode="|186100" HotelName="Twin Lions" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Corstorphine Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/0/0/186100_e62163a1542.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="689.50" OriginalAmount="669.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950659587454" Longitude="-3.2224327325821" StarRating="3" HotelCode="49323|100693|Bed &amp; Breakfast" HotelName="Britannia Edinburgh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Belford Road, Edinburgh EH4 3DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/1b/1c1bf498bbba756e9897399d5d04a833578942f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on the banks of the Water of Leith in a quiet secluded area. The hotel d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="697.10" OriginalAmount="676.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955797" Longitude="-3.2426105" StarRating="3" HotelCode="|17861" HotelName="Holiday Inn Express Edinburgh City West, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUEENSFERRY ROAD 107</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/1/17861_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning 6 floors and 101 rooms. Guests have access to a bar, a restaurant with air-conditioning and a car park. SITUATION: This hotel is situated 2 kilometres away from the city centre, the Edinburgh Castle with views of 3 kilometres away, there is a public transport stop. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a kettle, a coffee maker, an air-conditioning system and a safe (available for a fee). FACILITIES: Clients can enjoy a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="708.64" OriginalAmount="688.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955900467928" Longitude="-3.2430052757263" StarRating="3" HotelCode="29493|holiday_inn_edinburgh_city_west" HotelName="Holiday Inn Edinburgh City - West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Queensferry Road, Edinburgh, Scotland EH4 3HL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/23/dc23283a3bc5216e0f4bd84d8634d3d90654c455.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 2 km from the inner city, this hotel enjoys fabulous views out over Edinburgh Castle. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="708.64" OriginalAmount="688.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944626" Longitude="-3.254732" StarRating="3" HotelCode="915144|western_manor_house_hotel" HotelName="Twin Lions Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Corstorphine Road, Murrayfield, Edinburgh EH12 6JG, Midlothian</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/1d/af1d5f39b15c8bcaaa4e69670adc85bb2247ecb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="712.76" OriginalAmount="692" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613362-30105923/8235021827048972022/10681" HotelName="PREMIER INN NEWBRIDGE - EDINBURGH APT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11910000/11900500/11900480/93e91b29_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="712.76" OriginalAmount="692" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2424-18983474/8235021827048972022/818" HotelName="HOLIDAY INN EXPRESS EDINBURGH CITY WEST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13400/13364/e2b90db2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="725.73" OriginalAmount="704.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9813995" Longitude="-3.1777" StarRating="3" HotelCode="|20669" HotelName="Holiday Inn Express Edinburgh - Leith Waterfront by IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101 BRITANNIA WAY, OCEAN DRIVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/6/9/20669_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1999 145 rooms and 5 floors. This contemporary hotel, The establishment has a lobby with a reception, a lift, a bar, a car park, internet and a laundry service. SITUATION: Is situated inLeith Port Ocean Terminal it is close to close to the establishment, clients can find Edinburgh the shopping centre of it is close to the Scottish Government restaurants, bars and boutiques. Princes Street 2,5 kilometres away, you can find in front of the hotel there is a bus stop. ROOM: The comfortable, modern rooms, have a bathroom with a hairdryer, a direct line telephone, WiFi, a coffee maker, a kettle and a central heating system. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="738.51" OriginalAmount="717.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.978847" Longitude="-3.179459" StarRating="3" HotelCode="25124|holiday_inn_express_edinburgh_waterfront" HotelName="Holiday Inn Express Waterfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Britannia Way/Ocean Drive, Leith, EH6 6JJ Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/33/fb339ce096407cad7a9ef47dc50c55a85425c9ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is located by the historical harbour of Leith near the 'Ocean Terminal', Edinburg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="742.63" OriginalAmount="721" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23385-18983566/8235021827048972022/1163" HotelName="HOLIDAY INN EXPRESS EDINBURGH - LEITH WATERFRONT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/520000/519940/9db32c43_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="748.81" OriginalAmount="727" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|152969-24913191/8235021827048972022/8943" HotelName="HOLIDAY INN EDINBURGH CITY WEST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/152969/201167115243318.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="774.56" OriginalAmount="752" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|33360-21407556/8235021827048972022/923" HotelName="DOUBLETREE BY HILTON EDINBURGH - QUEENSFERRY CROSSING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/679a9c28_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="792.56" OriginalAmount="769.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946427" Longitude="-3.13708" StarRating="3" HotelCode="152760|289632|Bed &amp; Breakfast" HotelName="Premier Inn Edinburgh East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>228 Willowbrae Road, Edinburgh EH8 7NG, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/8f/638f5bf7d7e129cb040607a12c2a3aec5d75c191.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Con aparcamiento privado gratuito, este Premier Inn está en una ruta principal de autobuses, con exc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="806.49" OriginalAmount="783" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613354-30105628/8235021827048972022/10662" HotelName="PREMIER INN EDINBURGH LEITH WATERFRONT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785420/22fab90a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="808.55" OriginalAmount="785" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613349-30105629/8235021827048972022/10712" HotelName="PREMIER INN EDINBURGH A1 (NEWCRAIGHALL)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785426/920859f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="818.85" OriginalAmount="795" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613356-30105925/8235021827048972022/10630" HotelName="PREMIER INN EDINBURGH PARK (AIRPORT)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785430/ce3f42fa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="837.39" OriginalAmount="813" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951" Longitude="-3.19023" StarRating="3" HotelCode="61565|300851" HotelName="St Christopher's Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-13 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6f/fb6fe4b22e1355f71f1a1f16b8441cdf9ef5a093.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="842.54" OriginalAmount="818" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.937553" Longitude="-3.319428" StarRating="2" HotelCode="298479|201305" HotelName="ibis budget Edinburgh Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Edinburgh Business Park, 6 Lochside View, Edinburgh EH12 9DH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/32643e596403d3a8/58/583d204f7686e720/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="842.58" OriginalAmount="818.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944543" Longitude="-3.095752" StarRating="3" HotelCode="38271|1484660|Bed &amp; Breakfast" HotelName="Best Western Kings Manor Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Milton Road East, Edinburgh EH15 2NP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/df/89df7455f751cdd542c6ea02a25753a56fc374f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located in the east of Edinburgh, around 15 minutes away from the centre. A ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="845.63" OriginalAmount="821" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.934764" Longitude="-3.317827" StarRating="3" HotelCode="263560|93392" HotelName="Premier Inn Edinburgh Park (Airport) Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Lochside Court, Edinburgh Park, Edinburgh EH12 9FX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/b8/7db8e9433e17f87ad656403a7cf777b0b544830e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="849.96" OriginalAmount="825.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94481485" Longitude="-3.36322171" StarRating="3" HotelCode="864185|650165|Bed &amp; Breakfast" HotelName="Hampton by Hilton Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Central Heating,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Almond Avenue, Ingliston, Edinburgh EH12 9GN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/60/33600e2c747a708c70382ee3ac4b3a3af707cf63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="862.56" OriginalAmount="837.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.935044" Longitude="-3.094777" StarRating="3" HotelCode="152759|899635|Bed &amp; Breakfast" HotelName="Premier Inn Edinburgh A1 Newcraighall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>91 Newcraighall Road, Newcraighall, Edinburgh EH21 8RX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/92/f7920310a7afca6c35c5b928439a94c92ca1a7e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With free parking, a 24-hour front desk and traditional restaurant, this Premier Inn is next to Newc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="863.14" OriginalAmount="838" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.917126" Longitude="-3.212686" StarRating="3" HotelCode="114331|56035" HotelName="Best Western  Edinburgh South Braid Hills Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 Braid Road, Edinburgh, Lothian EH10 6JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/42/b542e0aabc94da97761e1b34a2fc3836052dc563.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within a very close distance of the city centre, retaining a secluded and peac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="864.17" OriginalAmount="839" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94388466" Longitude="-3.36360118" StarRating="4" HotelCode="796863|371639" HotelName="Moxy Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Fairview Road, Edinburgh EH28 8AP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/d6/50d652672706fe033f1bb1460fa7dc37ba40f425.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="865.20" OriginalAmount="840" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.967788605767" Longitude="-3.2347146280617" StarRating="4" HotelCode="311045|63826" HotelName="Village Hotels Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Crewe Road South, Edinburgh EH4 2NY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/7e/897eda3acc48f6ddbd6362a74281d0d6ecb4f711.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="880.65" OriginalAmount="855" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|34586-25217692/8235021827048972022/11761" HotelName="BRAID HILLS HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47900/47821/8cc0a7cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="884.58" OriginalAmount="858.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.926498819182" Longitude="-3.3111964166164" StarRating="4" HotelCode="74780|94249|Bed &amp; Breakfast" HotelName="Novotel Edinburgh Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Lochside Avenue, Hermiston Gait Retail Park, Edinburgh EH12 9DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/81/bd81a63a7033014fc0d52961d08281d852760d34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 300 m from Edinburgh Park railway station, just minutes from the city’s busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="907.47" OriginalAmount="881.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946026" Longitude="-3.218249" StarRating="3" HotelCode="260554|199055|Bed &amp; Breakfast" HotelName="Haymarket Hub Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Clifton Terrace, Edinburgh EH12 5DR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/26/0526127a6a6aba7800f8e25deae0da9d64487302.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="913.61" OriginalAmount="887" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|300152-25508811/8235021827048972022/10892" HotelName="VILLAGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9140000/9131700/9131632/04e28cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="940.39" OriginalAmount="913" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940041" Longitude="-3.312356" StarRating="4" HotelCode="31829|13215" HotelName="Marriott Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Glasgow Road, Edinburgh EH12 8NF, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ef/68efb7a008f2f10bad7c012209dd1ea933c156e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Edinburgh just a stone's throw from links to the public transp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="946.57" OriginalAmount="919" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|186016-28831829/8235021827048972022/253" HotelName="KM CENTRAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1157300/1157217/cea786ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="958.93" OriginalAmount="931" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955763" Longitude="-3.279525" StarRating="3" HotelCode="33819|55246" HotelName="Leonardo Hotel Edinburgh Murrayfield" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>187 Clermiston Road, Edinburgh EH12 6UG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/8d/818d4917c78ae0733b8ce310d8e6b1588782c713.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of the seven hills in Edinburgh, close to the airport and only 8 km from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="965.11" OriginalAmount="937" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12435-25202296/8235021827048972022/10940" HotelName="DALMAHOY HOTEL &amp;amp; COUNTRY CLUB" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22000/21999/05372291_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="976.44" OriginalAmount="948" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12437-25201026/8235021827048972022/11699" HotelName="LEONARDO EDINBURGH MURRAYFIELD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/580000/579949/baebe3d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="980.10" OriginalAmount="951.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946167" Longitude="-3.183231" StarRating="3" HotelCode="|186008" HotelName="Km" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7, Richmond Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/0/8/186008_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="986.04" OriginalAmount="957.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943634" Longitude="-3.374916" StarRating="3" HotelCode="16298|16970|Bed &amp; Breakfast" HotelName="Holiday Inn Express Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>101 Ingliston Road, Edinburgh EH28 8AU, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/9d/1a9dfc048db2381d13c920b8ab99e7c093c6bbb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located at Edinburgh International Airport, only 2 minutes away by courtesy mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="997.04" OriginalAmount="968" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1012213-26205948/8235021827048972022/11418" HotelName="THE BEN DORAN GUEST HOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/69100/69017/d3ec3ebd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1002.56" OriginalAmount="973.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944868" Longitude="-3.199993" StarRating="3" HotelCode="60480|71550|Bed &amp; Breakfast" HotelName="Premier Inn Edinburgh Central Lauriston Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>82 Lauriston Place, Edinburgh EH3 9DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/19/3719e9f8c89a3bd199b5e5a8f01d705b3e47f07c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Due to its central location on Lauriston Place, the hotel is only a few minutes on foot from Princes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1003.90" OriginalAmount="974.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.91189" Longitude="-3.31573" StarRating="4" HotelCode="|245500" HotelName="Courtyard By Marriott Edinburgh West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Research Avenue South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/5/0/0/245500_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1004.33" OriginalAmount="975.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949722" Longitude="-3.183804" StarRating="2" HotelCode="36964|939015|Bed &amp; Breakfast" HotelName="Travelodge Edinburgh Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 St. Mary's Street, Edinburgh EH1 1TA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/87/ac87aaf1fe921dca85dafa4d1d1c00fc885906de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh just 50 m from links to the public transport networ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1010.43" OriginalAmount="981" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.942576128332" Longitude="-3.2670700550079" StarRating="4" HotelCode="316789|22387" HotelName="Holiday Inn Edinburgh" 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,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Corstorphine Road, Edinburgh EH12 6UA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/80/968082cd5a597a5048dce84b23698dac340c76b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The pleasant city hotel enjoys a peaceful inner city location within a short distance of Edinburgh Z...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1025.88" OriginalAmount="996" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="50.0547245" Longitude="19.9446162" StarRating="3" HotelCode="0|96618-30105452/8235021827048972022/10616" HotelName="PREMIER INN EDINBURGH LAURISTON PLACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>32 Starowislna 32, Krakow, PL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785423/w3008h1998x0y0-0fe7a710_b.jpg</HotelPictures>
        <HotelDescription>Located in the Kazimierz district, the Old Jewish Quarter of Krakow, the historic building located on Starowislna 32 street hosts 13  comfortable and fully equipped apartments. They all feature a kitchen and a private bathroom. There are studios, one-bedroom, two-bedroom and three-bedroom apartments that can hold up to 8 people, which make it the perfect choice for couples, families with children and groups of friends who seek to enjoy Krakow with total independence.
These apartments are located in central Krakow, next to the City's Old Town and within walking distance from the Main Market Square, the Town Hall and the Wawel Castle. On the surroundings guests can find numerous restaurants, bars and shops. The Galeria Kazimierz is a quick walk from the apartments.
Our guests have a plus of comfort given by the washing machine and dryer located in the building! 
The building is well connected by public transport to main tourist sites and to the railway station; at the reception guests can also hire a shuttle service to the airport, book the guided tours and get free maps and guides.
Breakfast available for a surcharge.
All apartments have access to free WiFi and the building located on Dietla street is also equipped with an elevator.
Check-in takes place at Main Square (Rynek Glówny 34) between 14:00 - 20:00 (weekdays) and 14:00 - 17:00 (weekends). For arrivals after the office working hours please contact emergency number +48 501 745 873.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1026.91" OriginalAmount="997" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945549" Longitude="-3.243497" StarRating="3" HotelCode="337463|6971" HotelName="Murrayfield Hotel &amp; Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Corstorphine Road, Murrayfield, Edinburgh EH12 6HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/10/5210527f5f7c6735c88d8ae4b8ac915c040b1125.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Corstophine Road area in the same neighbourhood as Murrayfield Rugby St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1026.91" OriginalAmount="997" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947924" Longitude="-3.221933" StarRating="2" HotelCode="37835|32579" HotelName="Travelodge Edinburgh Haymarket" 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,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Eglington Crescent, Edinburgh EH12 5BY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/66/3b6619c5598c9d378a6238d21990e502b48fe44f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located approximately 150 m from a selection of restaurants, bars, pubs and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1028.70" OriginalAmount="998.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.958427" Longitude="-3.182341" StarRating="2" HotelCode="18271|467485|Bed &amp; Breakfast" HotelName="The Cairn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-18 Windsor Street, Edinburgh EH7 5JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/f3/e6f3f6cf55146c915f6a2fe44c647f8d5b39328e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Edinburgh's lively theatre district, just a few minutes on foot from the t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1028.76" OriginalAmount="998.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943853" Longitude="-3.359998" StarRating="4" HotelCode="32868|14034|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Eastfield Road, Edinburgh International Airport, Edinburgh EH28 8LL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/54/3e5412e3f334c6162f307006389e277cf996d73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly beside Edinburgh Airport. The centre of the city with its many touri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1035.15" OriginalAmount="1005" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2421-21403721/8235021827048972022/871" HotelName="DOUBLETREE BY HILTON EDINBURGH AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/520500/520429/w3840h2548x0y1-bb129d31_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1039.24" OriginalAmount="1008.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.942554" Longitude="-3.212237" StarRating="3" HotelCode="|445436" HotelName="Hampton by Hilton Edinburgh West End" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>166 Fountainbridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/3/6/445436_d47382b1836.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1042.36" OriginalAmount="1012" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613446-30106053/8235021827048972022/10528" HotelName="HUB BY PREMIER INN EDINBURGH ROYAL MILE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/116000000/115320000/115319300/115319207/aef18592_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1044.42" OriginalAmount="1014" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|30755-27577278/8235021827048972022/12065" HotelName="MURRAYFIELD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1050000/1040700/1040662/d5b02cde_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1044.42" OriginalAmount="1014" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1389290-30106073/8235021827048972022/10550" HotelName="HUB BY PREMIER INN EDINBURGH HAYMARKET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40170000/40170000/40169915/56cd1076_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1044.75" OriginalAmount="1014.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.91143258" Longitude="-3.31584723" StarRating="4" HotelCode="571979|2221985|Bed &amp; Breakfast" HotelName="Courtyard Edinburgh West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2 Research Avenue South, The Avenue, Heriot-Watt University, Edinburgh EH14 4BA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/12/2f12fa1930f9f6d3236dded50b13376b5cfc9852.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1047.51" OriginalAmount="1017" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|47453-6367130/8235021827048972022/8969" HotelName="CAIRN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/64100/64061/346290ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1050.60" OriginalAmount="1020" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613447-30106071/8235021827048972022/10542" HotelName="HUB BY PREMIER INN EDINBURGH CITY CENTRE (ROSE STREET)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40090000/40084900/40084824/5ebd9fed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1053.20" OriginalAmount="1022.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94610438" Longitude="-3.21027277" StarRating="3" HotelCode="966149|4263725|Bed &amp; Breakfast" HotelName="Point A Hotel Edinburgh Haymarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Morrison Street, Edinburgh EH3 8EB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/50/37507c2dd5d8e459741774cdfc4c715b48da6d36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1075.63" OriginalAmount="1044.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940398" Longitude="-3.312711" StarRating="4" HotelCode="|17842" HotelName="Delta Hotels by Marriott Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GLASGOW ROAD 111</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/2/17842_68b3cf21416.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and renovated in 2002. It has 4 floors, 245 rooms, 126 single rooms and 115 double rooms. The establishment has an indoor car park, a car park, a restaurant with air-conditioning and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel Edinburgh it is in nearby, you will find public transport services, is situated 3 kilometres away from the airport, is situated 10 kilometres away from a ski resort, the establishment is 12 kilometres away from the beach. ROOM: The traditional-style rooms, have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar and central heating. FACILITIES: Customers can enjoy a covered pool, a swimming pool, a sauna, a solarium and a gym. it is 3 kilometres away from a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1100.04" OriginalAmount="1068" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613346-30105924/8235021827048972022/10591" HotelName="PREMIER INN EDINBURGH (PRINCES STREET)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785431/3d09a8d3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1122.56" OriginalAmount="1089.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951074" Longitude="-3.178405" StarRating="4" HotelCode="38005|84796|Bed &amp; Breakfast" HotelName="Holyrood Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Nether Bakehouse, Holyrood, EH8 8PE Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/0e/750e1cf547169a9437a9fbc4392264b565cb9c3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated apartment hotel is located within the heart of Edinburgh, only a stone's throw fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1124.76" OriginalAmount="1092" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.938038769173" Longitude="-3.2059907913208" StarRating="4" HotelCode="27277|201177" HotelName="Best Western Plus Bruntsfield Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Bruntsfield Place, Edinburgh EH10 4HH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/f7/b1f7fbd91340eb2be8e4a905b32aa8c1c9912782.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The view over the leafy Bruntsfield Links Park and the proximity to the city centre make this hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1135.68" OriginalAmount="1102.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949589513952" Longitude="-3.1880790223186" StarRating="3" HotelCode="37504|228553|Bed &amp; Breakfast" HotelName="ibis Edinburgh Centre Royal Mile - Hunter Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Hunter Square, Off Royal Mile, Edinburgh EH1 1QW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/13/4c1305a2955067b4bf3aa0d55b41b0842e9d6ba5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1140.21" OriginalAmount="1107" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2407-25189539/8235021827048972022/10980" HotelName="BRUNTSFIELD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20800/20702/a63442e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1149.48" OriginalAmount="1116" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956791950269" Longitude="-3.1894013725329" StarRating="3" HotelCode="464787|227147" HotelName="Premier Inn Edinburgh City Centre (York Place)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 York Place, Edinburgh, Scotland EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ee/14ee91abd6c38a625366a9c2f286ba64b06e7540.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1156.28" OriginalAmount="1122.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945584" Longitude="-3.214002" StarRating="4" HotelCode="36963|2091325|Bed &amp; Breakfast" HotelName="Premier Inn Edinburgh City Centre Haymarket" 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,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Morrison Link, Edinburgh EH3 8DN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/f2/30f27055aa1f6929e422451e1097cc0d2ba809f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the historical heart of Edinburgh, right next door to Haymarket station and a vast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1163.90" OriginalAmount="1130" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|96617-25263740/8235021827048972022/11475" HotelName="LEONARDO HOTEL EDINBURGH HAYMARKET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4040000/4035400/4035314/389b4ad4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1165.96" OriginalAmount="1132" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.982355" Longitude="-3.400434" StarRating="4" HotelCode="23151|456987" HotelName="Dakota Hotel Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferrymuir Retail Park 11, South Queensferry, Edinburgh EH30 9QZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/77/2e772d0c679085fb52683f25501081eb2eab6b64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1171.11" OriginalAmount="1137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951383905043" Longitude="-3.1839805068109" StarRating="3" HotelCode="467282|227146" HotelName="Premier Inn Edinburgh City Centre Royal Mile Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 East Market Street, Old Town, Edinburgh EH8 8FR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/da/09dad602f403a4c2fcefd75685f56742fe314561.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1173.17" OriginalAmount="1139" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|100428-25275907/8235021827048972022/10883" HotelName="APEX WATERLOO PLACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2280000/2278100/2278092/c4cdc086_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1173.17" OriginalAmount="1139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948012" Longitude="-3.194766" StarRating="3" HotelCode="59406|grassmarket_hotel" HotelName="The Grassmarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Bar,Bicycle Rental,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94-96 Grassmarket, Edinburgh EH1 2JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/00/eb/00eb04a781eb59093f04865601fabd58316773d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the splendid cosmopolitan and historic district of Grassmarket and is only a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1174.26" OriginalAmount="1140.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946942" Longitude="-3.217138" StarRating="4" HotelCode="21205|16974|Bed &amp; Breakfast" HotelName="Edinburgh Grosvenor Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grosvenor Street, Haymarket, City of Edinburgh, Edinburgh EH12 5EF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/28/28358bfee5616a93/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Edinburgh's West End and only a 5-minute walk from Princes Street, this hot...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1178.36" OriginalAmount="1144.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9476013" Longitude="-3.1952" StarRating="4" HotelCode="|17862" HotelName="Apex City Of Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 GRASSMARKET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/2/17862_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this modern hotel and was built in 1960. It has 4 floors, 119 rooms, 116 double rooms and 3 suites. In the entrance, you can find a lobby with an elevator and a reception with safety deposit boxes, The establishment has various facilities, such as a bar, an Ã  la carte restaurant with air-conditioning, a conference room, internet and a car park. There are many services available at the establishment, including room service. SITUATION: This urban hotel, the Grassmarket is situated in it is near shops, bars, nightclubs, monuments and tourist points of interest. in front of the hotel there is a public transport stop. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a stereo, a mini-bar, internet, a fridge and a double bed. Are also equipped with tiled floors, an air-conditioning system, fitted carpets, central heating and a safe. FACILITIES: It is 5 kilometres away from a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1181.41" OriginalAmount="1147" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|622463-24917389/8235021827048972022/8972" HotelName="POINT A EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37170000/37166300/37166264/692d5b4b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1182.44" OriginalAmount="1148" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95075713146" Longitude="-3.2043104030411" StarRating="3" HotelCode="263559|93389" HotelName="Premier Inn Edinburgh City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>121/123 Princes Street, Edinburgh EH2 4AD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/f9/11f9167228d09424eb076376523d21a7d925db77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1184.46" OriginalAmount="1149.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952870154213" Longitude="-3.1930840015411" StarRating="3" HotelCode="337465|9466|Bed &amp; Breakfast" HotelName="Old Waverley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Princes Street, Edinburgh EH2 2BY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a6/1da6fa425b29e4299f6f8bad660c1f174c13fc56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Edinburgh's famous Princes Street with its shopping venues, restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1186.56" OriginalAmount="1152" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|622694-25791173/8235021827048972022/10759" HotelName="YOTEL EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36670000/36667900/36667881/118bf85b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1203.04" OriginalAmount="1168" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956784890393" Longitude="-3.1786268949509" StarRating="4" HotelCode="17007|2009" HotelName="Crowne Plaza Edinburgh Royal Terrace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Royal Terrace, Edinburgh EH7 5AQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/f6/33f654d6b616b523aa2774160778694faa8610a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Forming part of a prestigious Georgian Terrace, the hotel has a prime city centre location within ea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1230.85" OriginalAmount="1195" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956405" Longitude="-3.18853" StarRating="3" HotelCode="15457|10226" HotelName="Indigo Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 – 59 York Place, Edinburgh, Scotland EH1 3JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/c0/13c014874b10e35e2cf75e87bab3927cdaed21b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 5-minute walk from Princes Street and just about 800 m from Waverley Railway Station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1240.82" OriginalAmount="1204.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949182" Longitude="-3.184547" StarRating="3" HotelCode="79014|154029|Bed &amp; Breakfast" HotelName="Holiday Inn Express Edinburgh Royal Mile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>300 Cowgate, Edinburgh EH1 1NA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d9/add9b7832a5907fa48d0926c9571993d9bd29528.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quaint location in the Old Town in Edinburgh city centre just a 10-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1243.21" OriginalAmount="1207" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|53310-28854483/8235021827048972022/155" HotelName="GRASSMARKET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1330000/1328500/1328466/769d5883_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1245.27" OriginalAmount="1209" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431442-27591490/8235021827048972022/12341" HotelName="RIGH RESIDENCES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90550000/90542300/90542282/79346e14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1251.45" OriginalAmount="1215" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954472042637" Longitude="-3.1974929941908" StarRating="4" HotelCode="318631|89819" HotelName="The Spires Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93-95 Hanover Street, Edinburgh EH2 1DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/fe/3bfe073c96e86a9f94835fc46f633dcae1e50298.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1257.63" OriginalAmount="1221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947357" Longitude="-3.195477" StarRating="4" HotelCode="33817|8232" HotelName="Apex City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Grassmarket, Edinburgh EH1 2JF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/86/ce86b53f7b5304175bc7064afa3ede09b5eac32d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the historical city district of ""Grass Market"" and therefore lies i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1260.72" OriginalAmount="1224" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|185990-27175785/8235021827048972022/8981" HotelName="IBIS EDINBURGH CENTRE ROYAL MILE – HUNTER SQUARE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/200900/200875/cbe48ffc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1279.26" OriginalAmount="1242" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95360704" Longitude="-3.20588695" StarRating="3" HotelCode="739629|282866" HotelName="Mode Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74-77 Queen Street, Edinburgh EH2 4NF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/d8/1bd85bf85252adadc3b808c3108cd6b3b5fb3910.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1313.47" OriginalAmount="1275.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9518208" Longitude="-3.1773966" StarRating="4" HotelCode="|20010" HotelName="Edinburgh Holyrood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HOLYROOD ROAD 81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/0/20010_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, luxurious hotel, has a lounge bar, a library and a stylish restaurant. SITUATION: This establishment is in the surrounding area of the Scottish Parliament, The Holyrood House Palace and The Volcanic Mountain Arthur's Seat it is situated 2 minutes away from the Royal Mile ROOM: The modern rooms have a bathroom, a hairdryer, a direct line telephone, internet, a mini-bar, complimentary bathroom items, a writing desk with lamp and a welcome tray. FACILITIES: Guests can enjoy a covered swimming pool, a sauna, a solarium, a Turkish bath, a beauty centre and a gym. MEALS: The establishment serves a buffet breakfast. OBSERVATIONS: This establishment has a car park (for a fee). Check-in is at 16:00 and check-out is at 12:00.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1314.28" OriginalAmount="1276.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943675650009" Longitude="-3.1927943229675" StarRating="4" HotelCode="915128|residence_inn_by_marriott_edinburgh" HotelName="Residence Inn by Marriott Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Kitchen,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Simpson Loan, Quartermile, Edinburgh EH3 9GG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/1f/cf1f9082e9398de56f143546c64263622abd574b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1321.49" OriginalAmount="1283" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|16864-27180185/8235021827048972022/8984" HotelName="STAY CENTRAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/800000/798100/798032/9c7a8f48_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1327.03" OriginalAmount="1288.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945977626227" Longitude="-3.1832673053306" StarRating="3" HotelCode="915136|1128488|Bed &amp; Breakfast" HotelName="Richmond Place Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-9 Richmond Place, Edinburgh EH8 9SS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b0/88b030d001bdbf2999c7eb025d7c28aa9db9e787.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1338.67" OriginalAmount="1299.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954519" Longitude="-3.1943719999999" StarRating="3" HotelCode="298480|GB000179" HotelName="ibis Styles Edinburgh Centre St Andrew Square" Meals="BED &amp; BREAKFAST" BedType="" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Sant Andrew Square, Edinburgh EH2 1AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/4f/954f0bc336dc7242ad4a62cabcf070e34f828efb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1342.34" OriginalAmount="1303.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948134250945" Longitude="-3.1900128722191" StarRating="3" HotelCode="36431|156384|Bed &amp; Breakfast" HotelName="Stay Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Diet Meals,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>139 Cowgate, Edinburgh EH1 1JS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a6/c2a694d2db0440c188a062be377de87af13a6d3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Old Town, just steps from the Royal Mile, Princes Street and the theatr...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1352.39" OriginalAmount="1313" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951215995389" Longitude="-3.1857857108116" StarRating="3" HotelCode="258995|608" HotelName="Jurys Inn Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Jeffrey Street, Edinburgh EH1 1DH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/9a/3c9a3564464625df2feb1b1c097425ede7a50ce7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is in a fantastic location in the heart of Edinburgh, directly by the Royal Mile. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1377.11" OriginalAmount="1337" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1361924-25010470/8235021827048972022/462" HotelName="THE SCHOLAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3920000/3911600/3911559/7ba3de7c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1383.29" OriginalAmount="1343" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|622633-32360335/8235021827048972022/289" HotelName="HEETON CONCEPT APARTHOTEL EDINBURGH QUEEN STREET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24160000/24151400/24151306/8a15bd2f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1383.80" OriginalAmount="1343.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95084" Longitude="-3.19154" StarRating="0" HotelCode="|224495" HotelName="Motel One Edinburgh - Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18-21 Market Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/4/9/5/224495_6dbe3ae2113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1388.48" OriginalAmount="1348.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950860826335" Longitude="-3.176856637001" StarRating="4" HotelCode="23049|1083188|Bed &amp; Breakfast" HotelName="Macdonald Holyrood Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Holyrood Road, Edinburgh EH8 8AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3f/b73f7065bf379409c333bc7a2ede2c31c1cc9d1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The contemporary style of this hotel building harmonises well with the historical surroundings, whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1388.82" OriginalAmount="1348.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.937613" Longitude="-3.202884" StarRating="3" HotelCode="|20769" HotelName="Black Ivy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ALVANLEY TERRACE, WHITEHOUSE LOAN 2-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/7/6/9/20769_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, was built in 1890, The establishment has a reception and a lobby. This renovated hotel in 2002 26 rooms and 2 floors. Guests can enjoy a cafÃ©, a bar and a restaurant with highchairs. SITUATION: It is near a peaceful park, is situated 1 kilometre away from the city centre, near the establishment, you will find restaurants, bars and a public transport stop. It is situated 20 kilometres away fromEdinburgh Airport. ROOM: The rooms have cosy, have a bathroom with a hairdryer, a direct line telephone, a television, a radio, a kettle, a coffee maker, fitted carpets and a central heating system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1393.59" OriginalAmount="1353" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-23.5620312" Longitude="-46.6696361" StarRating="4" HotelCode="0|49413-25225619/8235021827048972022/12025" HotelName="MALMAISON EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> Rua Da Consolação, 3555, SAO PAULO, BR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/670000/664700/664615/90f7715d_b.jpg</HotelPictures>
        <HotelDescription>This business hotel is set in the exclusive Jardins district, close to the shopping and culture centre of São Paulo and in the vicinity of the business and finance centre of the city. The fully air-conditioned hotel comprises a total of 190 suites. The lobby includes a 24-hour reception desk. Dining options can be found in the hotel restaurant. Those arriving by car may take advantage of the car park. All of the accommodation units come with an en-suite bathroom, a direct dial telephone with voicemail, satellite/cable TV, and a hire safe. Internet access is also included in the rooms and air-conditioning is centrally regulated. The hotel offers use of a sauna, a sun terrace and a swimming pool. Guests may also wish to use the fully equipped gym.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1400.80" OriginalAmount="1360" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944391626124" Longitude="-3.2012191414833" StarRating="3" HotelCode="337462|6974" HotelName="Leonardo Hotel Edinburgh City" 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,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>79 Lauriston Place, Edinburgh EH3 9HZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/27/d027a59d0b888d087fb78b3e9e86c7405e638be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The world famous Princes Street, situated below Edinburgh Castle, the Royal Mile and the resurgent '...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1401.83" OriginalAmount="1361" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.977919426679" Longitude="-3.1685954332352" StarRating="4" HotelCode="316791|17305" HotelName="Malmaison" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Tower Place, Edinburgh EH6 7BZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/df/57df89be240a15473f09a0f591ebecd4621e4e65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This award-winning, stylish hotel is situated at the waterfront of the Port of Leith. The Ocean Term...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1405.95" OriginalAmount="1365" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48399-25224671/8235021827048972022/11230" HotelName="ROYAL SCOTS CLUB" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/900900/900862/f23a9959_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1415.10" OriginalAmount="1373.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946364239557" Longitude="-3.1835567951202" StarRating="4" HotelCode="60144|86699|Bed &amp; Breakfast" HotelName="Ten Hill Place Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Hill Palace, Edinburgh EH8 9DS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/66/966678c17cc386984a095779756a3b573ed9c465.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in Edinburgh's old town and is only a couple of steps away from Princes Street. It o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1417.26" OriginalAmount="1375.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95098211" Longitude="-3.18226435" StarRating="4" HotelCode="473521|GB000309" HotelName="Aparthotel Adagio Edinburgh Royal Mile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>231 Canongate, Edinburgh EH8 8AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/29/6829a4941267f418c4509d6f54ed4b922564c97c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1422.43" OriginalAmount="1381" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.928560387609" Longitude="-3.1684978773774" StarRating="4" HotelCode="150277|36747" HotelName="Kildonan Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Craigmillar Park, Edinburgh EH16 5PE, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/25/3825ef2f1f45c4fe1b7e4764bfb25179785deb69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Edinburgh. The nearest airport is Edinburgh - Rail Station (ZXE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1427.78" OriginalAmount="1386.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9459" Longitude="-3.2038" StarRating="4" HotelCode="|20681" HotelName="Doubletree By Hilton Edinburgh City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Bread Street, Edinburgh EH3 9AF, United Kingdom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/1/20681_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This stylish hotel rooms 4 floors, 140 rooms, 136 double rooms and 4 suites. Guests have access to a lobby with a reception, a cocktail bar, a pub, a restaurant, internet and conference rooms. There are many services available at the establishment, including room service and a laundry service. SITUATION: This inviting hotel, the Edinburgh Castle it is located in front of it is near Princes Street the commercial area of the business area, Where you can find and the historic centre. in front of the hotel there is a public transport stop, is situated 13 kilometres away from Turnhouse Airport. ROOM: The minimalist in style rooms, have a bathroom with a hairdryer, toiletries, a direct line telephone, satellite or cable TV, central heating, internet, a kettle and a coffee maker. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a set-menu lunch and dinner. Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1428.73" OriginalAmount="1387.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95261" Longitude="-3.194464" StarRating="3" HotelCode="258823|790835|Bed &amp; Breakfast" HotelName="Mercure Edinburgh City Princes Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Sreet, Edinburgh EH2 2DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/94/53943557a294aa3872618c840348f9e7d76b552f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel offers guests superb views over the famous Princes Street Gardens and Edi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1434.79" OriginalAmount="1393" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2403-25189538/8235021827048972022/10731" HotelName="APEX GRASSMARKET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/62800/62750/302bc9d0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1436.79" OriginalAmount="1394.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9563227" Longitude="-3.1977946" StarRating="3" HotelCode="|20682" HotelName="The Royal Scots Club Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ABERCROMBY PLACE 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/2/20682_3d73b2b1449.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2004 2 floors, 21 rooms, 1 single rooms and 18 double rooms. In the entrance, guests are offered a lobby, a reception and a currency exchange service. Guests have access to a bar, a restaurant, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: Is situated inEdinburgh a typical street near the establishment, you will find a public transport stop, shops and restaurants. it is 50 metres away from bars, pubs and a nightclub. ROOM: The rooms are traditional-style, Guests are offered standard and superior rooms, Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a central heating system, a sitting room, fitted carpets, tiled floors and some rooms with views of, the city, garden. FACILITIES: The establishment boasts a leisure centre with a jacuzzi, Clients can enjoy activities such as aerobics. OTHERS: Regarding the food and beverage provision, the establishment offers American buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1439.45" OriginalAmount="1397.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948370915892" Longitude="-3.186845019869" StarRating="3" HotelCode="284650|GB000172" HotelName="ibis Edinburgh Centre South Bridge - Royal Mile Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 South Bridge, Edinburgh EH1 1HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/fb/1bfb206eba8ba77e926f335cf35ba1859ccd9ef9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1442.00" OriginalAmount="1400" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2428-25187414/8235021827048972022/11731" HotelName="MOUNT ROYAL HOTEL EDINBURGH BY THE UNLIMITED COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/810000/802200/802180/6e138dfd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1460.21" OriginalAmount="1417.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945817524735" Longitude="-3.2032817602158" StarRating="4" HotelCode="23050|15026|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Edinburgh City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Bread Street, EH3 9AF Edinburgh, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/27/da274c7a1cd92d0ac7afa7fbf1c3756e7feaed68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located in the shadow of Edinburgh Castle and is only a few minutes from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1470.84" OriginalAmount="1428.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.92772076" Longitude="-3.20815085" StarRating="4" HotelCode="580862|the_lane_hotel_2" HotelName="The Lane Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Canaan Lane, Edinburgh EH10 4SY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/6e/616ea24804ca43955d45e84a0bc3b419b6b31cbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1483.20" OriginalAmount="1440" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|16859-25201474/8235021827048972022/12269" HotelName="LINKS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9730000/9726300/9726258/6119c5c9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1496.45" OriginalAmount="1452.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95628" Longitude="-3.197746" StarRating="3" HotelCode="17004|581575|Bed &amp; Breakfast" HotelName="The Royal Scots Club" 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/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Abercromby Place, Edinburgh EH3 6QE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b2/46b272e47f2edeca503e8560bdb1ddeafde30b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of Edinburgh's Georgian streets. The nearest restaurants as well as links to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1496.59" OriginalAmount="1453" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|16855-25201473/8235021827048972022/11394" HotelName="LEONARDO ROYAL HOTEL EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/116000/115987/07e212f7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1500.65" OriginalAmount="1456.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947078" Longitude="-3.196621" StarRating="4" HotelCode="10229|32024|Bed &amp; Breakfast" HotelName="Apex Grassmarket Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Grassmarket, Edinburgh EH1 2HS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/af/5daf351658755d03030a404d8b43df636fdc1482.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Edinburgh's Old Town with a magnificent view of the castl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1509.16" OriginalAmount="1465.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950782" Longitude="-3.20793" StarRating="4" HotelCode="401739|1098368|Bed &amp; Breakfast" HotelName="Angels Share Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Hope Street, Edinburgh EH2 4EL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fa/b3fa80f809ffac6e108faeee49b4c887e76bd38b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of the city centre at Edinburgh's West End, this boutique hotel allows...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1525.64" OriginalAmount="1481.2" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944976409936" Longitude="-3.199548125267" StarRating="4" HotelCode="39321|GB000055" HotelName="Novotel Edinburgh Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Lauriston Place, Edinburgh, Scotland EH3 9DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/14/cf14fb988c7851299a31ccf5b33fece74cfcf0a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to the beach (around 5 km away). The Royal Mile, Edinburgh Castle, Prince...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1549.12" OriginalAmount="1504.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945499" Longitude="-3.228747" StarRating="4" HotelCode="56606|the_dunstane" HotelName="The Dunstane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates &amp; 5 Hampton Terrace, Haymarket, Edinburgh, Schottland EH12 5JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/d2/87d2eef0f591ac6a75151b2a768f3fe95cc58154.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh's West End, just 15 minutes' walk from the city's shopping and co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1552.21" OriginalAmount="1507" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|68544-25238087/8235021827048972022/11361" HotelName="ANGEL’S SHARE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1430000/1422900/1422868/bd663865_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1562.51" OriginalAmount="1517" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2438-25187416/8235021827048972022/11663" HotelName="LEONARDO EDINBURGH CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527473/6e42fa2e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1567.45" OriginalAmount="1521.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95741487" Longitude="-3.18477187" StarRating="4" HotelCode="481530|2058625|Bed &amp; Breakfast" HotelName="Courtyard Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Baxters Place, EH1 3AF Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/42/45425cfaca8ae3ccf147f0bda7ed35168add3a59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1569.72" OriginalAmount="1524" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.015808" Longitude="-95.883652" StarRating="3" HotelCode="0|255089-25476920/8235021827048972022/11615" HotelName="IBIS EDINBURGH CENTRE SOUTH BRIDGE - ROYAL MILE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>8405 East 102nd Street South, Tulsa, 74133, OK, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6800000/6793500/6793484/18821c1c_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 92. Suites: 22. Single-bedded accommodations: 41. Double bedrooms: 51. Smoking rooms: 0. Nonsmoking rooms: 92. Physically challenged rooms: 6. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- The Holiday Inn Express and Suites Tulsa South, Bixby is the newest hotel in contemporary styling. Conveniently located off Creek Turnpike &amp;amp; Memorial Dr. Located minutes from a variety of shopping, dining, and entertainment in the Woodland Hills area. Our 100% non-smoking hotel is within walking distance of the Transformation Church, B&amp;amp;B Starworld 20 Movie Theater as well as a short drive from the Riverspirit Casino, Downtown Tulsa, BOK Center, The Woodland Hills Mall, Tulsa International Airport, and Expo Square. Our modern, sophisticated design offers a plethora of amenities such as spacious guestrooms featuring luxurious new bedding, complimentary hot breakfast served daily, business center, fitness area, indoor heated pool, and whirlpool. 
Guests will appreciate our private boardroom, while our flexible meeting space can comfortably accommodate up to 100 people. With convenient access to I-44, Historical Route 66, and US Highway 75, our central location places you between Oklahoma City, Springfield, Little Rock, Dallas and Kansas City. Guests will enjoy being near ORU, Rhema Bible College, St Francis Heart Hospital, TU, Southcrest, Cancer Treatment Centers of America, Oklahoma Heart Institute, Haikey Creek All Star Sports Complexs, UMAC, Hardrock Hotel &amp;amp; Casino, TCC, Tulsa Zoo, OU, Woodland Hills Mall, Tulsa Air and Space Museum, and Oklahoma Aquarium.. Onsite facilities information- ParkingProperty was built in 2011. Hotel Currency: USD. Additional Addresses: Other: 8405 East 102nd Street South, Tulsa, 74133, OK, US. Additional Phone Numbers: Fax - Other: 19189706222. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1579.55" OriginalAmount="1533.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956538037115" Longitude="-3.2071242499627" StarRating="4" HotelCode="82407|938425|Bed &amp; Breakfast" HotelName="Nira Caledonia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Gloucester Place, Edinburgh, City of Edinburgh EH3 6EF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/56/c4566e47c1a32f1b3b19d7dcdfb2846e0d4172ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1582.97" OriginalAmount="1536.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.927736" Longitude="-3.208183" StarRating="4" HotelCode="|451604" HotelName="The Lane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>237-239 Morning Side Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/6/0/4/451604_7d39ae80933.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1624.26" OriginalAmount="1576.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.8909988" Longitude="-3.1041999" StarRating="4" HotelCode="|24425" HotelName="Melville Castle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MELVILLE GATE - GILMERTON ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/2/5/24425_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and was built in 1786. renovated in 2003 3 floors, 32 rooms and 2 suites. In the entrance, you can find a cosy hall with a reception, a safety deposit box service, a currency exchange service, lifts and a cloakroom. The establishment has a bar, a restaurant with highchairs, a conference room, room service and a car park. SITUATION: This inviting hotel is situated in a large park, 10 minutes away, guests can find public transport services, shops, is 20 minutes away from Edinburgh the city centre of Where you can find bars, restaurants and pubs. it is 25 minutes away from the train station. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, internet, a radio, satellite or cable TV, a fridge, a coffee maker, a kettle, fitted carpets, central heating and a safety deposit box (available for a fee). FACILITIES: Customers can enjoy outdoor activities, is situated 10 minutes away from a golf course. OBSERVATIONS: Check-in is at 14:00 check-out is at 11:00. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service and a set-menu lunch and dinner. Food for those with special dietary requirements. and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1642.13" OriginalAmount="1594.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95134448" Longitude="-3.19017162" StarRating="0" HotelCode="955747|4310315|Bed &amp; Breakfast" HotelName="Market Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/ff/11ff9cb69461c73cedeb73bc1eaa587288a1e0be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1642.85" OriginalAmount="1595" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.137300" Longitude="-121.635000" StarRating="5" HotelCode="0|263410-26927247/8235021827048972022/466" HotelName="THE ROSEATE EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>894 W Onstott Road, Yuba City, 95991-3519, CA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1381400/1381332/af2fc45d_b.jpg</HotelPictures>
        <HotelDescription>Floors: 2. Total rooms: 91. Physically challenged rooms: 5. Nonsmoking rooms: 91. The Best Western Yuba City Inn is located in central Yuba City near Sutter Buttes mountain range, off Highway 99 and close to a wide variety of shopping and dining venues. Yuba City was originally settled by gold miners, but there’s still plenty to do in the area besides seeking your fortune. Brew a cup of coffee in your room and then prepare for a busy day with our free hot breakfast in our dining area. Explore things to do in Yuba City with the free high-speed Internet access in your room or our business center. Visit original gold-rush era communities like Grass Valley, Nevada City and others in the Sierra Nevada Foothills. Hike or bike in the Sutter Buttes, the smallest mountain range in the world, and many other biking trails in and around Yuba City. Visit the Bicentennial Living Witness Tree, a Valley Oak that's over 200 years old. Camp, fish, hunt and go boating along the Feather and Yuba rivers. Located near Gridley and Live Oak, renowned for their rice fields, duck hunting, and birdwatching.

Corporations located just minutes away include; Sunsweet Growers, Sierra Gold Nurseries, Orchard Machinery Corporation (OMC), Valley Truck and Tractor, John Deere, Beale Air Force Base, Yuba College, Sutter Health, and Freemont-Rideout Hospital.

Yuba-Sutter is a short, 40-minute drive from Sacramento, a pleasant two-hour mountainous drive from Lake Tahoe, only two and a half hours from San Francisco, and drivable in a day from most areas in California. Accessible via Highway 20, Highway 99, Highway 70 and Highway 65. Sacramento International Airport is only 40 minutes south.

Our Yuba City hotel offers easy access to the Twin Cities Speedway for sprint car racing or shopping at the Yuba Sutter Mall. Attend a performance at the Sleep Train Amphitheater, which has chair and lawn seating and hosts top entertainers. If its sports you’re looking for, take in a Gold Sox game, motocross, a softball game or soccer tournament. Enjoy your stay.. ?From: Marysville. Go west on 10th Street toward E Street. Turn slight right onto 10th/E Street. 10th Street becomes CA-20 W. Turn left onto CA-99, turn right onto W Onstott toward the Best Western Yuba City Inn.

?From: Colusa. Go east on Market Street/Ca-20/Ca-45. Turn right onto Bridge Street/Ca-20/Ca-45, turn right onto Ca-99. Turn right onto W Onstott toward the Best Western Yuba City Inn.

?From: Oroville. Take Ca-70 South, turn right onto Ca-20/Ca-70/9th Street. Turn right onto Ca-20 W, take a slight left onto Ca-20 W, and turn left onto Ca-99. Turn right onto W Onstott toward the Best Western Yuba City Inn.

?From: Sacramento. Merge onto I-5N/Ca-99N toward Redding/Yuba City. Merge onto Ca-99N toward Yuba City. Make a U-turn at Ca-20 and then turn right onto W Onstott toward the Best Western Yuba City Inn.Restaurants: Across the street from Sizzler?, buffet, Steak House, open for: lunch, dinner, . 0.02 mile(s) from In-N-Out Burger?, fast food, American, open for: lunch, dinner, . 0.02 mile(s) from Chili's?, full service, American, open for: lunch, dinner, . 0.41 mile(s) from Red Robin?, full service, American, open for: lunch, dinner, . 0.44 mile(s) from Lumberjacks, full service, American, open for: breakfast, lunch, dinner, . 0.55 mile(s) from Togo's Baskin Robbins, ice cream/dessert, American, open for: lunch, dinner, . 0.55 mile(s) from Chipotle Mexican Grill, fast food, Mexican, open for: lunch, dinner, . 0.55 mile(s) from Starbucks?, coffee shop, American, open for: breakfast, lunch, dinner, . 0.60 mile(s) from Casa Lupe, full service, Mexican, open for: lunch, dinner, . 0.60 mile(s) from Sonic? Drive-In, fast food, American, open for: breakfast, lunch, dinner, . 0.61 mile(s) from Little Caesars? Pizza, fast food, American, open for: lunch, dinner, . 0.85 mile(s) from Dancing Tomato Caffe, full service, Italian, open for: breakfast, lunch, dinner. American-California Italian menu.. 0.85 mile(s) from Hometown? Buffet, buffet, American, open for: lunch, dinner, . 0.86 mile(s) from IHOP?, full service, American, open for: breakfast, lunch, dinner, . 0.88 mile(s) from Kenzo, full service, Japanese, open for: lunch, dinner, . 0.89 mile(s) from Round Table? Pizza, full service, Italian, open for: lunch, dinner, . 0.90 mile(s) from Yuba Buffet, buffet, Chinese, open for: lunch, dinner, . 1.08 mile(s) from Applebee's?, full service, American, open for: lunch, dinner, . 1.12 mile(s) from Star of India, full service, Indian, open for: lunch, dinner, . 1.33 mile(s) from Mountain Mike's? Pizza, full service, American, open for: lunch, dinner, . 1.34 mile(s) from The Refuge, bar/lounge, American, open for: lunch, dinner. Fine dining.. 1.36 mile(s) from The Happy Viking?, pub, American, open for: lunch, dinner. Sports Pub.. 1.39 mile(s) from Sopa Thai Cuisine, full service, Thai, open for: lunch, dinner, . 2.05 mile(s) from The Five Rivers Tandoori Restaurant, full service, Indian, open for: lunch, dinner, . 5.85 mile(s) from Pasquini's, full service, Italian, open for: lunch, dinner, Area Info: 2.86 mile(s) from Marysville , 5.94 mile(s) from Linda , 7.06 mile(s) from Olivehurst , 9.95 mile(s) from Live Oak , 16.38 mile(s) from Gridley , 23.66 mile(s) from Colusa , 29.95 mile(s) from Oroville , 36.39 mile(s) from Grass Valley , 36.94 mile(s) from Woodland , 37.39 mile(s) from Roseville , 41.97 mile(s) from Sacramento , 45.71 mile(s) from Chico , 85.86 mile(s) from Red Bluff , 89.99 mile(s) from Stockton , 114 mile(s) from Oakland , 116 mile(s) from Redding , 119 mile(s) from San Francisco , 124 mile(s) from Reno, Nevada , 150 mile(s) from San Jose , 0.52 mile(s) from Chevron, 0.53 mile(s) from Wells Fargo, 0.57 mile(s) from Big O Tires, 0.57 mile(s) from Petsmart, 0.78 mile(s) from WinCo Foods, 0.90 mile(s) from Bank of America, 1.04 mile(s) from Sunsweet Growers, 1.11 mile(s) from Style Taxi Corp, 1.28 mile(s) from Butler Cleaners &amp;amp; Laundry, 1.34 mile(s) from Supercuts, 1.42 mile(s) from Freemont Hospital, 1.47 mile(s) from Yuba City Florist, 2.22 mile(s) from Master Mechanic, 2.74 mile(s) from Greyhound Lines, 6.48 mile(s) from Yuba Community College, 36.06 mile(s) from Woodland Community College, 42.00 mile(s) from California University at Chico, 48.78 mile(s) from California State University, 52.76 mile(s) from University of California, 0.60 mile(s) from Sutter Museum, collection of Sutter History Exhibits, 0.70 mile(s) from Cinemark Movies 8, 1.01 mile(s) from Image Salon and Spa, 1.04 mile(s) from Library, 1.10 mile(s) from Community Memorial Museum, 2.07 mile(s) from Sutter Buttes, 10.29 mile(s) from Sleep Train Amphitheatre, 11.98 mile(s) from Beale AFB, 19.05 mile(s) from Gray Lodge Wildlife Area, 27.15 mile(s) from Calusa Casino, 30.17 mile(s) from Feather River Casino, 31.54 mile(s) from Thunder Valley Casino, 31.62 mile(s) from Renaissance Winery, 0.40 mile(s) from Yuba Sutter Mall, Sears, JCPenney, Forever 21, Ross Dress For Less, and many more, 0.52 mile(s) from Raley's Shopping Center, Raley's Market, Toys R Us, and more, 0.54 mile(s) from Plumas St. Shopping, apparel, books, gifts, furniture, appliances, specialty services, 0.60 mile(s) from Kohl's, 0.69 mile(s) from Staples, office supplies, 0.90 mile(s) from Target, 1.04 mile(s) from Yuba City Marketplace, Marshalls, Home Depot, GameStop, Bed Bath &amp;amp; Beyond, and more, 1.04 mile(s) from WalMart?, 1.81 mile(s) from Sams Club, 1.94 mile(s) from Dollar Tree, Outdoor pool , Hot tub , 0.01 mile(s) from Nu Generation Lanes, bowling, 0.49 mile(s) from Shooters Paradise, shooting range, 0.73 mile(s) from Fitness System, gym, 0.90 mile(s) from California Sun Centers, tanning center, 1.80 mile(s) from Pumas Lake Golf, 2.00 mile(s) from Gauche Aquatics Park, water park, 3.00 mile(s) from Ellis Town Lake in Marysville, feed ducks, walking, near Gold Sox Baseball, 5.20 mile(s) from Mallard Lake Golf Center, driving range and nine hole course&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1654.96" OriginalAmount="1606.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951395" Longitude="-3.215875" StarRating="5" HotelCode="11137|14107|Bed &amp; Breakfast" HotelName="Bonham Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Drumsheugh Gardens, Edinburgh EH3 7RN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/97/0b97e050300cdab8c8b07a3fb1a41a69a6b3c8b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to the centre of Edinburgh meaning that guests can easily reach the...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1672.72" OriginalAmount="1624" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950095" Longitude="-3.186915" StarRating="4" HotelCode="29276|22391" HotelName="Radisson Blu Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 High Street, The Royal Mile, Edinburgh EH1 1TH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/dc/77dcd0d884195d5673f951331719637c9c82df62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located along the Royal Mile between Edinburgh Castle and Holyrood Palace, this hotel lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1676.84" OriginalAmount="1628" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|447941-18985197/8235021827048972022/7682" HotelName="HOTEL INDIGO EDINBURGH - PRINCES STREET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/522100/522038/763a69bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1681.94" OriginalAmount="1632.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9499934" Longitude="-3.1921445" StarRating="4" HotelCode="|47574" HotelName="Fraser Suites Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ST GILES STREET 12-26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/7/4/47574_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, the former Fleet Street of Scotland it is in. This building was built in 1800 and renovated in 2009. It has 75 luxury apartments, The establishment boasts a continental breakfast, a lobby with a reception, a safety deposit box service, a lift, internet and a laundry service. SITUATION: This aparthotelSt Giles Street it is in Close to, Where clients can enjoy shops and restaurants. 800 metres away, guests will find the railway station, Haymarket it is situated 1,6 kilometres away from nearby, there is a bus stop, near the establishment, guests will find restaurants, bars, theatres, shops and spas. ROOM: Clients are offered studios and executive suites and elegant, one bedroom apartments. They have individual heating, a king-size bed and some rooms Princes Street Gardens and Royal Mile with views of apartments The apartments have multimedia system, a satellite or cable television, a Hi-Fi and an iPod docking station. All the rooms have a safety deposit box, an iron, a direct line telephone, internet, welcome tray, complimentary bathroom items, a bathroom with a shower, a bath, a hairdryer, a kitchenette with fridge, hot plates, a microwave, a coffee maker and a kettle. FACILITIES: The establishment has a gym. PAYMENT METHODS: Customers can pay using AmEx, Diners Club, Mastercard and Visa. OTHERS: The establishment offers a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1681.99" OriginalAmount="1633" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|268848-25492395/8235021827048972022/11090" HotelName="THE INN ON THE MILE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/700000/693700/693609/7f346bee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1685.08" OriginalAmount="1636" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.524675" Longitude="2.540009" StarRating="4" HotelCode="0|57173-12212707/8235021827048972022/4015" HotelName="TEN HILL PLACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>2 PASSEIG MAR, PALMANOVA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1540000/1535600/1535542/6843dfda_b.jpg</HotelPictures>
        <HotelDescription>This apartment is located in a peaceful area of Palmanova boasting sweeping views over the bay, enjoying a great location next to a small marina. The complex lies just 100 m away from the beach and 26 km from the airport. The complex enjoys proximity to an abundance of restaurants, entertainment venues and shops. The centre of Palma, with its intriguing Old Town can be found just 13 km away. The apartments are tastefully designed, offering a relaxing home away from home, in which to completely unwind. They are equipped with AC, a balcony, TV and a private bathroom. Featuring a range of exemplary facilities and services, this complex delivers the utmost in comfort and convenience, complemented by impeccable attention to detail and warm hospitality.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1688.17" OriginalAmount="1639" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1361923-26663258/8235021827048972022/9769" HotelName="THE SCOTT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76560000/76557700/76557625/b01321a2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1703.62" OriginalAmount="1654" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|178612-25356087/8235021827048972022/11950" HotelName="BALLANTRAE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1120000/1119100/1119014/d9a2430a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1762.66" OriginalAmount="1711.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9513847" Longitude="-3.2148982" StarRating="4" HotelCode="|20013" HotelName="The Bonham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DRUMSHEUGH GARDENS 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/3/20013_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 1997 5 floors, 48 rooms, 10 single rooms, 36 double rooms and 2 suites. In the establishment entrance, guests will find a lobby with elevators, shops, a car park, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment has an Ã  la carte restaurant and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This urban hotel is situated near Edinburgh the city centre of in the surrounding area of the establishment, guests can find monuments, tourist points of interest and the tourist attractions. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a radio, a stereo and internet. They also have an open-plan kitchen, fitted carpets, a central heating system and a safety deposit box (available for a fee). OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service, all meals in a buffet form and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1768.51" OriginalAmount="1717" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|98045-21407793/8235021827048972022/1503" HotelName="HILTON EDINBURGH CARLTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1700/1648/02bcfc62_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1782.27" OriginalAmount="1730.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9525986" Longitude="-3.2047999" StarRating="4" HotelCode="|32070" HotelName="Tigerlily" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GEORGE STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/7/0/32070_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 2 bars, a restaurant and a pub. It has 5 floors, 33 single rooms, 7 mini-suites and 2 Georgian style suites. SITUATION: George Street It is in it is in Edinburgh the city centre of The Holyrood Palace and The Royal Yacht Britannia nearby, you will find. ROOM: The inviting rooms, have a bathroom, a king-size bed, a flat-screen television, iPods, computer safe and internet. FACILITIES: For a fee, guests can enjoy beauty treatments. OTHERS: Regarding the food and beverage offering, clients have a breakfast service, a set-menu lunch and dinner and an Ã  la carte dinner. Guests can book bed and breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1850.99" OriginalAmount="1797.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956456467216" Longitude="-3.1900617288361" StarRating="4" HotelCode="178451|288818|Bed &amp; Breakfast" HotelName="The Place Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34-38 York Place, Edinburgh EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/12/6f120e4c326d9a2aba97421cedd02be3d2d077b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1858.12" OriginalAmount="1804" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951561" Longitude="-3.206133" StarRating="4" HotelCode="49324|1954" HotelName="Kimpton Charlotte Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Charlotte Square, Edinburgh EH2 4HQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/c0/bac0984baf1c5e1ba8eabc7534a51b2b8ea6f803.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is one of the most discerning hotels in Edinburgh, located directly in the historical city cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1902.41" OriginalAmount="1847" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|648797-25825975/8235021827048972022/12148" HotelName="MALMAISON EDINBURGH CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38790000/38786300/38786208/88edc70b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1904.47" OriginalAmount="1849" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|245024-25461333/8235021827048972022/12288" HotelName="NO. 11 BRUNSWICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8060000/8056000/8055943/db9ff1e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1946.70" OriginalAmount="1890" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956678" Longitude="-3.185501" StarRating="5" HotelCode="27030|26511" HotelName="The Glasshouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Greenside Place, Edinburgh EH1 3AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e750776521479d3edb45d7a89e7ea407c375ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of Edinburgh, this hotel is 5 minutes from Princes Street, North Bridg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2008.50" OriginalAmount="1950" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2410-25183902/8235021827048972022/9556" HotelName="RADISSON BLU HOTEL, EDINBURGH CITY CENTRE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4300/4270/1d08b1f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2038.37" OriginalAmount="1979" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94609320525" Longitude="-3.1901094305063" StarRating="4" HotelCode="142156|17505" HotelName="Hotel Du Vin Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Bristo Place, Edinburgh EH1 1EZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/38/ae38a5f0087347b532f67b170f88d1041c53ac49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled deep in Edinburgh's Old Town, only a short walk away from the historic Royal Mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2047.64" OriginalAmount="1988" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947154258879" Longitude="-3.2071870565414" StarRating="5" HotelCode="45056|26510" HotelName="Sheraton Grand Hotel &amp; Spa, Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Festival Square, Edinburgh EH3 9SR, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/10/d010200ed39817659b3ff017e425f9b431f2d092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located close to Princes Street at the heart of Edinburgh within a short dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2053.82" OriginalAmount="1994" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9587-25191167/8235021827048972022/11248" HotelName="BONHAM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/116000/115961/c69febe7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2069.27" OriginalAmount="2009" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|126439-25294255/8235021827048972022/11158" HotelName="DU VIN HOTEL &amp;amp; BISTRO EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7730000/7728300/7728219/ef74419f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2097.12" OriginalAmount="2036.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954742" Longitude="-3.190145" StarRating="5" HotelCode="|449960" HotelName="W Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 ST JAMES SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_da881151130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2120.77" OriginalAmount="2059" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949407592212" Longitude="-3.208184162635" StarRating="4" HotelCode="903826|408414" HotelName="The Rutland Hotel &amp; Luxury Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Street, Edinburgh, Scotland EH1 2AE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/21/152168342ca7d59020c3d5209d0ab46301070c15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2145.49" OriginalAmount="2083" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.3444" Longitude="-87.9029" StarRating="4" HotelCode="0|478940-25644118/8235021827048972022/11255" HotelName="THE RUTLAND APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>4101 FOUNTAIN SQUARE PL, WAUKEGAN, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2950000/2942200/2942183/4306a36d_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at SpringHill Suites by Marriott Waukegan/Gurnee in Waukegan (Waukegan - Gurnee), you'll be close to Six Flags Great America.&lt;br /&gt; This hotel is within the vicinity of Visual Arts Center and Rosalind Franklin University of Medicine and Science.&lt;br /&gt;   Rooms   Make yourself at home in one of the 120 air-conditioned rooms featuring refrigerators and flat-panel televisions. Your pillowtop bed comes with cotton sheets, and all rooms are furnished with double sofa beds. Wired and wireless Internet access is complimentary, while 37-inch high-definition televisions with cable programming provide entertainment. Bathrooms feature shower/tub combinations, complimentary toiletries, and hair dryers.&lt;br /&gt;   Rec, Spa, Premium Amenities   Don’t miss out on recreational opportunities including an indoor pool and a fitness facility. This hotel also features complimentary wireless Internet access, gift shops/newsstands, and a television in the lobby.&lt;br /&gt;   Dining   At the end of the day, relax with your favorite drink at a bar/lounge. A complimentary hot/cold buffet breakfast is served daily.&lt;br /&gt;   Business, Other Amenities   Featured amenities include business services, audiovisual equipment, and express check-out. Planning an event in Waukegan? This hotel has facilities measuring 346 square feet (32 square meters), including a meeting/conference room. Free self parking is available onsite.&lt;br /&gt;   Room Info:    Know Before You Go   This hotel has a smoke-free policy.   Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets not allowed   Check-out time is noon  Check-in time starts at 3 PM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2176.16" OriginalAmount="2112.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951084" Longitude="-3.188192" StarRating="5" HotelCode="33816|9308|Bed &amp; Breakfast" HotelName="The Scotsman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 North Bridge, EH1 1TR Edinburgh, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/05/e5051de28a28e3792890fc967f948558d9817e9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel offers a magnificent view over Edinburgh Castle and the Princes Street Gardens. I...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2243.34" OriginalAmount="2178" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|21276-25213254/8235021827048972022/11004" HotelName="SCOTSMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/570900/570820/50026325_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2262.97" OriginalAmount="2197.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949775" Longitude="-3.207238" StarRating="5" HotelCode="11319|16973|Bed &amp; Breakfast" HotelName="Waldorf Astoria Edinburgh - The Caledonian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Street, EH1 2AB Edinburgh, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c4/cec4ab2e1dd46a6edc071a5952a73e443aa4713b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel lies in the heart of the city, at the west end of Princes Street. Just a stone’s th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2274.88" OriginalAmount="2208.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949501" Longitude="-3.2070999" StarRating="5" HotelCode="|25239" HotelName="The Caledonian Edinburgh, Curio Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINCES STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/9/25239_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, was built in 1903, was renovated in 2005, has 251 rooms, 21 suites and 7 floors. The establishment has a reception, a concierge, a currency exchange service, a car park, WiFi in communal areas, 2 restaurants, 2 bars and a health centre with a swimming pool. With views of Edinburgh Castle. SITUATION: This luxurious hotel is in the city centre, is situated in the western area of Princes Street. Close to the establishment, clients can find bars, restaurants, shops, monuments and public transport services. It is situated 10 minutes away from Waverly Station, 20 minutes away from the airport. It is 10 minutes away from The Murrayfield Stadium and International Conference Centre, ROOM: The luxurious, elegant rooms have a bathroom, a hairdryer, coat, slippers, a direct line telephone, cable television (available for a fee), internet, data connection, a writing desk, a mini-bar, an iron, a coffee maker and a kettle. Some rooms have views of Edinburgh Castle. They also have a launderette. FACILITIES: The establishment boasts a health club, a swimming pool with views of the castle, deck chairs, a steam bath, a spa, a multipurpose sports complex, a beauty centre and a massage service. It is 6 kilometres away from a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2275.27" OriginalAmount="2209" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1401441-27587962/8235021827048972022/11212" HotelName="VIRGIN HOTELS EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74640000/74635500/74635444/238d881c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2291.75" OriginalAmount="2225" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9539439" Longitude="-3.196371" StarRating="4" HotelCode="12974|13168" HotelName="InterContinental Edinburgh The George" 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,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19-21 George Street, Edinburgh EH2 2PB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/b0/e8b073e2be6e1cb0fd9e67b8a3fe1f7d1db0f550.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located on George Street at the heart of the city. A diverse selection ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2394.87" OriginalAmount="2325.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.979651" Longitude="-3.169117" StarRating="5" HotelCode="|451122" HotelName="Fingal - A Luxury Floating Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alexandra Dock, Historic Port of Leith</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/1/2/2/451122_026066e1038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2497.77" OriginalAmount="2425.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="0" HotelCode="980456|4660015|Bed &amp; Breakfast" HotelName="Fingal Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alexandra Dock, Leith, Edinburgh EH6 7DX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/6f/696f3efca14f3c2baa2d5cd1aec98d3e802623d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2572.94" OriginalAmount="2498" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1012268-26205992/8235021827048972022/11532" HotelName="FINGAL A LUXURY FLOATING HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38760000/38753400/38753319/ea99d7d5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2885.03" OriginalAmount="2801.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9366424" Longitude="-3.1570894" StarRating="5" HotelCode="16176|prestonfield_house" HotelName="Prestonfield House" 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>Priestfield Road, Edinburgh EH16 5UT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/30/313034dbe7ac9cccf80be6a65920c3d2d7c9edb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2913.30" OriginalAmount="2828.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950558" Longitude="-3.185556" StarRating="5" HotelCode="|450033" HotelName="Cheval Old Town Chambers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Royal Mile 329 High Street Edinburgh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/3/3/450033_9681e671026.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3089.75" OriginalAmount="2999.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950075" Longitude="-3.1911210000001" StarRating="5" HotelCode="296651|1186198|Bed &amp; Breakfast" HotelName="Old Town Chambers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roxburgh's Court, 323 High Street, Edinburgh EH1 1LW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/34/86348c7841a3940e9568df7b5daca6a935347aa0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3293.03" OriginalAmount="3197.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94587544" Longitude="-3.22908678" StarRating="4" HotelCode="765108|260322|Bed &amp; Breakfast" HotelName="The Dunstane Houses - Dunstane House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Babysitting,Bar,Concierge,Conference Hall,Dry Cleaning,Garden,Internet,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates, Edinburgh, Schottland EH12 5JQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is an elegant town house which is just a short walk from Edinburgh city centre. The relaxed atm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3315.28" OriginalAmount="3218.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953173496597" Longitude="-3.1896561384201" StarRating="5" HotelCode="10630|9304|Bed &amp; Breakfast" HotelName="The Balmoral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Princes Street, Edinburgh EH2 2EQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/7e/7e7e7b6147815d10faa900ed85735dff0670af0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and comfortable hotel is situated in an exclusive location and offers a beautiful view ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5028.46" OriginalAmount="4882" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="3" HotelCode="901617|89834" HotelName="Royal Over-Seas League" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Princes Street, Edinburgh EH2 3AB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/c8/81c87893c4fb9a9b52f5f57eb0d448c013fd8b98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Air Conditioning,Golf,Heated Pool,Lounge,Nightclub,Shopping Arcade,Wheelchair Access,Spa,Kitchen,Garden,Babysitting,Concierge,Dry Cleaning,Meeting Room,Parking,Pets allowed</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>AIRPORT HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,CITY HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,HOTEL,ECO HOTEL,APARTMENT HOTEL,SPA HOTEL,APARTHOTEL,COUNTRY HOUSE,HOSTEL,APARTMENT,VILLAGE,GUEST HOUSES,GUESTHOUSE</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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|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="cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-04T00:00:00" End="2026-09-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ukt.uniteddestination@gmail.com" Password="utdwwh@2026" 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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:cf6d2898-aa76-47fe-8763-d86f7924ff3f
Error Number:2812,State:62,Class:16|SmyRooms|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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-11T10:47:29.4429214+01:00" Version="0" EchoToken="Search" TransactionIdentifier="cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="450.02" OriginalAmount="436.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.3100605" Longitude="-85.9641138" StarRating="3" HotelCode="|282068" HotelName="Comfort Inn Near Indiana Premium Outlets" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11711 North U.S. 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/0/6/8/282068_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="463.52" OriginalAmount="450.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.3093399" Longitude="-85.9660918" StarRating="3" HotelCode="|276014" HotelName="Best Western Edinburgh/columbus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11780 North Highway 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/6/0/1/4/276014_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="524.02" OriginalAmount="508.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94055" Longitude="-3.1704" StarRating="3" HotelCode="37813|25916|Bed &amp; Breakfast" HotelName="Chancellor’s Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/62403/a_62403_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting university complex is an ideal starting point for guests wishing to explore the city. ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="548.99" OriginalAmount="533.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940431" Longitude="-3.171425" StarRating="3" HotelCode="147204|pollack_halls__edinburgh_first" HotelName="Pollock Halls" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/9e/259e79dca243127f0ee77b4d7dd74733cf9c99e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="631.39" OriginalAmount="613" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1414473-30105859/8235021827048972022/10565" HotelName="PREMIER INN EDINBURGH - SOUTH QUEENSFERRY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785421/fbd5ed7a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="680.83" OriginalAmount="661.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.933436" Longitude="-3.173556" StarRating="4" HotelCode="34143|the_ben_doran_guest_house" HotelName="The Ben Doran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Mayfield Gardens, Edinburgh EH9 2AX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/31/1c31b5facbb87c702d30f70782571497e84e1276.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located one mile from city centre, on A701, within easy walking distance of the Royal Mile, Edinburg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="687.08" OriginalAmount="667.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94449" Longitude="-3.25441" StarRating="3" HotelCode="|186100" HotelName="Twin Lions" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Corstorphine Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/0/0/186100_e62163a1542.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="689.50" OriginalAmount="669.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950659587454" Longitude="-3.2224327325821" StarRating="3" HotelCode="49323|100693|Bed &amp; Breakfast" HotelName="Britannia Edinburgh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Belford Road, Edinburgh EH4 3DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/1b/1c1bf498bbba756e9897399d5d04a833578942f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on the banks of the Water of Leith in a quiet secluded area. The hotel d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="697.10" OriginalAmount="676.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955797" Longitude="-3.2426105" StarRating="3" HotelCode="|17861" HotelName="Holiday Inn Express Edinburgh City West, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUEENSFERRY ROAD 107</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/1/17861_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning 6 floors and 101 rooms. Guests have access to a bar, a restaurant with air-conditioning and a car park. SITUATION: This hotel is situated 2 kilometres away from the city centre, the Edinburgh Castle with views of 3 kilometres away, there is a public transport stop. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a kettle, a coffee maker, an air-conditioning system and a safe (available for a fee). FACILITIES: Clients can enjoy a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="708.64" OriginalAmount="688.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955900467928" Longitude="-3.2430052757263" StarRating="3" HotelCode="29493|holiday_inn_edinburgh_city_west" HotelName="Holiday Inn Edinburgh City - West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Queensferry Road, Edinburgh, Scotland EH4 3HL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/23/dc23283a3bc5216e0f4bd84d8634d3d90654c455.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 2 km from the inner city, this hotel enjoys fabulous views out over Edinburgh Castle. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="708.64" OriginalAmount="688.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944626" Longitude="-3.254732" StarRating="3" HotelCode="915144|western_manor_house_hotel" HotelName="Twin Lions Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Corstorphine Road, Murrayfield, Edinburgh EH12 6JG, Midlothian</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/1d/af1d5f39b15c8bcaaa4e69670adc85bb2247ecb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="712.76" OriginalAmount="692" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613362-30105923/8235021827048972022/10681" HotelName="PREMIER INN NEWBRIDGE - EDINBURGH APT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11910000/11900500/11900480/93e91b29_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="712.76" OriginalAmount="692" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2424-18983474/8235021827048972022/818" HotelName="HOLIDAY INN EXPRESS EDINBURGH CITY WEST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13400/13364/e2b90db2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="725.73" OriginalAmount="704.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9813995" Longitude="-3.1777" StarRating="3" HotelCode="|20669" HotelName="Holiday Inn Express Edinburgh - Leith Waterfront by IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101 BRITANNIA WAY, OCEAN DRIVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/6/9/20669_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1999 145 rooms and 5 floors. This contemporary hotel, The establishment has a lobby with a reception, a lift, a bar, a car park, internet and a laundry service. SITUATION: Is situated inLeith Port Ocean Terminal it is close to close to the establishment, clients can find Edinburgh the shopping centre of it is close to the Scottish Government restaurants, bars and boutiques. Princes Street 2,5 kilometres away, you can find in front of the hotel there is a bus stop. ROOM: The comfortable, modern rooms, have a bathroom with a hairdryer, a direct line telephone, WiFi, a coffee maker, a kettle and a central heating system. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="738.51" OriginalAmount="717.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.978847" Longitude="-3.179459" StarRating="3" HotelCode="25124|holiday_inn_express_edinburgh_waterfront" HotelName="Holiday Inn Express Waterfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Britannia Way/Ocean Drive, Leith, EH6 6JJ Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/33/fb339ce096407cad7a9ef47dc50c55a85425c9ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is located by the historical harbour of Leith near the 'Ocean Terminal', Edinburg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="742.63" OriginalAmount="721" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23385-18983566/8235021827048972022/1163" HotelName="HOLIDAY INN EXPRESS EDINBURGH - LEITH WATERFRONT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/520000/519940/9db32c43_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="748.81" OriginalAmount="727" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|152969-24913191/8235021827048972022/8943" HotelName="HOLIDAY INN EDINBURGH CITY WEST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/152969/201167115243318.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="774.56" OriginalAmount="752" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|33360-21407556/8235021827048972022/923" HotelName="DOUBLETREE BY HILTON EDINBURGH - QUEENSFERRY CROSSING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/679a9c28_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="792.56" OriginalAmount="769.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946427" Longitude="-3.13708" StarRating="3" HotelCode="152760|289632|Bed &amp; Breakfast" HotelName="Premier Inn Edinburgh East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>228 Willowbrae Road, Edinburgh EH8 7NG, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/8f/638f5bf7d7e129cb040607a12c2a3aec5d75c191.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Con aparcamiento privado gratuito, este Premier Inn está en una ruta principal de autobuses, con exc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="806.49" OriginalAmount="783" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613354-30105628/8235021827048972022/10662" HotelName="PREMIER INN EDINBURGH LEITH WATERFRONT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785420/22fab90a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="808.55" OriginalAmount="785" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613349-30105629/8235021827048972022/10712" HotelName="PREMIER INN EDINBURGH A1 (NEWCRAIGHALL)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785426/920859f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="818.85" OriginalAmount="795" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613356-30105925/8235021827048972022/10630" HotelName="PREMIER INN EDINBURGH PARK (AIRPORT)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785430/ce3f42fa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="837.39" OriginalAmount="813" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951" Longitude="-3.19023" StarRating="3" HotelCode="61565|300851" HotelName="St Christopher's Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-13 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6f/fb6fe4b22e1355f71f1a1f16b8441cdf9ef5a093.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="842.54" OriginalAmount="818" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.937553" Longitude="-3.319428" StarRating="2" HotelCode="298479|201305" HotelName="ibis budget Edinburgh Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Edinburgh Business Park, 6 Lochside View, Edinburgh EH12 9DH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/32643e596403d3a8/58/583d204f7686e720/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="842.58" OriginalAmount="818.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944543" Longitude="-3.095752" StarRating="3" HotelCode="38271|1484660|Bed &amp; Breakfast" HotelName="Best Western Kings Manor Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Milton Road East, Edinburgh EH15 2NP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/df/89df7455f751cdd542c6ea02a25753a56fc374f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located in the east of Edinburgh, around 15 minutes away from the centre. A ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="845.63" OriginalAmount="821" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.934764" Longitude="-3.317827" StarRating="3" HotelCode="263560|93392" HotelName="Premier Inn Edinburgh Park (Airport) Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Lochside Court, Edinburgh Park, Edinburgh EH12 9FX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/b8/7db8e9433e17f87ad656403a7cf777b0b544830e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="849.96" OriginalAmount="825.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94481485" Longitude="-3.36322171" StarRating="3" HotelCode="864185|650165|Bed &amp; Breakfast" HotelName="Hampton by Hilton Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Central Heating,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Almond Avenue, Ingliston, Edinburgh EH12 9GN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/60/33600e2c747a708c70382ee3ac4b3a3af707cf63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="862.56" OriginalAmount="837.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.935044" Longitude="-3.094777" StarRating="3" HotelCode="152759|899635|Bed &amp; Breakfast" HotelName="Premier Inn Edinburgh A1 Newcraighall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>91 Newcraighall Road, Newcraighall, Edinburgh EH21 8RX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/92/f7920310a7afca6c35c5b928439a94c92ca1a7e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With free parking, a 24-hour front desk and traditional restaurant, this Premier Inn is next to Newc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="863.14" OriginalAmount="838" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.917126" Longitude="-3.212686" StarRating="3" HotelCode="114331|56035" HotelName="Best Western  Edinburgh South Braid Hills Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 Braid Road, Edinburgh, Lothian EH10 6JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/42/b542e0aabc94da97761e1b34a2fc3836052dc563.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within a very close distance of the city centre, retaining a secluded and peac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="864.17" OriginalAmount="839" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94388466" Longitude="-3.36360118" StarRating="4" HotelCode="796863|371639" HotelName="Moxy Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Fairview Road, Edinburgh EH28 8AP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/d6/50d652672706fe033f1bb1460fa7dc37ba40f425.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="865.20" OriginalAmount="840" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.967788605767" Longitude="-3.2347146280617" StarRating="4" HotelCode="311045|63826" HotelName="Village Hotels Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Crewe Road South, Edinburgh EH4 2NY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/7e/897eda3acc48f6ddbd6362a74281d0d6ecb4f711.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="880.65" OriginalAmount="855" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|34586-25217692/8235021827048972022/11761" HotelName="BRAID HILLS HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47900/47821/8cc0a7cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="884.58" OriginalAmount="858.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.926498819182" Longitude="-3.3111964166164" StarRating="4" HotelCode="74780|94249|Bed &amp; Breakfast" HotelName="Novotel Edinburgh Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Lochside Avenue, Hermiston Gait Retail Park, Edinburgh EH12 9DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/81/bd81a63a7033014fc0d52961d08281d852760d34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 300 m from Edinburgh Park railway station, just minutes from the city’s busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="907.47" OriginalAmount="881.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946026" Longitude="-3.218249" StarRating="3" HotelCode="260554|199055|Bed &amp; Breakfast" HotelName="Haymarket Hub Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Clifton Terrace, Edinburgh EH12 5DR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/26/0526127a6a6aba7800f8e25deae0da9d64487302.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="913.61" OriginalAmount="887" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|300152-25508811/8235021827048972022/10892" HotelName="VILLAGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9140000/9131700/9131632/04e28cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="940.39" OriginalAmount="913" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940041" Longitude="-3.312356" StarRating="4" HotelCode="31829|13215" HotelName="Marriott Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Glasgow Road, Edinburgh EH12 8NF, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ef/68efb7a008f2f10bad7c012209dd1ea933c156e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Edinburgh just a stone's throw from links to the public transp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="946.57" OriginalAmount="919" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|186016-28831829/8235021827048972022/253" HotelName="KM CENTRAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1157300/1157217/cea786ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="958.93" OriginalAmount="931" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955763" Longitude="-3.279525" StarRating="3" HotelCode="33819|55246" HotelName="Leonardo Hotel Edinburgh Murrayfield" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>187 Clermiston Road, Edinburgh EH12 6UG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/8d/818d4917c78ae0733b8ce310d8e6b1588782c713.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of the seven hills in Edinburgh, close to the airport and only 8 km from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="965.11" OriginalAmount="937" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12435-25202296/8235021827048972022/10940" HotelName="DALMAHOY HOTEL &amp;amp; COUNTRY CLUB" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22000/21999/05372291_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="976.44" OriginalAmount="948" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12437-25201026/8235021827048972022/11699" HotelName="LEONARDO EDINBURGH MURRAYFIELD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/580000/579949/baebe3d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="980.10" OriginalAmount="951.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946167" Longitude="-3.183231" StarRating="3" HotelCode="|186008" HotelName="Km" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7, Richmond Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/0/8/186008_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="986.04" OriginalAmount="957.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943634" Longitude="-3.374916" StarRating="3" HotelCode="16298|16970|Bed &amp; Breakfast" HotelName="Holiday Inn Express Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>101 Ingliston Road, Edinburgh EH28 8AU, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/9d/1a9dfc048db2381d13c920b8ab99e7c093c6bbb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located at Edinburgh International Airport, only 2 minutes away by courtesy mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="997.04" OriginalAmount="968" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1012213-26205948/8235021827048972022/11418" HotelName="THE BEN DORAN GUEST HOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/69100/69017/d3ec3ebd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1002.56" OriginalAmount="973.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944868" Longitude="-3.199993" StarRating="3" HotelCode="60480|71550|Bed &amp; Breakfast" HotelName="Premier Inn Edinburgh Central Lauriston Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>82 Lauriston Place, Edinburgh EH3 9DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/19/3719e9f8c89a3bd199b5e5a8f01d705b3e47f07c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Due to its central location on Lauriston Place, the hotel is only a few minutes on foot from Princes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1003.90" OriginalAmount="974.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.91189" Longitude="-3.31573" StarRating="4" HotelCode="|245500" HotelName="Courtyard By Marriott Edinburgh West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Research Avenue South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/5/0/0/245500_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1004.33" OriginalAmount="975.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949722" Longitude="-3.183804" StarRating="2" HotelCode="36964|939015|Bed &amp; Breakfast" HotelName="Travelodge Edinburgh Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 St. Mary's Street, Edinburgh EH1 1TA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/87/ac87aaf1fe921dca85dafa4d1d1c00fc885906de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh just 50 m from links to the public transport networ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1010.43" OriginalAmount="981" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.942576128332" Longitude="-3.2670700550079" StarRating="4" HotelCode="316789|22387" HotelName="Holiday Inn Edinburgh" 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,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Corstorphine Road, Edinburgh EH12 6UA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/80/968082cd5a597a5048dce84b23698dac340c76b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The pleasant city hotel enjoys a peaceful inner city location within a short distance of Edinburgh Z...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1025.88" OriginalAmount="996" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="50.0547245" Longitude="19.9446162" StarRating="3" HotelCode="0|96618-30105452/8235021827048972022/10616" HotelName="PREMIER INN EDINBURGH LAURISTON PLACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>32 Starowislna 32, Krakow, PL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785423/w3008h1998x0y0-0fe7a710_b.jpg</HotelPictures>
        <HotelDescription>Located in the Kazimierz district, the Old Jewish Quarter of Krakow, the historic building located on Starowislna 32 street hosts 13  comfortable and fully equipped apartments. They all feature a kitchen and a private bathroom. There are studios, one-bedroom, two-bedroom and three-bedroom apartments that can hold up to 8 people, which make it the perfect choice for couples, families with children and groups of friends who seek to enjoy Krakow with total independence.
These apartments are located in central Krakow, next to the City's Old Town and within walking distance from the Main Market Square, the Town Hall and the Wawel Castle. On the surroundings guests can find numerous restaurants, bars and shops. The Galeria Kazimierz is a quick walk from the apartments.
Our guests have a plus of comfort given by the washing machine and dryer located in the building! 
The building is well connected by public transport to main tourist sites and to the railway station; at the reception guests can also hire a shuttle service to the airport, book the guided tours and get free maps and guides.
Breakfast available for a surcharge.
All apartments have access to free WiFi and the building located on Dietla street is also equipped with an elevator.
Check-in takes place at Main Square (Rynek Glówny 34) between 14:00 - 20:00 (weekdays) and 14:00 - 17:00 (weekends). For arrivals after the office working hours please contact emergency number +48 501 745 873.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1026.91" OriginalAmount="997" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945549" Longitude="-3.243497" StarRating="3" HotelCode="337463|6971" HotelName="Murrayfield Hotel &amp; Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Corstorphine Road, Murrayfield, Edinburgh EH12 6HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/10/5210527f5f7c6735c88d8ae4b8ac915c040b1125.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Corstophine Road area in the same neighbourhood as Murrayfield Rugby St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1026.91" OriginalAmount="997" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947924" Longitude="-3.221933" StarRating="2" HotelCode="37835|32579" HotelName="Travelodge Edinburgh Haymarket" 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,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Eglington Crescent, Edinburgh EH12 5BY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/66/3b6619c5598c9d378a6238d21990e502b48fe44f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located approximately 150 m from a selection of restaurants, bars, pubs and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1028.70" OriginalAmount="998.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.958427" Longitude="-3.182341" StarRating="2" HotelCode="18271|467485|Bed &amp; Breakfast" HotelName="The Cairn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-18 Windsor Street, Edinburgh EH7 5JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/f3/e6f3f6cf55146c915f6a2fe44c647f8d5b39328e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Edinburgh's lively theatre district, just a few minutes on foot from the t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1028.76" OriginalAmount="998.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943853" Longitude="-3.359998" StarRating="4" HotelCode="32868|14034|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Eastfield Road, Edinburgh International Airport, Edinburgh EH28 8LL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/54/3e5412e3f334c6162f307006389e277cf996d73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly beside Edinburgh Airport. The centre of the city with its many touri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1035.15" OriginalAmount="1005" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2421-21403721/8235021827048972022/871" HotelName="DOUBLETREE BY HILTON EDINBURGH AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/520500/520429/w3840h2548x0y1-bb129d31_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1039.24" OriginalAmount="1008.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.942554" Longitude="-3.212237" StarRating="3" HotelCode="|445436" HotelName="Hampton by Hilton Edinburgh West End" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>166 Fountainbridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/3/6/445436_d47382b1836.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1042.36" OriginalAmount="1012" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613446-30106053/8235021827048972022/10528" HotelName="HUB BY PREMIER INN EDINBURGH ROYAL MILE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/116000000/115320000/115319300/115319207/aef18592_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1044.42" OriginalAmount="1014" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|30755-27577278/8235021827048972022/12065" HotelName="MURRAYFIELD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1050000/1040700/1040662/d5b02cde_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1044.42" OriginalAmount="1014" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1389290-30106073/8235021827048972022/10550" HotelName="HUB BY PREMIER INN EDINBURGH HAYMARKET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40170000/40170000/40169915/56cd1076_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1044.75" OriginalAmount="1014.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.91143258" Longitude="-3.31584723" StarRating="4" HotelCode="571979|2221985|Bed &amp; Breakfast" HotelName="Courtyard Edinburgh West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2 Research Avenue South, The Avenue, Heriot-Watt University, Edinburgh EH14 4BA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/12/2f12fa1930f9f6d3236dded50b13376b5cfc9852.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1047.51" OriginalAmount="1017" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|47453-6367130/8235021827048972022/8969" HotelName="CAIRN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/64100/64061/346290ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1050.60" OriginalAmount="1020" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613447-30106071/8235021827048972022/10542" HotelName="HUB BY PREMIER INN EDINBURGH CITY CENTRE (ROSE STREET)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40090000/40084900/40084824/5ebd9fed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1053.20" OriginalAmount="1022.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94610438" Longitude="-3.21027277" StarRating="3" HotelCode="966149|4263725|Bed &amp; Breakfast" HotelName="Point A Hotel Edinburgh Haymarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Morrison Street, Edinburgh EH3 8EB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/50/37507c2dd5d8e459741774cdfc4c715b48da6d36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1075.63" OriginalAmount="1044.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940398" Longitude="-3.312711" StarRating="4" HotelCode="|17842" HotelName="Delta Hotels by Marriott Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GLASGOW ROAD 111</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/2/17842_68b3cf21416.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and renovated in 2002. It has 4 floors, 245 rooms, 126 single rooms and 115 double rooms. The establishment has an indoor car park, a car park, a restaurant with air-conditioning and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel Edinburgh it is in nearby, you will find public transport services, is situated 3 kilometres away from the airport, is situated 10 kilometres away from a ski resort, the establishment is 12 kilometres away from the beach. ROOM: The traditional-style rooms, have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar and central heating. FACILITIES: Customers can enjoy a covered pool, a swimming pool, a sauna, a solarium and a gym. it is 3 kilometres away from a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1100.04" OriginalAmount="1068" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613346-30105924/8235021827048972022/10591" HotelName="PREMIER INN EDINBURGH (PRINCES STREET)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785431/3d09a8d3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1122.56" OriginalAmount="1089.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951074" Longitude="-3.178405" StarRating="4" HotelCode="38005|84796|Bed &amp; Breakfast" HotelName="Holyrood Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Nether Bakehouse, Holyrood, EH8 8PE Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/0e/750e1cf547169a9437a9fbc4392264b565cb9c3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated apartment hotel is located within the heart of Edinburgh, only a stone's throw fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1124.76" OriginalAmount="1092" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.938038769173" Longitude="-3.2059907913208" StarRating="4" HotelCode="27277|201177" HotelName="Best Western Plus Bruntsfield Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Bruntsfield Place, Edinburgh EH10 4HH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/f7/b1f7fbd91340eb2be8e4a905b32aa8c1c9912782.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The view over the leafy Bruntsfield Links Park and the proximity to the city centre make this hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1135.68" OriginalAmount="1102.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949589513952" Longitude="-3.1880790223186" StarRating="3" HotelCode="37504|228553|Bed &amp; Breakfast" HotelName="ibis Edinburgh Centre Royal Mile - Hunter Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Hunter Square, Off Royal Mile, Edinburgh EH1 1QW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/13/4c1305a2955067b4bf3aa0d55b41b0842e9d6ba5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1140.21" OriginalAmount="1107" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2407-25189539/8235021827048972022/10980" HotelName="BRUNTSFIELD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20800/20702/a63442e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1149.48" OriginalAmount="1116" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956791950269" Longitude="-3.1894013725329" StarRating="3" HotelCode="464787|227147" HotelName="Premier Inn Edinburgh City Centre (York Place)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 York Place, Edinburgh, Scotland EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ee/14ee91abd6c38a625366a9c2f286ba64b06e7540.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1156.28" OriginalAmount="1122.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945584" Longitude="-3.214002" StarRating="4" HotelCode="36963|2091325|Bed &amp; Breakfast" HotelName="Premier Inn Edinburgh City Centre Haymarket" 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,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Morrison Link, Edinburgh EH3 8DN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/f2/30f27055aa1f6929e422451e1097cc0d2ba809f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the historical heart of Edinburgh, right next door to Haymarket station and a vast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1163.90" OriginalAmount="1130" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|96617-25263740/8235021827048972022/11475" HotelName="LEONARDO HOTEL EDINBURGH HAYMARKET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4040000/4035400/4035314/389b4ad4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1165.96" OriginalAmount="1132" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.982355" Longitude="-3.400434" StarRating="4" HotelCode="23151|456987" HotelName="Dakota Hotel Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferrymuir Retail Park 11, South Queensferry, Edinburgh EH30 9QZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/77/2e772d0c679085fb52683f25501081eb2eab6b64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1171.11" OriginalAmount="1137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951383905043" Longitude="-3.1839805068109" StarRating="3" HotelCode="467282|227146" HotelName="Premier Inn Edinburgh City Centre Royal Mile Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 East Market Street, Old Town, Edinburgh EH8 8FR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/da/09dad602f403a4c2fcefd75685f56742fe314561.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1173.17" OriginalAmount="1139" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|100428-25275907/8235021827048972022/10883" HotelName="APEX WATERLOO PLACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2280000/2278100/2278092/c4cdc086_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1173.17" OriginalAmount="1139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948012" Longitude="-3.194766" StarRating="3" HotelCode="59406|grassmarket_hotel" HotelName="The Grassmarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Bar,Bicycle Rental,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94-96 Grassmarket, Edinburgh EH1 2JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/00/eb/00eb04a781eb59093f04865601fabd58316773d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the splendid cosmopolitan and historic district of Grassmarket and is only a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1174.26" OriginalAmount="1140.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946942" Longitude="-3.217138" StarRating="4" HotelCode="21205|16974|Bed &amp; Breakfast" HotelName="Edinburgh Grosvenor Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grosvenor Street, Haymarket, City of Edinburgh, Edinburgh EH12 5EF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/28/28358bfee5616a93/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Edinburgh's West End and only a 5-minute walk from Princes Street, this hot...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1178.36" OriginalAmount="1144.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9476013" Longitude="-3.1952" StarRating="4" HotelCode="|17862" HotelName="Apex City Of Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 GRASSMARKET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/2/17862_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this modern hotel and was built in 1960. It has 4 floors, 119 rooms, 116 double rooms and 3 suites. In the entrance, you can find a lobby with an elevator and a reception with safety deposit boxes, The establishment has various facilities, such as a bar, an Ã  la carte restaurant with air-conditioning, a conference room, internet and a car park. There are many services available at the establishment, including room service. SITUATION: This urban hotel, the Grassmarket is situated in it is near shops, bars, nightclubs, monuments and tourist points of interest. in front of the hotel there is a public transport stop. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a stereo, a mini-bar, internet, a fridge and a double bed. Are also equipped with tiled floors, an air-conditioning system, fitted carpets, central heating and a safe. FACILITIES: It is 5 kilometres away from a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1181.41" OriginalAmount="1147" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|622463-24917389/8235021827048972022/8972" HotelName="POINT A EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37170000/37166300/37166264/692d5b4b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1182.44" OriginalAmount="1148" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95075713146" Longitude="-3.2043104030411" StarRating="3" HotelCode="263559|93389" HotelName="Premier Inn Edinburgh City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>121/123 Princes Street, Edinburgh EH2 4AD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/f9/11f9167228d09424eb076376523d21a7d925db77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1184.46" OriginalAmount="1149.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952870154213" Longitude="-3.1930840015411" StarRating="3" HotelCode="337465|9466|Bed &amp; Breakfast" HotelName="Old Waverley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Princes Street, Edinburgh EH2 2BY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a6/1da6fa425b29e4299f6f8bad660c1f174c13fc56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Edinburgh's famous Princes Street with its shopping venues, restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1186.56" OriginalAmount="1152" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|622694-25791173/8235021827048972022/10759" HotelName="YOTEL EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36670000/36667900/36667881/118bf85b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1203.04" OriginalAmount="1168" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956784890393" Longitude="-3.1786268949509" StarRating="4" HotelCode="17007|2009" HotelName="Crowne Plaza Edinburgh Royal Terrace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Royal Terrace, Edinburgh EH7 5AQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/f6/33f654d6b616b523aa2774160778694faa8610a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Forming part of a prestigious Georgian Terrace, the hotel has a prime city centre location within ea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1230.85" OriginalAmount="1195" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956405" Longitude="-3.18853" StarRating="3" HotelCode="15457|10226" HotelName="Indigo Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 – 59 York Place, Edinburgh, Scotland EH1 3JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/c0/13c014874b10e35e2cf75e87bab3927cdaed21b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 5-minute walk from Princes Street and just about 800 m from Waverley Railway Station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1240.82" OriginalAmount="1204.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949182" Longitude="-3.184547" StarRating="3" HotelCode="79014|154029|Bed &amp; Breakfast" HotelName="Holiday Inn Express Edinburgh Royal Mile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>300 Cowgate, Edinburgh EH1 1NA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d9/add9b7832a5907fa48d0926c9571993d9bd29528.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quaint location in the Old Town in Edinburgh city centre just a 10-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1243.21" OriginalAmount="1207" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|53310-28854483/8235021827048972022/155" HotelName="GRASSMARKET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1330000/1328500/1328466/769d5883_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1245.27" OriginalAmount="1209" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431442-27591490/8235021827048972022/12341" HotelName="RIGH RESIDENCES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90550000/90542300/90542282/79346e14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1251.45" OriginalAmount="1215" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954472042637" Longitude="-3.1974929941908" StarRating="4" HotelCode="318631|89819" HotelName="The Spires Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93-95 Hanover Street, Edinburgh EH2 1DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/fe/3bfe073c96e86a9f94835fc46f633dcae1e50298.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1257.63" OriginalAmount="1221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947357" Longitude="-3.195477" StarRating="4" HotelCode="33817|8232" HotelName="Apex City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Grassmarket, Edinburgh EH1 2JF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/86/ce86b53f7b5304175bc7064afa3ede09b5eac32d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the historical city district of ""Grass Market"" and therefore lies i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1260.72" OriginalAmount="1224" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|185990-27175785/8235021827048972022/8981" HotelName="IBIS EDINBURGH CENTRE ROYAL MILE – HUNTER SQUARE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/200900/200875/cbe48ffc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1279.26" OriginalAmount="1242" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95360704" Longitude="-3.20588695" StarRating="3" HotelCode="739629|282866" HotelName="Mode Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74-77 Queen Street, Edinburgh EH2 4NF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/d8/1bd85bf85252adadc3b808c3108cd6b3b5fb3910.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1313.47" OriginalAmount="1275.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9518208" Longitude="-3.1773966" StarRating="4" HotelCode="|20010" HotelName="Edinburgh Holyrood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HOLYROOD ROAD 81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/0/20010_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, luxurious hotel, has a lounge bar, a library and a stylish restaurant. SITUATION: This establishment is in the surrounding area of the Scottish Parliament, The Holyrood House Palace and The Volcanic Mountain Arthur's Seat it is situated 2 minutes away from the Royal Mile ROOM: The modern rooms have a bathroom, a hairdryer, a direct line telephone, internet, a mini-bar, complimentary bathroom items, a writing desk with lamp and a welcome tray. FACILITIES: Guests can enjoy a covered swimming pool, a sauna, a solarium, a Turkish bath, a beauty centre and a gym. MEALS: The establishment serves a buffet breakfast. OBSERVATIONS: This establishment has a car park (for a fee). Check-in is at 16:00 and check-out is at 12:00.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1314.28" OriginalAmount="1276.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943675650009" Longitude="-3.1927943229675" StarRating="4" HotelCode="915128|residence_inn_by_marriott_edinburgh" HotelName="Residence Inn by Marriott Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Kitchen,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Simpson Loan, Quartermile, Edinburgh EH3 9GG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/1f/cf1f9082e9398de56f143546c64263622abd574b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1321.49" OriginalAmount="1283" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|16864-27180185/8235021827048972022/8984" HotelName="STAY CENTRAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/800000/798100/798032/9c7a8f48_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1327.03" OriginalAmount="1288.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945977626227" Longitude="-3.1832673053306" StarRating="3" HotelCode="915136|1128488|Bed &amp; Breakfast" HotelName="Richmond Place Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-9 Richmond Place, Edinburgh EH8 9SS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b0/88b030d001bdbf2999c7eb025d7c28aa9db9e787.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1338.67" OriginalAmount="1299.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954519" Longitude="-3.1943719999999" StarRating="3" HotelCode="298480|GB000179" HotelName="ibis Styles Edinburgh Centre St Andrew Square" Meals="BED &amp; BREAKFAST" BedType="" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Sant Andrew Square, Edinburgh EH2 1AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/4f/954f0bc336dc7242ad4a62cabcf070e34f828efb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1342.34" OriginalAmount="1303.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948134250945" Longitude="-3.1900128722191" StarRating="3" HotelCode="36431|156384|Bed &amp; Breakfast" HotelName="Stay Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Diet Meals,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>139 Cowgate, Edinburgh EH1 1JS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a6/c2a694d2db0440c188a062be377de87af13a6d3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Old Town, just steps from the Royal Mile, Princes Street and the theatr...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1352.39" OriginalAmount="1313" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951215995389" Longitude="-3.1857857108116" StarRating="3" HotelCode="258995|608" HotelName="Jurys Inn Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Jeffrey Street, Edinburgh EH1 1DH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/9a/3c9a3564464625df2feb1b1c097425ede7a50ce7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is in a fantastic location in the heart of Edinburgh, directly by the Royal Mile. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1377.11" OriginalAmount="1337" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1361924-25010470/8235021827048972022/462" HotelName="THE SCHOLAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3920000/3911600/3911559/7ba3de7c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1383.29" OriginalAmount="1343" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|622633-32360335/8235021827048972022/289" HotelName="HEETON CONCEPT APARTHOTEL EDINBURGH QUEEN STREET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24160000/24151400/24151306/8a15bd2f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1383.80" OriginalAmount="1343.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95084" Longitude="-3.19154" StarRating="0" HotelCode="|224495" HotelName="Motel One Edinburgh - Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18-21 Market Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/4/9/5/224495_6dbe3ae2113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1388.48" OriginalAmount="1348.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950860826335" Longitude="-3.176856637001" StarRating="4" HotelCode="23049|1083188|Bed &amp; Breakfast" HotelName="Macdonald Holyrood Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Holyrood Road, Edinburgh EH8 8AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3f/b73f7065bf379409c333bc7a2ede2c31c1cc9d1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The contemporary style of this hotel building harmonises well with the historical surroundings, whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1388.82" OriginalAmount="1348.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.937613" Longitude="-3.202884" StarRating="3" HotelCode="|20769" HotelName="Black Ivy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ALVANLEY TERRACE, WHITEHOUSE LOAN 2-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/7/6/9/20769_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, was built in 1890, The establishment has a reception and a lobby. This renovated hotel in 2002 26 rooms and 2 floors. Guests can enjoy a cafÃ©, a bar and a restaurant with highchairs. SITUATION: It is near a peaceful park, is situated 1 kilometre away from the city centre, near the establishment, you will find restaurants, bars and a public transport stop. It is situated 20 kilometres away fromEdinburgh Airport. ROOM: The rooms have cosy, have a bathroom with a hairdryer, a direct line telephone, a television, a radio, a kettle, a coffee maker, fitted carpets and a central heating system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1393.59" OriginalAmount="1353" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-23.5620312" Longitude="-46.6696361" StarRating="4" HotelCode="0|49413-25225619/8235021827048972022/12025" HotelName="MALMAISON EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> Rua Da Consolação, 3555, SAO PAULO, BR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/670000/664700/664615/90f7715d_b.jpg</HotelPictures>
        <HotelDescription>This business hotel is set in the exclusive Jardins district, close to the shopping and culture centre of São Paulo and in the vicinity of the business and finance centre of the city. The fully air-conditioned hotel comprises a total of 190 suites. The lobby includes a 24-hour reception desk. Dining options can be found in the hotel restaurant. Those arriving by car may take advantage of the car park. All of the accommodation units come with an en-suite bathroom, a direct dial telephone with voicemail, satellite/cable TV, and a hire safe. Internet access is also included in the rooms and air-conditioning is centrally regulated. The hotel offers use of a sauna, a sun terrace and a swimming pool. Guests may also wish to use the fully equipped gym.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1400.80" OriginalAmount="1360" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944391626124" Longitude="-3.2012191414833" StarRating="3" HotelCode="337462|6974" HotelName="Leonardo Hotel Edinburgh City" 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,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>79 Lauriston Place, Edinburgh EH3 9HZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/27/d027a59d0b888d087fb78b3e9e86c7405e638be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The world famous Princes Street, situated below Edinburgh Castle, the Royal Mile and the resurgent '...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1401.83" OriginalAmount="1361" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.977919426679" Longitude="-3.1685954332352" StarRating="4" HotelCode="316791|17305" HotelName="Malmaison" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Tower Place, Edinburgh EH6 7BZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/df/57df89be240a15473f09a0f591ebecd4621e4e65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This award-winning, stylish hotel is situated at the waterfront of the Port of Leith. The Ocean Term...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1405.95" OriginalAmount="1365" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48399-25224671/8235021827048972022/11230" HotelName="ROYAL SCOTS CLUB" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/900900/900862/f23a9959_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1415.10" OriginalAmount="1373.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946364239557" Longitude="-3.1835567951202" StarRating="4" HotelCode="60144|86699|Bed &amp; Breakfast" HotelName="Ten Hill Place Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Hill Palace, Edinburgh EH8 9DS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/66/966678c17cc386984a095779756a3b573ed9c465.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in Edinburgh's old town and is only a couple of steps away from Princes Street. It o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1417.26" OriginalAmount="1375.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95098211" Longitude="-3.18226435" StarRating="4" HotelCode="473521|GB000309" HotelName="Aparthotel Adagio Edinburgh Royal Mile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>231 Canongate, Edinburgh EH8 8AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/29/6829a4941267f418c4509d6f54ed4b922564c97c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1422.43" OriginalAmount="1381" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.928560387609" Longitude="-3.1684978773774" StarRating="4" HotelCode="150277|36747" HotelName="Kildonan Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Craigmillar Park, Edinburgh EH16 5PE, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/25/3825ef2f1f45c4fe1b7e4764bfb25179785deb69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Edinburgh. The nearest airport is Edinburgh - Rail Station (ZXE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1427.78" OriginalAmount="1386.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9459" Longitude="-3.2038" StarRating="4" HotelCode="|20681" HotelName="Doubletree By Hilton Edinburgh City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Bread Street, Edinburgh EH3 9AF, United Kingdom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/1/20681_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This stylish hotel rooms 4 floors, 140 rooms, 136 double rooms and 4 suites. Guests have access to a lobby with a reception, a cocktail bar, a pub, a restaurant, internet and conference rooms. There are many services available at the establishment, including room service and a laundry service. SITUATION: This inviting hotel, the Edinburgh Castle it is located in front of it is near Princes Street the commercial area of the business area, Where you can find and the historic centre. in front of the hotel there is a public transport stop, is situated 13 kilometres away from Turnhouse Airport. ROOM: The minimalist in style rooms, have a bathroom with a hairdryer, toiletries, a direct line telephone, satellite or cable TV, central heating, internet, a kettle and a coffee maker. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a set-menu lunch and dinner. Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1428.73" OriginalAmount="1387.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95261" Longitude="-3.194464" StarRating="3" HotelCode="258823|790835|Bed &amp; Breakfast" HotelName="Mercure Edinburgh City Princes Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Sreet, Edinburgh EH2 2DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/94/53943557a294aa3872618c840348f9e7d76b552f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel offers guests superb views over the famous Princes Street Gardens and Edi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1434.79" OriginalAmount="1393" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2403-25189538/8235021827048972022/10731" HotelName="APEX GRASSMARKET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/62800/62750/302bc9d0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1436.79" OriginalAmount="1394.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9563227" Longitude="-3.1977946" StarRating="3" HotelCode="|20682" HotelName="The Royal Scots Club Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ABERCROMBY PLACE 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/2/20682_3d73b2b1449.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2004 2 floors, 21 rooms, 1 single rooms and 18 double rooms. In the entrance, guests are offered a lobby, a reception and a currency exchange service. Guests have access to a bar, a restaurant, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: Is situated inEdinburgh a typical street near the establishment, you will find a public transport stop, shops and restaurants. it is 50 metres away from bars, pubs and a nightclub. ROOM: The rooms are traditional-style, Guests are offered standard and superior rooms, Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a central heating system, a sitting room, fitted carpets, tiled floors and some rooms with views of, the city, garden. FACILITIES: The establishment boasts a leisure centre with a jacuzzi, Clients can enjoy activities such as aerobics. OTHERS: Regarding the food and beverage provision, the establishment offers American buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1439.45" OriginalAmount="1397.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948370915892" Longitude="-3.186845019869" StarRating="3" HotelCode="284650|GB000172" HotelName="ibis Edinburgh Centre South Bridge - Royal Mile Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 South Bridge, Edinburgh EH1 1HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/fb/1bfb206eba8ba77e926f335cf35ba1859ccd9ef9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1442.00" OriginalAmount="1400" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2428-25187414/8235021827048972022/11731" HotelName="MOUNT ROYAL HOTEL EDINBURGH BY THE UNLIMITED COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/810000/802200/802180/6e138dfd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1460.21" OriginalAmount="1417.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945817524735" Longitude="-3.2032817602158" StarRating="4" HotelCode="23050|15026|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Edinburgh City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Bread Street, EH3 9AF Edinburgh, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/27/da274c7a1cd92d0ac7afa7fbf1c3756e7feaed68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located in the shadow of Edinburgh Castle and is only a few minutes from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1470.84" OriginalAmount="1428.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.92772076" Longitude="-3.20815085" StarRating="4" HotelCode="580862|the_lane_hotel_2" HotelName="The Lane Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Canaan Lane, Edinburgh EH10 4SY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/6e/616ea24804ca43955d45e84a0bc3b419b6b31cbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1483.20" OriginalAmount="1440" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|16859-25201474/8235021827048972022/12269" HotelName="LINKS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9730000/9726300/9726258/6119c5c9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1496.45" OriginalAmount="1452.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95628" Longitude="-3.197746" StarRating="3" HotelCode="17004|581575|Bed &amp; Breakfast" HotelName="The Royal Scots Club" 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/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Abercromby Place, Edinburgh EH3 6QE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b2/46b272e47f2edeca503e8560bdb1ddeafde30b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of Edinburgh's Georgian streets. The nearest restaurants as well as links to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1496.59" OriginalAmount="1453" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|16855-25201473/8235021827048972022/11394" HotelName="LEONARDO ROYAL HOTEL EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/116000/115987/07e212f7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1500.65" OriginalAmount="1456.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947078" Longitude="-3.196621" StarRating="4" HotelCode="10229|32024|Bed &amp; Breakfast" HotelName="Apex Grassmarket Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Grassmarket, Edinburgh EH1 2HS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/af/5daf351658755d03030a404d8b43df636fdc1482.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Edinburgh's Old Town with a magnificent view of the castl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1509.16" OriginalAmount="1465.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950782" Longitude="-3.20793" StarRating="4" HotelCode="401739|1098368|Bed &amp; Breakfast" HotelName="Angels Share Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Hope Street, Edinburgh EH2 4EL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fa/b3fa80f809ffac6e108faeee49b4c887e76bd38b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of the city centre at Edinburgh's West End, this boutique hotel allows...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1525.64" OriginalAmount="1481.2" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944976409936" Longitude="-3.199548125267" StarRating="4" HotelCode="39321|GB000055" HotelName="Novotel Edinburgh Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Lauriston Place, Edinburgh, Scotland EH3 9DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/14/cf14fb988c7851299a31ccf5b33fece74cfcf0a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to the beach (around 5 km away). The Royal Mile, Edinburgh Castle, Prince...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1549.12" OriginalAmount="1504.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945499" Longitude="-3.228747" StarRating="4" HotelCode="56606|the_dunstane" HotelName="The Dunstane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates &amp; 5 Hampton Terrace, Haymarket, Edinburgh, Schottland EH12 5JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/d2/87d2eef0f591ac6a75151b2a768f3fe95cc58154.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh's West End, just 15 minutes' walk from the city's shopping and co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1552.21" OriginalAmount="1507" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|68544-25238087/8235021827048972022/11361" HotelName="ANGEL’S SHARE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1430000/1422900/1422868/bd663865_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1562.51" OriginalAmount="1517" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2438-25187416/8235021827048972022/11663" HotelName="LEONARDO EDINBURGH CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527473/6e42fa2e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1567.45" OriginalAmount="1521.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95741487" Longitude="-3.18477187" StarRating="4" HotelCode="481530|2058625|Bed &amp; Breakfast" HotelName="Courtyard Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Baxters Place, EH1 3AF Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/42/45425cfaca8ae3ccf147f0bda7ed35168add3a59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1569.72" OriginalAmount="1524" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.015808" Longitude="-95.883652" StarRating="3" HotelCode="0|255089-25476920/8235021827048972022/11615" HotelName="IBIS EDINBURGH CENTRE SOUTH BRIDGE - ROYAL MILE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>8405 East 102nd Street South, Tulsa, 74133, OK, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6800000/6793500/6793484/18821c1c_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 92. Suites: 22. Single-bedded accommodations: 41. Double bedrooms: 51. Smoking rooms: 0. Nonsmoking rooms: 92. Physically challenged rooms: 6. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- The Holiday Inn Express and Suites Tulsa South, Bixby is the newest hotel in contemporary styling. Conveniently located off Creek Turnpike &amp;amp; Memorial Dr. Located minutes from a variety of shopping, dining, and entertainment in the Woodland Hills area. Our 100% non-smoking hotel is within walking distance of the Transformation Church, B&amp;amp;B Starworld 20 Movie Theater as well as a short drive from the Riverspirit Casino, Downtown Tulsa, BOK Center, The Woodland Hills Mall, Tulsa International Airport, and Expo Square. Our modern, sophisticated design offers a plethora of amenities such as spacious guestrooms featuring luxurious new bedding, complimentary hot breakfast served daily, business center, fitness area, indoor heated pool, and whirlpool. 
Guests will appreciate our private boardroom, while our flexible meeting space can comfortably accommodate up to 100 people. With convenient access to I-44, Historical Route 66, and US Highway 75, our central location places you between Oklahoma City, Springfield, Little Rock, Dallas and Kansas City. Guests will enjoy being near ORU, Rhema Bible College, St Francis Heart Hospital, TU, Southcrest, Cancer Treatment Centers of America, Oklahoma Heart Institute, Haikey Creek All Star Sports Complexs, UMAC, Hardrock Hotel &amp;amp; Casino, TCC, Tulsa Zoo, OU, Woodland Hills Mall, Tulsa Air and Space Museum, and Oklahoma Aquarium.. Onsite facilities information- ParkingProperty was built in 2011. Hotel Currency: USD. Additional Addresses: Other: 8405 East 102nd Street South, Tulsa, 74133, OK, US. Additional Phone Numbers: Fax - Other: 19189706222. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1579.55" OriginalAmount="1533.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956538037115" Longitude="-3.2071242499627" StarRating="4" HotelCode="82407|938425|Bed &amp; Breakfast" HotelName="Nira Caledonia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Gloucester Place, Edinburgh, City of Edinburgh EH3 6EF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/56/c4566e47c1a32f1b3b19d7dcdfb2846e0d4172ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1582.97" OriginalAmount="1536.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.927736" Longitude="-3.208183" StarRating="4" HotelCode="|451604" HotelName="The Lane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>237-239 Morning Side Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/6/0/4/451604_7d39ae80933.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1624.26" OriginalAmount="1576.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.8909988" Longitude="-3.1041999" StarRating="4" HotelCode="|24425" HotelName="Melville Castle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MELVILLE GATE - GILMERTON ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/2/5/24425_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and was built in 1786. renovated in 2003 3 floors, 32 rooms and 2 suites. In the entrance, you can find a cosy hall with a reception, a safety deposit box service, a currency exchange service, lifts and a cloakroom. The establishment has a bar, a restaurant with highchairs, a conference room, room service and a car park. SITUATION: This inviting hotel is situated in a large park, 10 minutes away, guests can find public transport services, shops, is 20 minutes away from Edinburgh the city centre of Where you can find bars, restaurants and pubs. it is 25 minutes away from the train station. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, internet, a radio, satellite or cable TV, a fridge, a coffee maker, a kettle, fitted carpets, central heating and a safety deposit box (available for a fee). FACILITIES: Customers can enjoy outdoor activities, is situated 10 minutes away from a golf course. OBSERVATIONS: Check-in is at 14:00 check-out is at 11:00. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service and a set-menu lunch and dinner. Food for those with special dietary requirements. and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1642.13" OriginalAmount="1594.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95134448" Longitude="-3.19017162" StarRating="0" HotelCode="955747|4310315|Bed &amp; Breakfast" HotelName="Market Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/ff/11ff9cb69461c73cedeb73bc1eaa587288a1e0be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1642.85" OriginalAmount="1595" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.137300" Longitude="-121.635000" StarRating="5" HotelCode="0|263410-26927247/8235021827048972022/466" HotelName="THE ROSEATE EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>894 W Onstott Road, Yuba City, 95991-3519, CA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1381400/1381332/af2fc45d_b.jpg</HotelPictures>
        <HotelDescription>Floors: 2. Total rooms: 91. Physically challenged rooms: 5. Nonsmoking rooms: 91. The Best Western Yuba City Inn is located in central Yuba City near Sutter Buttes mountain range, off Highway 99 and close to a wide variety of shopping and dining venues. Yuba City was originally settled by gold miners, but there’s still plenty to do in the area besides seeking your fortune. Brew a cup of coffee in your room and then prepare for a busy day with our free hot breakfast in our dining area. Explore things to do in Yuba City with the free high-speed Internet access in your room or our business center. Visit original gold-rush era communities like Grass Valley, Nevada City and others in the Sierra Nevada Foothills. Hike or bike in the Sutter Buttes, the smallest mountain range in the world, and many other biking trails in and around Yuba City. Visit the Bicentennial Living Witness Tree, a Valley Oak that's over 200 years old. Camp, fish, hunt and go boating along the Feather and Yuba rivers. Located near Gridley and Live Oak, renowned for their rice fields, duck hunting, and birdwatching.

Corporations located just minutes away include; Sunsweet Growers, Sierra Gold Nurseries, Orchard Machinery Corporation (OMC), Valley Truck and Tractor, John Deere, Beale Air Force Base, Yuba College, Sutter Health, and Freemont-Rideout Hospital.

Yuba-Sutter is a short, 40-minute drive from Sacramento, a pleasant two-hour mountainous drive from Lake Tahoe, only two and a half hours from San Francisco, and drivable in a day from most areas in California. Accessible via Highway 20, Highway 99, Highway 70 and Highway 65. Sacramento International Airport is only 40 minutes south.

Our Yuba City hotel offers easy access to the Twin Cities Speedway for sprint car racing or shopping at the Yuba Sutter Mall. Attend a performance at the Sleep Train Amphitheater, which has chair and lawn seating and hosts top entertainers. If its sports you’re looking for, take in a Gold Sox game, motocross, a softball game or soccer tournament. Enjoy your stay.. ?From: Marysville. Go west on 10th Street toward E Street. Turn slight right onto 10th/E Street. 10th Street becomes CA-20 W. Turn left onto CA-99, turn right onto W Onstott toward the Best Western Yuba City Inn.

?From: Colusa. Go east on Market Street/Ca-20/Ca-45. Turn right onto Bridge Street/Ca-20/Ca-45, turn right onto Ca-99. Turn right onto W Onstott toward the Best Western Yuba City Inn.

?From: Oroville. Take Ca-70 South, turn right onto Ca-20/Ca-70/9th Street. Turn right onto Ca-20 W, take a slight left onto Ca-20 W, and turn left onto Ca-99. Turn right onto W Onstott toward the Best Western Yuba City Inn.

?From: Sacramento. Merge onto I-5N/Ca-99N toward Redding/Yuba City. Merge onto Ca-99N toward Yuba City. Make a U-turn at Ca-20 and then turn right onto W Onstott toward the Best Western Yuba City Inn.Restaurants: Across the street from Sizzler?, buffet, Steak House, open for: lunch, dinner, . 0.02 mile(s) from In-N-Out Burger?, fast food, American, open for: lunch, dinner, . 0.02 mile(s) from Chili's?, full service, American, open for: lunch, dinner, . 0.41 mile(s) from Red Robin?, full service, American, open for: lunch, dinner, . 0.44 mile(s) from Lumberjacks, full service, American, open for: breakfast, lunch, dinner, . 0.55 mile(s) from Togo's Baskin Robbins, ice cream/dessert, American, open for: lunch, dinner, . 0.55 mile(s) from Chipotle Mexican Grill, fast food, Mexican, open for: lunch, dinner, . 0.55 mile(s) from Starbucks?, coffee shop, American, open for: breakfast, lunch, dinner, . 0.60 mile(s) from Casa Lupe, full service, Mexican, open for: lunch, dinner, . 0.60 mile(s) from Sonic? Drive-In, fast food, American, open for: breakfast, lunch, dinner, . 0.61 mile(s) from Little Caesars? Pizza, fast food, American, open for: lunch, dinner, . 0.85 mile(s) from Dancing Tomato Caffe, full service, Italian, open for: breakfast, lunch, dinner. American-California Italian menu.. 0.85 mile(s) from Hometown? Buffet, buffet, American, open for: lunch, dinner, . 0.86 mile(s) from IHOP?, full service, American, open for: breakfast, lunch, dinner, . 0.88 mile(s) from Kenzo, full service, Japanese, open for: lunch, dinner, . 0.89 mile(s) from Round Table? Pizza, full service, Italian, open for: lunch, dinner, . 0.90 mile(s) from Yuba Buffet, buffet, Chinese, open for: lunch, dinner, . 1.08 mile(s) from Applebee's?, full service, American, open for: lunch, dinner, . 1.12 mile(s) from Star of India, full service, Indian, open for: lunch, dinner, . 1.33 mile(s) from Mountain Mike's? Pizza, full service, American, open for: lunch, dinner, . 1.34 mile(s) from The Refuge, bar/lounge, American, open for: lunch, dinner. Fine dining.. 1.36 mile(s) from The Happy Viking?, pub, American, open for: lunch, dinner. Sports Pub.. 1.39 mile(s) from Sopa Thai Cuisine, full service, Thai, open for: lunch, dinner, . 2.05 mile(s) from The Five Rivers Tandoori Restaurant, full service, Indian, open for: lunch, dinner, . 5.85 mile(s) from Pasquini's, full service, Italian, open for: lunch, dinner, Area Info: 2.86 mile(s) from Marysville , 5.94 mile(s) from Linda , 7.06 mile(s) from Olivehurst , 9.95 mile(s) from Live Oak , 16.38 mile(s) from Gridley , 23.66 mile(s) from Colusa , 29.95 mile(s) from Oroville , 36.39 mile(s) from Grass Valley , 36.94 mile(s) from Woodland , 37.39 mile(s) from Roseville , 41.97 mile(s) from Sacramento , 45.71 mile(s) from Chico , 85.86 mile(s) from Red Bluff , 89.99 mile(s) from Stockton , 114 mile(s) from Oakland , 116 mile(s) from Redding , 119 mile(s) from San Francisco , 124 mile(s) from Reno, Nevada , 150 mile(s) from San Jose , 0.52 mile(s) from Chevron, 0.53 mile(s) from Wells Fargo, 0.57 mile(s) from Big O Tires, 0.57 mile(s) from Petsmart, 0.78 mile(s) from WinCo Foods, 0.90 mile(s) from Bank of America, 1.04 mile(s) from Sunsweet Growers, 1.11 mile(s) from Style Taxi Corp, 1.28 mile(s) from Butler Cleaners &amp;amp; Laundry, 1.34 mile(s) from Supercuts, 1.42 mile(s) from Freemont Hospital, 1.47 mile(s) from Yuba City Florist, 2.22 mile(s) from Master Mechanic, 2.74 mile(s) from Greyhound Lines, 6.48 mile(s) from Yuba Community College, 36.06 mile(s) from Woodland Community College, 42.00 mile(s) from California University at Chico, 48.78 mile(s) from California State University, 52.76 mile(s) from University of California, 0.60 mile(s) from Sutter Museum, collection of Sutter History Exhibits, 0.70 mile(s) from Cinemark Movies 8, 1.01 mile(s) from Image Salon and Spa, 1.04 mile(s) from Library, 1.10 mile(s) from Community Memorial Museum, 2.07 mile(s) from Sutter Buttes, 10.29 mile(s) from Sleep Train Amphitheatre, 11.98 mile(s) from Beale AFB, 19.05 mile(s) from Gray Lodge Wildlife Area, 27.15 mile(s) from Calusa Casino, 30.17 mile(s) from Feather River Casino, 31.54 mile(s) from Thunder Valley Casino, 31.62 mile(s) from Renaissance Winery, 0.40 mile(s) from Yuba Sutter Mall, Sears, JCPenney, Forever 21, Ross Dress For Less, and many more, 0.52 mile(s) from Raley's Shopping Center, Raley's Market, Toys R Us, and more, 0.54 mile(s) from Plumas St. Shopping, apparel, books, gifts, furniture, appliances, specialty services, 0.60 mile(s) from Kohl's, 0.69 mile(s) from Staples, office supplies, 0.90 mile(s) from Target, 1.04 mile(s) from Yuba City Marketplace, Marshalls, Home Depot, GameStop, Bed Bath &amp;amp; Beyond, and more, 1.04 mile(s) from WalMart?, 1.81 mile(s) from Sams Club, 1.94 mile(s) from Dollar Tree, Outdoor pool , Hot tub , 0.01 mile(s) from Nu Generation Lanes, bowling, 0.49 mile(s) from Shooters Paradise, shooting range, 0.73 mile(s) from Fitness System, gym, 0.90 mile(s) from California Sun Centers, tanning center, 1.80 mile(s) from Pumas Lake Golf, 2.00 mile(s) from Gauche Aquatics Park, water park, 3.00 mile(s) from Ellis Town Lake in Marysville, feed ducks, walking, near Gold Sox Baseball, 5.20 mile(s) from Mallard Lake Golf Center, driving range and nine hole course&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1654.96" OriginalAmount="1606.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951395" Longitude="-3.215875" StarRating="5" HotelCode="11137|14107|Bed &amp; Breakfast" HotelName="Bonham Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Drumsheugh Gardens, Edinburgh EH3 7RN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/97/0b97e050300cdab8c8b07a3fb1a41a69a6b3c8b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to the centre of Edinburgh meaning that guests can easily reach the...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1672.72" OriginalAmount="1624" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950095" Longitude="-3.186915" StarRating="4" HotelCode="29276|22391" HotelName="Radisson Blu Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 High Street, The Royal Mile, Edinburgh EH1 1TH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/dc/77dcd0d884195d5673f951331719637c9c82df62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located along the Royal Mile between Edinburgh Castle and Holyrood Palace, this hotel lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1676.84" OriginalAmount="1628" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|447941-18985197/8235021827048972022/7682" HotelName="HOTEL INDIGO EDINBURGH - PRINCES STREET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/522100/522038/763a69bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1681.94" OriginalAmount="1632.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9499934" Longitude="-3.1921445" StarRating="4" HotelCode="|47574" HotelName="Fraser Suites Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ST GILES STREET 12-26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/7/4/47574_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, the former Fleet Street of Scotland it is in. This building was built in 1800 and renovated in 2009. It has 75 luxury apartments, The establishment boasts a continental breakfast, a lobby with a reception, a safety deposit box service, a lift, internet and a laundry service. SITUATION: This aparthotelSt Giles Street it is in Close to, Where clients can enjoy shops and restaurants. 800 metres away, guests will find the railway station, Haymarket it is situated 1,6 kilometres away from nearby, there is a bus stop, near the establishment, guests will find restaurants, bars, theatres, shops and spas. ROOM: Clients are offered studios and executive suites and elegant, one bedroom apartments. They have individual heating, a king-size bed and some rooms Princes Street Gardens and Royal Mile with views of apartments The apartments have multimedia system, a satellite or cable television, a Hi-Fi and an iPod docking station. All the rooms have a safety deposit box, an iron, a direct line telephone, internet, welcome tray, complimentary bathroom items, a bathroom with a shower, a bath, a hairdryer, a kitchenette with fridge, hot plates, a microwave, a coffee maker and a kettle. FACILITIES: The establishment has a gym. PAYMENT METHODS: Customers can pay using AmEx, Diners Club, Mastercard and Visa. OTHERS: The establishment offers a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1681.99" OriginalAmount="1633" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|268848-25492395/8235021827048972022/11090" HotelName="THE INN ON THE MILE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/700000/693700/693609/7f346bee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1685.08" OriginalAmount="1636" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.524675" Longitude="2.540009" StarRating="4" HotelCode="0|57173-12212707/8235021827048972022/4015" HotelName="TEN HILL PLACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>2 PASSEIG MAR, PALMANOVA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1540000/1535600/1535542/6843dfda_b.jpg</HotelPictures>
        <HotelDescription>This apartment is located in a peaceful area of Palmanova boasting sweeping views over the bay, enjoying a great location next to a small marina. The complex lies just 100 m away from the beach and 26 km from the airport. The complex enjoys proximity to an abundance of restaurants, entertainment venues and shops. The centre of Palma, with its intriguing Old Town can be found just 13 km away. The apartments are tastefully designed, offering a relaxing home away from home, in which to completely unwind. They are equipped with AC, a balcony, TV and a private bathroom. Featuring a range of exemplary facilities and services, this complex delivers the utmost in comfort and convenience, complemented by impeccable attention to detail and warm hospitality.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1688.17" OriginalAmount="1639" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1361923-26663258/8235021827048972022/9769" HotelName="THE SCOTT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76560000/76557700/76557625/b01321a2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1703.62" OriginalAmount="1654" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|178612-25356087/8235021827048972022/11950" HotelName="BALLANTRAE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1120000/1119100/1119014/d9a2430a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1762.66" OriginalAmount="1711.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9513847" Longitude="-3.2148982" StarRating="4" HotelCode="|20013" HotelName="The Bonham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DRUMSHEUGH GARDENS 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/3/20013_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 1997 5 floors, 48 rooms, 10 single rooms, 36 double rooms and 2 suites. In the establishment entrance, guests will find a lobby with elevators, shops, a car park, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment has an Ã  la carte restaurant and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This urban hotel is situated near Edinburgh the city centre of in the surrounding area of the establishment, guests can find monuments, tourist points of interest and the tourist attractions. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a radio, a stereo and internet. They also have an open-plan kitchen, fitted carpets, a central heating system and a safety deposit box (available for a fee). OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service, all meals in a buffet form and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1768.51" OriginalAmount="1717" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|98045-21407793/8235021827048972022/1503" HotelName="HILTON EDINBURGH CARLTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1700/1648/02bcfc62_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1782.27" OriginalAmount="1730.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9525986" Longitude="-3.2047999" StarRating="4" HotelCode="|32070" HotelName="Tigerlily" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GEORGE STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/7/0/32070_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 2 bars, a restaurant and a pub. It has 5 floors, 33 single rooms, 7 mini-suites and 2 Georgian style suites. SITUATION: George Street It is in it is in Edinburgh the city centre of The Holyrood Palace and The Royal Yacht Britannia nearby, you will find. ROOM: The inviting rooms, have a bathroom, a king-size bed, a flat-screen television, iPods, computer safe and internet. FACILITIES: For a fee, guests can enjoy beauty treatments. OTHERS: Regarding the food and beverage offering, clients have a breakfast service, a set-menu lunch and dinner and an Ã  la carte dinner. Guests can book bed and breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1850.99" OriginalAmount="1797.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956456467216" Longitude="-3.1900617288361" StarRating="4" HotelCode="178451|288818|Bed &amp; Breakfast" HotelName="The Place Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34-38 York Place, Edinburgh EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/12/6f120e4c326d9a2aba97421cedd02be3d2d077b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1858.12" OriginalAmount="1804" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951561" Longitude="-3.206133" StarRating="4" HotelCode="49324|1954" HotelName="Kimpton Charlotte Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Charlotte Square, Edinburgh EH2 4HQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/c0/bac0984baf1c5e1ba8eabc7534a51b2b8ea6f803.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is one of the most discerning hotels in Edinburgh, located directly in the historical city cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1902.41" OriginalAmount="1847" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|648797-25825975/8235021827048972022/12148" HotelName="MALMAISON EDINBURGH CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38790000/38786300/38786208/88edc70b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1904.47" OriginalAmount="1849" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|245024-25461333/8235021827048972022/12288" HotelName="NO. 11 BRUNSWICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8060000/8056000/8055943/db9ff1e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1946.70" OriginalAmount="1890" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956678" Longitude="-3.185501" StarRating="5" HotelCode="27030|26511" HotelName="The Glasshouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Greenside Place, Edinburgh EH1 3AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e750776521479d3edb45d7a89e7ea407c375ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of Edinburgh, this hotel is 5 minutes from Princes Street, North Bridg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2008.50" OriginalAmount="1950" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2410-25183902/8235021827048972022/9556" HotelName="RADISSON BLU HOTEL, EDINBURGH CITY CENTRE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4300/4270/1d08b1f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2038.37" OriginalAmount="1979" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94609320525" Longitude="-3.1901094305063" StarRating="4" HotelCode="142156|17505" HotelName="Hotel Du Vin Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Bristo Place, Edinburgh EH1 1EZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/38/ae38a5f0087347b532f67b170f88d1041c53ac49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled deep in Edinburgh's Old Town, only a short walk away from the historic Royal Mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2047.64" OriginalAmount="1988" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947154258879" Longitude="-3.2071870565414" StarRating="5" HotelCode="45056|26510" HotelName="Sheraton Grand Hotel &amp; Spa, Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Festival Square, Edinburgh EH3 9SR, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/10/d010200ed39817659b3ff017e425f9b431f2d092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located close to Princes Street at the heart of Edinburgh within a short dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2053.82" OriginalAmount="1994" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9587-25191167/8235021827048972022/11248" HotelName="BONHAM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/116000/115961/c69febe7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2069.27" OriginalAmount="2009" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|126439-25294255/8235021827048972022/11158" HotelName="DU VIN HOTEL &amp;amp; BISTRO EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7730000/7728300/7728219/ef74419f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2097.12" OriginalAmount="2036.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954742" Longitude="-3.190145" StarRating="5" HotelCode="|449960" HotelName="W Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 ST JAMES SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_da881151130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2120.77" OriginalAmount="2059" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949407592212" Longitude="-3.208184162635" StarRating="4" HotelCode="903826|408414" HotelName="The Rutland Hotel &amp; Luxury Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Street, Edinburgh, Scotland EH1 2AE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/21/152168342ca7d59020c3d5209d0ab46301070c15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2145.49" OriginalAmount="2083" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.3444" Longitude="-87.9029" StarRating="4" HotelCode="0|478940-25644118/8235021827048972022/11255" HotelName="THE RUTLAND APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>4101 FOUNTAIN SQUARE PL, WAUKEGAN, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2950000/2942200/2942183/4306a36d_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at SpringHill Suites by Marriott Waukegan/Gurnee in Waukegan (Waukegan - Gurnee), you'll be close to Six Flags Great America.&lt;br /&gt; This hotel is within the vicinity of Visual Arts Center and Rosalind Franklin University of Medicine and Science.&lt;br /&gt;   Rooms   Make yourself at home in one of the 120 air-conditioned rooms featuring refrigerators and flat-panel televisions. Your pillowtop bed comes with cotton sheets, and all rooms are furnished with double sofa beds. Wired and wireless Internet access is complimentary, while 37-inch high-definition televisions with cable programming provide entertainment. Bathrooms feature shower/tub combinations, complimentary toiletries, and hair dryers.&lt;br /&gt;   Rec, Spa, Premium Amenities   Don’t miss out on recreational opportunities including an indoor pool and a fitness facility. This hotel also features complimentary wireless Internet access, gift shops/newsstands, and a television in the lobby.&lt;br /&gt;   Dining   At the end of the day, relax with your favorite drink at a bar/lounge. A complimentary hot/cold buffet breakfast is served daily.&lt;br /&gt;   Business, Other Amenities   Featured amenities include business services, audiovisual equipment, and express check-out. Planning an event in Waukegan? This hotel has facilities measuring 346 square feet (32 square meters), including a meeting/conference room. Free self parking is available onsite.&lt;br /&gt;   Room Info:    Know Before You Go   This hotel has a smoke-free policy.   Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets not allowed   Check-out time is noon  Check-in time starts at 3 PM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2176.16" OriginalAmount="2112.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951084" Longitude="-3.188192" StarRating="5" HotelCode="33816|9308|Bed &amp; Breakfast" HotelName="The Scotsman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 North Bridge, EH1 1TR Edinburgh, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/05/e5051de28a28e3792890fc967f948558d9817e9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel offers a magnificent view over Edinburgh Castle and the Princes Street Gardens. I...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2243.34" OriginalAmount="2178" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|21276-25213254/8235021827048972022/11004" HotelName="SCOTSMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/570900/570820/50026325_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2262.97" OriginalAmount="2197.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949775" Longitude="-3.207238" StarRating="5" HotelCode="11319|16973|Bed &amp; Breakfast" HotelName="Waldorf Astoria Edinburgh - The Caledonian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Street, EH1 2AB Edinburgh, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c4/cec4ab2e1dd46a6edc071a5952a73e443aa4713b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel lies in the heart of the city, at the west end of Princes Street. Just a stone’s th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2274.88" OriginalAmount="2208.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949501" Longitude="-3.2070999" StarRating="5" HotelCode="|25239" HotelName="The Caledonian Edinburgh, Curio Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINCES STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/9/25239_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, was built in 1903, was renovated in 2005, has 251 rooms, 21 suites and 7 floors. The establishment has a reception, a concierge, a currency exchange service, a car park, WiFi in communal areas, 2 restaurants, 2 bars and a health centre with a swimming pool. With views of Edinburgh Castle. SITUATION: This luxurious hotel is in the city centre, is situated in the western area of Princes Street. Close to the establishment, clients can find bars, restaurants, shops, monuments and public transport services. It is situated 10 minutes away from Waverly Station, 20 minutes away from the airport. It is 10 minutes away from The Murrayfield Stadium and International Conference Centre, ROOM: The luxurious, elegant rooms have a bathroom, a hairdryer, coat, slippers, a direct line telephone, cable television (available for a fee), internet, data connection, a writing desk, a mini-bar, an iron, a coffee maker and a kettle. Some rooms have views of Edinburgh Castle. They also have a launderette. FACILITIES: The establishment boasts a health club, a swimming pool with views of the castle, deck chairs, a steam bath, a spa, a multipurpose sports complex, a beauty centre and a massage service. It is 6 kilometres away from a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2275.27" OriginalAmount="2209" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1401441-27587962/8235021827048972022/11212" HotelName="VIRGIN HOTELS EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74640000/74635500/74635444/238d881c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2291.75" OriginalAmount="2225" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9539439" Longitude="-3.196371" StarRating="4" HotelCode="12974|13168" HotelName="InterContinental Edinburgh The George" 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,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19-21 George Street, Edinburgh EH2 2PB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/b0/e8b073e2be6e1cb0fd9e67b8a3fe1f7d1db0f550.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located on George Street at the heart of the city. A diverse selection ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2394.87" OriginalAmount="2325.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.979651" Longitude="-3.169117" StarRating="5" HotelCode="|451122" HotelName="Fingal - A Luxury Floating Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alexandra Dock, Historic Port of Leith</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/1/2/2/451122_026066e1038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2497.77" OriginalAmount="2425.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="0" HotelCode="980456|4660015|Bed &amp; Breakfast" HotelName="Fingal Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alexandra Dock, Leith, Edinburgh EH6 7DX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/6f/696f3efca14f3c2baa2d5cd1aec98d3e802623d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2572.94" OriginalAmount="2498" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1012268-26205992/8235021827048972022/11532" HotelName="FINGAL A LUXURY FLOATING HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38760000/38753400/38753319/ea99d7d5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2885.03" OriginalAmount="2801.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9366424" Longitude="-3.1570894" StarRating="5" HotelCode="16176|prestonfield_house" HotelName="Prestonfield House" 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>Priestfield Road, Edinburgh EH16 5UT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/30/313034dbe7ac9cccf80be6a65920c3d2d7c9edb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2913.30" OriginalAmount="2828.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950558" Longitude="-3.185556" StarRating="5" HotelCode="|450033" HotelName="Cheval Old Town Chambers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Royal Mile 329 High Street Edinburgh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/3/3/450033_9681e671026.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3089.75" OriginalAmount="2999.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950075" Longitude="-3.1911210000001" StarRating="5" HotelCode="296651|1186198|Bed &amp; Breakfast" HotelName="Old Town Chambers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roxburgh's Court, 323 High Street, Edinburgh EH1 1LW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/34/86348c7841a3940e9568df7b5daca6a935347aa0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3293.03" OriginalAmount="3197.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94587544" Longitude="-3.22908678" StarRating="4" HotelCode="765108|260322|Bed &amp; Breakfast" HotelName="The Dunstane Houses - Dunstane House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Babysitting,Bar,Concierge,Conference Hall,Dry Cleaning,Garden,Internet,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates, Edinburgh, Schottland EH12 5JQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is an elegant town house which is just a short walk from Edinburgh city centre. The relaxed atm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3315.28" OriginalAmount="3218.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953173496597" Longitude="-3.1896561384201" StarRating="5" HotelCode="10630|9304|Bed &amp; Breakfast" HotelName="The Balmoral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Princes Street, Edinburgh EH2 2EQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/7e/7e7e7b6147815d10faa900ed85735dff0670af0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and comfortable hotel is situated in an exclusive location and offers a beautiful view ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5028.46" OriginalAmount="4882" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="3" HotelCode="901617|89834" HotelName="Royal Over-Seas League" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Princes Street, Edinburgh EH2 3AB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/c8/81c87893c4fb9a9b52f5f57eb0d448c013fd8b98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Air Conditioning,Golf,Heated Pool,Lounge,Nightclub,Shopping Arcade,Wheelchair Access,Spa,Kitchen,Garden,Babysitting,Concierge,Dry Cleaning,Meeting Room,Parking,Pets allowed</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>AIRPORT HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,CITY HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,HOTEL,ECO HOTEL,APARTMENT HOTEL,SPA HOTEL,APARTHOTEL,COUNTRY HOUSE,HOSTEL,APARTMENT,VILLAGE,GUEST HOUSES,GUESTHOUSE</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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-04T00:00:00" End="2026-09-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="0|33360-21407556/8235021827048972022/923" SourceId="83" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ukt.uniteddestination@gmail.com" Password="utdwwh@2026" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3" TimeStamp="0001-01-01T00:00:00" HotelName="DOUBLETREE BY HILTON EDINBURGH - QUEENSFERRY CROSSING" HotelCode="|33360" StarRating="4" GTCityId="0" CityName="Edinburgh" CountryName="United Kingdom" Address="St Margarets Head, KY11 1HP, North Queensferry, United Kingdom" PhoneNo="441383410000" FaxNo="441383427207" Latitude="55.948310" Longitude="-3.364391" SourceId="83" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: TWIN ACCESSIBLE ROOM WHEELCHAIR ACCESSIBLE ROOM W/ ROLL-IN SHOWER COMP WIFI/COFFEE-TEA FACILITIES/MINI FRIDGE|Room 2: TWIN ACCESSIBLE ROOM WHEELCHAIR ACCESSIBLE ROOM W/ ROLL-IN SHOWER COMP WIFI/COFFEE-TEA FACILITIES/MINI FRIDGE" RoomTypeCode="21407556/8235021827048972022/923|83|NjMyfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="632" TotalPrice="650.96" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>PLEASE NOTE THAT THIS IS NON AMENDABLE&amp;lt;BR /&amp;gt;BREAKFAST IS INCLUDED ONLY FOR REGISTERED ADULTS ON THE RESERVATION. MEALS FOR CHILDREN ARE NOT INCLUDED IN THE RATE AND MUST BE PAID SEPARATELY AT THE HOTEL.CXL charges apply as follows: STARTING 02/09/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-09-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: KING GUEST ROOM COMP WIFI/COFFEE-TEA FACILITIES/40 INCH HDTV 25 SQM/IRON AND BOARD/MINI FRIDGE|Room 2: KING GUEST ROOM COMP WIFI/COFFEE-TEA FACILITIES/40 INCH HDTV 25 SQM/IRON AND BOARD/MINI FRIDGE" RoomTypeCode="21407556/8235021827048972022/927|83|NjMyfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="632" TotalPrice="650.96" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>PLEASE NOTE THAT THIS IS NON AMENDABLE&amp;lt;BR /&amp;gt;BREAKFAST IS INCLUDED ONLY FOR REGISTERED ADULTS ON THE RESERVATION. MEALS FOR CHILDREN ARE NOT INCLUDED IN THE RATE AND MUST BE PAID SEPARATELY AT THE HOTEL.CXL charges apply as follows: STARTING 02/09/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-09-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: KING GUEST ROOM WITH VIEW COMP WIFI/COFFEE-TEA FACILITIES/40 INCH HDTV 25SQ/IRON AND BOARD/MINI FRIDGE|Room 2: KING GUEST ROOM WITH VIEW COMP WIFI/COFFEE-TEA FACILITIES/40 INCH HDTV 25SQ/IRON AND BOARD/MINI FRIDGE" RoomTypeCode="21407556/8235021827048972022/924|83|NzAzfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="703" TotalPrice="724.09" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>PLEASE NOTE THAT THIS IS NON AMENDABLE&amp;lt;BR /&amp;gt;BREAKFAST IS INCLUDED ONLY FOR REGISTERED ADULTS ON THE RESERVATION. MEALS FOR CHILDREN ARE NOT INCLUDED IN THE RATE AND MUST BE PAID SEPARATELY AT THE HOTEL.CXL charges apply as follows: STARTING 02/09/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-09-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Room 1 King Bed|Room 2:  Room 1 King Bed" RoomTypeCode="25216832/8235021827048972022/11828|83|NzE3fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="717" TotalPrice="738.51" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Bed types are not guaranteed:Room, 1 King Bed - 1 King Bed(room for 0 adults ).Room, 1 King Bed - 1 King Bed(room for 0 adults )CXL charges apply as follows: STARTING 10/06/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-11T10:49:52.1110316+01:00" End="2026-09-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Standard King Room|Room 2: Standard King Room" RoomTypeCode="27173323/8235021827048972022/8946|83|NzMyfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="732" TotalPrice="753.96" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>&amp;lt;BR /&amp;gt;IF YOU FAIL TO CHECK-IN FOR THIS RESERVATION, OR IF YOU CANCEL OR CHANGE THIS RESERVATION AFTER CXL DEADLINE, YOU MAY INCUR PENALTY CHARGES AT THE DISCRETION OF THE HOTEL OF UP TO 100% OF THE BOOKING VALUE, UNLESS OTHERWISE STATED.CXL charges apply as follows: STARTING 29/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.&amp;lt;BR /&amp;gt;STARTING 03/09/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-25T00:00:00" End="2026-09-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Room - Disabled Adapted|Room 2: Room - Disabled Adapted" RoomTypeCode="27173323/8235021827048972022/8947|83|NzMyfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="732" TotalPrice="753.96" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>&amp;lt;BR /&amp;gt;IF YOU FAIL TO CHECK-IN FOR THIS RESERVATION, OR IF YOU CANCEL OR CHANGE THIS RESERVATION AFTER CXL DEADLINE, YOU MAY INCUR PENALTY CHARGES AT THE DISCRETION OF THE HOTEL OF UP TO 100% OF THE BOOKING VALUE, UNLESS OTHERWISE STATED.CXL charges apply as follows: STARTING 29/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.&amp;lt;BR /&amp;gt;STARTING 03/09/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-25T00:00:00" End="2026-09-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Standard Twin Room (Accessible)|Room 2: Standard Twin Room (Accessible)" RoomTypeCode="27173323/8235021827048972022/8948|83|NzMyfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="732" TotalPrice="753.96" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>&amp;lt;BR /&amp;gt;IF YOU FAIL TO CHECK-IN FOR THIS RESERVATION, OR IF YOU CANCEL OR CHANGE THIS RESERVATION AFTER CXL DEADLINE, YOU MAY INCUR PENALTY CHARGES AT THE DISCRETION OF THE HOTEL OF UP TO 100% OF THE BOOKING VALUE, UNLESS OTHERWISE STATED.CXL charges apply as follows: STARTING 29/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.&amp;lt;BR /&amp;gt;STARTING 03/09/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-25T00:00:00" End="2026-09-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/679a9c28_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/c0dac33e_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/3c1f7eec_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/2510d1be_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/6f8cd4df_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/842ad097_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/256d268e_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/a9ea22d5_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/ae82e364_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/a5a8783e_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/e67ed95f_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/88fdcf27_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/1c3814e2_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/f4a64549_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/7aa3e8da_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/c4b5a497_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/433bcf17_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/394e5294_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/cf98fe61_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/f7410714_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/7aedb522_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/85a24e4f_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/4cc8d8d6_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/ed2fc03d_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/b8fea065_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/1c1dcd4a_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/0b797b1c_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/af933b0c_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/e5ebc465_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/b585b2ee_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/10640589_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/80a4233a_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/832b5125_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/9626c306_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/cf9d96b6_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/65737443_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/7c725fb0_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/ee78c79f_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/ead73e41_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/50cc7f74_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/8a2bae19_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/59af6750_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/5f01d7a6_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/a0c08716_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/1f5adb04_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/4e52c27e_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/ea89e6a1_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/3d20ed1b_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/ec76aaea_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/b9d11cce_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/947d016b_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/b9a8a5e1_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/0d0c57df_b.jpg" /><Image Url="https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/321500e3_b.jpg" /></Images><HotelAmenities>&lt;BR /&gt;Pets is allows&lt;BR /&gt;Business center is available&lt;BR /&gt;Fitness center is available&lt;BR /&gt;Meeting rooms is available&lt;BR /&gt;Restaurants is available&lt;BR /&gt;Wheel chair access is available&lt;BR /&gt;Exercise room is available&lt;BR /&gt;Free guest HSIA is available</HotelAmenities><HotelDescription>We're located just outside the historic village of North Queensferry, on the picturesque north shore of the River Forth and within walking distance of the Iconic Forth Bridges.

We're a fantastic base not only for corporate guests, but for leisure guests looking to explore Scotland's historical UNESCO World Heritage Site, the Forth Bridge. With car parking facilities, accessible road/rail links, and spectacular views from The Shore Grill, our onsite restaurant, we offer a little something for everyone.  

With Edinburgh less than 15 miles away and St Andrews/Dundee only 35 miles east from the hotel, we're an excellent base for golf lovers looking to explore and experience Scotland's finest golf courses, as well as take in the sights of the capital city.

Those staying with us can also benefit from joining our Hilton Honors program. Get instant benefits on your next stay, including lowest price anywhere and points towards free nights.&lt;BR /&gt;Checkin Time: 15:00&lt;BR /&gt;Checkout Time: 12:00&lt;BR /&gt;Early departure is available with 50 fee&lt;BR /&gt;Late checkout is available with 50 fee&lt;BR /&gt;Late checkout remarks: £40.00 up until 3pm, then full night rate will apply.&lt;BR /&gt;Room packages including meals exclude children’s meal charges.&lt;BR /&gt;100% non smoking&lt;BR /&gt;6 non smoking floors&lt;BR /&gt;Website: https://www.hilton.com/en/hotels/ediqcdi-doubletree-edinburgh-queensferry-crossing/</HotelDescription><Facilities><HotelFacilities><Type>Facilities</Type><Description>&lt;BR /&gt;Pets is allows&lt;BR /&gt;Business center is available&lt;BR /&gt;Fitness center is available&lt;BR /&gt;Meeting rooms is available&lt;BR /&gt;Restaurants is available&lt;BR /&gt;Wheel chair access is available&lt;BR /&gt;Exercise room is available&lt;BR /&gt;Free guest HSIA is available</Description></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|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="cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-04T00:00:00" End="2026-09-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ukt.uniteddestination@gmail.com" Password="utdwwh@2026" 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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:24403047-1216-44f3-8263-832512e66324
Error Number:2812,State:62,Class:16|SmyRooms|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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-11T10:52:24.4308419+01:00" Version="0" EchoToken="Search" TransactionIdentifier="cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="450.02" OriginalAmount="436.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.3100605" Longitude="-85.9641138" StarRating="3" HotelCode="|282068" HotelName="Comfort Inn Near Indiana Premium Outlets" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11711 North U.S. 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/0/6/8/282068_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="463.52" OriginalAmount="450.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.3093399" Longitude="-85.9660918" StarRating="3" HotelCode="|276014" HotelName="Best Western Edinburgh/columbus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11780 North Highway 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/6/0/1/4/276014_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="524.02" OriginalAmount="508.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94055" Longitude="-3.1704" StarRating="3" HotelCode="37813|25916|Bed &amp; Breakfast" HotelName="Chancellor’s Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/62403/a_62403_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting university complex is an ideal starting point for guests wishing to explore the city. ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="548.99" OriginalAmount="533.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940431" Longitude="-3.171425" StarRating="3" HotelCode="147204|pollack_halls__edinburgh_first" HotelName="Pollock Halls" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/9e/259e79dca243127f0ee77b4d7dd74733cf9c99e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="680.83" OriginalAmount="661.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.933436" Longitude="-3.173556" StarRating="4" HotelCode="34143|the_ben_doran_guest_house" HotelName="The Ben Doran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Mayfield Gardens, Edinburgh EH9 2AX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/31/1c31b5facbb87c702d30f70782571497e84e1276.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located one mile from city centre, on A701, within easy walking distance of the Royal Mile, Edinburg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="687.08" OriginalAmount="667.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94449" Longitude="-3.25441" StarRating="3" HotelCode="|186100" HotelName="Twin Lions" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Corstorphine Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/0/0/186100_e62163a1542.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="689.50" OriginalAmount="669.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950659587454" Longitude="-3.2224327325821" StarRating="3" HotelCode="49323|100693|Bed &amp; Breakfast" HotelName="Britannia Edinburgh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Belford Road, Edinburgh EH4 3DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/1b/1c1bf498bbba756e9897399d5d04a833578942f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on the banks of the Water of Leith in a quiet secluded area. The hotel d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="697.10" OriginalAmount="676.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955797" Longitude="-3.2426105" StarRating="3" HotelCode="|17861" HotelName="Holiday Inn Express Edinburgh City West, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUEENSFERRY ROAD 107</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/1/17861_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning 6 floors and 101 rooms. Guests have access to a bar, a restaurant with air-conditioning and a car park. SITUATION: This hotel is situated 2 kilometres away from the city centre, the Edinburgh Castle with views of 3 kilometres away, there is a public transport stop. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a kettle, a coffee maker, an air-conditioning system and a safe (available for a fee). FACILITIES: Clients can enjoy a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="708.64" OriginalAmount="688.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955900467928" Longitude="-3.2430052757263" StarRating="3" HotelCode="29493|holiday_inn_edinburgh_city_west" HotelName="Holiday Inn Edinburgh City - West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Queensferry Road, Edinburgh, Scotland EH4 3HL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/23/dc23283a3bc5216e0f4bd84d8634d3d90654c455.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 2 km from the inner city, this hotel enjoys fabulous views out over Edinburgh Castle. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="708.64" OriginalAmount="688.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944626" Longitude="-3.254732" StarRating="3" HotelCode="915144|western_manor_house_hotel" HotelName="Twin Lions Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Corstorphine Road, Murrayfield, Edinburgh EH12 6JG, Midlothian</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/1d/af1d5f39b15c8bcaaa4e69670adc85bb2247ecb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="725.73" OriginalAmount="704.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9813995" Longitude="-3.1777" StarRating="3" HotelCode="|20669" HotelName="Holiday Inn Express Edinburgh - Leith Waterfront by IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101 BRITANNIA WAY, OCEAN DRIVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/6/9/20669_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1999 145 rooms and 5 floors. This contemporary hotel, The establishment has a lobby with a reception, a lift, a bar, a car park, internet and a laundry service. SITUATION: Is situated inLeith Port Ocean Terminal it is close to close to the establishment, clients can find Edinburgh the shopping centre of it is close to the Scottish Government restaurants, bars and boutiques. Princes Street 2,5 kilometres away, you can find in front of the hotel there is a bus stop. ROOM: The comfortable, modern rooms, have a bathroom with a hairdryer, a direct line telephone, WiFi, a coffee maker, a kettle and a central heating system. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="738.51" OriginalAmount="717.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.978847" Longitude="-3.179459" StarRating="3" HotelCode="25124|holiday_inn_express_edinburgh_waterfront" HotelName="Holiday Inn Express Waterfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Britannia Way/Ocean Drive, Leith, EH6 6JJ Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/33/fb339ce096407cad7a9ef47dc50c55a85425c9ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is located by the historical harbour of Leith near the 'Ocean Terminal', Edinburg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="792.56" OriginalAmount="769.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946427" Longitude="-3.13708" StarRating="3" HotelCode="152760|289632|Bed &amp; Breakfast" HotelName="Premier Inn Edinburgh East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>228 Willowbrae Road, Edinburgh EH8 7NG, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/8f/638f5bf7d7e129cb040607a12c2a3aec5d75c191.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Con aparcamiento privado gratuito, este Premier Inn está en una ruta principal de autobuses, con exc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="833.27" OriginalAmount="809" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.982714" Longitude="-3.195525" StarRating="3" HotelCode="152758|93391" HotelName="Premier Inn Edinburgh Leith Waterfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Newhaven Place, Leith, Edinburgh EH6 4TX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/25/af251b76b99de2b22004d27b0af05cc36b07d404.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Slumber by the sea at the Premier Inn Hotel Edinburgh Leith Waterfront. In a prime harbour location,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="837.39" OriginalAmount="813" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951" Longitude="-3.19023" StarRating="3" HotelCode="61565|300851" HotelName="St Christopher's Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-13 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6f/fb6fe4b22e1355f71f1a1f16b8441cdf9ef5a093.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="842.54" OriginalAmount="818" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.937553" Longitude="-3.319428" StarRating="2" HotelCode="298479|201305" HotelName="ibis budget Edinburgh Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Edinburgh Business Park, 6 Lochside View, Edinburgh EH12 9DH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/32643e596403d3a8/58/583d204f7686e720/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="842.58" OriginalAmount="818.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944543" Longitude="-3.095752" StarRating="3" HotelCode="38271|1484660|Bed &amp; Breakfast" HotelName="Best Western Kings Manor Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Milton Road East, Edinburgh EH15 2NP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/df/89df7455f751cdd542c6ea02a25753a56fc374f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located in the east of Edinburgh, around 15 minutes away from the centre. A ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="845.63" OriginalAmount="821" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.934764" Longitude="-3.317827" StarRating="3" HotelCode="263560|93392" HotelName="Premier Inn Edinburgh Park (Airport) Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Lochside Court, Edinburgh Park, Edinburgh EH12 9FX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/b8/7db8e9433e17f87ad656403a7cf777b0b544830e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="849.96" OriginalAmount="825.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94481485" Longitude="-3.36322171" StarRating="3" HotelCode="864185|650165|Bed &amp; Breakfast" HotelName="Hampton by Hilton Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Central Heating,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Almond Avenue, Ingliston, Edinburgh EH12 9GN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/60/33600e2c747a708c70382ee3ac4b3a3af707cf63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="862.56" OriginalAmount="837.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.935044" Longitude="-3.094777" StarRating="3" HotelCode="152759|899635|Bed &amp; Breakfast" HotelName="Premier Inn Edinburgh A1 Newcraighall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>91 Newcraighall Road, Newcraighall, Edinburgh EH21 8RX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/92/f7920310a7afca6c35c5b928439a94c92ca1a7e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With free parking, a 24-hour front desk and traditional restaurant, this Premier Inn is next to Newc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="863.14" OriginalAmount="838" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.917126" Longitude="-3.212686" StarRating="3" HotelCode="114331|56035" HotelName="Best Western  Edinburgh South Braid Hills Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 Braid Road, Edinburgh, Lothian EH10 6JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/42/b542e0aabc94da97761e1b34a2fc3836052dc563.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within a very close distance of the city centre, retaining a secluded and peac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="864.17" OriginalAmount="839" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94388466" Longitude="-3.36360118" StarRating="4" HotelCode="796863|371639" HotelName="Moxy Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Fairview Road, Edinburgh EH28 8AP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/d6/50d652672706fe033f1bb1460fa7dc37ba40f425.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="865.20" OriginalAmount="840" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.967788605767" Longitude="-3.2347146280617" StarRating="4" HotelCode="311045|63826" HotelName="Village Hotels Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Crewe Road South, Edinburgh EH4 2NY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/7e/897eda3acc48f6ddbd6362a74281d0d6ecb4f711.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="884.58" OriginalAmount="858.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.926498819182" Longitude="-3.3111964166164" StarRating="4" HotelCode="74780|94249|Bed &amp; Breakfast" HotelName="Novotel Edinburgh Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Lochside Avenue, Hermiston Gait Retail Park, Edinburgh EH12 9DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/81/bd81a63a7033014fc0d52961d08281d852760d34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 300 m from Edinburgh Park railway station, just minutes from the city’s busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="907.47" OriginalAmount="881.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946026" Longitude="-3.218249" StarRating="3" HotelCode="260554|199055|Bed &amp; Breakfast" HotelName="Haymarket Hub Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Clifton Terrace, Edinburgh EH12 5DR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/26/0526127a6a6aba7800f8e25deae0da9d64487302.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="940.39" OriginalAmount="913" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940041" Longitude="-3.312356" StarRating="4" HotelCode="31829|13215" HotelName="Marriott Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Glasgow Road, Edinburgh EH12 8NF, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ef/68efb7a008f2f10bad7c012209dd1ea933c156e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Edinburgh just a stone's throw from links to the public transp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="946.88" OriginalAmount="919.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="3" HotelCode="150254|95853|Bed &amp; Breakfast" HotelName="KM Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 Richmond Place, Edinburgh EH8 9ST</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/77/a577f1454818ca8b8617bced7874ddf6563bc0ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="958.93" OriginalAmount="931" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955763" Longitude="-3.279525" StarRating="3" HotelCode="33819|55246" HotelName="Leonardo Hotel Edinburgh Murrayfield" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>187 Clermiston Road, Edinburgh EH12 6UG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/8d/818d4917c78ae0733b8ce310d8e6b1588782c713.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of the seven hills in Edinburgh, close to the airport and only 8 km from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="980.10" OriginalAmount="951.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946167" Longitude="-3.183231" StarRating="3" HotelCode="|186008" HotelName="Km" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7, Richmond Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/0/8/186008_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="986.04" OriginalAmount="957.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943634" Longitude="-3.374916" StarRating="3" HotelCode="16298|16970|Bed &amp; Breakfast" HotelName="Holiday Inn Express Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>101 Ingliston Road, Edinburgh EH28 8AU, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/9d/1a9dfc048db2381d13c920b8ab99e7c093c6bbb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located at Edinburgh International Airport, only 2 minutes away by courtesy mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1002.56" OriginalAmount="973.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944868" Longitude="-3.199993" StarRating="3" HotelCode="60480|71550|Bed &amp; Breakfast" HotelName="Premier Inn Edinburgh Central Lauriston Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>82 Lauriston Place, Edinburgh EH3 9DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/19/3719e9f8c89a3bd199b5e5a8f01d705b3e47f07c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Due to its central location on Lauriston Place, the hotel is only a few minutes on foot from Princes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1003.90" OriginalAmount="974.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.91189" Longitude="-3.31573" StarRating="4" HotelCode="|245500" HotelName="Courtyard By Marriott Edinburgh West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Research Avenue South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/5/0/0/245500_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1004.33" OriginalAmount="975.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949722" Longitude="-3.183804" StarRating="2" HotelCode="36964|939015|Bed &amp; Breakfast" HotelName="Travelodge Edinburgh Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 St. Mary's Street, Edinburgh EH1 1TA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/87/ac87aaf1fe921dca85dafa4d1d1c00fc885906de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh just 50 m from links to the public transport networ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1010.43" OriginalAmount="981" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.942576128332" Longitude="-3.2670700550079" StarRating="4" HotelCode="316789|22387" HotelName="Holiday Inn Edinburgh" 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,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Corstorphine Road, Edinburgh EH12 6UA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/80/968082cd5a597a5048dce84b23698dac340c76b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The pleasant city hotel enjoys a peaceful inner city location within a short distance of Edinburgh Z...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1026.91" OriginalAmount="997" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945549" Longitude="-3.243497" StarRating="3" HotelCode="337463|6971" HotelName="Murrayfield Hotel &amp; Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Corstorphine Road, Murrayfield, Edinburgh EH12 6HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/10/5210527f5f7c6735c88d8ae4b8ac915c040b1125.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Corstophine Road area in the same neighbourhood as Murrayfield Rugby St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1026.91" OriginalAmount="997" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947924" Longitude="-3.221933" StarRating="2" HotelCode="37835|32579" HotelName="Travelodge Edinburgh Haymarket" 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,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Eglington Crescent, Edinburgh EH12 5BY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/66/3b6619c5598c9d378a6238d21990e502b48fe44f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located approximately 150 m from a selection of restaurants, bars, pubs and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1028.70" OriginalAmount="998.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.958427" Longitude="-3.182341" StarRating="2" HotelCode="18271|467485|Bed &amp; Breakfast" HotelName="The Cairn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-18 Windsor Street, Edinburgh EH7 5JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/f3/e6f3f6cf55146c915f6a2fe44c647f8d5b39328e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Edinburgh's lively theatre district, just a few minutes on foot from the t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1028.76" OriginalAmount="998.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943853" Longitude="-3.359998" StarRating="4" HotelCode="32868|14034|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Eastfield Road, Edinburgh International Airport, Edinburgh EH28 8LL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/54/3e5412e3f334c6162f307006389e277cf996d73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly beside Edinburgh Airport. The centre of the city with its many touri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1039.24" OriginalAmount="1008.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.942554" Longitude="-3.212237" StarRating="3" HotelCode="|445436" HotelName="Hampton by Hilton Edinburgh West End" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>166 Fountainbridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/3/6/445436_d47382b1836.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1044.75" OriginalAmount="1014.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.91143258" Longitude="-3.31584723" StarRating="4" HotelCode="571979|2221985|Bed &amp; Breakfast" HotelName="Courtyard Edinburgh West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2 Research Avenue South, The Avenue, Heriot-Watt University, Edinburgh EH14 4BA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/12/2f12fa1930f9f6d3236dded50b13376b5cfc9852.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1045.06" OriginalAmount="1014.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946871032784" Longitude="-3.2132184851685" StarRating="0" HotelCode="795859|906407|Bed &amp; Breakfast" HotelName="hub by Premier Inn Edinburgh Haymarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Torphichen Street, Edinburgh EH3 8JB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/7e/dd7e4edcfe1d363aca25fb5bd61b97766f589a55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1053.20" OriginalAmount="1022.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94610438" Longitude="-3.21027277" StarRating="3" HotelCode="966149|4263725|Bed &amp; Breakfast" HotelName="Point A Hotel Edinburgh Haymarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Morrison Street, Edinburgh EH3 8EB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/50/37507c2dd5d8e459741774cdfc4c715b48da6d36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1075.63" OriginalAmount="1044.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940398" Longitude="-3.312711" StarRating="4" HotelCode="|17842" HotelName="Delta Hotels by Marriott Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GLASGOW ROAD 111</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/2/17842_68b3cf21416.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and renovated in 2002. It has 4 floors, 245 rooms, 126 single rooms and 115 double rooms. The establishment has an indoor car park, a car park, a restaurant with air-conditioning and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel Edinburgh it is in nearby, you will find public transport services, is situated 3 kilometres away from the airport, is situated 10 kilometres away from a ski resort, the establishment is 12 kilometres away from the beach. ROOM: The traditional-style rooms, have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar and central heating. FACILITIES: Customers can enjoy a covered pool, a swimming pool, a sauna, a solarium and a gym. it is 3 kilometres away from a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1094.89" OriginalAmount="1063" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951436725577" Longitude="-3.1833026744185" StarRating="2" HotelCode="597369|227087" HotelName="hub by Premier Inn Edinburgh Royal Mile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 East Market Street, Edinburgh EH8 8FR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/8e/018ec9b8881cb83d26ded15daf1e7cb53f41c8ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1106.22" OriginalAmount="1074" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952600183777" Longitude="-3.1977995959195" StarRating="0" HotelCode="795789|405396" HotelName="hub by Premier Inn Edinburgh City Centre (Rose Street)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rose Street, South Lane, Edinburgh EH2 2NN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/ef/5fef847e649d45beafccae64d7ed17e70da47ea9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1122.56" OriginalAmount="1089.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951074" Longitude="-3.178405" StarRating="4" HotelCode="38005|84796|Bed &amp; Breakfast" HotelName="Holyrood Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Nether Bakehouse, Holyrood, EH8 8PE Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/0e/750e1cf547169a9437a9fbc4392264b565cb9c3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated apartment hotel is located within the heart of Edinburgh, only a stone's throw fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1124.76" OriginalAmount="1092" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.938038769173" Longitude="-3.2059907913208" StarRating="4" HotelCode="27277|201177" HotelName="Best Western Plus Bruntsfield Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Bruntsfield Place, Edinburgh EH10 4HH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/f7/b1f7fbd91340eb2be8e4a905b32aa8c1c9912782.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The view over the leafy Bruntsfield Links Park and the proximity to the city centre make this hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1135.68" OriginalAmount="1102.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949589513952" Longitude="-3.1880790223186" StarRating="3" HotelCode="37504|228553|Bed &amp; Breakfast" HotelName="ibis Edinburgh Centre Royal Mile - Hunter Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Hunter Square, Off Royal Mile, Edinburgh EH1 1QW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/13/4c1305a2955067b4bf3aa0d55b41b0842e9d6ba5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1149.48" OriginalAmount="1116" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956791950269" Longitude="-3.1894013725329" StarRating="3" HotelCode="464787|227147" HotelName="Premier Inn Edinburgh City Centre (York Place)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 York Place, Edinburgh, Scotland EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ee/14ee91abd6c38a625366a9c2f286ba64b06e7540.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1156.28" OriginalAmount="1122.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945584" Longitude="-3.214002" StarRating="4" HotelCode="36963|2091325|Bed &amp; Breakfast" HotelName="Premier Inn Edinburgh City Centre Haymarket" 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,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Morrison Link, Edinburgh EH3 8DN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/f2/30f27055aa1f6929e422451e1097cc0d2ba809f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the historical heart of Edinburgh, right next door to Haymarket station and a vast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1165.96" OriginalAmount="1132" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.982355" Longitude="-3.400434" StarRating="4" HotelCode="23151|456987" HotelName="Dakota Hotel Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferrymuir Retail Park 11, South Queensferry, Edinburgh EH30 9QZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/77/2e772d0c679085fb52683f25501081eb2eab6b64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1171.11" OriginalAmount="1137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951383905043" Longitude="-3.1839805068109" StarRating="3" HotelCode="467282|227146" HotelName="Premier Inn Edinburgh City Centre Royal Mile Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 East Market Street, Old Town, Edinburgh EH8 8FR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/da/09dad602f403a4c2fcefd75685f56742fe314561.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1173.17" OriginalAmount="1139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948012" Longitude="-3.194766" StarRating="3" HotelCode="59406|grassmarket_hotel" HotelName="The Grassmarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Bar,Bicycle Rental,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94-96 Grassmarket, Edinburgh EH1 2JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/00/eb/00eb04a781eb59093f04865601fabd58316773d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the splendid cosmopolitan and historic district of Grassmarket and is only a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1174.26" OriginalAmount="1140.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946942" Longitude="-3.217138" StarRating="4" HotelCode="21205|16974|Bed &amp; Breakfast" HotelName="Edinburgh Grosvenor Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grosvenor Street, Haymarket, City of Edinburgh, Edinburgh EH12 5EF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/28/28358bfee5616a93/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Edinburgh's West End and only a 5-minute walk from Princes Street, this hot...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1178.36" OriginalAmount="1144.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9476013" Longitude="-3.1952" StarRating="4" HotelCode="|17862" HotelName="Apex City Of Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 GRASSMARKET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/2/17862_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this modern hotel and was built in 1960. It has 4 floors, 119 rooms, 116 double rooms and 3 suites. In the entrance, you can find a lobby with an elevator and a reception with safety deposit boxes, The establishment has various facilities, such as a bar, an Ã  la carte restaurant with air-conditioning, a conference room, internet and a car park. There are many services available at the establishment, including room service. SITUATION: This urban hotel, the Grassmarket is situated in it is near shops, bars, nightclubs, monuments and tourist points of interest. in front of the hotel there is a public transport stop. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a stereo, a mini-bar, internet, a fridge and a double bed. Are also equipped with tiled floors, an air-conditioning system, fitted carpets, central heating and a safe. FACILITIES: It is 5 kilometres away from a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1182.44" OriginalAmount="1148" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95075713146" Longitude="-3.2043104030411" StarRating="3" HotelCode="263559|93389" HotelName="Premier Inn Edinburgh City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>121/123 Princes Street, Edinburgh EH2 4AD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/f9/11f9167228d09424eb076376523d21a7d925db77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1184.46" OriginalAmount="1149.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952870154213" Longitude="-3.1930840015411" StarRating="3" HotelCode="337465|9466|Bed &amp; Breakfast" HotelName="Old Waverley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Princes Street, Edinburgh EH2 2BY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a6/1da6fa425b29e4299f6f8bad660c1f174c13fc56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Edinburgh's famous Princes Street with its shopping venues, restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1187.11" OriginalAmount="1152.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9538335" Longitude="-3.1867983" StarRating="4" HotelCode="|45106" HotelName="Apex Waterloo Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WATERLOO PLACE 23-27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/6/45106_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, family-friendly hotel with air-conditioning and was opened in 1819. It has 187 rooms and 10 floors. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a cloakroom and a lift. The establishment boasts a bar, a restaurant, conference facilities and WiFi. There are many services available at the establishment, including a laundry service and room service. SITUATION: Waterloo Place Is situated in Princes Street it is near The Edinburgh Castle, The Royal Mile Avenue and The Holyrood Palace It is near 2 minutes away from the establishment, clients can find the railway station, is close to a public transport stop, restaurants, shops, bars and pubs. The Scottish Parliament and The Botanilcal Garden It is situated 30 minutes away from it is situated 5 kilometres away from Portobello the beach It is situated 16 kilometres away from the airport. ROOM: Some roomsThe Forth Estuary views of large windows. The contemporary style rooms, have a bathroom with a bath or shower, a hairdryer, a direct line telephone, flat-screen satellite television, a CD player, a DVD player, films (available for a fee), internet, a fridge, a safety deposit box, a coffee maker, a kettle, an iron, central heating, an individual air-conditioning system and a king size or double bed. FACILITIES: The establishment boasts a covered heated pool, a sauna, a steam bath, a well-equipped gym and a solarium. it is 1 kilometre away from Prestonfield the golf course of. OBSERVATIONS: Check-in is at 14:00 check-out is at 12:00. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have continental buffet or Scottish breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1203.04" OriginalAmount="1168" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956784890393" Longitude="-3.1786268949509" StarRating="4" HotelCode="17007|2009" HotelName="Crowne Plaza Edinburgh Royal Terrace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Royal Terrace, Edinburgh EH7 5AQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/f6/33f654d6b616b523aa2774160778694faa8610a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Forming part of a prestigious Georgian Terrace, the hotel has a prime city centre location within ea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1230.85" OriginalAmount="1195" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956405" Longitude="-3.18853" StarRating="3" HotelCode="15457|10226" HotelName="Indigo Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 – 59 York Place, Edinburgh, Scotland EH1 3JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/c0/13c014874b10e35e2cf75e87bab3927cdaed21b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 5-minute walk from Princes Street and just about 800 m from Waverley Railway Station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1240.82" OriginalAmount="1204.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949182" Longitude="-3.184547" StarRating="3" HotelCode="79014|154029|Bed &amp; Breakfast" HotelName="Holiday Inn Express Edinburgh Royal Mile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>300 Cowgate, Edinburgh EH1 1NA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d9/add9b7832a5907fa48d0926c9571993d9bd29528.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quaint location in the Old Town in Edinburgh city centre just a 10-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1251.45" OriginalAmount="1215" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954472042637" Longitude="-3.1974929941908" StarRating="4" HotelCode="318631|89819" HotelName="The Spires Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93-95 Hanover Street, Edinburgh EH2 1DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/fe/3bfe073c96e86a9f94835fc46f633dcae1e50298.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1257.63" OriginalAmount="1221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947357" Longitude="-3.195477" StarRating="4" HotelCode="33817|8232" HotelName="Apex City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Grassmarket, Edinburgh EH1 2JF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/86/ce86b53f7b5304175bc7064afa3ede09b5eac32d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the historical city district of ""Grass Market"" and therefore lies i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1279.26" OriginalAmount="1242" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95360704" Longitude="-3.20588695" StarRating="3" HotelCode="739629|282866" HotelName="Mode Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74-77 Queen Street, Edinburgh EH2 4NF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/d8/1bd85bf85252adadc3b808c3108cd6b3b5fb3910.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1313.47" OriginalAmount="1275.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9518208" Longitude="-3.1773966" StarRating="4" HotelCode="|20010" HotelName="Edinburgh Holyrood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HOLYROOD ROAD 81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/0/20010_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, luxurious hotel, has a lounge bar, a library and a stylish restaurant. SITUATION: This establishment is in the surrounding area of the Scottish Parliament, The Holyrood House Palace and The Volcanic Mountain Arthur's Seat it is situated 2 minutes away from the Royal Mile ROOM: The modern rooms have a bathroom, a hairdryer, a direct line telephone, internet, a mini-bar, complimentary bathroom items, a writing desk with lamp and a welcome tray. FACILITIES: Guests can enjoy a covered swimming pool, a sauna, a solarium, a Turkish bath, a beauty centre and a gym. MEALS: The establishment serves a buffet breakfast. OBSERVATIONS: This establishment has a car park (for a fee). Check-in is at 16:00 and check-out is at 12:00.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1314.28" OriginalAmount="1276.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943675650009" Longitude="-3.1927943229675" StarRating="4" HotelCode="915128|residence_inn_by_marriott_edinburgh" HotelName="Residence Inn by Marriott Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Kitchen,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Simpson Loan, Quartermile, Edinburgh EH3 9GG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/1f/cf1f9082e9398de56f143546c64263622abd574b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1327.03" OriginalAmount="1288.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945977626227" Longitude="-3.1832673053306" StarRating="3" HotelCode="915136|1128488|Bed &amp; Breakfast" HotelName="Richmond Place Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-9 Richmond Place, Edinburgh EH8 9SS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b0/88b030d001bdbf2999c7eb025d7c28aa9db9e787.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1338.67" OriginalAmount="1299.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954519" Longitude="-3.1943719999999" StarRating="3" HotelCode="298480|GB000179" HotelName="ibis Styles Edinburgh Centre St Andrew Square" Meals="BED &amp; BREAKFAST" BedType="" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Sant Andrew Square, Edinburgh EH2 1AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/4f/954f0bc336dc7242ad4a62cabcf070e34f828efb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1342.34" OriginalAmount="1303.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948134250945" Longitude="-3.1900128722191" StarRating="3" HotelCode="36431|156384|Bed &amp; Breakfast" HotelName="Stay Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Diet Meals,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>139 Cowgate, Edinburgh EH1 1JS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a6/c2a694d2db0440c188a062be377de87af13a6d3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Old Town, just steps from the Royal Mile, Princes Street and the theatr...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1352.39" OriginalAmount="1313" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951215995389" Longitude="-3.1857857108116" StarRating="3" HotelCode="258995|608" HotelName="Jurys Inn Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Jeffrey Street, Edinburgh EH1 1DH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/9a/3c9a3564464625df2feb1b1c097425ede7a50ce7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is in a fantastic location in the heart of Edinburgh, directly by the Royal Mile. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1383.80" OriginalAmount="1343.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95084" Longitude="-3.19154" StarRating="0" HotelCode="|224495" HotelName="Motel One Edinburgh - Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18-21 Market Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/4/9/5/224495_6dbe3ae2113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1388.48" OriginalAmount="1348.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950860826335" Longitude="-3.176856637001" StarRating="4" HotelCode="23049|1083188|Bed &amp; Breakfast" HotelName="Macdonald Holyrood Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Holyrood Road, Edinburgh EH8 8AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3f/b73f7065bf379409c333bc7a2ede2c31c1cc9d1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The contemporary style of this hotel building harmonises well with the historical surroundings, whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1388.82" OriginalAmount="1348.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.937613" Longitude="-3.202884" StarRating="3" HotelCode="|20769" HotelName="Black Ivy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ALVANLEY TERRACE, WHITEHOUSE LOAN 2-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/7/6/9/20769_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, was built in 1890, The establishment has a reception and a lobby. This renovated hotel in 2002 26 rooms and 2 floors. Guests can enjoy a cafÃ©, a bar and a restaurant with highchairs. SITUATION: It is near a peaceful park, is situated 1 kilometre away from the city centre, near the establishment, you will find restaurants, bars and a public transport stop. It is situated 20 kilometres away fromEdinburgh Airport. ROOM: The rooms have cosy, have a bathroom with a hairdryer, a direct line telephone, a television, a radio, a kettle, a coffee maker, fitted carpets and a central heating system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1400.80" OriginalAmount="1360" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944391626124" Longitude="-3.2012191414833" StarRating="3" HotelCode="337462|6974" HotelName="Leonardo Hotel Edinburgh City" 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,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>79 Lauriston Place, Edinburgh EH3 9HZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/27/d027a59d0b888d087fb78b3e9e86c7405e638be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The world famous Princes Street, situated below Edinburgh Castle, the Royal Mile and the resurgent '...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1401.83" OriginalAmount="1361" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.977919426679" Longitude="-3.1685954332352" StarRating="4" HotelCode="316791|17305" HotelName="Malmaison" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Tower Place, Edinburgh EH6 7BZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/df/57df89be240a15473f09a0f591ebecd4621e4e65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This award-winning, stylish hotel is situated at the waterfront of the Port of Leith. The Ocean Term...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1415.10" OriginalAmount="1373.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946364239557" Longitude="-3.1835567951202" StarRating="4" HotelCode="60144|86699|Bed &amp; Breakfast" HotelName="Ten Hill Place Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Hill Palace, Edinburgh EH8 9DS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/66/966678c17cc386984a095779756a3b573ed9c465.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in Edinburgh's old town and is only a couple of steps away from Princes Street. It o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1417.26" OriginalAmount="1375.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95098211" Longitude="-3.18226435" StarRating="4" HotelCode="473521|GB000309" HotelName="Aparthotel Adagio Edinburgh Royal Mile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>231 Canongate, Edinburgh EH8 8AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/29/6829a4941267f418c4509d6f54ed4b922564c97c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1422.43" OriginalAmount="1381" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.928560387609" Longitude="-3.1684978773774" StarRating="4" HotelCode="150277|36747" HotelName="Kildonan Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Craigmillar Park, Edinburgh EH16 5PE, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/25/3825ef2f1f45c4fe1b7e4764bfb25179785deb69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Edinburgh. The nearest airport is Edinburgh - Rail Station (ZXE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1427.78" OriginalAmount="1386.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9459" Longitude="-3.2038" StarRating="4" HotelCode="|20681" HotelName="Doubletree By Hilton Edinburgh City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Bread Street, Edinburgh EH3 9AF, United Kingdom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/1/20681_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This stylish hotel rooms 4 floors, 140 rooms, 136 double rooms and 4 suites. Guests have access to a lobby with a reception, a cocktail bar, a pub, a restaurant, internet and conference rooms. There are many services available at the establishment, including room service and a laundry service. SITUATION: This inviting hotel, the Edinburgh Castle it is located in front of it is near Princes Street the commercial area of the business area, Where you can find and the historic centre. in front of the hotel there is a public transport stop, is situated 13 kilometres away from Turnhouse Airport. ROOM: The minimalist in style rooms, have a bathroom with a hairdryer, toiletries, a direct line telephone, satellite or cable TV, central heating, internet, a kettle and a coffee maker. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a set-menu lunch and dinner. Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1428.73" OriginalAmount="1387.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95261" Longitude="-3.194464" StarRating="3" HotelCode="258823|790835|Bed &amp; Breakfast" HotelName="Mercure Edinburgh City Princes Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Sreet, Edinburgh EH2 2DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/94/53943557a294aa3872618c840348f9e7d76b552f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel offers guests superb views over the famous Princes Street Gardens and Edi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1436.79" OriginalAmount="1394.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9563227" Longitude="-3.1977946" StarRating="3" HotelCode="|20682" HotelName="The Royal Scots Club Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ABERCROMBY PLACE 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/2/20682_3d73b2b1449.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2004 2 floors, 21 rooms, 1 single rooms and 18 double rooms. In the entrance, guests are offered a lobby, a reception and a currency exchange service. Guests have access to a bar, a restaurant, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: Is situated inEdinburgh a typical street near the establishment, you will find a public transport stop, shops and restaurants. it is 50 metres away from bars, pubs and a nightclub. ROOM: The rooms are traditional-style, Guests are offered standard and superior rooms, Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a central heating system, a sitting room, fitted carpets, tiled floors and some rooms with views of, the city, garden. FACILITIES: The establishment boasts a leisure centre with a jacuzzi, Clients can enjoy activities such as aerobics. OTHERS: Regarding the food and beverage provision, the establishment offers American buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1439.45" OriginalAmount="1397.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948370915892" Longitude="-3.186845019869" StarRating="3" HotelCode="284650|GB000172" HotelName="ibis Edinburgh Centre South Bridge - Royal Mile Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 South Bridge, Edinburgh EH1 1HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/fb/1bfb206eba8ba77e926f335cf35ba1859ccd9ef9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1460.21" OriginalAmount="1417.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945817524735" Longitude="-3.2032817602158" StarRating="4" HotelCode="23050|15026|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Edinburgh City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Bread Street, EH3 9AF Edinburgh, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/27/da274c7a1cd92d0ac7afa7fbf1c3756e7feaed68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located in the shadow of Edinburgh Castle and is only a few minutes from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1470.84" OriginalAmount="1428.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.92772076" Longitude="-3.20815085" StarRating="4" HotelCode="580862|the_lane_hotel_2" HotelName="The Lane Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Canaan Lane, Edinburgh EH10 4SY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/6e/616ea24804ca43955d45e84a0bc3b419b6b31cbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1496.45" OriginalAmount="1452.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95628" Longitude="-3.197746" StarRating="3" HotelCode="17004|581575|Bed &amp; Breakfast" HotelName="The Royal Scots Club" 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/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Abercromby Place, Edinburgh EH3 6QE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b2/46b272e47f2edeca503e8560bdb1ddeafde30b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of Edinburgh's Georgian streets. The nearest restaurants as well as links to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1500.65" OriginalAmount="1456.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947078" Longitude="-3.196621" StarRating="4" HotelCode="10229|32024|Bed &amp; Breakfast" HotelName="Apex Grassmarket Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Grassmarket, Edinburgh EH1 2HS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/af/5daf351658755d03030a404d8b43df636fdc1482.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Edinburgh's Old Town with a magnificent view of the castl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1509.16" OriginalAmount="1465.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950782" Longitude="-3.20793" StarRating="4" HotelCode="401739|1098368|Bed &amp; Breakfast" HotelName="Angels Share Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Hope Street, Edinburgh EH2 4EL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fa/b3fa80f809ffac6e108faeee49b4c887e76bd38b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of the city centre at Edinburgh's West End, this boutique hotel allows...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1525.64" OriginalAmount="1481.2" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944976409936" Longitude="-3.199548125267" StarRating="4" HotelCode="39321|GB000055" HotelName="Novotel Edinburgh Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Lauriston Place, Edinburgh, Scotland EH3 9DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/14/cf14fb988c7851299a31ccf5b33fece74cfcf0a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to the beach (around 5 km away). The Royal Mile, Edinburgh Castle, Prince...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1549.12" OriginalAmount="1504.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945499" Longitude="-3.228747" StarRating="4" HotelCode="56606|the_dunstane" HotelName="The Dunstane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates &amp; 5 Hampton Terrace, Haymarket, Edinburgh, Schottland EH12 5JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/d2/87d2eef0f591ac6a75151b2a768f3fe95cc58154.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh's West End, just 15 minutes' walk from the city's shopping and co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1567.45" OriginalAmount="1521.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95741487" Longitude="-3.18477187" StarRating="4" HotelCode="481530|2058625|Bed &amp; Breakfast" HotelName="Courtyard Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Baxters Place, EH1 3AF Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/42/45425cfaca8ae3ccf147f0bda7ed35168add3a59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1579.55" OriginalAmount="1533.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956538037115" Longitude="-3.2071242499627" StarRating="4" HotelCode="82407|938425|Bed &amp; Breakfast" HotelName="Nira Caledonia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Gloucester Place, Edinburgh, City of Edinburgh EH3 6EF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/56/c4566e47c1a32f1b3b19d7dcdfb2846e0d4172ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1582.97" OriginalAmount="1536.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.927736" Longitude="-3.208183" StarRating="4" HotelCode="|451604" HotelName="The Lane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>237-239 Morning Side Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/6/0/4/451604_7d39ae80933.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1624.26" OriginalAmount="1576.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.8909988" Longitude="-3.1041999" StarRating="4" HotelCode="|24425" HotelName="Melville Castle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MELVILLE GATE - GILMERTON ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/2/5/24425_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and was built in 1786. renovated in 2003 3 floors, 32 rooms and 2 suites. In the entrance, you can find a cosy hall with a reception, a safety deposit box service, a currency exchange service, lifts and a cloakroom. The establishment has a bar, a restaurant with highchairs, a conference room, room service and a car park. SITUATION: This inviting hotel is situated in a large park, 10 minutes away, guests can find public transport services, shops, is 20 minutes away from Edinburgh the city centre of Where you can find bars, restaurants and pubs. it is 25 minutes away from the train station. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, internet, a radio, satellite or cable TV, a fridge, a coffee maker, a kettle, fitted carpets, central heating and a safety deposit box (available for a fee). FACILITIES: Customers can enjoy outdoor activities, is situated 10 minutes away from a golf course. OBSERVATIONS: Check-in is at 14:00 check-out is at 11:00. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service and a set-menu lunch and dinner. Food for those with special dietary requirements. and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1642.13" OriginalAmount="1594.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95134448" Longitude="-3.19017162" StarRating="0" HotelCode="955747|4310315|Bed &amp; Breakfast" HotelName="Market Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/ff/11ff9cb69461c73cedeb73bc1eaa587288a1e0be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1654.96" OriginalAmount="1606.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951395" Longitude="-3.215875" StarRating="5" HotelCode="11137|14107|Bed &amp; Breakfast" HotelName="Bonham Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Drumsheugh Gardens, Edinburgh EH3 7RN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/97/0b97e050300cdab8c8b07a3fb1a41a69a6b3c8b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to the centre of Edinburgh meaning that guests can easily reach the...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1672.72" OriginalAmount="1624" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950095" Longitude="-3.186915" StarRating="4" HotelCode="29276|22391" HotelName="Radisson Blu Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 High Street, The Royal Mile, Edinburgh EH1 1TH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/dc/77dcd0d884195d5673f951331719637c9c82df62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located along the Royal Mile between Edinburgh Castle and Holyrood Palace, this hotel lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1681.94" OriginalAmount="1632.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9499934" Longitude="-3.1921445" StarRating="4" HotelCode="|47574" HotelName="Fraser Suites Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ST GILES STREET 12-26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/7/4/47574_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, the former Fleet Street of Scotland it is in. This building was built in 1800 and renovated in 2009. It has 75 luxury apartments, The establishment boasts a continental breakfast, a lobby with a reception, a safety deposit box service, a lift, internet and a laundry service. SITUATION: This aparthotelSt Giles Street it is in Close to, Where clients can enjoy shops and restaurants. 800 metres away, guests will find the railway station, Haymarket it is situated 1,6 kilometres away from nearby, there is a bus stop, near the establishment, guests will find restaurants, bars, theatres, shops and spas. ROOM: Clients are offered studios and executive suites and elegant, one bedroom apartments. They have individual heating, a king-size bed and some rooms Princes Street Gardens and Royal Mile with views of apartments The apartments have multimedia system, a satellite or cable television, a Hi-Fi and an iPod docking station. All the rooms have a safety deposit box, an iron, a direct line telephone, internet, welcome tray, complimentary bathroom items, a bathroom with a shower, a bath, a hairdryer, a kitchenette with fridge, hot plates, a microwave, a coffee maker and a kettle. FACILITIES: The establishment has a gym. PAYMENT METHODS: Customers can pay using AmEx, Diners Club, Mastercard and Visa. OTHERS: The establishment offers a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1742.95" OriginalAmount="1692.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953214215418" Longitude="-3.1908262012234" StarRating="3" HotelCode="16971|1980595|Bed &amp; Breakfast" HotelName="Hotel Indigo Edinburgh - Princes Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Princes Street, Edinburgh EH2 2AN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/6c/8f6c3feedfe2667da3a336b7bb2c062eb6bfb05f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the city on the famous Princes Street with views over Princes Street Gardens and Edi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1762.66" OriginalAmount="1711.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9513847" Longitude="-3.2148982" StarRating="4" HotelCode="|20013" HotelName="The Bonham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DRUMSHEUGH GARDENS 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/3/20013_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 1997 5 floors, 48 rooms, 10 single rooms, 36 double rooms and 2 suites. In the establishment entrance, guests will find a lobby with elevators, shops, a car park, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment has an Ã  la carte restaurant and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This urban hotel is situated near Edinburgh the city centre of in the surrounding area of the establishment, guests can find monuments, tourist points of interest and the tourist attractions. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a radio, a stereo and internet. They also have an open-plan kitchen, fitted carpets, a central heating system and a safety deposit box (available for a fee). OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service, all meals in a buffet form and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1778.15" OriginalAmount="1726.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950772" Longitude="-3.187602" StarRating="4" HotelCode="11477|172846|Bed &amp; Breakfast" HotelName="Hilton Edinburgh Carlton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19 Northbridge, Edinburgh, EH1 1SD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b5/60b55060dd828acc4421a6bcb3f83d8ade41f1dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the tourist centre of Edinburgh, this city hotel lies close to the city centre and 200 me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1782.27" OriginalAmount="1730.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9525986" Longitude="-3.2047999" StarRating="4" HotelCode="|32070" HotelName="Tigerlily" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GEORGE STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/7/0/32070_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 2 bars, a restaurant and a pub. It has 5 floors, 33 single rooms, 7 mini-suites and 2 Georgian style suites. SITUATION: George Street It is in it is in Edinburgh the city centre of The Holyrood Palace and The Royal Yacht Britannia nearby, you will find. ROOM: The inviting rooms, have a bathroom, a king-size bed, a flat-screen television, iPods, computer safe and internet. FACILITIES: For a fee, guests can enjoy beauty treatments. OTHERS: Regarding the food and beverage offering, clients have a breakfast service, a set-menu lunch and dinner and an Ã  la carte dinner. Guests can book bed and breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1805.36" OriginalAmount="1752.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950065" Longitude="-3.187277" StarRating="3" HotelCode="39322|84829|Bed &amp; Breakfast" HotelName="The Inn On The Mile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>82 High Street, The Royal Mile, Edinburgh EH1 1LL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/79/2b794c7dc0cc1b51106712988689ac65af83ad19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel occupies a prime location in Edinburgh city centre, situated on the Royal Mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1850.99" OriginalAmount="1797.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956456467216" Longitude="-3.1900617288361" StarRating="4" HotelCode="178451|288818|Bed &amp; Breakfast" HotelName="The Place Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34-38 York Place, Edinburgh EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/12/6f120e4c326d9a2aba97421cedd02be3d2d077b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1858.12" OriginalAmount="1804" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951561" Longitude="-3.206133" StarRating="4" HotelCode="49324|1954" HotelName="Kimpton Charlotte Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Charlotte Square, Edinburgh EH2 4HQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/c0/bac0984baf1c5e1ba8eabc7534a51b2b8ea6f803.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is one of the most discerning hotels in Edinburgh, located directly in the historical city cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1930.61" OriginalAmount="1874.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956160316667" Longitude="-3.1919785166667" StarRating="3" HotelCode="76738|2508455|Bed &amp; Breakfast" HotelName="Ballantrae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 York Place, Edinburgh, City of Edinburgh EH1 3EP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/e5/61e5d4c6a78854bb5b875d4fbf490323ebcf62a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1946.70" OriginalAmount="1890" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956678" Longitude="-3.185501" StarRating="5" HotelCode="27030|26511" HotelName="The Glasshouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Greenside Place, Edinburgh EH1 3AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e750776521479d3edb45d7a89e7ea407c375ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of Edinburgh, this hotel is 5 minutes from Princes Street, North Bridg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2038.37" OriginalAmount="1979" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94609320525" Longitude="-3.1901094305063" StarRating="4" HotelCode="142156|17505" HotelName="Hotel Du Vin Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Bristo Place, Edinburgh EH1 1EZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/38/ae38a5f0087347b532f67b170f88d1041c53ac49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled deep in Edinburgh's Old Town, only a short walk away from the historic Royal Mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2047.64" OriginalAmount="1988" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947154258879" Longitude="-3.2071870565414" StarRating="5" HotelCode="45056|26510" HotelName="Sheraton Grand Hotel &amp; Spa, Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Festival Square, Edinburgh EH3 9SR, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/10/d010200ed39817659b3ff017e425f9b431f2d092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located close to Princes Street at the heart of Edinburgh within a short dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2097.12" OriginalAmount="2036.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954742" Longitude="-3.190145" StarRating="5" HotelCode="|449960" HotelName="W Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 ST JAMES SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_da881151130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2120.77" OriginalAmount="2059" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949407592212" Longitude="-3.208184162635" StarRating="4" HotelCode="903826|408414" HotelName="The Rutland Hotel &amp; Luxury Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Street, Edinburgh, Scotland EH1 2AE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/21/152168342ca7d59020c3d5209d0ab46301070c15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2176.16" OriginalAmount="2112.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951084" Longitude="-3.188192" StarRating="5" HotelCode="33816|9308|Bed &amp; Breakfast" HotelName="The Scotsman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 North Bridge, EH1 1TR Edinburgh, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/05/e5051de28a28e3792890fc967f948558d9817e9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel offers a magnificent view over Edinburgh Castle and the Princes Street Gardens. I...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2262.97" OriginalAmount="2197.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949775" Longitude="-3.207238" StarRating="5" HotelCode="11319|16973|Bed &amp; Breakfast" HotelName="Waldorf Astoria Edinburgh - The Caledonian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Street, EH1 2AB Edinburgh, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c4/cec4ab2e1dd46a6edc071a5952a73e443aa4713b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel lies in the heart of the city, at the west end of Princes Street. Just a stone’s th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2274.88" OriginalAmount="2208.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949501" Longitude="-3.2070999" StarRating="5" HotelCode="|25239" HotelName="The Caledonian Edinburgh, Curio Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINCES STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/9/25239_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, was built in 1903, was renovated in 2005, has 251 rooms, 21 suites and 7 floors. The establishment has a reception, a concierge, a currency exchange service, a car park, WiFi in communal areas, 2 restaurants, 2 bars and a health centre with a swimming pool. With views of Edinburgh Castle. SITUATION: This luxurious hotel is in the city centre, is situated in the western area of Princes Street. Close to the establishment, clients can find bars, restaurants, shops, monuments and public transport services. It is situated 10 minutes away from Waverly Station, 20 minutes away from the airport. It is 10 minutes away from The Murrayfield Stadium and International Conference Centre, ROOM: The luxurious, elegant rooms have a bathroom, a hairdryer, coat, slippers, a direct line telephone, cable television (available for a fee), internet, data connection, a writing desk, a mini-bar, an iron, a coffee maker and a kettle. Some rooms have views of Edinburgh Castle. They also have a launderette. FACILITIES: The establishment boasts a health club, a swimming pool with views of the castle, deck chairs, a steam bath, a spa, a multipurpose sports complex, a beauty centre and a massage service. It is 6 kilometres away from a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2291.75" OriginalAmount="2225" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9539439" Longitude="-3.196371" StarRating="4" HotelCode="12974|13168" HotelName="InterContinental Edinburgh The George" 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,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19-21 George Street, Edinburgh EH2 2PB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/b0/e8b073e2be6e1cb0fd9e67b8a3fe1f7d1db0f550.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located on George Street at the heart of the city. A diverse selection ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2394.87" OriginalAmount="2325.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.979651" Longitude="-3.169117" StarRating="5" HotelCode="|451122" HotelName="Fingal - A Luxury Floating Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alexandra Dock, Historic Port of Leith</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/1/2/2/451122_026066e1038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2497.77" OriginalAmount="2425.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="0" HotelCode="980456|4660015|Bed &amp; Breakfast" HotelName="Fingal Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alexandra Dock, Leith, Edinburgh EH6 7DX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/6f/696f3efca14f3c2baa2d5cd1aec98d3e802623d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2885.03" OriginalAmount="2801.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9366424" Longitude="-3.1570894" StarRating="5" HotelCode="16176|prestonfield_house" HotelName="Prestonfield House" 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>Priestfield Road, Edinburgh EH16 5UT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/30/313034dbe7ac9cccf80be6a65920c3d2d7c9edb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2913.30" OriginalAmount="2828.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950558" Longitude="-3.185556" StarRating="5" HotelCode="|450033" HotelName="Cheval Old Town Chambers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Royal Mile 329 High Street Edinburgh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/3/3/450033_9681e671026.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3089.75" OriginalAmount="2999.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950075" Longitude="-3.1911210000001" StarRating="5" HotelCode="296651|1186198|Bed &amp; Breakfast" HotelName="Old Town Chambers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roxburgh's Court, 323 High Street, Edinburgh EH1 1LW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/34/86348c7841a3940e9568df7b5daca6a935347aa0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3293.03" OriginalAmount="3197.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94587544" Longitude="-3.22908678" StarRating="4" HotelCode="765108|260322|Bed &amp; Breakfast" HotelName="The Dunstane Houses - Dunstane House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Babysitting,Bar,Concierge,Conference Hall,Dry Cleaning,Garden,Internet,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates, Edinburgh, Schottland EH12 5JQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is an elegant town house which is just a short walk from Edinburgh city centre. The relaxed atm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3315.28" OriginalAmount="3218.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953173496597" Longitude="-3.1896561384201" StarRating="5" HotelCode="10630|9304|Bed &amp; Breakfast" HotelName="The Balmoral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Princes Street, Edinburgh EH2 2EQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/7e/7e7e7b6147815d10faa900ed85735dff0670af0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and comfortable hotel is situated in an exclusive location and offers a beautiful view ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5028.46" OriginalAmount="4882" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="3" HotelCode="901617|89834" HotelName="Royal Over-Seas League" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Princes Street, Edinburgh EH2 3AB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/c8/81c87893c4fb9a9b52f5f57eb0d448c013fd8b98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Air Conditioning,Golf,Heated Pool,Lounge,Nightclub,Shopping Arcade,Wheelchair Access,Spa,Kitchen,Garden,Babysitting,Concierge,Dry Cleaning,Meeting Room,Parking,Pets allowed</BasicAmenities>
    <HotelRating>4,5,3,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,SPA HOTEL,AIRPORT HOTEL,HOTEL,ECO HOTEL,HOSTEL,APARTMENT,APARTHOTEL,VILLAGE,COUNTRY HOUSE,GUEST HOUSES,GUESTHOUSE</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
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-04T00:00:00" End="2026-09-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="311045|63826" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ukt.uniteddestination@gmail.com" Password="utdwwh@2026" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="cf4ea20f-92ca-45cb-8015-ba7eb9d1afb3" TimeStamp="0001-01-01T00:00:00" HotelName="Village Hotels Edinburgh" HotelCode="311045|547202" StarRating="4" GTCityId="41120" CountryCode="GB" CityName="Edinburgh" CountryName="United Kingdom" Address="140 Crewe Road South, Edinburgh EH4 2NY" PostCode="EH4 2NY" PhoneNo="+441925578301,+441925377535" FaxNo="" Email="" CheckInTime="15:00" CheckOutTime="11:00" Latitude="55.967788605767" Longitude="-3.2347146280617" SourceId="8" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Double room (full double bed)|Room 2: Double room (full double bed)" RoomTypeCode="h-352abec9-2893-5612-85a7-29b4602601bf|63|NzM3LjAwfEdCUHwyMDI2LTA2LTEx" OriginalAmount="737" TotalPrice="759.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 29.48-- city tax is included in the room rate.&lt;br/&gt;GBP 117.92-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T00:00:00" End="2026-09-04T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="759.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room|Room 2: Double room" RoomTypeCode="103046500|1|753|27|NzUzfEdCUHwyMDI2LTA2LTEx" OriginalAmount="753" TotalPrice="775.59" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-11T10:53:38.7381019+01:00" End="2026-09-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="753" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Double Club room (full double bed) (pool access)|Room 2: Double Club room (full double bed) (pool access)" RoomTypeCode="h-1fd8d0b8-eeac-507e-9a58-5f5085afcf7b|63|Nzk2LjAwfEdCUHwyMDI2LTA2LTEx" OriginalAmount="796" TotalPrice="819.88" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 31.84-- city tax is included in the room rate.&lt;br/&gt;GBP 127.36-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T00:00:00" End="2026-09-04T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="819.88" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Quadruple room (2 full double beds)|Room 2: Quadruple room (2 full double beds)" RoomTypeCode="h-bcbd0cc4-1fd3-5572-a0b2-d2129aa062e0|63|ODE4LjAwfEdCUHwyMDI2LTA2LTEx" OriginalAmount="818" TotalPrice="842.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 32.72-- city tax is included in the room rate.&lt;br/&gt;GBP 130.88-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T00:00:00" End="2026-09-04T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="842.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, DOUBLE BED|Room 2: ROOM, DOUBLE BED" RoomTypeCode="0|0|1135179345|1781171616035266B2129B10||no^1|0|1135179345|1781171616035266B2129B22||no|1707228|16|ODU3LjgwfEdCUHwyMDI2LTA5LTAz" OriginalAmount="858" TotalPrice="883.53" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/08/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special cancellation policies or charges may apply for group reservations (more than 8 rooms for the same property / stay dates)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards and debit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property reserves the right to pre-authorize the guest&amp;#039;s credit card prior to arrival.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt; &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Children may access the hotel pool during limited hours.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Children are allowed in the pool during certain hours and these are subject to change.&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. For any questions, please contact the property using the information on the booking confirmation. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for English breakfast: approximately GBP 17.50 for adults and GBP 7.50 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: GBP 5.00 per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;A late check-out fee will be charged&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Facilities fee: GBP 5.00 per accommodation, per night and includes use of: sauna; swimming pool; fitness facilities&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 103.85 USD (This amount is included within the total price).&lt;br/&gt;CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special cancellation policies or charges may apply for group reservations (more than 8 rooms for the same property / stay dates)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards and debit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property reserves the right to pre-authorize the guest&amp;#039;s credit card prior to arrival.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt; &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Children may access the hotel pool during limited hours.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Children are allowed in the pool during certain hours and these are subject to change.&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. For any questions, please contact the property using the information on the booking confirmation. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for English breakfast: approximately GBP 17.50 for adults and GBP 7.50 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: GBP 5.00 per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;A late check-out fee will be charged&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Facilities fee: GBP 5.00 per accommodation, per night and includes use of: sauna; swimming pool; fitness facilities&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 103.85 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-30T00:00:00" End="2026-08-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="883.53" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Family room - Double/Double|Room 2: Family room - Double/Double" RoomTypeCode="261570314|1|882|27|ODgyfEdCUHwyMDI2LTA2LTEx" OriginalAmount="882" TotalPrice="908.46" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-11T10:53:38.9518384+01:00" End="2026-09-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="882" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Double Room, 1 Double Bed|Room 2: Double Room, 1 Double Bed" RoomTypeCode="20260904$20260906$W$163$547202$DBL.ST$FLXHOTA$RO$$2~2~0$$N@07~A-SIC~258421~-1537302439~N~~~NOR~~2D048F9702C9419178117105903005AAUK00800066001408214389^20260904$20260906$W$163$547202$DBL.ST$FLXHOTA$RO$$2~2~0$$N@07~A-SIC~258421~-1537302439~N~~~NOR~~2D048F9702C9419178117105903005AAUK00800066001408214389|8|OTA1LjIwfEdCUHwyMDI2LTA4LTI5" OriginalAmount="905" TotalPrice="932.36" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-08-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="932.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - Club room|Room 2: Twin/Double room - Club room" RoomTypeCode="238074846|1|923|27|OTIzfEdCUHwyMDI2LTA2LTEx" OriginalAmount="923" TotalPrice="950.69" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-11T10:53:39.1234328+01:00" End="2026-09-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="923" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: CLUB|Room 2: CLUB" RoomTypeCode="0|0|1135186405|1781171616035266B2129B6||no^1|0|1135186405|1781171616035266B2129B18||no|1707228|16|OTI2LjU1fEdCUHwyMDI2LTA5LTAz" OriginalAmount="927" TotalPrice="954.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/08/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special cancellation policies or charges may apply for group reservations (more than 8 rooms for the same property / stay dates)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards and debit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property reserves the right to pre-authorize the guest&amp;#039;s credit card prior to arrival.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt; &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Children may access the hotel pool during limited hours.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Children are allowed in the pool during certain hours and these are subject to change.&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. For any questions, please contact the property using the information on the booking confirmation. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for English breakfast: approximately GBP 17.50 for adults and GBP 7.50 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: GBP 5.00 per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;A late check-out fee will be charged&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Facilities fee: GBP 5.00 per accommodation, per night and includes use of: sauna; swimming pool; fitness facilities&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 112.18 USD (This amount is included within the total price).&lt;br/&gt;CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special cancellation policies or charges may apply for group reservations (more than 8 rooms for the same property / stay dates)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards and debit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property reserves the right to pre-authorize the guest&amp;#039;s credit card prior to arrival.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt; &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Children may access the hotel pool during limited hours.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Children are allowed in the pool during certain hours and these are subject to change.&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. For any questions, please contact the property using the information on the booking confirmation. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for English breakfast: approximately GBP 17.50 for adults and GBP 7.50 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: GBP 5.00 per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;A late check-out fee will be charged&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Facilities fee: GBP 5.00 per accommodation, per night and includes use of: sauna; swimming pool; fitness facilities&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 112.18 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-30T00:00:00" End="2026-08-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="954.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY, 2 DOUBLE BEDS|Room 2: FAMILY, 2 DOUBLE BEDS" RoomTypeCode="0|0|1465719835|1781171616035266B2129B2||no^1|0|1465719835|1781171616035266B2129B14||no|1707228|16|OTUyLjM0fEdCUHwyMDI2LTA5LTAz" OriginalAmount="952" TotalPrice="980.91" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/08/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special cancellation policies or charges may apply for group reservations (more than 8 rooms for the same property / stay dates)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards and debit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property reserves the right to pre-authorize the guest&amp;#039;s credit card prior to arrival.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt; &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Children may access the hotel pool during limited hours.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Children are allowed in the pool during certain hours and these are subject to change.&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. For any questions, please contact the property using the information on the booking confirmation. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for English breakfast: approximately GBP 17.50 for adults and GBP 7.50 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: GBP 5.00 per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;A late check-out fee will be charged&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Facilities fee: GBP 5.00 per accommodation, per night and includes use of: sauna; swimming pool; fitness facilities&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 115.30 USD (This amount is included within the total price).&lt;br/&gt;CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special cancellation policies or charges may apply for group reservations (more than 8 rooms for the same property / stay dates)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards and debit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property reserves the right to pre-authorize the guest&amp;#039;s credit card prior to arrival.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt; &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Children may access the hotel pool during limited hours.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Children are allowed in the pool during certain hours and these are subject to change.&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. For any questions, please contact the property using the information on the booking confirmation. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for English breakfast: approximately GBP 17.50 for adults and GBP 7.50 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: GBP 5.00 per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;A late check-out fee will be charged&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Facilities fee: GBP 5.00 per accommodation, per night and includes use of: sauna; swimming pool; fitness facilities&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 115.30 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-30T00:00:00" End="2026-08-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="980.91" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Club Room (FREE GYM &amp; POOL ACCESS)|Room 2: Club Room (FREE GYM &amp; POOL ACCESS)" RoomTypeCode="20260904$20260906$W$163$547202$DBL.CB$FLXHOTA$RO$$2~2~0$$N@07~A-SIC~244476~-1333699116~N~~~NOR~~2D048F9702C9419178117105903005AAUK0080006600140824c3d1^20260904$20260906$W$163$547202$DBL.CB$FLXHOTA$RO$$2~2~0$$N@07~A-SIC~244476~-1333699116~N~~~NOR~~2D048F9702C9419178117105903005AAUK0080006600140824c3d1|8|OTc3Ljc2fEdCUHwyMDI2LTA4LTI5" OriginalAmount="978" TotalPrice="1007.09" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-08-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1007.09" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY|Room 2: FAMILY" RoomTypeCode="0|0|1350676185|1781171616066009B2153B2||no^1|0|1350676185|1781171616066009B2153B10||no|1707228|16|MTAwMC41MnxHQlB8MjAyNi0wOS0wMg==" OriginalAmount="1001" TotalPrice="1030.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-08-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1030.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Family Room, 2 Double Beds|Room 2: Family Room, 2 Double Beds" RoomTypeCode="20260904$20260906$W$163$547202$DBL.2D$FLXHOTA$RO$$2~2~0$$N@07~A-SIC~230496~818974412~N~~~NOR~~2D048F9702C9419178117105903005AAUK008000660014082603ec^20260904$20260906$W$163$547202$DBL.2D$FLXHOTA$RO$$2~2~0$$N@07~A-SIC~230496~818974412~N~~~NOR~~2D048F9702C9419178117105903005AAUK008000660014082603ec|8|MTAwNC45NnxHQlB8MjAyNi0wOC0yOQ==" OriginalAmount="1005" TotalPrice="1035.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-08-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1035.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: CLUB, DOUBLE BED|Room 2: CLUB, DOUBLE BED" RoomTypeCode="0|0|1136160455|1781171616045454B2119B2||no^1|0|1136160455|1781171616045454B2119B12||no|1707228|16|MTAwNy4wN3xHQlB8MjAyNi0wOC0zMQ==" OriginalAmount="1007" TotalPrice="1037.28" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/08/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-27T00:00:00" End="2026-08-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1037.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin/Double room - Club room|Room 2: Twin/Double room - Club room" RoomTypeCode="314036653|3|1016|27|MTAxNnxHQlB8MjAyNi0wOS0wMw==" OriginalAmount="1016" TotalPrice="1046.48" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-30T02:00:00" End="2026-08-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1016" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DOUBLE CLUB|Room 2: DOUBLE CLUB" RoomTypeCode="20260904$20260906$W$163$547202$DBL.CB-1$ID_B2B_64$RO$DB2B$2~2~0$$N@07~A-SIC~2473fb~-434317775~N~~~NOR~~2D048F9702C9419178117105903005AAUK008000660014082473fb^20260904$20260906$W$163$547202$DBL.CB-1$ID_B2B_64$RO$DB2B$2~2~0$$N@07~A-SIC~2473fb~-434317775~N~~~NOR~~2D048F9702C9419178117105903005AAUK008000660014082473fb|8|MTAxOS43MnxHQlB8MjAyNi0wOC0yOA==" OriginalAmount="1020" TotalPrice="1050.31" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST|Room 2: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double Room, 1 Double Bed|Room 2: Double Room, 1 Double Bed" RoomTypeCode="20260904$20260906$W$163$547202$DBL.ST$ID_B2B_64$BB$DB2B$2~2~0$$N@07~A-SIC~229414~1616254764~N~~~NOR~~2D048F9702C9419178117105903005AAUK00800066001408229414^20260904$20260906$W$163$547202$DBL.ST$ID_B2B_64$BB$DB2B$2~2~0$$N@07~A-SIC~229414~1616254764~N~~~NOR~~2D048F9702C9419178117105903005AAUK00800066001408229414|8|MTA0NC40MHxHQlB8MjAyNi0wOC0yOA==" OriginalAmount="1044" TotalPrice="1075.73" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY ROOM TWO DOUBLE BEDS|Room 2: FAMILY ROOM TWO DOUBLE BEDS" RoomTypeCode="20260904$20260906$W$163$547202$FAM.2D$ID_B2B_64$RO$DB2B$2~2~0$$N@07~A-SIC~20141c~-1242468676~N~~~NOR~~2D048F9702C9419178117105903005AAUK0080006600140820141c^20260904$20260906$W$163$547202$FAM.2D$ID_B2B_64$RO$DB2B$2~2~0$$N@07~A-SIC~20141c~-1242468676~N~~~NOR~~2D048F9702C9419178117105903005AAUK0080006600140820141c|8|MTA1Mi4wMHxHQlB8MjAyNi0wOC0yOA==" OriginalAmount="1052" TotalPrice="1083.56" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Double Club room (full double bed) (queen size bed, pool access)|Room 2: Double Club room (full double bed) (queen size bed, pool access)" RoomTypeCode="h-ed680311-1bc9-5024-b5da-5b956d4329e9|63|MTEzNy4wMHxHQlB8MjAyNi0wNi0xMQ==" OriginalAmount="1137" TotalPrice="1171.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 45.48-- city tax is included in the room rate.&lt;br/&gt;GBP 181.92-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Family room|Cable TV|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T00:00:00" End="2026-09-04T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1171.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DOUBLE CLUB WITH VIEWS|Room 2: DOUBLE CLUB WITH VIEWS" RoomTypeCode="20260904$20260906$W$163$547202$DBL.CB-WV$ID_B2B_64$RO$DB2B$2~2~0$$N@07~A-SIC~21c496~-2106584035~N~~~NOR~~2D048F9702C9419178117105903005AAUK0080006600140821c496^20260904$20260906$W$163$547202$DBL.CB-WV$ID_B2B_64$RO$DB2B$2~2~0$$N@07~A-SIC~21c496~-2106584035~N~~~NOR~~2D048F9702C9419178117105903005AAUK0080006600140821c496|8|MTE3NC4yOHxHQlB8MjAyNi0wOC0yOA==" OriginalAmount="1174" TotalPrice="1209.51" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, 2 DOUBLE BEDS|Room 2: STANDARD, 2 DOUBLE BEDS" RoomTypeCode="0|0|1494487035|1781171616066009B2153B6||no^1|0|1494487035|1781171616066009B2153B14||no|1707228|16|MTIyMi4xOHxHQlB8MjAyNi0wOS0wMw==" OriginalAmount="1222" TotalPrice="1258.85" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/08/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-30T00:00:00" End="2026-08-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1258.85" /></CancelPenalty><CancelPenalty Start="2026-08-31T00:00:00" End="2026-09-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1258.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: CLUB, DOUBLE BED, WITH VIEW|Room 2: CLUB, DOUBLE BED, WITH VIEW" RoomTypeCode="0|0|1572883525|1781171616045454B2119B8||no^1|0|1572883525|1781171616045454B2119B18||no|1707228|16|MTIyNy45NnxHQlB8MjAyNi0wOC0zMQ==" OriginalAmount="1228" TotalPrice="1264.80" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/08/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Air conditioning (centrally regulated)|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-27T00:00:00" End="2026-08-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1264.80" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/89/7e/897eda3acc48f6ddbd6362a74281d0d6ecb4f711.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/da/db/dadb544912dcc831743dccc90cbca422d9927dc5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/45/cd/45cdb61c96e85c0af8e40b3abc34e2b3f3cbb625.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d0/02/d002385f6beee2b1484b07c56db64949422724d6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/6a/21/6a2105c63079fa5d969e31e6cfeaa8c40d9eaaae.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/fa/8f/fa8f81e3228cabcdd893168b8bbdd1c901dc3a7d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1c/d0/1cd01d4c4a0bf2bfe16f3293956c59d26bd8023f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d8/23/d823788234a63e125afd5cc4a9a4b0e5387d1c82.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d0/d8/d0d8063a0600565e4f594c6cd163c10c064cf76b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/52/fa/52fa35c60d6b43fe37d42853a6ddc61105b11146.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f2/2d/f22d9f4e779e0bcc36a0c05b0ecc3e299634f2e9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9b/5b/9b5bf5311aa0803e661caf3466936278c94624c2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/cb/67/cb67f0ac817f0d3d05b7cab2613a803dbde4c455.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/zz/90/ad90ae17bde3e322abc8c88e02a8aec314c4c544.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/03/1f/031fb7e66180a6b613eb79c18aa0241e644ecd8f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/14/56/145693d1a8851aee8d036575624cf785dd8bdfc8.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/16/45/16456d63eb3fec86e0f622fe3a98945c401e790f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5d/2a/5d2a91c234b548e5a67cf5e860dde54d76ad8a26.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/63/87/63879cb628e30269887d83a735b40c311f850e8e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f6/af/f6afed027485d7d7652c39d25f61544102aae49b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/37/57/375730f405cd621d9af83c90563aaa079b1926d2.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3b/ca/3bcaec3acea3233521665306cf4d72ad0ea2eabe.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/3a/22/3a22bf3cbb0c1a32ed11b9df7997db4f94318588.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/8f/af/8faf804a078ba7704bba64da8b174d51243d44e6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/09/ca/09cad600d149efeeebe7852a1e2c7bf6587dc31a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1f/9c/1f9cba04b9c61767f85aa0cbbfd7e3d76f78dc35.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b7/5d/b75d0449ee18f5aff90a43ad6294d39d3939506f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/af/c3/afc36e3a920bde04abfe5bfd7e9e6bcf51ed2dff.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/79/a2/79a273a88e6a98c38bdbb14af1f75c5a02eaf184.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c1/11/c11117e9189b7fbf220727f53ce5fc179558bae0.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a4/48/a4487d724913a98b740cddaf0025ded09f714b1c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a8/4a/a84a634527ef71b589ee6fd810066d8f7d3630c9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/fa/74/fa747f6a8320bba8fe3c610afd0ad39d7bf33470.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/83/77/8377b4260057139c6d371a0dceb22fb4ba6cc319.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d7/2d/d72d2ad72226fb6f67e1f31d0df716d34fa4d8af.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a1/f0/a1f05b2782aab5c0bb333d137d37b314ee28d56d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/be/fc/befc79e60e6ef9a5ec87e6cf393d750e780c4a19.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1d/41/1d4158cf31be280eb9308167088dc559dc9f1a08.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b7/8e/b78ec7be6e02a4135416c9f82e035add076a1b7e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/89/36/8936bb305b81327f409719193001d887b0d21c91.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6c/cd/6ccddc33167306924e1a2f2aa9d9572b6a87d04f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/60/52/6052d953611724dc6e05a10609e4314efe14c96c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/79/91/7991f805fcd038a0a8cd423ecaacbbcff8c2327b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/38/53/3853f762f0a907d68c1bd36eb078d16f9b5e38a4.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/01/c7/01c7fc8fb2ed28636400b7ac7f49697aaae9662b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/29/b2/29b294a6353bd043a082b7fa0086f3dde5e545f5.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ee/3d/ee3dc83d8733ee6df865a1c86aca2d50a9609b3f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/30/43/3043a62fe6fd3bd644c26af95397950a789f7c13.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/fe/1f/fe1fbdd43cb006f40985bdc959868252a3b4a538.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b5/f1/b5f1347b019c201fc2d666451fc2497d4bdf7d6c.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This holiday village is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;Guests have a choice of 120 non-smoking rooms. Services and facilities include room service, a conference room and a business centre. Wireless internet access in public areas allows guests to stay connected. The holiday village has a range of facilities for guests with disabilities. The complex has wheelchair-accessible facilities. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Rooms are equipped with air conditioning. Guests are sure to get a good night's sleep in the double bed. Guests will also find a tea/coffee station included among the standard features. A telephone, a TV and WiFi ensure optimal comfort. Bathrooms are equipped with a shower and include a hairdryer.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;A refreshing swim in the indoor pool complex is a great way to unwind. The hot tub in the pool area promises pure relaxation. There are many ways to relax or stay active at the complex, including a gym, a spa, a sauna, a beauty salon and massage treatments. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Breakfast can be booked.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Price of an additional breakfast: 10.00 GBP per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Breakfast for children costs: 10.00 GBP.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Early check-in and/or late check-out is available for an additional fee. Cost: 15.00 GBP.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>44-203-4418-225</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>44-131-2977-111</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>120</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Indoor Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Jacuzzi</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sauna</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
18afd9a0-fa9c-4e64-9566-1a31174de07a|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="18afd9a0-fa9c-4e64-9566-1a31174de07a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-04T00:00:00" End="2026-09-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ukt.uniteddestination@gmail.com" Password="utdwwh@2026" 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
18afd9a0-fa9c-4e64-9566-1a31174de07a|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
18afd9a0-fa9c-4e64-9566-1a31174de07a|InfiniteSearch|successfull supplier interation||Infinite|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
18afd9a0-fa9c-4e64-9566-1a31174de07a|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
18afd9a0-fa9c-4e64-9566-1a31174de07a|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
18afd9a0-fa9c-4e64-9566-1a31174de07a|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
18afd9a0-fa9c-4e64-9566-1a31174de07a|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:24403047-1216-44f3-8263-832512e66324
Error Number:2812,State:62,Class:16|SmyRooms|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
18afd9a0-fa9c-4e64-9566-1a31174de07a|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
18afd9a0-fa9c-4e64-9566-1a31174de07a|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
18afd9a0-fa9c-4e64-9566-1a31174de07a|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-11T10:56:25.831781+01:00" Version="0" EchoToken="Search" TransactionIdentifier="18afd9a0-fa9c-4e64-9566-1a31174de07a" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="308.68" OriginalAmount="299.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.8865" Longitude="-3.50394" StarRating="3" HotelCode="|29558" HotelName="Mercure Livingston" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Almondview</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/5/5/8/29558_abc5df01227.jpg</HotelPictures>
        <HotelDescription>HOTEL: Is ideal for holidays or business trips. SITUATION: It has good links to the motorway, Glasgow it is situated 35 minutes away from Edinburgh it is 20 minutes away from. FACILITIES: The establishment has modern conference rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="450.02" OriginalAmount="436.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.3100605" Longitude="-85.9641138" StarRating="3" HotelCode="|282068" HotelName="Comfort Inn Near Indiana Premium Outlets" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11711 North U.S. 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/0/6/8/282068_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="463.52" OriginalAmount="450.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.3093399" Longitude="-85.9660918" StarRating="3" HotelCode="|276014" HotelName="Best Western Edinburgh/columbus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11780 North Highway 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/6/0/1/4/276014_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="524.02" OriginalAmount="508.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94055" Longitude="-3.1704" StarRating="3" HotelCode="37813|25916" HotelName="Chancellor’s Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/62403/a_62403_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting university complex is an ideal starting point for guests wishing to explore the city. ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="548.99" OriginalAmount="533.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940431" Longitude="-3.171425" StarRating="3" HotelCode="147204|pollack_halls__edinburgh_first" HotelName="Pollock Halls" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/9e/259e79dca243127f0ee77b4d7dd74733cf9c99e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="551.05" OriginalAmount="535.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9496" Longitude="-3.218562" StarRating="3" HotelCode="154120|the_west_end_hotel" HotelName="The West End Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Palmerston Place, Edinburgh EH12 5AU, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c0/20c022bc38ddc7f88decb9f5155d552eaec1beea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="559.29" OriginalAmount="543" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48443-27046633/4880227407658325107/3284" HotelName="CHANCELLORS COURT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/48443/2010615163822375.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="598.49" OriginalAmount="581.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="56.012521" Longitude="-3.611918" StarRating="3" HotelCode="|192253" HotelName="Richmond Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Linlithgow Road Bo'ness, West Lothian</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/2/5/3/192253_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="606.24" OriginalAmount="588.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950659587454" Longitude="-3.2224327325821" StarRating="3" HotelCode="49323|100693" HotelName="Britannia Edinburgh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Belford Road, Edinburgh EH4 3DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/1b/1c1bf498bbba756e9897399d5d04a833578942f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on the banks of the Water of Leith in a quiet secluded area. The hotel d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="609.75" OriginalAmount="591.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9494994" Longitude="-3.2185207" StarRating="0" HotelCode="|167932" HotelName="Revolver Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Palmerston Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/3/2/167932_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="619.06" OriginalAmount="601.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95007" Longitude="-3.22293" StarRating="3" HotelCode="|44605" HotelName="Britannia Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BELFORD ROAD 69</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/0/5/44605_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel with air-conditioning, has 179 rooms and 2 floors. The establishment boasts a lobby with a reception, a lift, a cafÃ©, a bar, a restaurant, an indoor car park and a car park. SITUATION: This urban hotel is located near Water of Leith the river it is near the city centre, near the establishment, you will find The Forth Road Bridge the railway station, the Dean Gallery, Princes Street and Edinburgh Castle it is close to it is 20 minutes away from Murrayfield the rugby stadium of 15 minutes away from the establishment, you can find the city centre, is situated 16 kilometres away from the airport. ROOM: They have fitted carpets, a central heating system, a television, a coffee maker, a kettle and a bathroom with a shower or bath. OBSERVATIONS: Check-in is at 15:00 check-out is at 12:00. OTHERS: Regarding the food and beverage provision, the establishment offers a continental breakfast and a set-menu dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="650.95" OriginalAmount="631.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94589" Longitude="-3.21855" StarRating="0" HotelCode="|186090" HotelName="The" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Clifton Terrace</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/9/0/186090_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="650.96" OriginalAmount="632" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|33360-21407556/4880227407658325107/947" HotelName="DOUBLETREE BY HILTON EDINBURGH - QUEENSFERRY CROSSING" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/679a9c28_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="652.44" OriginalAmount="633.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9444199" Longitude="-3.0958854" StarRating="3" HotelCode="|25231" HotelName="Best Western Kings Manor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MILTON ROAD EAST 100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/1/25231_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: It is situated in a great location, renovated in 2005 67 rooms, In the entrance, guests are offered an inviting hall, a lift, a cloakroom, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a conference room with internet and a bicycle storage room. There are many services available at the establishment, including a laundry service, a medical care service and room service. It also has a car park. SITUATION: It is inEdinburgh east it is 15 minutes away from the city centre, in the surrounding area, clients can find shops, leisure areas, is close to Portobello the beach in front of the hotel there is a public transport stop situated 20 minutes away from the airport. ROOM: The smart, comfortable rooms, They have a large bathroom, a shower, a bath, a hairdryer, a direct line telephone, satellite and cable TV, a radio, internet, central heating, fitted carpets and a double bed. FACILITIES: The establishment has a covered swimming pool, a jacuzzi, a sauna, a solarium, a steam bath and a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="655.58" OriginalAmount="636.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9438544" Longitude="-3.1126895" StarRating="3" HotelCode="|167998" HotelName="Aynetree Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Duddingston Crescent, Milton Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/9/8/167998_965c8dd0914.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a car park (free of charge) and tourist information. SITUATION: It has excellent transport links to the city centre of Edinburgh. Near the establishment, you will find a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="663.32" OriginalAmount="644.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946245" Longitude="-3.217443" StarRating="2" HotelCode="915123|the_hostel" HotelName="The Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Clifton Terrace, Edinburgh EH12 5DR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/df/6edfc4e8b54e83da3e94842986ab61ba1a8f647d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Edinburgh. Its setting is especially ideal for those in need...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="668.79" OriginalAmount="649.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9451" Longitude="-3.24783" StarRating="3" HotelCode="|186022" HotelName="Murrayfield Park Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 Corstorphine Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/2/2/186022_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="672.59" OriginalAmount="653.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.928067697292" Longitude="-3.1682384117842" StarRating="3" HotelCode="901382|northumberland_hotel" HotelName="Northumberland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Craigmillar Park, Edinburgh, Mid Lothian EH16 5PE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/91/b391bddd04f912bd2724b14bc031e66fdc8097a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="681.86" OriginalAmount="662.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.933436" Longitude="-3.173556" StarRating="4" HotelCode="34143|the_ben_doran_guest_house" HotelName="The Ben Doran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Mayfield Gardens, Edinburgh EH9 2AX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/31/1c31b5facbb87c702d30f70782571497e84e1276.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located one mile from city centre, on A701, within easy walking distance of the Royal Mile, Edinburg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="687.08" OriginalAmount="667.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94449" Longitude="-3.25441" StarRating="3" HotelCode="|186100" HotelName="Twin Lions" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Corstorphine Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/0/0/186100_e62163a1542.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="690.10" OriginalAmount="670.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946427" Longitude="-3.13708" StarRating="3" HotelCode="152760|premier_inn_edinburgh_east" HotelName="Premier Inn Edinburgh East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>228 Willowbrae Road, Edinburgh EH8 7NG, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/8f/638f5bf7d7e129cb040607a12c2a3aec5d75c191.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Con aparcamiento privado gratuito, este Premier Inn está en una ruta principal de autobuses, con exc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="690.10" OriginalAmount="670.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.935044" Longitude="-3.094777" StarRating="3" HotelCode="152759|premier_inn_edinburgh_a1_newcraighall" HotelName="Premier Inn Edinburgh A1 Newcraighall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 Newcraighall Road, Newcraighall, Edinburgh EH21 8RX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/92/f7920310a7afca6c35c5b928439a94c92ca1a7e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With free parking, a 24-hour front desk and traditional restaurant, this Premier Inn is next to Newc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="697.10" OriginalAmount="676.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955797" Longitude="-3.2426105" StarRating="3" HotelCode="|17861" HotelName="Holiday Inn Express Edinburgh City West, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUEENSFERRY ROAD 107</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/1/17861_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning 6 floors and 101 rooms. Guests have access to a bar, a restaurant with air-conditioning and a car park. SITUATION: This hotel is situated 2 kilometres away from the city centre, the Edinburgh Castle with views of 3 kilometres away, there is a public transport stop. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a kettle, a coffee maker, an air-conditioning system and a safe (available for a fee). FACILITIES: Clients can enjoy a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="704.43" OriginalAmount="683.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9825444" Longitude="-3.1948167" StarRating="3" HotelCode="|167928" HotelName="Premier Inn Edinburgh Leith Waterfront" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Newhaven Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/2/8/167928_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers sea views and has a car park (free of charge). SITUATION: This establishment is near Ocean Terminal, and el Royal Yatch Britannia. It has excellent transport links to the business area and the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="705.58" OriginalAmount="685.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.937339" Longitude="-3.321117" StarRating="2" HotelCode="|445470" HotelName="Ibis Budget Edinburgh Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Edinburgh Business Park, 6 Lochside View</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/7/0/445470_b3d1b460803.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="706.58" OriginalAmount="686" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.900609" Longitude="-3.233131" StarRating="2" HotelCode="82517|215513" HotelName="Travelodge Edinburgh Dreghorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Dreghorn Link, A720 City Bypass, Edinburgh, EH13 9QR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/b1/c7b10e5eed22679fb9d6c1f12d5346dbee23bbe5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="708.64" OriginalAmount="688.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955900467928" Longitude="-3.2430052757263" StarRating="3" HotelCode="29493|holiday_inn_edinburgh_city_west" HotelName="Holiday Inn Edinburgh City - West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Queensferry Road, Edinburgh, Scotland EH4 3HL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/23/dc23283a3bc5216e0f4bd84d8634d3d90654c455.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 2 km from the inner city, this hotel enjoys fabulous views out over Edinburgh Castle. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="708.64" OriginalAmount="688.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944626" Longitude="-3.254732" StarRating="3" HotelCode="915144|western_manor_house_hotel" HotelName="Twin Lions Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Corstorphine Road, Murrayfield, Edinburgh EH12 6JG, Midlothian</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/1d/af1d5f39b15c8bcaaa4e69670adc85bb2247ecb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="719.97" OriginalAmount="699.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944543" Longitude="-3.095752" StarRating="3" HotelCode="38271|best_western_kings_manor_hotel" HotelName="Best Western Kings Manor Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="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,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Milton Road East, Edinburgh EH15 2NP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/df/89df7455f751cdd542c6ea02a25753a56fc374f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located in the east of Edinburgh, around 15 minutes away from the centre. A ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="722.03" OriginalAmount="701.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.917126" Longitude="-3.212686" StarRating="3" HotelCode="114331|best_western_braid_hills_hotel" HotelName="Best Western  Edinburgh South Braid Hills Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 Braid Road, Edinburgh, Lothian EH10 6JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/42/b542e0aabc94da97761e1b34a2fc3836052dc563.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within a very close distance of the city centre, retaining a secluded and peac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="725.73" OriginalAmount="704.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9813995" Longitude="-3.1777" StarRating="3" HotelCode="|20669" HotelName="Holiday Inn Express Edinburgh - Leith Waterfront by IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101 BRITANNIA WAY, OCEAN DRIVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/6/9/20669_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1999 145 rooms and 5 floors. This contemporary hotel, The establishment has a lobby with a reception, a lift, a bar, a car park, internet and a laundry service. SITUATION: Is situated inLeith Port Ocean Terminal it is close to close to the establishment, clients can find Edinburgh the shopping centre of it is close to the Scottish Government restaurants, bars and boutiques. Princes Street 2,5 kilometres away, you can find in front of the hotel there is a bus stop. ROOM: The comfortable, modern rooms, have a bathroom with a hairdryer, a direct line telephone, WiFi, a coffee maker, a kettle and a central heating system. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="726.15" OriginalAmount="705.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.928174333333" Longitude="-3.1684156" StarRating="3" HotelCode="76418|alba_bed_and_breakfast" HotelName="Alba House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Craigmillar Park, Edinburgh, City of Edinburgh EH16 5PE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/83/7283cfd7b97e62f0bf2b33c8e396310d69e26941.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="737.48" OriginalAmount="716.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.934764" Longitude="-3.317827" StarRating="3" HotelCode="263560|premier_inn_edinburgh_park" HotelName="Premier Inn Edinburgh Park (Airport) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Lochside Court, Edinburgh Park, Edinburgh EH12 9FX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/b8/7db8e9433e17f87ad656403a7cf777b0b544830e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="738.51" OriginalAmount="717" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2424-18114584/4880227407658325107/3160" HotelName="HOLIDAY INN EXPRESS EDINBURGH CITY WEST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13400/13364/e2b90db2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="738.51" OriginalAmount="717.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.978847" Longitude="-3.179459" StarRating="3" HotelCode="25124|holiday_inn_express_edinburgh_waterfront" HotelName="Holiday Inn Express Waterfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Britannia Way/Ocean Drive, Leith, EH6 6JJ Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/33/fb339ce096407cad7a9ef47dc50c55a85425c9ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is located by the historical harbour of Leith near the 'Ocean Terminal', Edinburg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="741.52" OriginalAmount="719.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.917385" Longitude="-3.2127828" StarRating="3" HotelCode="|72376" HotelName="Braid Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>134 BRAID ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/3/7/6/72376_db0030b0502.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="745.94" OriginalAmount="724.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94072" Longitude="-3.20813" StarRating="3" HotelCode="|185907" HotelName="Amaryllis Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Upper Gilmore Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/9/0/7/185907_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="747.78" OriginalAmount="726" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|355775-18218358/4880227407658325107/2999" HotelName="THE NORTHUMBERLAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/888700/888647/4d01de43_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="747.78" OriginalAmount="726.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94388466" Longitude="-3.36360118" StarRating="4" HotelCode="796863|moxy_edinburgh_airport" HotelName="Moxy Edinburgh Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Fairview Road, Edinburgh EH28 8AP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/d6/50d652672706fe033f1bb1460fa7dc37ba40f425.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="756.02" OriginalAmount="734" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613362-27407094/4880227407658325107/3189" HotelName="PREMIER INN NEWBRIDGE - EDINBURGH APT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11910000/11900500/11900480/93e91b29_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="759.11" OriginalAmount="737.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.967788605767" Longitude="-3.2347146280617" StarRating="4" HotelCode="311045|village_urban_resort_edinburgh" HotelName="Village Hotels Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Crewe Road South, Edinburgh EH4 2NY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/7e/897eda3acc48f6ddbd6362a74281d0d6ecb4f711.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="766.32" OriginalAmount="744" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613356-27403803/4880227407658325107/2973" HotelName="PREMIER INN EDINBURGH PARK (AIRPORT)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785430/ce3f42fa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="768.38" OriginalAmount="746" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23385-18122973/4880227407658325107/3149" HotelName="HOLIDAY INN EXPRESS EDINBURGH - LEITH WATERFRONT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/520000/519940/9db32c43_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="790.05" OriginalAmount="767.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.96479" Longitude="-3.17942" StarRating="3" HotelCode="|185898" HotelName="Abbotsford Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Pilrig street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/8/9/8/185898_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="798.25" OriginalAmount="775" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951" Longitude="-3.19023" StarRating="3" HotelCode="61565|300851" HotelName="St Christopher's Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-13 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6f/fb6fe4b22e1355f71f1a1f16b8441cdf9ef5a093.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="799.24" OriginalAmount="775.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.926498819182" Longitude="-3.3111964166164" StarRating="4" HotelCode="74780|94249" HotelName="Novotel Edinburgh Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Lochside Avenue, Hermiston Gait Retail Park, Edinburgh EH12 9DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/81/bd81a63a7033014fc0d52961d08281d852760d34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 300 m from Edinburgh Park railway station, just minutes from the city’s busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="799.69" OriginalAmount="776.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946026" Longitude="-3.218249" StarRating="3" HotelCode="260554|199055" HotelName="Haymarket Hub Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Clifton Terrace, Edinburgh EH12 5DR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/26/0526127a6a6aba7800f8e25deae0da9d64487302.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="808.55" OriginalAmount="785.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.969002" Longitude="-3.165616" StarRating="3" HotelCode="408756|park_view_house_hotel" HotelName="Park View House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>14 Hermitage Place, Edinburgh EH6 8AF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/95/c5953668089897f2e285d91b8c3c15c2902a82ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="820.54" OriginalAmount="796.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9282299" Longitude="-3.1684345" StarRating="3" HotelCode="|167877" HotelName="The Alba House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Craigmillar Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/8/7/7/167877_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in a garden area. It has excellent transport links to the centre of Edinburgh.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="824.66" OriginalAmount="800.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9676861" Longitude="-3.2352376" StarRating="4" HotelCode="|186101" HotelName="Village Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>140 Crewe Road South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/0/1/186101_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="837.39" OriginalAmount="813" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613349-27402714/4880227407658325107/3067" HotelName="PREMIER INN EDINBURGH A1 (NEWCRAIGHALL)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785426/920859f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="842.54" OriginalAmount="818.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940609829368" Longitude="-3.2079729437828" StarRating="3" HotelCode="915119|amaryllis_guest_house" HotelName="Amaryllis Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>21 Upper Gilmore Place, Edinburgh, Midlothian EH3 9NL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/c1/01c18b9d95dc531a06d6073aa44b1310fb615a63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="848.72" OriginalAmount="824.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940041" Longitude="-3.312356" StarRating="4" HotelCode="31829|marriott_edinburgh" HotelName="Marriott Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Glasgow Road, Edinburgh EH12 8NF, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ef/68efb7a008f2f10bad7c012209dd1ea933c156e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Edinburgh just a stone's throw from links to the public transp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="849.96" OriginalAmount="825.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94481485" Longitude="-3.36322171" StarRating="3" HotelCode="864185|650165" HotelName="Hampton by Hilton Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Central Heating,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Almond Avenue, Ingliston, Edinburgh EH12 9GN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/60/33600e2c747a708c70382ee3ac4b3a3af707cf63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="851.30" OriginalAmount="826.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9458008" Longitude="-3.2423" StarRating="3" HotelCode="|20671" HotelName="Murrayfield" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CORSTORPHINE ROAD 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/7/1/20671_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: Building Victorian style and was built in the 19th Century. It has 33 rooms, The establishment has a reception, congress facilities, an animated bar, a restaurant and a car park. SITUATION: Is situated inCorstorphine Road the residential area of it is near Murrayfield the rugby stadium of 5 minutes away, you can find the city centre 10 minutes away fromEdinburgh Airport it is close to the bus stop. ROOM: The traditional-style rooms, have a direct line telephone, a television, a hairdryer, a trouser press and a welcome tray. FACILITIES: 6 kilometres away from the establishment, customers can enjoy a golf course. OTHERS: Guests can book bed and breakfast, The establishment serves a set-menu lunch and dinner, The establishment offers food for those with special dietary requirements.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="852.90" OriginalAmount="828.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946167" Longitude="-3.183231" StarRating="3" HotelCode="|186008" HotelName="Km" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7, Richmond Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/0/8/186008_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="856.42" OriginalAmount="831.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.942576128332" Longitude="-3.2670700550079" StarRating="4" HotelCode="316789|8937" HotelName="Holiday Inn Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Corstorphine Road, Edinburgh EH12 6UA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/80/968082cd5a597a5048dce84b23698dac340c76b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The pleasant city hotel enjoys a peaceful inner city location within a short distance of Edinburgh Z...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="857.99" OriginalAmount="833.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955763" Longitude="-3.279525" StarRating="3" HotelCode="33819|edinburgh_capital_hotel" HotelName="Leonardo Hotel Edinburgh Murrayfield" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>187 Clermiston Road, Edinburgh EH12 6UG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/8d/818d4917c78ae0733b8ce310d8e6b1588782c713.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of the seven hills in Edinburgh, close to the airport and only 8 km from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="865.57" OriginalAmount="840.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95126" Longitude="-3.18969" StarRating="0" HotelCode="|222632" HotelName="St. Christopher's Inn Edinburgh -" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-13 Market St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/6/3/2/222632_b8b1f170612.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="866.83" OriginalAmount="841.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9482002" Longitude="-3.2219" StarRating="3" HotelCode="|24098" HotelName="Travelodge Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EGLINTON CRESCENT 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/9/8/24098_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant and urban building is Victorian style 55 rooms, The establishment has a reception with a lift, a bar, a garden, a cafÃ©, a restaurant and a car park (for a fee). SITUATION: This hotel is situated in a residential area, is in Edinburgh the western area of the Georgian New Town is situated in 10 minutes away from the establishment, clients can find Princes Street the city centre, Where you can find shops, bars, pubs and restaurants. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a double bed and heating. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes. Guests can book half-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="867.80" OriginalAmount="842.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945867" Longitude="-3.229493" StarRating="3" HotelCode="|490909" HotelName="No 6 West Coates" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 West Coates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/0/9/0/9/490909_3c5986c1020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="868.29" OriginalAmount="843" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|186016-28831829/4880227407658325107/7" HotelName="KM CENTRAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1157300/1157217/cea786ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="872.51" OriginalAmount="847.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9444008" Longitude="-3.2549" StarRating="4" HotelCode="|17851" HotelName="Holiday Inn Edinburgh Zoo by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CORSTOPHINE ROAD 132</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/1/17851_520a5351150.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 303 rooms and 5 floors. In the entrance, guests are offered an elegant hall with a lift, a reception and a safety deposit box service. The establishment boasts an inviting coffee shop, a bar, a restaurant with air-conditioning, conference rooms, internet and a car park. There are many services available at the establishment, including room service and a laundry service. SITUATION: This comfortable, urban hotel is situated in a peaceful area, is near Edinburgh the Zoo of near the establishment, guests will find shops, bars, restaurants, animated nightlife and the railway station. a few minutes walk away, there is a public transport stop, is situated 25 minutes away from the airport, is situated 9 kilometres away from the sea, a ski resort. ROOM: It has comfortable and spacious rooms, They have a hairdryer, a bathroom with a shower, a direct line telephone, a satellite television, a radio, internet, a mini-bar, a safety deposit box (available for a fee), central heating, a double bed, a kettle and a coffee maker. FACILITIES: It is 1,5 kilometres away from a golf course. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a set-menu lunch and dinner. Guests can book half-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="873.44" OriginalAmount="848" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|300152-18246144/4880227407658325107/3137" HotelName="VILLAGE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9140000/9131700/9131632/04e28cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="876.53" OriginalAmount="851" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|34586-18134928/4880227407658325107/3278" HotelName="BRAID HILLS HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47900/47821/8cc0a7cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="888.89" OriginalAmount="863.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945549" Longitude="-3.243497" StarRating="3" HotelCode="337463|murrayfield_hotel" HotelName="Murrayfield Hotel &amp; Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Corstorphine Road, Murrayfield, Edinburgh EH12 6HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/10/5210527f5f7c6735c88d8ae4b8ac915c040b1125.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Corstophine Road area in the same neighbourhood as Murrayfield Rugby St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="896.78" OriginalAmount="870.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9281936" Longitude="-3.1685542" StarRating="4" HotelCode="|128191" HotelName="Kildonan Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Craigmillar Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/1/9/1/128191_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Kildonan Lodge is rated four stars, has a fireplace and high ceilings. SITUATION: It is located close to the centre of Edinburgh. It has excellent transport links to Castle Edinburgh, Roslyn Chapel, Princes Street, the Royal Mile and the tourist attractions. ROOM: The rooms have a flat-screen television, a DVD player and an iPod docking station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="897.38" OriginalAmount="871.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9559735" Longitude="-3.2798623" StarRating="4" HotelCode="|17849" HotelName="Leonardo Edinburgh Murrayfield" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CLERMISTON ROAD 187</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/9/17849_b75ff3c1323.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has 3 floors, 111 rooms, 108 double rooms and 3 single rooms. The establishment has a bar, a breakfast room and internet. There are many services available at the establishment, including room service and a laundry service. Guests can also use the car park and the indoor car park. SITUATION: This hotel is on a hill. It is situated close to the airport. 8 kilometres away from the establishment, guests will find the city centre. 40 metres away, there is a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, internet and central heating. FACILITIES: Guests have access to a covered swimming pool, a sauna, a steam bath and a gym. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="909.33" OriginalAmount="882.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944868" Longitude="-3.199993" StarRating="3" HotelCode="60480|71550" HotelName="Premier Inn Edinburgh Central Lauriston Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>82 Lauriston Place, Edinburgh EH3 9DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/19/3719e9f8c89a3bd199b5e5a8f01d705b3e47f07c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Due to its central location on Lauriston Place, the hotel is only a few minutes on foot from Princes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="911.54" OriginalAmount="884.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950233" Longitude="-3.190502" StarRating="2" HotelCode="|445236" HotelName="Code Pod – The Court - Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 a Parliament Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/3/6/445236_d9edeb20949.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="922.88" OriginalAmount="896.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946871032784" Longitude="-3.2132184851685" StarRating="0" HotelCode="795859|edinburgh_haymarket" HotelName="hub by Premier Inn Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Torphichen Street, Edinburgh EH3 8JB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/7e/dd7e4edcfe1d363aca25fb5bd61b97766f589a55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="927.00" OriginalAmount="900.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943853" Longitude="-3.359998" StarRating="4" HotelCode="32868|hilton_edinburgh_airport" HotelName="DoubleTree by Hilton Hotel Edinburgh Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Eastfield Road, Edinburgh International Airport, Edinburgh EH28 8LL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/54/3e5412e3f334c6162f307006389e277cf996d73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly beside Edinburgh Airport. The centre of the city with its many touri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="928.03" OriginalAmount="901" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2421-21403721/4880227407658325107/895" HotelName="DOUBLETREE BY HILTON EDINBURGH AIRPORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/520500/520429/w3840h2548x0y1-bb129d31_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="932.87" OriginalAmount="905.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.932048" Longitude="-3.1726992" StarRating="4" HotelCode="|167934" HotelName="Allison House 16 Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Mayfield Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/3/4/167934_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="934.80" OriginalAmount="907.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9331989" Longitude="-3.1734931" StarRating="0" HotelCode="|167933" HotelName="Allison House 17" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Mayfield Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/3/3/167933_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="935.24" OriginalAmount="908.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.91143258" Longitude="-3.31584723" StarRating="4" HotelCode="571979|courtyard_by_marriott_edinburgh_west" HotelName="Courtyard Edinburgh West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2 Research Avenue South, The Avenue, Heriot-Watt University, Edinburgh EH14 4BA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/12/2f12fa1930f9f6d3236dded50b13376b5cfc9852.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="937.30" OriginalAmount="910.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.982355" Longitude="-3.400434" StarRating="4" HotelCode="23151|dakota_edinburgh" HotelName="Dakota Hotel Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferrymuir Retail Park 11, South Queensferry, Edinburgh EH30 9QZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/77/2e772d0c679085fb52683f25501081eb2eab6b64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="943.48" OriginalAmount="916.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.928560387609" Longitude="-3.1684978773774" StarRating="4" HotelCode="150277|kildonan_lodge_hotel" HotelName="Kildonan Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Craigmillar Park, Edinburgh EH16 5PE, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/25/3825ef2f1f45c4fe1b7e4764bfb25179785deb69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Edinburgh. The nearest airport is Edinburgh - Rail Station (ZXE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="948.19" OriginalAmount="920.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9455986" Longitude="-3.2002001" StarRating="3" HotelCode="|32411" HotelName="Premier Inn Edinburgh Central (Lauriston Place)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LAURISTON PLACE 82</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/1/1/32411_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2003 and has 112 rooms, The establishment boasts a lobby with a reception, a safety deposit box service and a lift. The establishment has various facilities, such as a cafÃ©, a restaurant, meeting rooms, internet and a bar. SITUATION: This hotel Lauriston Place is situated in it is close to Princes Street the tourist attractions. ROOM: Customers have large, comfortable rooms with a bathroom, They have a hairdryer, bath gel, a direct line telephone, a television, a radio, a work space, internet, a kettle, a coffee maker, an iron, central heating, a safe and a king-size bed. Guests are offered 6 disabled access rooms. OTHERS: The establishment offers a buffet breakfast, a set-menu lunch and dinner and special dishes. Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="948.63" OriginalAmount="921.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94981442" Longitude="-3.19020257" StarRating="0" HotelCode="967313|code_pod_hostels_the_court" HotelName="Code Pod Hostels - The Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1A Parliament Square, Edinburgh EH1 1RF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/4e/d24e2d919ac3be06f6e9a8a06bdcfac7197289d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="951.15" OriginalAmount="923.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94697" Longitude="-3.217046" StarRating="4" HotelCode="|25232" HotelName="The Hoxton, Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GROSVENOR STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/2/25232_27df1e90727.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century, renovated in 2002, has a main 4-storey building, a 4-storey annexed building, 189 standard rooms and 3 suites. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment has a cafÃ©, a bar, a TV room, an Ã  la carte restaurant with highchairs, a conference room, internet, a bicycle storage room and a bicycle rental desk. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel is situated in Grosvenor Street, 500 metres away from the city centre. 50 metres away, there is a public transport stop. It is 100 metres away from bars and restaurants. 300 metres away, guests will find the railway station. It is 1 kilometre away from shops and nightclubs. Is 9 kilometres from the sea. Close to the establishment, clients can find Princes Street and The Edinburgh Castle is 25 kilometres from Edinburgh Airport. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a king size or double bed, fitted carpets, an air-conditioning system and a central heating system. FACILITIES: It is 6 kilometres away from a golf course and a ski resort.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="953.18" OriginalAmount="925.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9585991" Longitude="-3.1824" StarRating="2" HotelCode="|25238" HotelName="Cairn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WINDSOR STREET 10-18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/8/25238_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1910, renovated in 2005, has 52 rooms and 2 floors. In the entrance, you can find a cosy hall with a reception, The establishment has a bar, a restaurant, internet and a laundry service. SITUATION: This hotel is situated in Edinburgh the theatre district of it is a few minutes' walk away from the historic centre, 10 minutes away, you can find Waverley the train station it is 500 metres away from the city centre, public transport, shops, bars, restaurants and pubs. 1 kilometre away, you can find a nightclub, is situated 5 kilometres away from the sea, the beach, is situated 12 kilometres away from Edinburgh Airport. ROOM: All the rooms have a bathroom with a shower, a bath and a hairdryer. They have a direct line telephone, internet, a radio, satellite or cable TV, a double bed and a central heating system. Guests are offered non-smoking and disabled access rooms. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="955.84" OriginalAmount="928.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943205503167" Longitude="-3.211332410574" StarRating="2" HotelCode="13279|brooks_hotel_edinburgh" HotelName="Brooks Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>70-72 Grove Street, EH3 8AP Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/e3/82e3c933d2ed513b3fb7dac283b51c8b42ccc732.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Scottish hotel is located in a beautiful Victorian district of the city of Edinburgh, approxima...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="956.46" OriginalAmount="928.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95063" Longitude="-3.18967" StarRating="3" HotelCode="|186092" HotelName="The Inn Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20-30 Cockburn Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/9/2/186092_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="956.87" OriginalAmount="929.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951436725577" Longitude="-3.1833026744185" StarRating="2" HotelCode="597369|hub_by_premier_inn_edinburgh_royal_mile" HotelName="hub by Premier Inn Edinburgh Royal Mile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 East Market Street, Edinburgh EH8 8FR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/8e/018ec9b8881cb83d26ded15daf1e7cb53f41c8ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="963.21" OriginalAmount="935.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9544694" Longitude="-3.1999761" StarRating="3" HotelCode="|80916" HotelName="Travelodge Edinburgh Central Queen Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30-31 Queen Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/1/6/80916_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel, has a reception and a vending machine. The establishment is ideal for holidays or business trips. ROOM: Each room has a television, a kettle, a coffee maker and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="969.23" OriginalAmount="941.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.958427" Longitude="-3.182341" StarRating="2" HotelCode="18271|cairn_hotel_5" HotelName="The Cairn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-18 Windsor Street, Edinburgh EH7 5JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/f3/e6f3f6cf55146c915f6a2fe44c647f8d5b39328e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Edinburgh's lively theatre district, just a few minutes on foot from the t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="973.35" OriginalAmount="945.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947283" Longitude="-3.221417" StarRating="3" HotelCode="189806|no_32_hotel" HotelName="No32 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Coats Gardens, EH12 5LE Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/8f/108f5701ec8eb417dee5155638006a898400243e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="982.33" OriginalAmount="953.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953626" Longitude="-3.206185" StarRating="4" HotelCode="|445110" HotelName="Yotel Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-73 Queen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/1/0/445110_90520dd1124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="986.04" OriginalAmount="957.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943634" Longitude="-3.374916" StarRating="3" HotelCode="16298|16970" HotelName="Holiday Inn Express Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>101 Ingliston Road, Edinburgh EH28 8AU, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/9d/1a9dfc048db2381d13c920b8ab99e7c093c6bbb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located at Edinburgh International Airport, only 2 minutes away by courtesy mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="989.83" OriginalAmount="961" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="50.0547245" Longitude="19.9446162" StarRating="3" HotelCode="0|96618-18267813/4880227407658325107/2632" HotelName="PREMIER INN EDINBURGH LAURISTON PLACE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>32 Starowislna 32, Krakow, PL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785423/w3008h1998x0y0-0fe7a710_b.jpg</HotelPictures>
        <HotelDescription>Located in the Kazimierz district, the Old Jewish Quarter of Krakow, the historic building located on Starowislna 32 street hosts 13  comfortable and fully equipped apartments. They all feature a kitchen and a private bathroom. There are studios, one-bedroom, two-bedroom and three-bedroom apartments that can hold up to 8 people, which make it the perfect choice for couples, families with children and groups of friends who seek to enjoy Krakow with total independence.
These apartments are located in central Krakow, next to the City's Old Town and within walking distance from the Main Market Square, the Town Hall and the Wawel Castle. On the surroundings guests can find numerous restaurants, bars and shops. The Galeria Kazimierz is a quick walk from the apartments.
Our guests have a plus of comfort given by the washing machine and dryer located in the building! 
The building is well connected by public transport to main tourist sites and to the railway station; at the reception guests can also hire a shuttle service to the airport, book the guided tours and get free maps and guides.
Breakfast available for a surcharge.
All apartments have access to free WiFi and the building located on Dietla street is also equipped with an elevator.
Check-in takes place at Main Square (Rynek Glówny 34) between 14:00 - 20:00 (weekdays) and 14:00 - 17:00 (weekends). For arrivals after the office working hours please contact emergency number +48 501 745 873.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="992.32" OriginalAmount="963.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94610438" Longitude="-3.21027277" StarRating="3" HotelCode="966149|4263725" HotelName="Point A Hotel Edinburgh Haymarket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Morrison Street, Edinburgh EH3 8EB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/50/37507c2dd5d8e459741774cdfc4c715b48da6d36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="994.40" OriginalAmount="965.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956784890393" Longitude="-3.1786268949509" StarRating="4" HotelCode="17007|8938" HotelName="Crowne Plaza Edinburgh Royal Terrace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Royal Terrace, Edinburgh EH7 5AQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/f6/33f654d6b616b523aa2774160778694faa8610a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Forming part of a prestigious Georgian Terrace, the hotel has a prime city centre location within ea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="994.98" OriginalAmount="966.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.938038769173" Longitude="-3.2059907913208" StarRating="4" HotelCode="27277|best_western_bruntsfield" HotelName="Best Western Plus Bruntsfield Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Bruntsfield Place, Edinburgh EH10 4HH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/f7/b1f7fbd91340eb2be8e4a905b32aa8c1c9912782.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The view over the leafy Bruntsfield Links Park and the proximity to the city centre make this hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="997.04" OriginalAmount="968.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953899" Longitude="-3.18691" StarRating="4" HotelCode="888202|apex_waterloo_place_hotel" HotelName="Apex Waterloo Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Waterloo Place 23-27, EH1 3BH Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a5/eea5148b09a238fe0697a8a2e2431ec98308d7cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference and business hotel is situated on Waterloo Place, which is an extension of Princes S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="998.07" OriginalAmount="969.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95075713146" Longitude="-3.2043104030411" StarRating="3" HotelCode="263559|premier_inn_edinburgh_princes_street" HotelName="Premier Inn Edinburgh City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>121/123 Princes Street, Edinburgh EH2 4AD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/f9/11f9167228d09424eb076376523d21a7d925db77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1004.33" OriginalAmount="975.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949722" Longitude="-3.183804" StarRating="2" HotelCode="36964|939015" HotelName="Travelodge Edinburgh Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 St. Mary's Street, Edinburgh EH1 1TA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/87/ac87aaf1fe921dca85dafa4d1d1c00fc885906de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh just 50 m from links to the public transport networ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1006.31" OriginalAmount="977.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956791950269" Longitude="-3.1894013725329" StarRating="3" HotelCode="464787|premier_inn_edinburgh_city_centre_york_place" HotelName="Premier Inn Edinburgh City Centre (York Place)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 York Place, Edinburgh, Scotland EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ee/14ee91abd6c38a625366a9c2f286ba64b06e7540.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1008.37" OriginalAmount="979.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943507419207" Longitude="-3.2113042473793" StarRating="4" HotelCode="207368|fountain_court_apartments__grove_executive" HotelName="Fountain Court - Grove Executive Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 Grove Street, Edinburgh (City), Edinburgh EH3 8AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/9f/bd9f6b7d597786fc31364a1b56b8855db2e5bc6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1009.40" OriginalAmount="980.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.957255" Longitude="-3.190241" StarRating="4" HotelCode="42871|ballantrae_albany_hotel" HotelName="Ballantrae Albany" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>39-47 Albany Street, Edinburgh, Midlothian EH1 3QY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/b5/f0b577d305bdb324641722107f2a6fa8b0375d8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated on Edinburgh's Albany Street close to St. James' shopping centre an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1016.26" OriginalAmount="986.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9567049" Longitude="-3.1784455" StarRating="4" HotelCode="|17852" HotelName="Voco Edinburgh - Royal Terrace, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROYAL TERRACE 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/2/17852_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the city centre, close to the business areas and tourist points of interest. 5 minutes walk away, you can find Waverley Railway Station. HOTEL: This hotel has 107 standard rooms, 13 suites, conference facilities, a banquet hall and a reception. FACILITIES: There is a variety of facilities and services available at the establishment, including 3 conference rooms, a garden area and a car park. ROOM: All the rooms have a flat-screen television and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1017.72" OriginalAmount="988.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946942" Longitude="-3.217138" StarRating="4" HotelCode="21205|32054" HotelName="Edinburgh Grosvenor Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grosvenor Street, Haymarket, City of Edinburgh, Edinburgh EH12 5EF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/28/28358bfee5616a93/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Edinburgh's West End and only a 5-minute walk from Princes Street, this hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1019.70" OriginalAmount="990" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|196416-18149477/4880227407658325107/2901" HotelName="TRAVELODGE EDINBURGH CENTRAL QUEEN STREET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/196416/20121125161232581.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1021.76" OriginalAmount="992.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94832562" Longitude="-3.21002875" StarRating="3" HotelCode="739425|destiny_scotland_apartments_at_canning_street_lane" HotelName="Destiny Scotland Apartments At Canning Street Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 &amp; 4 Canning Street Lane, Edinburgh EH3 8ER</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/12/e9121f4bcba35dd938e8ff51cd8b56956a871e0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1022.79" OriginalAmount="993.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.93208805" Longitude="-3.17266393" StarRating="4" HotelCode="432983|auld_reekie_guest_house" HotelName="Auld Reekie Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>16 Mayfield Gardens, EH9 2BZ Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/c0/1ec0d5dfff33b652f4b1c51c0d75a515a8599176.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1024.04" OriginalAmount="994.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946175" Longitude="-3.210664" StarRating="3" HotelCode="|445437" HotelName="Point A Edinburgh Haymarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Morrison Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/3/7/445437_0e3baa61806.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1024.14" OriginalAmount="994.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95238" Longitude="-3.20509" StarRating="4" HotelCode="|446157" HotelName="Eden Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>127 George Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/1/5/7/446157_d677e701618.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1028.97" OriginalAmount="999" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2422-18113632/4880227407658325107/3419" HotelName="EDINBURGH GROSVENOR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11100/11044/10ea51e6_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1034.12" OriginalAmount="1004" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|622463-27409201/4880227407658325107/3234" HotelName="POINT A EDINBURGH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37170000/37166300/37166264/692d5b4b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1037.21" OriginalAmount="1007.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945584" Longitude="-3.214002" StarRating="4" HotelCode="36963|premier_inn_edinburgh_city_haymarket" HotelName="Premier Inn Edinburgh City Centre Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Morrison Link, Edinburgh EH3 8DN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/f2/30f27055aa1f6929e422451e1097cc0d2ba809f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the historical heart of Edinburgh, right next door to Haymarket station and a vast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1039.24" OriginalAmount="1008.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.942554" Longitude="-3.212237" StarRating="3" HotelCode="|445436" HotelName="Hampton by Hilton Edinburgh West End" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>166 Fountainbridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/3/6/445436_d47382b1836.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1041.33" OriginalAmount="1011" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|114875-27047193/4880227407658325107/3238" HotelName="FOUNTAIN COURT APARTMENTS - GROVE EXECUTIVE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/3000000/2500000/2490700/2490627/d6c64e2e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1041.33" OriginalAmount="1011.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945928670681" Longitude="-3.2300716638565" StarRating="3" HotelCode="23051|the_original_raj_hotel" HotelName="Original Raj" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 West Coates, Edinburgh EH12 5JG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/eb/61eb7b9da1218570efc5c62ee769dbd2ef9970d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1049.27" OriginalAmount="1018.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953055" Longitude="-3.200869" StarRating="4" HotelCode="|498552" HotelName="RÌGH Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 George St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/8/5/5/2/498552_82ad4a71130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1051.27" OriginalAmount="1020.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956349" Longitude="-3.188462" StarRating="4" HotelCode="|53202" HotelName="Indigo Edinburgh, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51-59 York Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/0/2/53202_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is quality and economical. SITUATION: It is inEdinburgh the historic area of. ROOM: The establishment has 57 single, double and family rooms, All the accommodation options have a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1052.66" OriginalAmount="1022" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952600183777" Longitude="-3.1977995959195" StarRating="0" HotelCode="795789|405396" HotelName="hub by Premier Inn Edinburgh City Centre (Rose Street)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rose Street, South Lane, Edinburgh EH2 2NN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/ef/5fef847e649d45beafccae64d7ed17e70da47ea9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1052.66" OriginalAmount="1022" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1012213-18920951/4880227407658325107/2432" HotelName="THE BEN DORAN GUEST HOUSE" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/69100/69017/d3ec3ebd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1054.72" OriginalAmount="1024.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946364239557" Longitude="-3.1835567951202" StarRating="4" HotelCode="60144|ten_hill_place_hotel" HotelName="Ten Hill Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Hill Palace, Edinburgh EH8 9DS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/66/966678c17cc386984a095779756a3b573ed9c465.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in Edinburgh's old town and is only a couple of steps away from Princes Street. It o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1055.61" OriginalAmount="1024.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951383905043" Longitude="-3.1839805068109" StarRating="3" HotelCode="467282|4270805" HotelName="Premier Inn Edinburgh City Centre Royal Mile Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>33 East Market Street, Old Town, Edinburgh EH8 8FR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/da/09dad602f403a4c2fcefd75685f56742fe314561.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1058.84" OriginalAmount="1028" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94963535545" Longitude="-3.2088768482208" StarRating="3" HotelCode="141072|204099" HotelName="Cityroomz Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>25 - 33 Shandwick Place, Edinburgh EH2 4RG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/3e/243e769f6d654e8b2583285f8370466b4428b3c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city centre, only minutes away from Edinburgh's main attractions and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1063.00" OriginalAmount="1032.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949589513952" Longitude="-3.1880790223186" StarRating="3" HotelCode="37504|228553" HotelName="ibis Edinburgh Centre Royal Mile - Hunter Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Hunter Square, Off Royal Mile, Edinburgh EH1 1QW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/13/4c1305a2955067b4bf3aa0d55b41b0842e9d6ba5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1063.67" OriginalAmount="1032.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9491005" Longitude="-3.1858001" StarRating="0" HotelCode="|35299" HotelName="Aando Edinburgh City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BLACKFRIARS STREET 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/2/9/9/35299_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers an electronic key, a concierge, a baggage room, a safety deposit box service, security cameras, a bicycle storage room and City-CafÃ©-Bar the bar. SITUATION: This establishment, the Royal Mile it is in it is located close to Waverley the Railway Station of near the establishment, guests will find the bus stop. ROOM: The establishment has 132 rooms with a bathroom with a safe, a hairdryer, an iron, complimentary bathroom items, anti-allergy sheets, mobile charging point, an electronic key, bunk beds, shampoo, etc. OBSERVATIONS: Check-in is at 15:00 and check-out is at 10:00. PAYMENT METHODS: The establishment accepts Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1069.39" OriginalAmount="1038.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9510543" Longitude="-3.1784914" StarRating="0" HotelCode="|23391" HotelName="Holyrood" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 NETHER BAKEHOUSE, HOLYROOD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/9/1/23391_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1075.54" OriginalAmount="1044.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940398" Longitude="-3.312711" StarRating="4" HotelCode="|17842" HotelName="Delta Hotels by Marriott Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GLASGOW ROAD 111</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/2/17842_68b3cf21416.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and renovated in 2002. It has 4 floors, 245 rooms, 126 single rooms and 115 double rooms. The establishment has an indoor car park, a car park, a restaurant with air-conditioning and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel Edinburgh it is in nearby, you will find public transport services, is situated 3 kilometres away from the airport, is situated 10 kilometres away from a ski resort, the establishment is 12 kilometres away from the beach. ROOM: The traditional-style rooms, have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar and central heating. FACILITIES: Customers can enjoy a covered pool, a swimming pool, a sauna, a solarium and a gym. it is 3 kilometres away from a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1075.54" OriginalAmount="1044.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9575835" Longitude="-3.1884316" StarRating="2" HotelCode="|23977" HotelName="Regent House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FORTH STREET 3-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/7/7/23977_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1805 2 floors, 17 rooms and 2 apartments. In the entrance, guests are offered an inviting hall with a reception, a safety deposit box service, a cloakroom and a currency exchange service. Guests can enjoy a cosy bar, a lovely coffee shop, conference rooms and internet. SITUATION: This welcoming hotel is situated in a peaceful area, is close to Edinburgh the city centre of Where you can find bars, cafÃ©s, shops and nightclubs. it is situated 12 kilometres away from Edinburgh Airport. ROOM: The cosy, comfortable rooms, a bathroom with a shower, a kettle, a coffee maker, a double or king-size bed and a central heating system. one-bedroom apartments. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, Accepted Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1076.21" OriginalAmount="1044.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.938536" Longitude="-3.1792492" StarRating="4" HotelCode="|167953" HotelName="Southside Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Newington Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/5/3/167953_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a car park (free of charge) and WiFi (free of charge). SITUATION: This establishment is near the city centre of Edinburgh. It has excellent transport links to the bus. It is situated 1.6 kilometres away from the Station of Edinburgh Waverley and the shopping area of Princes Street. ROOM: The rooms have a television and a DVD player.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1076.35" OriginalAmount="1045.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95336678" Longitude="-3.19146552" StarRating="3" HotelCode="475059|destiny_scotland__st_andrew_square_apartments" HotelName="Destiny Scotland - St. Andrew Square Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>9 South Saint Andrew Street, Edinburgh, EH2 2AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/2f/ed2fd4dd4c9c9e0547cbbef4aa462245b2177af2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1078.41" OriginalAmount="1047.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956405" Longitude="-3.18853" StarRating="3" HotelCode="15457|hotel_indigo_edinburgh" HotelName="Indigo Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 – 59 York Place, Edinburgh, Scotland EH1 3JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/c0/13c014874b10e35e2cf75e87bab3927cdaed21b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 5-minute walk from Princes Street and just about 800 m from Waverley Railway Station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1078.41" OriginalAmount="1047.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945977626227" Longitude="-3.1832673053306" StarRating="3" HotelCode="915136|richmond_place_apartments" HotelName="Richmond Place Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-9 Richmond Place, Edinburgh EH8 9SS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b0/88b030d001bdbf2999c7eb025d7c28aa9db9e787.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1079.12" OriginalAmount="1047.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946237" Longitude="-3.216881" StarRating="4" HotelCode="|445083" HotelName="voco Edinburgh-Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Torphichen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/8/3/445083_a4d87461156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1080.20" OriginalAmount="1048.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951074" Longitude="-3.178405" StarRating="4" HotelCode="38005|84796" HotelName="Holyrood Aparthotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Nether Bakehouse, Holyrood, EH8 8PE Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/0e/750e1cf547169a9437a9fbc4392264b565cb9c3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated apartment hotel is located within the heart of Edinburgh, only a stone's throw fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1086.65" OriginalAmount="1055" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2435-18114595/4880227407658325107/2540" HotelName="VOCO EDINBURGH - ROYAL TERRACE, AN IHG HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4900/4895/f2702a80_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1089.74" OriginalAmount="1058.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.933232" Longitude="-3.173335" StarRating="4" HotelCode="903177|allison_house_2" HotelName="The Allison House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Mayfield Gardens, Edinburgh EH9 2AX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/3d/353dece8f562b6dba49e8db0f422494481a70947.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1099.01" OriginalAmount="1067" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431444-27821436/4880227407658325107/648" HotelName="THE RESIDENT EDINBURGH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100620000/100619600/100619545/f34e23cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1107.41" OriginalAmount="1075.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951384" Longitude="-3.184113" StarRating="3" HotelCode="|446846" HotelName="Premier Inn Edinburgh City Centre Royal Mile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>East Market Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/8/4/6/446846_5255cb91406.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1111.65" OriginalAmount="1079.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.939907" Longitude="-3.231314" StarRating="4" HotelCode="|511023" HotelName="Tynecastle Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>McLeod Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/1/0/2/3/511023_1504edb1021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1113.92" OriginalAmount="1081.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952870154213" Longitude="-3.1930840015411" StarRating="3" HotelCode="337465|9466" HotelName="Old Waverley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Princes Street, Edinburgh EH2 2BY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a6/1da6fa425b29e4299f6f8bad660c1f174c13fc56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Edinburgh's famous Princes Street with its shopping venues, restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1114.46" OriginalAmount="1082.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947357" Longitude="-3.195477" StarRating="4" HotelCode="33817|apex_city_hotel_edinburgh" HotelName="Apex City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Grassmarket, Edinburgh EH1 2JF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/86/ce86b53f7b5304175bc7064afa3ede09b5eac32d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the historical city district of ""Grass Market"" and therefore lies i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1115.24" OriginalAmount="1082.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948101" Longitude="-3.1898999" StarRating="3" HotelCode="|20674" HotelName="Stay Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>COWGATE 139</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/7/4/20674_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 4 floors, 42 rooms, 14 single rooms and 28 double rooms. The establishment boasts a bar, a lobby with elevators, a reception, a barbecue and room service. SITUATION: This business and holiday hotel, Edinburgh it is in it is in the Cowgate the Street of 500 metres away from the establishment, you can find shops, restaurants and a public transport stop. it is situated 35 minutes away from the airport. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, a coffee maker, a kettle, a double bed, a central heating system, tiled floors and fitted carpets. FACILITIES: Guests are offered some days themed nights, close to the establishment, clients can find a nightclub.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1115.49" OriginalAmount="1083.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95801826" Longitude="-3.18950334" StarRating="0" HotelCode="963962|destiny_scotland_broughton_st_lofts" HotelName="Destiny Scotland - Broughton St Lofts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>32A Broughton Street, Edinburgh EH1 3SB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/8c/678c861d21df6e8a00b022258dadd279f9cb3d76.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1119.61" OriginalAmount="1087" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|96617-18114591/4880227407658325107/2777" HotelName="LEONARDO HOTEL EDINBURGH HAYMARKET" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4040000/4035400/4035314/389b4ad4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1122.70" OriginalAmount="1090.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.98604" Longitude="-3.18849" StarRating="3" HotelCode="835784|ocean_serviced_apartments" HotelName="Ocean Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>2 Western Harbour Midway, Edinburgh EH6 6PN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/19/d319fca51b272bb13dc9ecf9517a21072a9ab95a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Edinburgh, approximately 7 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1125.00" OriginalAmount="1092.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9476013" Longitude="-3.1952" StarRating="4" HotelCode="|17862" HotelName="Apex City Of Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 GRASSMARKET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/2/17862_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this modern hotel and was built in 1960. It has 4 floors, 119 rooms, 116 double rooms and 3 suites. In the entrance, you can find a lobby with an elevator and a reception with safety deposit boxes, The establishment has various facilities, such as a bar, an Ã  la carte restaurant with air-conditioning, a conference room, internet and a car park. There are many services available at the establishment, including room service. SITUATION: This urban hotel, the Grassmarket is situated in it is near shops, bars, nightclubs, monuments and tourist points of interest. in front of the hotel there is a public transport stop. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a stereo, a mini-bar, internet, a fridge and a double bed. Are also equipped with tiled floors, an air-conditioning system, fitted carpets, central heating and a safe. FACILITIES: It is 5 kilometres away from a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1129.91" OriginalAmount="1097" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2407-18113626/4880227407658325107/2407" HotelName="BRUNTSFIELD" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20800/20702/a63442e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1131.57" OriginalAmount="1098.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.91189" Longitude="-3.31573" StarRating="4" HotelCode="|245500" HotelName="Courtyard By Marriott Edinburgh West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Research Avenue South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/5/0/0/245500_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1138.59" OriginalAmount="1105.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9462454" Longitude="-3.1833005" StarRating="0" HotelCode="|186036" HotelName="KM Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-9 Richmond Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/3/6/186036_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1140.21" OriginalAmount="1107" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|185990-18160286/4880227407658325107/3125" HotelName="IBIS EDINBURGH CENTRE ROYAL MILE – HUNTER SQUARE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/200900/200875/cbe48ffc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1150.31" OriginalAmount="1116.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9785004" Longitude="-3.1677001" StarRating="4" HotelCode="|20684" HotelName="Malmaison Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ONE TOWER PLACE, LEITH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/4/20684_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This classic style hotel has 100 rooms, The establishment boasts a lobby with a reception, a currency exchange service, a cloakroom, a recently renovated restaurant, conference facilities and internet. It also has a bar. SITUATION: This elegant hotel is located close to Leith Port near the establishment, you will find Scottish Executive boutiques, restaurants, is situated 5 minutes away from Princes Street the historic centre. ROOM: The stylish rooms, have views of the port, a luxurious shower, a CD player, books, a satellite television and internet (free of charge), daily cleaning. FACILITIES: Guests can enjoy a gym, Guests are offered an entertainment programme. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1150.51" OriginalAmount="1117" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.524675" Longitude="2.540009" StarRating="4" HotelCode="0|57173-18113644/4880227407658325107/2330" HotelName="TEN HILL PLACE" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>2 PASSEIG MAR, PALMANOVA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1540000/1535600/1535542/6843dfda_b.jpg</HotelPictures>
        <HotelDescription>This apartment is located in a peaceful area of Palmanova boasting sweeping views over the bay, enjoying a great location next to a small marina. The complex lies just 100 m away from the beach and 26 km from the airport. The complex enjoys proximity to an abundance of restaurants, entertainment venues and shops. The centre of Palma, with its intriguing Old Town can be found just 13 km away. The apartments are tastefully designed, offering a relaxing home away from home, in which to completely unwind. They are equipped with AC, a balcony, TV and a private bathroom. Featuring a range of exemplary facilities and services, this complex delivers the utmost in comfort and convenience, complemented by impeccable attention to detail and warm hospitality.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1157.72" OriginalAmount="1124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948134250945" Longitude="-3.1900128722191" StarRating="3" HotelCode="36431|central_hotel_27" HotelName="Stay Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Diet Meals,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>139 Cowgate, Edinburgh EH1 1JS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a6/c2a694d2db0440c188a062be377de87af13a6d3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Old Town, just steps from the Royal Mile, Princes Street and the theatr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1164.93" OriginalAmount="1131" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613352-27407059/4880227407658325107/2951" HotelName="PREMIER INN EDINBURGH CC (YORK PLACE)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/613352/201973192540131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1173.17" OriginalAmount="1139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948012" Longitude="-3.194766" StarRating="3" HotelCode="59406|grassmarket_hotel" HotelName="The Grassmarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Bar,Bicycle Rental,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94-96 Grassmarket, Edinburgh EH1 2JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/00/eb/00eb04a781eb59093f04865601fabd58316773d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the splendid cosmopolitan and historic district of Grassmarket and is only a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1178.32" OriginalAmount="1144" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954472042637" Longitude="-3.1974929941908" StarRating="4" HotelCode="318631|89819" HotelName="The Spires Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93-95 Hanover Street, Edinburgh EH2 1DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/fe/3bfe073c96e86a9f94835fc46f633dcae1e50298.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1179.68" OriginalAmount="1145.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949765" Longitude="-3.208857" StarRating="3" HotelCode="|162750" HotelName="Four Points Flex by Sheraton Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 - 33, Shandwick Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/2/7/5/0/162750_6e7466c0818.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is near Waverley and Edimburgo Haymarket the underground station of Close to the tram.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1186.56" OriginalAmount="1152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9458008" Longitude="-3.2139001" StarRating="4" HotelCode="|25229" HotelName="Leonardo Royal Edinburgh Haymarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 MORRISON LINK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/2/9/25229_e8572bc0748.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary style hotel 150 rooms and 5 floors. In the establishment entrance, guests will find a lobby with a reception and a lift. The establishment has East the bar a restaurant, congress facilities and a car park. SITUATION: West End It is in it is near Haymarket the Railway Station of near the establishment, guests will find Princes Street the tourist attractions near shops, bars, pubs, restaurants and nightclubs. a few minutes walk away, there is a public transport stop. ROOM: The large, comfortable rooms, They have a bathroom, bathroom items, a hairdryer, a direct line telephone, a television, internet, a writing desk, a central heating system, a king-size bed and courtesy tray. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1188.99" OriginalAmount="1154.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9471016" Longitude="-3.1965001" StarRating="4" HotelCode="|17857" HotelName="Apex Grassmarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31-35 GRASSMARKET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/7/17857_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel was built in 1966 a main building and 171 double rooms. In the entrance, guests are offered a lobby with an elevator and a reception with safety deposit boxes, The establishment boasts a bar, an Ã  la carte restaurant with air-conditioning, a conference room and internet. There are many services available at the establishment, including a laundry service, room service and a car park. SITUATION: This urban hotel is situated in Edinburgh the historic centre of with views of the castle, nearby, you will find the tourist attractions, monuments ,Royal Mile, Holyrood House, Dynamic Earth and Princess Street it is near 500 kilometres away, you can find restaurants, bars, pubs, clubs and nightclubs. it is in front of a public transport stop. ROOM: The comfortable rooms, have a bathroom, a hairdryer, a direct line telephone, a stereo, a radio, a satellite or cable television, a CD player, a DVD player and internet. They also have a double bed, tiled floors, a central heating system, a safety deposit box, a small sitting room and fitted carpets. FACILITIES: It is 5 kilometres away from a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1194.80" OriginalAmount="1160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.977919426679" Longitude="-3.1685954332352" StarRating="4" HotelCode="316791|malmaison_edinburgh" HotelName="Malmaison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Tower Place, Edinburgh EH6 7BZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/df/57df89be240a15473f09a0f591ebecd4621e4e65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This award-winning, stylish hotel is situated at the waterfront of the Port of Leith. The Ocean Term...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1198.74" OriginalAmount="1163.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9511873" Longitude="-3.1855252" StarRating="4" HotelCode="|17844" HotelName="Leonardo Royal Hotel Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JEFFREY STREET 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/4/17844_46330b11434.jpg</HotelPictures>
        <HotelDescription>HOTEL: This large and modern hotel, has a spacious hall and a restaurant. SITUATION: This hotel is in the heart of Edimburgo (Royal Mile), close to the conference centre, el Castillo de Edimburgo and the tourist attractions. 300 metres away, there is a public transport stop. 5 kilometres away from the establishment, guests will find the beach. It is situated 6 kilometres away from a golf course. ROOM: Customers can find spacious and smart rooms. All the rooms have a welcome kit. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1205.10" OriginalAmount="1170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956160316667" Longitude="-3.1919785166667" StarRating="3" HotelCode="76738|ballantrae_hotel" HotelName="Ballantrae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 York Place, Edinburgh, City of Edinburgh EH1 3EP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/e5/61e5d4c6a78854bb5b875d4fbf490323ebcf62a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1208.19" OriginalAmount="1173" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95360704" Longitude="-3.20588695" StarRating="3" HotelCode="739629|282866" HotelName="Mode Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74-77 Queen Street, Edinburgh EH2 4NF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/d8/1bd85bf85252adadc3b808c3108cd6b3b5fb3910.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1212.31" OriginalAmount="1177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950860826335" Longitude="-3.176856637001" StarRating="4" HotelCode="23049|macdonald_holyrood_hotel" HotelName="Macdonald Holyrood Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Holyrood Road, Edinburgh EH8 8AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3f/b73f7065bf379409c333bc7a2ede2c31c1cc9d1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The contemporary style of this hotel building harmonises well with the historical surroundings, whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1215.40" OriginalAmount="1180" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1447407-30248365/4880227407658325107/2472" HotelName="ROOMZZZ EDINBURGH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1222.48" OriginalAmount="1186.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953533" Longitude="-3.1900829" StarRating="3" HotelCode="|451288" HotelName="Motel One Edinburgh - Princes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10-15 Princes Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/2/8/8/451288_ffe78b91127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1223.14" OriginalAmount="1187.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95346" Longitude="-3.20619" StarRating="0" HotelCode="|445443" HotelName="Heeton Concept Aparthotel Edinburgh Queen Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 - 77 Queen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/4/3/445443_e6c5a290902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1224.67" OriginalAmount="1189.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956456467216" Longitude="-3.1900617288361" StarRating="4" HotelCode="178451|the_place_hotel" HotelName="The Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34-38 York Place, Edinburgh EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/12/6f120e4c326d9a2aba97421cedd02be3d2d077b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1225.10" OriginalAmount="1189.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94687" Longitude="-3.21467" StarRating="5" HotelCode="|242752" HotelName="Destiny Scotland - Distillers House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8-12 Torphichen St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/7/5/2/242752_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1240.12" OriginalAmount="1204.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947078" Longitude="-3.196621" StarRating="4" HotelCode="10229|apex_international_hotel" HotelName="Apex Grassmarket Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Grassmarket, Edinburgh EH1 2HS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/af/5daf351658755d03030a404d8b43df636fdc1482.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Edinburgh's Old Town with a magnificent view of the castl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1240.20" OriginalAmount="1204.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950784" Longitude="-3.20789" StarRating="4" HotelCode="|38284" HotelName="Angel's Share" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-11 HOPE STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/8/4/38284_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant boutique hotel, has a bar and a nightclub. This hotel was built in 2006 30 rooms, In the entrance, you can find a lobby with a reception and a lift. There are many services available at the establishment, including room service and a laundry service. SITUATION: Is situated in the city centre, is close to restaurants, bars and a park. Princes Street nearby, you will find The Edinburgh Castle, The Royal Mile and The Holyrood Palace it is 20 minutes away from Glasgow 60 minutes away from the establishment, clients can find. ROOM: The contemporary style rooms, They have piped music, films (available on request), a mini-bar, internet, a bathroom with a shower or bath, a hairdryer, a direct line telephone, a radio, a coffee maker, a kettle, an iron, a double bed, heating and a safety deposit box. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1240.82" OriginalAmount="1204.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949182" Longitude="-3.184547" StarRating="3" HotelCode="79014|154029" HotelName="Holiday Inn Express Edinburgh Royal Mile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>300 Cowgate, Edinburgh EH1 1NA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d9/add9b7832a5907fa48d0926c9571993d9bd29528.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quaint location in the Old Town in Edinburgh city centre just a 10-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1243.21" OriginalAmount="1207" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|53310-28854483/4880227407658325107/8" HotelName="GRASSMARKET" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1330000/1328500/1328466/769d5883_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1248.36" OriginalAmount="1212" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|57171-18123266/4880227407658325107/2392" HotelName="OCEAN APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1510000/1501500/1501439/be886d84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1248.36" OriginalAmount="1212" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613346-27403802/4880227407658325107/2987" HotelName="PREMIER INN EDINBURGH (PRINCES STREET)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785431/3d09a8d3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1249.18" OriginalAmount="1212.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952026" Longitude="-3.203642" StarRating="0" HotelCode="|451943" HotelName="ALTIDO Thirty Castle Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Castle Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/9/4/3/451943_a6b48101214.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1255.57" OriginalAmount="1219" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951215995389" Longitude="-3.1857857108116" StarRating="3" HotelCode="258995|608" HotelName="Jurys Inn Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Jeffrey Street, Edinburgh EH1 1DH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/9a/3c9a3564464625df2feb1b1c097425ede7a50ce7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is in a fantastic location in the heart of Edinburgh, directly by the Royal Mile. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1255.57" OriginalAmount="1219.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95628" Longitude="-3.197746" StarRating="3" HotelCode="17004|the_royal_scots_club_edinburgh" HotelName="The Royal Scots Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Abercromby Place, Edinburgh EH3 6QE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b2/46b272e47f2edeca503e8560bdb1ddeafde30b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of Edinburgh's Georgian streets. The nearest restaurants as well as links to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1258.66" OriginalAmount="1222.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94927" Longitude="-3.185884" StarRating="4" HotelCode="61564|smart_city_hostels_edinburgh" HotelName="Safestay Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 Blackfriars Street, Edinburgh EH1 1NE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/b5/f5b5d46fcb36d7d9cf52bc140e6030452ea4be56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is located on Edinburgh's historic “Royal Mile”, just a few minutes’ walk from Waverley r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1261.75" OriginalAmount="1225.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94757336" Longitude="-3.1916587" StarRating="4" HotelCode="475072|destiny_scotland_george_iv_apartments" HotelName="Destiny Scotland - George IV Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 George IV Bridge, Edinburgh, EH1 1EN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/48/1548ac01f361c4c6be4649ead46fd936fd435a0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1264.84" OriginalAmount="1228" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1389289-27410107/4880227407658325107/3101" HotelName="PREMIER INN EDINBURGH CITY CENTRE (WAVERLEY) HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/55000000/54250000/54245900/54245895/w631h375x19y0-a4703999_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1266.90" OriginalAmount="1230.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.937651931148" Longitude="-3.2028794288635" StarRating="3" HotelCode="337450|the_links" HotelName="Black Ivy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Alvanley Terrace, Edinburgh EH9 1DU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/58/3058ee2cfe95d20d0093f468fc2f29e6df86144d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quietly situated close to a peaceful park, this hotel lies just 1 km from the inner city. Restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1276.53" OriginalAmount="1239.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954453" Longitude="-3.197745" StarRating="0" HotelCode="|476246" HotelName="The Spires Serviced Apartments Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93-95 Hanover Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/2/4/6/476246_cada7ae2250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1277.74" OriginalAmount="1240.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95098211" Longitude="-3.18226435" StarRating="4" HotelCode="473521|GB000309" HotelName="Aparthotel Adagio Edinburgh Royal Mile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>231 Canongate, Edinburgh EH8 8AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/29/6829a4941267f418c4509d6f54ed4b922564c97c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1278.29" OriginalAmount="1241.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9428" Longitude="-3.21034" StarRating="3" HotelCode="|445170" HotelName="Moxy Edinburgh Fountainbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Freer Gait</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/7/0/445170_b38fa361459.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1284.55" OriginalAmount="1247.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9443016" Longitude="-3.2009001" StarRating="3" HotelCode="|22906" HotelName="Leonardo Edinburgh City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Lauriston Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/0/6/22906_697e67c0757.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This modern, traditional hotel, has 52 rooms, 1 suite and 3 rooms adapted for people with reduced mobility. This establishment is ideal for holidays or business trips, The establishment has air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, lifts, internet, a bar and a restaurant. There are many services available at the establishment, including room service and a laundry service. SITUATION: Princes Street It is located close to it is close to The Edinburgh Castle and Royal Mile pubs, boutiques, shops and restaurants. nearby, you will find the business area, The International Conference Centre It is situated 1,5 kilometres away from. ROOM: Customers can find modern and comfortable rooms, All the rooms have a bathroom with a hairdryer, a mini-bar, a satellite or cable television, a radio, a coffee maker and a kettle. PAYMENT METHODS: Customers can pay using American Express, Visa, Diners Club and Mastercard. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1287.50" OriginalAmount="1250" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1361924-25010470/4880227407658325107/33" HotelName="THE SCHOLAR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3920000/3911600/3911559/7ba3de7c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1289.56" OriginalAmount="1252.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950782" Longitude="-3.20793" StarRating="4" HotelCode="401739|angels_share_hotel" HotelName="Angels Share Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Hope Street, Edinburgh EH2 4EL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fa/b3fa80f809ffac6e108faeee49b4c887e76bd38b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of the city centre at Edinburgh's West End, this boutique hotel allows...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1293.69" OriginalAmount="1256.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9508973" Longitude="-3.1822508" StarRating="0" HotelCode="|215745" HotelName="Adagio Edinburgh Royal Mile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>231 Canongate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/7/4/5/215745_30630170924.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1294.24" OriginalAmount="1256.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95417124" Longitude="-3.19861867" StarRating="4" HotelCode="429421|1827208" HotelName="Braid Apartments by Mansley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Central Heating,Dining,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>27 Thistle Street, Edinburgh EH2 1DX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/a2/64a271f787e0b6b89b0af0aa8459cb52fa64dc30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Braid Apartments incorporates 20 modern and stylish apartments with a range of studio, 1 and 2 bedro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1313.47" OriginalAmount="1275.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9518208" Longitude="-3.1773966" StarRating="4" HotelCode="|20010" HotelName="Edinburgh Holyrood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HOLYROOD ROAD 81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/0/20010_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, luxurious hotel, has a lounge bar, a library and a stylish restaurant. SITUATION: This establishment is in the surrounding area of the Scottish Parliament, The Holyrood House Palace and The Volcanic Mountain Arthur's Seat it is situated 2 minutes away from the Royal Mile ROOM: The modern rooms have a bathroom, a hairdryer, a direct line telephone, internet, a mini-bar, complimentary bathroom items, a writing desk with lamp and a welcome tray. FACILITIES: Guests can enjoy a covered swimming pool, a sauna, a solarium, a Turkish bath, a beauty centre and a gym. MEALS: The establishment serves a buffet breakfast. OBSERVATIONS: This establishment has a car park (for a fee). Check-in is at 16:00 and check-out is at 12:00.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1314.28" OriginalAmount="1276.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943675650009" Longitude="-3.1927943229675" StarRating="4" HotelCode="915128|residence_inn_by_marriott_edinburgh" HotelName="Residence Inn by Marriott Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Kitchen,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Simpson Loan, Quartermile, Edinburgh EH3 9GG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/1f/cf1f9082e9398de56f143546c64263622abd574b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1320.46" OriginalAmount="1282" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944391626124" Longitude="-3.2012191414833" StarRating="3" HotelCode="337462|6974" HotelName="Leonardo Hotel Edinburgh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>79 Lauriston Place, Edinburgh EH3 9HZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/27/d027a59d0b888d087fb78b3e9e86c7405e638be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The world famous Princes Street, situated below Edinburgh Castle, the Royal Mile and the resurgent '...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1324.80" OriginalAmount="1286.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9526304" Longitude="-3.1938241" StarRating="4" HotelCode="|17856" HotelName="Mount Royal Edinburgh by The Unlimited Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 PRINCES STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/6/17856_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1860, renovated in 2000. It has 158 standard rooms and 6 floors. In the establishment entrance, guests will find a lobby with elevators, a reception and a safety deposit box service. The establishment boasts a beautiful coffee shop, a bar, a restaurant and a breakfast room. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel is located in front of the Waverly Bridge. 5 minutes away, there is a railway station. 20 metres away, guests can find a public transport stop. It is just 12 kilometres away from Edinburgh Airport. ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, a radio, cable and satellite television with films (available at an additional charge), a kettle, a coffee maker, a double bed, central heating and a trouser press. Guests are offered non-smoking rooms. OBSERVATIONS: Check-in is at 14:00 and check-out is at 12:00. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast and a set-menu lunch and dinner. Guests can book half-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1334.18" OriginalAmount="1295.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95261" Longitude="-3.194464" StarRating="3" HotelCode="258823|790835" HotelName="Mercure Edinburgh City Princes Street Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Sreet, Edinburgh EH2 2DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/94/53943557a294aa3872618c840348f9e7d76b552f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel offers guests superb views over the famous Princes Street Gardens and Edi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1335.91" OriginalAmount="1297.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95134448" Longitude="-3.19017162" StarRating="0" HotelCode="955747|market_street_hotel" HotelName="Market Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/ff/11ff9cb69461c73cedeb73bc1eaa587288a1e0be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1337.43" OriginalAmount="1298.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945817524735" Longitude="-3.2032817602158" StarRating="4" HotelCode="23050|15026" HotelName="DoubleTree by Hilton Hotel Edinburgh City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Bread Street, EH3 9AF Edinburgh, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/27/da274c7a1cd92d0ac7afa7fbf1c3756e7feaed68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located in the shadow of Edinburgh Castle and is only a few minutes from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1338.67" OriginalAmount="1299.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954519" Longitude="-3.1943719999999" StarRating="3" HotelCode="298480|GB000179" HotelName="ibis Styles Edinburgh Centre St Andrew Square" Meals="BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD,HALF BORD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Sant Andrew Square, Edinburgh EH2 1AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/4f/954f0bc336dc7242ad4a62cabcf070e34f828efb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1339.00" OriginalAmount="1300.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.938123" Longitude="-3.1714474" StarRating="3" HotelCode="902199|salisbury_green" HotelName="Salisbury Green Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/42/6a42e4e33e7adf63f2f249fb39c6cf3ebf2f848b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located on the south side of Edinburgh, next to Holyrood Park and Arthur's Seat, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1339.39" OriginalAmount="1300.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948370915892" Longitude="-3.186845019869" StarRating="3" HotelCode="284650|GB000172" HotelName="ibis Edinburgh Centre South Bridge - Royal Mile Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 South Bridge, Edinburgh EH1 1HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/fb/1bfb206eba8ba77e926f335cf35ba1859ccd9ef9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1344.15" OriginalAmount="1305.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953332" Longitude="-3.190077" StarRating="3" HotelCode="309849|motel_one_edinburghprinces" HotelName="Motel One Edinburgh-Princes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-15 Princes Street, Edinburgh EH2 2AN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/99/27996afa71ba29cfc8f2b006de2a8226fe17f2bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Rail Station (ZXE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1345.18" OriginalAmount="1306" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|175021-18178547/4880227407658325107/3097" HotelName="THE PLACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3750000/3748500/3748447/9fbb8df3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1347.64" OriginalAmount="1308.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950806" Longitude="-3.191435" StarRating="4" HotelCode="|445836" HotelName="Market Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Market Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/8/3/6/445836_6f4a8f30823.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1350.41" OriginalAmount="1311.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953645024098" Longitude="-3.1868317723274" StarRating="4" HotelCode="130402|120175" HotelName="Princes Street Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Waterloo Place 16, Princes Street, Edinburgh EH1 3EG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/20/db20dcc2915e07cdf8df2fa25ddd8335ff979fe2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are located on a quiet street right in the city centre, 2 minutes’ walk from Princes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1354.45" OriginalAmount="1315" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|16861-21406983/4880227407658325107/856" HotelName="DOUBLETREE BY HILTON EDINBURGH CITY CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/518700/518686/8516a636_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1357.54" OriginalAmount="1318.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947955396622" Longitude="-3.1928504315873" StarRating="4" HotelCode="38020|budget_backpackers_hostel" HotelName="Kick Ass Greyfriars" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37-39 Cowgate, Edinburgh EH1 1JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/0b/ea0b592e379d3b52ebd0b8a94e41e5463bd7eb4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1362.58" OriginalAmount="1322.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9450345" Longitude="-3.1997268" StarRating="4" HotelCode="|20679" HotelName="Novotel Edinburgh Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Lauriston Place, SCOTLAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/7/9/20679_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This bright hotel, was opened in 2004, has with air-conditioning, 8 floors, 180 rooms and 2 suites. The establishment boasts a bar, a restaurant with air-conditioning and internet. There are many services available at the establishment, including room service and a laundry service. The establishment boasts a car park and an indoor car park. SITUATION: This hotel is situated 5 kilometres away from the beach. It is a few minutes walk away from Royal Mile, Edinburgh Castle and Princess Street the business area. 50 metres away, there is a public transport stop. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar, a safety deposit box (available for a fee), central heating and an air-conditioning system. FACILITIES: Customers can enjoy a covered swimming pool, a swimming pool, a sauna and a gym. 2 kilometres away from the establishment, clients can find a golf course. It is 12 kilometres away from a ski resort. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1368.87" OriginalAmount="1329.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.958742234536" Longitude="-3.1795500177909" StarRating="4" HotelCode="319367|no_11" HotelName="No11 Boutique Hotel &amp; Brasserie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Brunswick Street, Edinburgh EH7 5JB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/d9/95d97522fd0abe6c9ed8dc48e185750db52a2d9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1376.08" OriginalAmount="1336.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95173597" Longitude="-3.19950459" StarRating="4" HotelCode="975614|destiny_scotland_chisholm_hunter_suites" HotelName="Destiny Scotland Chisholm Hunter Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Frederick Street, Edinburgh EH2 1EP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/c3/efc3cf2f6fb6b3e585ddb1b5c13c960ed5ab4e11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1377.11" OriginalAmount="1337" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.015808" Longitude="-95.883652" StarRating="3" HotelCode="0|255089-18197619/4880227407658325107/2419" HotelName="IBIS EDINBURGH CENTRE SOUTH BRIDGE - ROYAL MILE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>8405 East 102nd Street South, Tulsa, 74133, OK, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6800000/6793500/6793484/18821c1c_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 92. Suites: 22. Single-bedded accommodations: 41. Double bedrooms: 51. Smoking rooms: 0. Nonsmoking rooms: 92. Physically challenged rooms: 6. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- The Holiday Inn Express and Suites Tulsa South, Bixby is the newest hotel in contemporary styling. Conveniently located off Creek Turnpike &amp;amp; Memorial Dr. Located minutes from a variety of shopping, dining, and entertainment in the Woodland Hills area. Our 100% non-smoking hotel is within walking distance of the Transformation Church, B&amp;amp;B Starworld 20 Movie Theater as well as a short drive from the Riverspirit Casino, Downtown Tulsa, BOK Center, The Woodland Hills Mall, Tulsa International Airport, and Expo Square. Our modern, sophisticated design offers a plethora of amenities such as spacious guestrooms featuring luxurious new bedding, complimentary hot breakfast served daily, business center, fitness area, indoor heated pool, and whirlpool. 
Guests will appreciate our private boardroom, while our flexible meeting space can comfortably accommodate up to 100 people. With convenient access to I-44, Historical Route 66, and US Highway 75, our central location places you between Oklahoma City, Springfield, Little Rock, Dallas and Kansas City. Guests will enjoy being near ORU, Rhema Bible College, St Francis Heart Hospital, TU, Southcrest, Cancer Treatment Centers of America, Oklahoma Heart Institute, Haikey Creek All Star Sports Complexs, UMAC, Hardrock Hotel &amp;amp; Casino, TCC, Tulsa Zoo, OU, Woodland Hills Mall, Tulsa Air and Space Museum, and Oklahoma Aquarium.. Onsite facilities information- ParkingProperty was built in 2011. Hotel Currency: USD. Additional Addresses: Other: 8405 East 102nd Street South, Tulsa, 74133, OK, US. Additional Phone Numbers: Fax - Other: 19189706222. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1377.11" OriginalAmount="1337.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.959477074127" Longitude="-3.2148635387421" StarRating="4" HotelCode="37929|the_raeburn" HotelName="Raeburn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112 Raeburn Place, Stockbridge, Edinburgh EH4 1HG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/4a/984a37c6b26ed24c9b18b6f04c7ef7845e603f71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the new town area of Edinburgh. It is just a ten-minute walk from the weste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1381.51" OriginalAmount="1341.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9502358" Longitude="-3.1867679" StarRating="4" HotelCode="|17859" HotelName="Radisson Blu , Edinburgh City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 High Street, The Royal Mile</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/9/17859_d12707f1413.jpeg</HotelPictures>
        <HotelDescription>HOTEL: It has 7 floors, 238 rooms and 10 suites. The establishment has a bar and a restaurant. SITUATION: It is inthe Royal Mile a central area of the Edinburgh Castle and Holyrood Palace it is between near the establishment, guests will find the business area, monuments situated 1 kilometre away fromWaverly the Station of public transport services, is situated 11,5 kilometres away from Edinburgh Airport. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a mini-bar and a safety deposit box (available for a fee). FACILITIES: Guests can enjoy a covered swimming pool, a sauna, a sunbathing terrace and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1383.80" OriginalAmount="1343.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95084" Longitude="-3.19154" StarRating="0" HotelCode="|224495" HotelName="Motel One Edinburgh - Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18-21 Market Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/4/9/5/224495_6dbe3ae2113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1384.32" OriginalAmount="1344" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|402011-18162329/4880227407658325107/3353" HotelName="FOUNTAIN COURT - BRAID APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12300000/12292900/12292861/8f6001c6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1388.44" OriginalAmount="1348.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950095" Longitude="-3.186915" StarRating="4" HotelCode="29276|radisson_blu_edinburgh" HotelName="Radisson Blu Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 High Street, The Royal Mile, Edinburgh EH1 1TH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/dc/77dcd0d884195d5673f951331719637c9c82df62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located along the Royal Mile between Edinburgh Castle and Holyrood Palace, this hotel lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1398.74" OriginalAmount="1358.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950924573476" Longitude="-3.1908470278244" StarRating="3" HotelCode="199837|motel_one_edinburghroyal" HotelName="Motel One Edinburgh-Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-21 Market Street, Edinburgh EH1 1BL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/78/30781525d334c9caa117d74f34dc8a00fc2e0d57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1399.04" OriginalAmount="1358.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956867" Longitude="-3.176856" StarRating="4" HotelCode="|451641" HotelName="24 Royal Terrace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Royal Terrace</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/6/4/1/451641_7a6c1a11142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1403.76" OriginalAmount="1362.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9559521" Longitude="-3.1934839" StarRating="4" HotelCode="|75722" HotelName="Thistle Suites Royal Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 York Buildings, Queen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/7/2/2/75722_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has luxury apartments, a lobby with a reception, express check-out, a lift and a car park. SITUATION: This apartment, is in the city centre, Queen Street it is in Princes Street it is 2 minutes away from this establishment, the Royal Mile it is 5 minutes away from nearby, you will find the tourist area, is situated 11 kilometres away from Edinburgh Airport it is 89 kilometres away from Glasgow Airport. ROOM: The apartments have a bathrobe, a shower, a bath, a hairdryer, a double bed, television room, a radio, internet, a safe, a kitchen with fridge, hot plates, a microwave, a coffee maker, a kettle, a dining room, an ironing set, a central heating system and an individual air-conditioning system. FACILITIES: The establishment has a well-equipped gym. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1406.98" OriginalAmount="1366" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|648798-18928133/4880227407658325107/2489" HotelName="WILDE APARTHOTELS EDINBURGH GRASSMARKET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39830000/39822900/39822833/92258599_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1426.86" OriginalAmount="1385.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94787" Longitude="-3.193012" StarRating="0" HotelCode="|490295" HotelName="Kick Ass Greyfriars - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37-39 Cowgate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/0/2/9/5/490295_69f1e5a1049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1430.67" OriginalAmount="1389.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95741487" Longitude="-3.18477187" StarRating="4" HotelCode="481530|courtyard_by_marriott_edinburgh" HotelName="Courtyard Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Baxters Place, EH1 3AF Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/42/45425cfaca8ae3ccf147f0bda7ed35168add3a59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1433.76" OriginalAmount="1392.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95198257" Longitude="-3.20342311" StarRating="4" HotelCode="948804|edinburgh_castle_apartments_2" HotelName="Edinburgh Castle Apartments And Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Castle Street, Edinburgh EH2 3HT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/3c/663c1eb79503fbc83e4906596dddef998b9cd4f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1436.66" OriginalAmount="1394.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9563227" Longitude="-3.1977946" StarRating="3" HotelCode="|20682" HotelName="The Royal Scots Club Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ABERCROMBY PLACE 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/2/20682_3d73b2b1449.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2004 2 floors, 21 rooms, 1 single rooms and 18 double rooms. In the entrance, guests are offered a lobby, a reception and a currency exchange service. Guests have access to a bar, a restaurant, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: Is situated inEdinburgh a typical street near the establishment, you will find a public transport stop, shops and restaurants. it is 50 metres away from bars, pubs and a nightclub. ROOM: The rooms are traditional-style, Guests are offered standard and superior rooms, Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a central heating system, a sitting room, fitted carpets, tiled floors and some rooms with views of, the city, garden. FACILITIES: The establishment boasts a leisure centre with a jacuzzi, Clients can enjoy activities such as aerobics. OTHERS: Regarding the food and beverage provision, the establishment offers American buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1442.70" OriginalAmount="1400.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.959777" Longitude="-3.214516" StarRating="4" HotelCode="|451345" HotelName="The Raeburn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Raeburn Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/3/4/5/451345_77c087a1211.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1448.18" OriginalAmount="1406.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956772877999" Longitude="-3.1777766346932" StarRating="3" HotelCode="142943|24_royal_terrace" HotelName="24 Royal Terrace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Royal Terrace, Edinburgh EH7 5AH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/cf/51cf14a365ee6ca7b33d7ff2a847549e3df7c8ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1460.72" OriginalAmount="1418.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9508018" Longitude="-3.1874001" StarRating="4" HotelCode="|17843" HotelName="Hilton Edinburgh Carlton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 North Bridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/3/17843_1_3620.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 10 floors, 189 standard rooms, 6 single rooms and 183 double rooms. In the entrance, you can find a lobby with elevators, a reception, a safety deposit box service, a currency exchange service and a cloakroom. The establishment has a hairdresser's, conference facilities, a restaurant, a bar and internet. There are many services available at the establishment, including room service and a laundry service. It also has a car park. SITUATION: This hotel is situated in Edinburgh city centre. Close to the establishment, clients can find Waverly Station and a public transport stop. It is situated 100 metres away from restaurants. Near the establishment, guests will find shops. It is 200 metres away from bars and nightclubs. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a double bed, a central heating system, a central air-conditioning system and a safe. FACILITIES: The establishment boasts a covered pool, a jacuzzi, a sauna, a solarium, a thermal bath and a massage service. Clients can enjoy activities such as squash and aerobics. Clients can use a gym. 4 kilometres away, you can find a golf course. OTHERS: The establishment offers a breakfast service and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1470.84" OriginalAmount="1428.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.92772076" Longitude="-3.20815085" StarRating="4" HotelCode="580862|the_lane_hotel_2" HotelName="The Lane Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Canaan Lane, Edinburgh EH10 4SY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/6e/616ea24804ca43955d45e84a0bc3b419b6b31cbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1490.41" OriginalAmount="1447" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945426972364" Longitude="-3.2015337322193" StarRating="5" HotelCode="33820|55127" HotelName="The Knight Residence by Mansley Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Lauriston Street, Edinburgh, City of Edinburgh EH3 9DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/0d/160dedea4d72af51efcb77ab6ba42e0ff333d086.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1495.56" OriginalAmount="1452.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950065" Longitude="-3.187277" StarRating="3" HotelCode="39322|the_inn_on_the_mile" HotelName="The Inn On The Mile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 High Street, The Royal Mile, Edinburgh EH1 1LL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/79/2b794c7dc0cc1b51106712988689ac65af83ad19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel occupies a prime location in Edinburgh city centre, situated on the Royal Mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1500.73" OriginalAmount="1457.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956741" Longitude="-3.207183" StarRating="4" HotelCode="|78091" HotelName="Nira Caledonia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Gloucester Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/9/1/78091_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Nira Caledonia Hotel is rated five stars, it offers room service and a restaurant. SITUATION: It is in New Town, near the establishment, guests will find Princess st and Nira Caledonia, ROOM: The rooms have a flat-screen television, a DVD player, an iPod docking station, WiFi (free of charge), Nespresso and garden views. Clients can find some rooms with jacuzzi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1517.52" OriginalAmount="1473.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951561" Longitude="-3.206133" StarRating="4" HotelCode="49324|9125" HotelName="Kimpton Charlotte Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Charlotte Square, Edinburgh EH2 4HQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/c0/bac0984baf1c5e1ba8eabc7534a51b2b8ea6f803.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is one of the most discerning hotels in Edinburgh, located directly in the historical city cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1536.13" OriginalAmount="1491.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9529825" Longitude="-3.2049389" StarRating="4" HotelCode="|74147" HotelName="Stewart By Heeton Concept" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Young Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/1/4/7/74147_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2011, has 31 apartments and 3 floors. The establishment has a lobby with a reception, a safety deposit box service, a lift, a laundry service and a car park. SITUATION: It is inEdinburgh the historic centre of the Royal Mile it is 10 minutes away from It is 15 minutes away from Edinburgh Castle the railway station, is 5 minutes away from Prince Street gardens, Clients can find restaurants, bars, clubs and shops. 100 metres away, there is a public transport stop, Holyrood Palace It is situated 15 kilometres away from it is situated 2 kilometres away from Murrayfield the Stadium of it is situated 13 kilometres away from Edinburgh Airport. ROOM: boutique apartments, have a sitting room, a double bed, WiFi, Sky television, films, a bathroom with a shower, a hairdryer, a direct line telephone, a radio, a Hi-Fi and a safe. apartments, have a kitchen, with fridge, a hob, a microwave, a coffee maker, a kettle, a washing machine and an ironing set. All the apartments have heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1549.12" OriginalAmount="1504.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945499" Longitude="-3.228747" StarRating="4" HotelCode="56606|the_dunstane" HotelName="The Dunstane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates &amp; 5 Hampton Terrace, Haymarket, Edinburgh, Schottland EH12 5JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/d2/87d2eef0f591ac6a75151b2a768f3fe95cc58154.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh's West End, just 15 minutes' walk from the city's shopping and co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1552.14" OriginalAmount="1506.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9516254" Longitude="-3.206258" StarRating="4" HotelCode="|20011" HotelName="Kimpton Charlotte Square , An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Charlotte Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/1/20011_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1558.39" OriginalAmount="1513" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48399-18114594/4880227407658325107/2661" HotelName="ROYAL SCOTS CLUB" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/900900/900862/f23a9959_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1576.25" OriginalAmount="1530.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953214215418" Longitude="-3.1908262012234" StarRating="3" HotelCode="16971|6532" HotelName="Hotel Indigo Edinburgh - Princes Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Princes Street, Edinburgh EH2 2AN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/6c/8f6c3feedfe2667da3a336b7bb2c062eb6bfb05f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the city on the famous Princes Street with views over Princes Street Gardens and Edi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1582.97" OriginalAmount="1536.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.927736" Longitude="-3.208183" StarRating="4" HotelCode="|451604" HotelName="The Lane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>237-239 Morning Side Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/6/0/4/451604_7d39ae80933.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1586.20" OriginalAmount="1540" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1361923-24882965/4880227407658325107/334" HotelName="THE SCOTT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76560000/76557700/76557625/b01321a2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1590.76" OriginalAmount="1544.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9533005" Longitude="-3.1905999" StarRating="3" HotelCode="|17839" HotelName="Indigo Edinburgh - Princes Street, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINCES STREET 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/9/17839_1_1987.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has and 75 rooms, is ideal for holidays or business trips, The establishment has a restaurant, a reception, a safety deposit box service, a currency exchange service, a lift, conference facilities and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This establishment, is in the city centre, Princes Street is situated in opposite the establishment, you can find a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a television, a radio, internet, a safety deposit box (available for a fee), a trouser press and a welcome tray.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1599.44" OriginalAmount="1552.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9507724" Longitude="-3.2183121" StarRating="5" HotelCode="|29582" HotelName="Hapimag Resort Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROTHESAY TERRACE 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/5/8/2/29582_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1872, This Georgian style hotel 29 rooms, 8 suites and 5 floors. The establishment has a lobby with a reception, a safety deposit box service, a cloakroom, a lift, a conference room and WiFi. There are many services available at the establishment, including room service and a laundry service. Guests also have access to a car park. SITUATION: Is situated inEdinburgh the western area of Rothesay Terrace it is in close to the establishment, clients can find the commercial area, the tourist attractions ,Princes Street Gardens It is situated 20 minutes away from 10 minutes away from the establishment, guests will find pubs, nightclubs, 10 minutes away, there is a bus stop, is 10 minutes away from Haymarket the Station of. ROOM: The spacious rooms, They have a large bathroom with a bath, a spacious shower, a hairdryer, a direct line telephone, a satellite or cable television, a stereo, a kitchenette, a mini-bar, a microwave, a coffee maker, a kettle, a safe, a double bed and central heating. FACILITIES: 20 metres away, there is a golf course. OTHERS: Regarding the food and beverage offering, you can enjoy a continental buffet breakfast and Ã  la carte lunch and dinner. Guests can book half-board or bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1605.49" OriginalAmount="1558.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9458809" Longitude="-3.2291314" StarRating="4" HotelCode="|28705" HotelName="The Roseate Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HAMPTON TERRACE 5/WEST COATES 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/7/0/5/28705_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in a historic building, is surrounded by a beautiful garden 16 rooms and 2 floors. In the establishment entrance, guests will find a lobby, a reception and a lift. Some of the facilities that the establishment offers to guests include a bar, a conference room, a laundry service and a car park. SITUATION: This hotel West End it is in Edinburgh it is in Princes Street it is 15 minutes away from Where you can find shops and the shopping centre. The International Exhibition Centre 10 minutes away, you can find The Murrayfield Stadium it is 5 minutes away from it is situated 3 kilometres away from bars, nightclubs, a train station, a bus station, a public transport stop and the tourist area. 12 kilometres away from the establishment, guests will find Turnhouse Airport it is close to the bus stop. ROOM: The comfortable rooms, have a bathroom with a shower, with a hairdryer, a direct line telephone, a television, a kettle, a coffee maker, a double bed, fitted carpets and a central heating system. OTHERS: The establishment serves a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1609.89" OriginalAmount="1563.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950919" Longitude="-3.217429" StarRating="4" HotelCode="36960|the_edinburgh_residence_3" HotelName="Edinburgh Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rothesay Terrace, Edinburgh EH3 7RY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/60/3a60cd5dae3ccae61204f078bdea7f447b22b7e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on Rothesay Terrace in Edinburgh's West End, one of the most sought after residentia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1614.38" OriginalAmount="1567.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9548" Longitude="-3.19402" StarRating="4" HotelCode="|445878" HotelName="Malmaison Edinburgh City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Buchan House, 21-22 St Andrew Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/8/7/8/445878_84a4e4a1228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1624.26" OriginalAmount="1576.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.8909988" Longitude="-3.1041999" StarRating="4" HotelCode="|24425" HotelName="Melville Castle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MELVILLE GATE - GILMERTON ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/2/5/24425_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and was built in 1786. renovated in 2003 3 floors, 32 rooms and 2 suites. In the entrance, you can find a cosy hall with a reception, a safety deposit box service, a currency exchange service, lifts and a cloakroom. The establishment has a bar, a restaurant with highchairs, a conference room, room service and a car park. SITUATION: This inviting hotel is situated in a large park, 10 minutes away, guests can find public transport services, shops, is 20 minutes away from Edinburgh the city centre of Where you can find bars, restaurants and pubs. it is 25 minutes away from the train station. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, internet, a radio, satellite or cable TV, a fridge, a coffee maker, a kettle, fitted carpets, central heating and a safety deposit box (available for a fee). FACILITIES: Customers can enjoy outdoor activities, is situated 10 minutes away from a golf course. OBSERVATIONS: Check-in is at 14:00 check-out is at 11:00. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service and a set-menu lunch and dinner. Food for those with special dietary requirements. and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1626.37" OriginalAmount="1579" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|186070-18143423/4880227407658325107/3357" HotelName="KNIGHT RESIDENCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/529500/529490/22cf375b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1645.94" OriginalAmount="1598.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950003" Longitude="-3.192019" StarRating="4" HotelCode="115013|fraser_suites_edinburgh" HotelName="Fraser Suites Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12-26 St Giles Street, Edinburgh, Scotland EH1 1PT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/ce/75ce929d315436ce75695cef598880edbd535cc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1654.96" OriginalAmount="1606.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951395" Longitude="-3.215875" StarRating="5" HotelCode="11137|14107" HotelName="Bonham Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Drumsheugh Gardens, Edinburgh EH3 7RN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/97/0b97e050300cdab8c8b07a3fb1a41a69a6b3c8b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to the centre of Edinburgh meaning that guests can easily reach the...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1680.96" OriginalAmount="1632" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953052610437" Longitude="-3.2046617567539" StarRating="4" HotelCode="169545|56960" HotelName="Fountain Court - Stewart Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Young Street, Edinburgh EH3 9JG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/c9/72c97134b47adbefb934b445b546349bef18675a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is set in the heart of historic Edinburgh, just 10 minutes' walk from The Royal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1681.99" OriginalAmount="1633.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956678" Longitude="-3.185501" StarRating="5" HotelCode="27030|the_glasshouse_autograph_collection" HotelName="The Glasshouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Greenside Place, Edinburgh EH1 3AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e750776521479d3edb45d7a89e7ea407c375ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of Edinburgh, this hotel is 5 minutes from Princes Street, North Bridg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1699.05" OriginalAmount="1649.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9471016" Longitude="-3.2076001" StarRating="5" HotelCode="|17838" HotelName="Sheraton Grand and Spa, Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FESTIVAL SQUARE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/17838_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1705.68" OriginalAmount="1656.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952376091481" Longitude="-3.2051539421081" StarRating="4" HotelCode="60404|tigerlily" HotelName="Tigerlily" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>125 George Street, Edinburgh EH2 4JN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/36/43365e7627f27eecee7eb27ec61ac27257815aa4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in one of the most prestigious locations in Edinburgh, the hotel is located on elegant George St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1744.82" OriginalAmount="1694.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94987908" Longitude="-3.20775749" StarRating="4" HotelCode="568021|the_rutland_hotel" HotelName="The Rutland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Street, Edinburgh, Scotland EH1 2AE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/21/152168342ca7d59020c3d5209d0ab46301070c15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1762.66" OriginalAmount="1711.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9513847" Longitude="-3.2148982" StarRating="4" HotelCode="|20013" HotelName="The Bonham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DRUMSHEUGH GARDENS 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/3/20013_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 1997 5 floors, 48 rooms, 10 single rooms, 36 double rooms and 2 suites. In the establishment entrance, guests will find a lobby with elevators, shops, a car park, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment has an Ã  la carte restaurant and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This urban hotel is situated near Edinburgh the city centre of in the surrounding area of the establishment, guests can find monuments, tourist points of interest and the tourist attractions. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a radio, a stereo and internet. They also have an open-plan kitchen, fitted carpets, a central heating system and a safety deposit box (available for a fee). OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service, all meals in a buffet form and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1774.69" OriginalAmount="1723.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947154258879" Longitude="-3.2071870565414" StarRating="5" HotelCode="45056|sheraton_grand_hotel__spa_edinburgh" HotelName="Sheraton Grand Hotel &amp; Spa, Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Festival Square, Edinburgh EH3 9SR, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/10/d010200ed39817659b3ff017e425f9b431f2d092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located close to Princes Street at the heart of Edinburgh within a short dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1798.38" OriginalAmount="1746" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949407592212" Longitude="-3.208184162635" StarRating="4" HotelCode="903826|408414" HotelName="The Rutland Hotel &amp; Luxury Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Street, Edinburgh, Scotland EH1 2AE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/21/152168342ca7d59020c3d5209d0ab46301070c15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1802.50" OriginalAmount="1750" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9587-18113625/4880227407658325107/3086" HotelName="BONHAM" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/116000/115961/c69febe7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1814.86" OriginalAmount="1762" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|173420-18139150/4880227407658325107/2883" HotelName="STEWART BY HEETON CONCEPT APARTHOTEL EDINBURGH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4210000/4206800/4206706/01576407_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1838.55" OriginalAmount="1785.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946701" Longitude="-3.197774" StarRating="2" HotelCode="906386|kick_ass_hostel" HotelName="Kick Ass Grassmarket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 West Port, Edinburgh EH1 2JA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/45/c945080b9841c433faf8f06522f7897388c43796.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on Grassmarket Square, the hotel is a 2-minute walk from the Royal Mile and a further 10 mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1842.67" OriginalAmount="1789.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94609320525" Longitude="-3.1901094305063" StarRating="4" HotelCode="142156|hotel_du_vin_edinburgh" HotelName="Hotel Du Vin Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Bristo Place, Edinburgh EH1 1EZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/38/ae38a5f0087347b532f67b170f88d1041c53ac49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled deep in Edinburgh's Old Town, only a short walk away from the historic Royal Mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1883.87" OriginalAmount="1829.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95350794" Longitude="-3.20212189" StarRating="4" HotelCode="474473|destiny_scotland_hill_street_apartments_" HotelName="Destiny Scotland - Hill Street Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Hill Street, New Town, Edinburgh EH2 3JP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/47/c947eba9fceb657375253040fdf480b10acbc104.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1890.05" OriginalAmount="1835.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95404379" Longitude="-3.1973612" StarRating="4" HotelCode="572530|hanover_71_suites" HotelName="Hanover 71 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>71 Hanover Street, New Town, Edinburgh EH2 1EE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/15/cf157cdaf211a8d86b41d229a283600c489dd205.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas. Those arriving in their own veh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1910.30" OriginalAmount="1854.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9539439" Longitude="-3.196371" StarRating="4" HotelCode="12974|6531" HotelName="InterContinental Edinburgh The George" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 28/08/2026" 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>19-21 George Street, Edinburgh EH2 2PB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/b0/e8b073e2be6e1cb0fd9e67b8a3fe1f7d1db0f550.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located on George Street at the heart of the city. A diverse selection ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1925.07" OriginalAmount="1869.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95470191" Longitude="-3.19930307" StarRating="4" HotelCode="477020|destiny_scotland_qresidence" HotelName="Destiny Scotland - Q-Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>21, 23 &amp; 35 Queen Street, EH2 1JX Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/1e/ee1e98d338d7708d79e362e7a56441a4e94f84ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1936.81" OriginalAmount="1880.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950901" Longitude="-3.1884" StarRating="4" HotelCode="|17845" HotelName="The Scotsman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NORTH BRIDGE 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/5/17845_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a bar, a restaurant and a beauty centre. SITUATION: This hotel is in North Bridge around the establishment, clients can find Princes Street and shops. It is 25 minutes away from the airport. ROOM: All the rooms have a DVD player, a television, a direct line telephone with an answering machine, WiFi, board games, an ironing set and a trouser press. Guests are offered deluxe rooms with double beds. It also offers a mini-bar, a coffee maker, a kettle, complimentary bathroom items and room service. FACILITIES: The establishment has a beauty centre, a swimming pool, a sauna and a steam bath. MEALS: Regarding the food and beverage offering, the establishment offers a bar and a restaurant. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OBSERVATIONS: Check-in is at 14:00 and check-in is at 11:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1955.48" OriginalAmount="1898.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9541841" Longitude="-3.1962784" StarRating="5" HotelCode="|20008" HotelName="Intercontinental Edinburgh The George, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GEORGE STREET 19-21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/0/8/20008_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors, 249 rooms and 10 suites. The establishment boasts a bar and a restaurant. SITUATION: This luxurious hotel is in George Street, around the establishment, clients can find el Castillo de Edimburgo, el palacio de Holyrood, los jardines Princes Street Gardens, Dynamic Earth and la avenida Royal Mile. It is 5 minutes away from Andrews Square Square and Waverly Railway Station. 500 metres away, there is a public transport stop. It is just 13 kilometres away from Edinburgh Airport and 89 kilometres away from Airport Glasgow. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a flat-screen television, a mini-bar, a double bed and a safe (available for a fee). OBSERVATIONS: Check-in is at 15:00 and check-out is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1957.00" OriginalAmount="1900" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|126439-18139151/4880227407658325107/3381" HotelName="DU VIN HOTEL &amp;amp; BISTRO EDINBURGH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7730000/7728300/7728219/ef74419f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1967.99" OriginalAmount="1910.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9499898" Longitude="-3.2079193" StarRating="4" HotelCode="|167993" HotelName="The Rutland and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Steet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/9/3/167993_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1988.08" OriginalAmount="1930.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94809" Longitude="-3.192508" StarRating="5" HotelCode="|445438" HotelName="Virgin Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 India Buildings</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/3/8/445438_1a39b391850.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2071.00" OriginalAmount="2010.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953538" Longitude="-3.202001" StarRating="0" HotelCode="|454670" HotelName="Destiny Scotland - Hill Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Hill Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/6/7/0/454670_d17fd2e1129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2107.38" OriginalAmount="2046" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|21276-18114596/4880227407658325107/2528" HotelName="SCOTSMAN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/570900/570820/50026325_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2112.10" OriginalAmount="2050.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949775" Longitude="-3.207238" StarRating="5" HotelCode="11319|16973" HotelName="Waldorf Astoria Edinburgh - The Caledonian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Street, EH1 2AB Edinburgh, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c4/cec4ab2e1dd46a6edc071a5952a73e443aa4713b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel lies in the heart of the city, at the west end of Princes Street. Just a stone’s th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2115.62" OriginalAmount="2054" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1400156-25010033/4880227407658325107/339" HotelName="W EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96940000/96937700/96937687/8c91ce97_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2143.20" OriginalAmount="2080.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949501" Longitude="-3.2070999" StarRating="5" HotelCode="|25239" HotelName="The Caledonian Edinburgh, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINCES STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/9/25239_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, was built in 1903, was renovated in 2005, has 251 rooms, 21 suites and 7 floors. The establishment has a reception, a concierge, a currency exchange service, a car park, WiFi in communal areas, 2 restaurants, 2 bars and a health centre with a swimming pool. With views of Edinburgh Castle. SITUATION: This luxurious hotel is in the city centre, is situated in the western area of Princes Street. Close to the establishment, clients can find bars, restaurants, shops, monuments and public transport services. It is situated 10 minutes away from Waverly Station, 20 minutes away from the airport. It is 10 minutes away from The Murrayfield Stadium and International Conference Centre, ROOM: The luxurious, elegant rooms have a bathroom, a hairdryer, coat, slippers, a direct line telephone, cable television (available for a fee), internet, data connection, a writing desk, a mini-bar, an iron, a coffee maker and a kettle. Some rooms have views of Edinburgh Castle. They also have a launderette. FACILITIES: The establishment boasts a health club, a swimming pool with views of the castle, deck chairs, a steam bath, a spa, a multipurpose sports complex, a beauty centre and a massage service. It is 6 kilometres away from a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2147.55" OriginalAmount="2085" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1401441-27410738/4880227407658325107/3066" HotelName="VIRGIN HOTELS EDINBURGH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74640000/74635500/74635444/238d881c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2358.70" OriginalAmount="2290.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="0" HotelCode="639271|blackfriars_lofts" HotelName="Blackfriars Lofts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Blackfriars Street</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5a/b55a4fa99aa568656666868f5ce7df7e4d28a30f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2394.66" OriginalAmount="2324.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.979651" Longitude="-3.169117" StarRating="5" HotelCode="|451122" HotelName="Fingal - A Luxury Floating Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alexandra Dock, Historic Port of Leith</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/1/2/2/451122_026066e1038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2475.09" OriginalAmount="2403.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948162775" Longitude="-3.217971" StarRating="3" HotelCode="37553|ballantrae_hotel_at_the_west_end" HotelName="Grosvenor Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Diet Meals,Golf,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Grosvenor Crescent, Edinburgh, Midlothian EH12 5EP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/fa/47fa03b74b6084931a7ab13e01c79fc0c5c4a196.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive guesthouse enjoys a peaceful location and is located in one of the most elegant area...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2475.09" OriginalAmount="2403.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949653678097" Longitude="-3.2186563877316" StarRating="4" HotelCode="428946|palmerston_suites" HotelName="Palmerston Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Central Heating,Internet,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Palmerston Place, Haymarket, Edinburgh, EH12 5AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/1c/d61c310dd7ad44eb542bfd145ba89893b523341d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern aparthotel is situated in the central area of Edinburgh, just a 5-minute walk from Hayma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2497.77" OriginalAmount="2425.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="0" HotelCode="980456|4660015" HotelName="Fingal Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alexandra Dock, Leith, Edinburgh EH6 7DX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/6f/696f3efca14f3c2baa2d5cd1aec98d3e802623d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2498.01" OriginalAmount="2425.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9446843" Longitude="-3.2195346" StarRating="0" HotelCode="|167935" HotelName="Haymarket Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Dalry Gait</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/3/5/167935_511ad4d1001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2885.03" OriginalAmount="2801.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9366424" Longitude="-3.1570894" StarRating="5" HotelCode="16176|prestonfield_house" HotelName="Prestonfield House" 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>Priestfield Road, Edinburgh EH16 5UT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/30/313034dbe7ac9cccf80be6a65920c3d2d7c9edb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2913.30" OriginalAmount="2828.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950558" Longitude="-3.185556" StarRating="5" HotelCode="|450033" HotelName="Cheval Old Town Chambers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Royal Mile 329 High Street Edinburgh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/3/3/450033_9681e671026.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3011.64" OriginalAmount="2923.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953173496597" Longitude="-3.1896561384201" StarRating="5" HotelCode="10630|9304" HotelName="The Balmoral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Princes Street, Edinburgh EH2 2EQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/7e/7e7e7b6147815d10faa900ed85735dff0670af0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and comfortable hotel is situated in an exclusive location and offers a beautiful view ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3089.75" OriginalAmount="2999.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950075" Longitude="-3.1911210000001" StarRating="5" HotelCode="296651|1186198" HotelName="Old Town Chambers" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roxburgh's Court, 323 High Street, Edinburgh EH1 1LW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/34/86348c7841a3940e9568df7b5daca6a935347aa0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3135.77" OriginalAmount="3044.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94587544" Longitude="-3.22908678" StarRating="4" HotelCode="765108|260322" HotelName="The Dunstane Houses - Dunstane House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Babysitting,Bar,Concierge,Conference Hall,Dry Cleaning,Garden,Internet,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates, Edinburgh, Schottland EH12 5JQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is an elegant town house which is just a short walk from Edinburgh city centre. The relaxed atm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4835.85" OriginalAmount="4695" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="3" HotelCode="901617|89834" HotelName="Royal Over-Seas League" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Princes Street, Edinburgh EH2 3AB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/c8/81c87893c4fb9a9b52f5f57eb0d448c013fd8b98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Bar,Central Heating,Designated Smoking Area,Fax,Restaurant,Shopping Arcade,Telephone Service,Air Conditioning,Bicycle Rental,Conference Hall,Currency Exchange,Diet Meals,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Room Service,Sauna,Swimming Pool,Wheelchair Access,Garden,Kitchen,Spa,24 Hour Security,Dining,24 Hour Power Supply,Babysitting,Concierge,Dry Cleaning,Meeting Room,Parking,Pets allowed</BasicAmenities>
    <HotelRating>2,5,4,3</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,SELF CATERING</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,AIRPORT HOTEL,SPA HOTEL,APARTMENT HOTEL,ECO HOTEL,HOSTEL,APARTMENT,VILLAGE,HOTEL,APARTHOTEL,COUNTRY HOUSE,GUESTHOUSE</PropertyType>
  </Filter>
</HotelSearchRS>||True