<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
7da49c5e-f706-4c7a-8597-edc405da6dc0|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="7da49c5e-f706-4c7a-8597-edc405da6dc0">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73355" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-22T00:00:00" End="2026-08-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="holidays2@airwingspk.com" Password="Airwings@123+" RequestedCurrency="GBP" ClientNationality="PK" 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
7da49c5e-f706-4c7a-8597-edc405da6dc0|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
7da49c5e-f706-4c7a-8597-edc405da6dc0|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7da49c5e-f706-4c7a-8597-edc405da6dc0|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
7da49c5e-f706-4c7a-8597-edc405da6dc0|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
7da49c5e-f706-4c7a-8597-edc405da6dc0|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
7da49c5e-f706-4c7a-8597-edc405da6dc0|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7da49c5e-f706-4c7a-8597-edc405da6dc0|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7da49c5e-f706-4c7a-8597-edc405da6dc0|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
7da49c5e-f706-4c7a-8597-edc405da6dc0|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-10T09:32:35.9785564+01:00" Version="0" EchoToken="Search" TransactionIdentifier="7da49c5e-f706-4c7a-8597-edc405da6dc0" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="15.15" OriginalAmount="15.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.762680731824" Longitude="100.50173782896" StarRating="2" HotelCode="482015|bewel_" HotelName="Ploy Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" 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="15.82" OriginalAmount="15.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7255347" Longitude="100.5172499" StarRating="2" HotelCode="|103414" HotelName="Centaur Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <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="16.16" OriginalAmount="16.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76264883" Longitude="100.50184789" StarRating="1" HotelCode="425273|euro_asia_hostel_" HotelName="Mint Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>316/1 Samsen Soi 4, Banglamphu, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/b2/5db23a2eff78e49ba095be7957235602b58903bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service and a bar. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.48" OriginalAmount="17.31" MarkupRule="1.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="63" TotalAmount="20.20" OriginalAmount="20.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75508504" Longitude="100.53179411" StarRating="1" HotelCode="425477|siam_journey_guesthouse_" HotelName="Siam Journey Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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.88" OriginalAmount="21.66" MarkupRule="1.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 13/08/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="63" TotalAmount="23.23" OriginalAmount="23.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75856038384" Longitude="100.49801506898" StarRating="3" HotelCode="380538|khaosan_park_resort" HotelName="Khaosan Park Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.23" OriginalAmount="23.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75865679" Longitude="100.49937952" StarRating="2" HotelCode="782948|new_central_guesthouse" HotelName="New Central Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81/1 Tanao Road, Bang Lumpoo, Chanasongkram, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/d6/88d614972f135d14e429b11f9fac082afed8bf7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.82" OriginalAmount="23.58" MarkupRule="1.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 17/08/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="27" TotalAmount="24.24" OriginalAmount="24" MarkupRule="1.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="Free CXL until 17/08/2026">
        <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="24.24" OriginalAmount="24.00" MarkupRule="1.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="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,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="94" TotalAmount="25.26" OriginalAmount="25.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.797453" Longitude="100.624103" StarRating="2" HotelCode="|480733" HotelName="NR Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>454/289, Soi Lat Phrao 87, Lane 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/0/7/3/3/480733_981a8201324.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.38" OriginalAmount="25.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76152" Longitude="100.49428" StarRating="0" HotelCode="|521528" HotelName="Bella Bella House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi Rambuttri,Phra Athit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/5/2/8/521528_e5a0c591137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.71" OriginalAmount="25.46" MarkupRule="1.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 17/08/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="94" TotalAmount="25.94" OriginalAmount="25.68" MarkupRule="1.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 15/08/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="26.43" OriginalAmount="26.17" MarkupRule="1.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 18/08/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="26.53" OriginalAmount="26.27" MarkupRule="1.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 17/08/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="27.66" OriginalAmount="27.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727677" Longitude="100.515696" StarRating="2" HotelCode="|103630" HotelName="Woodlands Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1158/5-7 Thanon Charoen Krung, Soi-32 Bangrak,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/3/0/103630_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms, with cable TV and a restaurant. SITUATION: This hotel is in Bangkok the city centre of 500 metres away, guests can find Chao Phraya the river.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.07" OriginalAmount="27.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.763909" Longitude="100.503349" StarRating="2" HotelCode="|480738" HotelName="Zee Thai Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258/1 Wisut Kasat Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/0/7/3/8/480738_bf0c78e1755.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.23" OriginalAmount="27.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.803406513748" Longitude="100.60171018607" StarRating="3" HotelCode="337800|3547365" HotelName="Fullrich Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/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="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.704659995397" Longitude="100.5956937419" StarRating="2" HotelCode="378328|vx_the_fifty" HotelName="VX The Fifty Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 14/08/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="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80651887" Longitude="100.59548862" StarRating="3" HotelCode="493626|the_bangkok_cha_cha_suite" HotelName="The Bangkok Cha Cha Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/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="28.28" OriginalAmount="28.00" MarkupRule="1.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 15/08/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="28.28" OriginalAmount="28.00" MarkupRule="1.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="28.77" OriginalAmount="28.49" MarkupRule="1.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 17/08/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="28.77" OriginalAmount="28.49" MarkupRule="1.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 16/08/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="28.89" OriginalAmount="28.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7722448" Longitude="100.4846981" StarRating="0" HotelCode="|404040" HotelName="Tuk Tuk" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="29.27" OriginalAmount="28.98" MarkupRule="1.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 15/08/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="27" TotalAmount="29.29" OriginalAmount="29" MarkupRule="1.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="Free CXL until 16/08/2026">
        <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="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.762993" Longitude="100.498769" StarRating="3" HotelCode="114177|diamond_house" HotelName="Diamond House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 13/08/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="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.731265126992" Longitude="100.52161880013" StarRating="3" HotelCode="440917|isanook_hostel_2" HotelName="iSanook Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/08/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="94" TotalAmount="29.45" OriginalAmount="29.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.763912" Longitude="100.500678" StarRating="3" HotelCode="|406843" HotelName="Nakornping" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/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="94" TotalAmount="29.68" OriginalAmount="29.39" MarkupRule="1.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="29.81" OriginalAmount="29.51" MarkupRule="1.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 17/08/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="30.07" OriginalAmount="29.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7624192" Longitude="100.4968776" StarRating="1" HotelCode="|103716" HotelName="Amarin Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>96 Trok Surau Chakrapong,Pra Athit Road,Pranakorn,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/7/1/6/103716_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service. SITUATION: This establishment, is in Bangkok the city centre of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.25" OriginalAmount="29.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740479" Longitude="100.553027" StarRating="2" HotelCode="|486211" HotelName="Orchid House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>77 Sukhumvit soi 4, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/6/2/1/1/486211_b4b32940944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.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="30.30" OriginalAmount="30.00" MarkupRule="1.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="Non Refundable">
        <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="30.58" OriginalAmount="30.28" MarkupRule="1.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 17/08/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="94" TotalAmount="30.69" OriginalAmount="30.39" MarkupRule="1.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 17/08/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="30.86" OriginalAmount="30.55" MarkupRule="1.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 15/08/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.93" OriginalAmount="30.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7274293" Longitude="100.5242112" StarRating="0" HotelCode="|358180" HotelName="Hoft Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <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="95" TotalAmount="31.09" OriginalAmount="30.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.763912" Longitude="100.50068" StarRating="3" HotelCode="3966878" HotelName="Nakornping Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Samsen Soi 6, Pra Nakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/66878/3966878/26.jpg?f=17332842</HotelPictures>
        <HotelDescription>Take in the views from a garden and make use of amenities such as complimentary wireless internet access.. Featured amenities include dry cleaning/laundry services and a 24-hour front desk. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.12" OriginalAmount="30.81" MarkupRule="1.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="31.31" OriginalAmount="31" MarkupRule="1.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 16/08/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="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76321723" Longitude="100.50003731" StarRating="1" HotelCode="520182|full_hostel_" HotelName="The Twins Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>196 Samsen soi 2, Bannphanthom, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/7d/0f7d20e430861d2fae392bf553fdad64901473ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77223319" Longitude="100.48468626" StarRating="2" HotelCode="760914|tuk_tuk_hostel_5" 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="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.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/08/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="31.32" OriginalAmount="31.01" MarkupRule="1.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="31.49" OriginalAmount="31.18" MarkupRule="1.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="31.59" OriginalAmount="31.28" MarkupRule="1.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 16/08/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="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.696345" Longitude="100.513022" StarRating="3" HotelCode="65093|howard_square_boutique_hotel" HotelName="Howard Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.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="Free CXL until 14/08/2026" 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="94" TotalAmount="32.54" OriginalAmount="32.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757386" Longitude="100.639222" StarRating="3" HotelCode="|408152" HotelName="Goody " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/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="32.70" OriginalAmount="32.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7165467" Longitude="100.5205815" StarRating="0" HotelCode="|358598" HotelName="Danee" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="32.76" OriginalAmount="32.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7710058" Longitude="100.505137" StarRating="2" HotelCode="|357791" HotelName="Shanti Lodge Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="32.92" OriginalAmount="32.59" MarkupRule="1.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="94" TotalAmount="33.00" OriginalAmount="32.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71345" Longitude="100.59288" StarRating="0" HotelCode="|242855" HotelName="Sleep Dee" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="33.27" OriginalAmount="32.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754241" Longitude="100.4976189" StarRating="0" HotelCode="|172661" HotelName="Sukhum Khaosan 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="33.29" OriginalAmount="32.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71702" Longitude="100.765" StarRating="0" HotelCode="|440181" HotelName="L42" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/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="27" TotalAmount="33.33" OriginalAmount="33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72745604" Longitude="100.52427996" StarRating="2" HotelCode="583319|223865" HotelName="Hoft Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 17/08/2026">
        <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="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7184065" Longitude="100.52091126" StarRating="3" HotelCode="482143|the_step_sathon" HotelName="The Step Sathon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>87 South Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/3a/6a3a78c4b143a62d5197d84ef1a9211af2641dcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77357808" Longitude="100.58135303" StarRating="3" HotelCode="516170|siam_privi_residence" HotelName="Siam Privi Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="33.33" OriginalAmount="33.00" MarkupRule="1.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="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78841298" Longitude="100.60463926" StarRating="2" HotelCode="602964|homeplace_residence" HotelName="Homeplace Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15-15/1 Latprao Road Soi Latprao 78, Khwaeng Wang Thonglang, Ladprao, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/37/9d37b0d8f911b732ce6ec170e86c7741c834a362.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7572576" Longitude="100.63916351" StarRating="2" HotelCode="765626|goody_hotel" HotelName="Goody Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/08/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="94" TotalAmount="33.38" OriginalAmount="33.05" MarkupRule="1.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 11/08/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="33.48" OriginalAmount="33.15" MarkupRule="1.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 14/08/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="33.70" OriginalAmount="33.37" MarkupRule="1.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/08/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="33.87" OriginalAmount="33.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.8111887" Longitude="100.6035018" StarRating="3" HotelCode="|279140" HotelName="Murraya Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi 4 (Nakniwas 37) Nakniwas Road, Ladprao 71, Ratchadaphisek, Bangkok 10230</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/1/4/0/279140_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.04" OriginalAmount="33.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.680893" Longitude="100.605325" StarRating="1" HotelCode="|537800" HotelName="Atroom Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/08/2026">
        <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.18" OriginalAmount="33.84" MarkupRule="1.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="34.30" OriginalAmount="33.96" MarkupRule="1.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 17/08/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="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.759389054279" Longitude="100.49556459728" StarRating="3" HotelCode="380414|pannee_lodge" HotelName="Pannee Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Chakrapong Road, Banglampoo, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/61/de61293dcd8c77593057bf3aa1e09c4d43b89571.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78211975294" Longitude="100.64375587441" StarRating="2" HotelCode="398736|happyland_mansion" HotelName="Happyland Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>444/8 Nawamin Road Soi Soonbunterngkankahappyland, Klongchan, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/44/d244283fbee86a122039b2083a1d25383a623861.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76288059" Longitude="100.50156861" StarRating="2" HotelCode="547579|oh_bangkok_hostel" HotelName="Oh Bangkok Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78445796" Longitude="100.62022163" StarRating="1" HotelCode="520191|resortel_" HotelName="Resortel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Designated Smoking Area,Elevator,Internet,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25 soi 91 Ladprao Rd, Wangthonglang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/52/ec527500cb9158381b617ef8889ce704ec42bd54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Bangkok, Resortel puts everything the city has to offer just outside your...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75777913" Longitude="100.64282367" StarRating="2" HotelCode="603192|md_rose_apartment" HotelName="Md Rose Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/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="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="777058|bonita_house" HotelName="Bonita House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103 Samsen Road, Phitsanulok 3, Samphraya District, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/49/9d49e1296c0fed4476d4e002581143b6a7cf4750.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.50" OriginalAmount="34.16" MarkupRule="1.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 16/08/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="94" TotalAmount="35.17" OriginalAmount="34.82" MarkupRule="1.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 17/08/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="35.25" OriginalAmount="34.90" MarkupRule="1.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 17/08/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="27" TotalAmount="35.35" OriginalAmount="35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71252419" Longitude="100.59357868" StarRating="2" HotelCode="495634|202968" HotelName="Sleep Dee Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 14/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739719" Longitude="100.608785" StarRating="3" HotelCode="188224|the_platinum_suite_bangkok" HotelName="Platinum Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/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="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.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="35.35" OriginalAmount="35.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>37 Sri Ayutthaya Road, 10300 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/4f/e04fb3e88c400e21ac44a15ace7c551ad6aa2170.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.68019934" Longitude="100.63278812" StarRating="2" HotelCode="520025|baankhunmae_apartment" HotelName="Baan Khun Mae Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 10/08/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>99/1 Soi Udomsuk 43-45, Sukhumvit 103 Road, 10260 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/f5/d6f59cbdd8b8308ddb57848c666ef34feaaea306.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7277853" Longitude="100.52666377" StarRating="2" HotelCode="625066|the_chatbox_silom_hostel" HotelName="The Chatbox Silom Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38/8 Soi Naradhiwas Rajanagarinda 2, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/9e/2f9e32d0b9eacac196c53518bd60227c4cbbad91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.82975" Longitude="100.676112" StarRating="0" HotelCode="758595|sabai_mansion_" HotelName="Sabai Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Laundry,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>8/1 Ramintra 93 Road, Kannayao, Airport Suvarnabhumi, Bang Na, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/48/ef4821f6ec8cdc8a086c6ac596aa2521394fa717.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Suvarnabhumi Airport, Sabai Mansion is a perfect starting point from which to explore Ban...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.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="35.44" OriginalAmount="35.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7517145" Longitude="100.6181863" StarRating="2" HotelCode="|242713" HotelName="Hive28" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>28 Ramkhamhaeng 24 Yak 6 Ramkhamhaeng Rd., Huamark, Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/7/1/3/242713_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.59" OriginalAmount="35.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7311349" Longitude="100.5162942" StarRating="2" HotelCode="|103651" HotelName="The Chilli Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>53/15 Soi Chareonkrung 37 ( Talad Noi ), Chareonkrung Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/5/1/103651_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers WiFi (free of charge) and a reception. SITUATION: This establishment is in Bangrak, is situated 10 minutes walk away from the railway station BTS/Taksin. It has excellent transport links to Silom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.61" OriginalAmount="35.26" MarkupRule="1.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 15/08/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="35.61" OriginalAmount="35.26" MarkupRule="1.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="35.79" OriginalAmount="35.44" MarkupRule="1.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="36.01" OriginalAmount="35.65" MarkupRule="1.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 17/08/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="94" TotalAmount="36.09" OriginalAmount="35.73" MarkupRule="1.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 18/08/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="36.13" OriginalAmount="35.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7919808" Longitude="100.5751871" StarRating="3" HotelCode="|172693" HotelName="Calypzo 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="94" TotalAmount="36.19" OriginalAmount="35.83" MarkupRule="1.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 15/08/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="36.27" OriginalAmount="35.91" MarkupRule="1.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="27" TotalAmount="36.36" OriginalAmount="36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.88540765" Longitude="100.61878003" StarRating="2" HotelCode="768141|324683" HotelName="A.M. Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/08/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="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739213345245" Longitude="100.55487082501" StarRating="3" HotelCode="380408|orchid_place" HotelName="Orchid Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17/4 Sukhumvit, Soi 6, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/8a/a98a186812672e053f84d28f8f44e0bb08110fb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.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="Non Refundable" 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="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71697452" Longitude="100.76500825" StarRating="2" HotelCode="767340|l42_hostel" HotelName="L42 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/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="94" TotalAmount="36.66" OriginalAmount="36.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736834" Longitude="100.63209" StarRating="3" HotelCode="|172659" HotelName="Around The World Bandb" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="36.71" OriginalAmount="36.35" MarkupRule="1.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/08/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="36.84" OriginalAmount="36.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.684365" Longitude="100.622373" StarRating="0" HotelCode="|391345" HotelName="Bossa House and Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/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="94" TotalAmount="36.90" OriginalAmount="36.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.726635" Longitude="100.516863" StarRating="3" HotelCode="|103718" HotelName="   Hotel Win Long" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/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="36.92" OriginalAmount="36.55" MarkupRule="1.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 15/08/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="36.96" OriginalAmount="36.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.714199" Longitude="100.593948" StarRating="1" HotelCode="|474466" HotelName="comfy crib hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="37.14" OriginalAmount="36.77" MarkupRule="1.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="37.14" OriginalAmount="36.77" MarkupRule="1.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 18/08/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="94" TotalAmount="37.18" OriginalAmount="36.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.763272" Longitude="100.503098" StarRating="1" HotelCode="|566882" HotelName="Marni BKK Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="27" TotalAmount="37.37" OriginalAmount="37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71654292" Longitude="100.52053448" StarRating="2" HotelCode="628630|254003" HotelName="Danee Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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="37.37" OriginalAmount="37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.884091765912" Longitude="100.62406599943" StarRating="2" HotelCode="380530|173813" HotelName="Phurahong Homestay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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="37.37" OriginalAmount="37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.787346" Longitude="100.704636" StarRating="3" HotelCode="188260|16484" HotelName="Tara Lake Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/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="27" TotalAmount="37.37" OriginalAmount="37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740151362228" Longitude="100.55303649389" StarRating="2" HotelCode="429474|58605" HotelName="White Orchid Inn II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Free CXL until 16/08/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="27" TotalAmount="37.37" OriginalAmount="37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="118728|57435" HotelName="Win Long Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/08/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="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.731024014391" Longitude="100.51581501961" StarRating="2" HotelCode="168581|the_chilli_bangkok_3" HotelName="Hotel The Chilli Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse,Club Resort,Eco Hotel,Hostel" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Soi Charoen Krung 37, Charoen Krung Road, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/54/6554c0d74da83cf3d145d54ca5fbdb7a4ad93692.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a quiet walking street in the Chinese residential area. It is located in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.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 16/08/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="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7367017" Longitude="100.5186749" StarRating="2" HotelCode="438890|loftel_station" HotelName="Loftel Station Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/08/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="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70725764" Longitude="100.50903363" StarRating="2" HotelCode="585354|local_touch_bangkok" HotelName="Assembly Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>2091/46 Charoen Krung Road 81 Alley, Wat Praya Krai, Bangkho Leam, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/d6/17d662c974f143852c6dc0f9ce87746b14306ac9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.92633671" Longitude="100.60074447" StarRating="0" HotelCode="763344|checkin_hostel_at_donmuang_airport" HotelName="Checkin Hostel At Donmuang Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Soi Soranakom 10, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/e0/32e0d3bbf38ff3fd8179d2393b07ae870503bb8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.39" OriginalAmount="37.02" MarkupRule="1.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/08/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="37.45" OriginalAmount="37.08" MarkupRule="1.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 11/08/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="37.54" OriginalAmount="37.17" MarkupRule="1.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 17/08/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="37.58" OriginalAmount="37.21" MarkupRule="1.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 14/08/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="37.58" OriginalAmount="37.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73076" Longitude="100.5639" StarRating="3" HotelCode="|187767" HotelName="Sukhumvit 20 Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="38.05" OriginalAmount="37.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.751168" Longitude="100.618229" StarRating="3" HotelCode="|405750" HotelName="Hoftors" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>48 Soi Ramkhamhaeng 24 Yaek 6 Huamak Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/7/5/0/405750_57b7aec1135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.13" OriginalAmount="37.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7366601" Longitude="100.5186018" StarRating="1" HotelCode="|382616" HotelName="Loftel Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="38.33" OriginalAmount="37.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77048" Longitude="100.63164" StarRating="3" HotelCode="|186781" HotelName="Grand Mandarin Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Ladprao 130, Ladprao Road, Klongjun</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/7/8/1/186781_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.34" OriginalAmount="37.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757805" Longitude="100.502223" StarRating="2" HotelCode="|391290" HotelName="OYO 483 Pannee Hotel Khaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>117/1 Dinsor Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/2/9/0/391290_38960de1044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.38" OriginalAmount="38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.79157464468" Longitude="100.57506162779" StarRating="3" HotelCode="343431|58248" HotelName="Calypzo Ratchada 20" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/08/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="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.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="Non Refundable" 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="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80610121" Longitude="100.51126084" StarRating="2" HotelCode="602656|ms_mansion_" HotelName="Ms Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>683 Soi Jaransanitwong 95/2, Bang Aw Bangphlat, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/3b/e33b17dca4f9f045a9ce6b78ae535a7bf871b96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.67140619" Longitude="100.63179408" StarRating="2" HotelCode="569231|bangna_21_residence" HotelName="Bangna 21 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>25 Soi Bangna Trad 19 Yak 8, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/0b/930b5eff534675fa5e87adb542abec2adf3e520f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its range of services and facilities, the hotel ensures travellers a pleasant and comfortable s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.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="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.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="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.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 11/08/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="38.42" OriginalAmount="38.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.943" Longitude="100.59211" StarRating="0" HotelCode="|245218" HotelName="Friend's House Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="38.42" OriginalAmount="38.04" MarkupRule="1.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="38.47" OriginalAmount="38.09" MarkupRule="1.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 17/08/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="38.63" OriginalAmount="38.25" MarkupRule="1.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 14/08/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="38.88" OriginalAmount="38.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7855066" Longitude="100.5706877" StarRating="3" HotelCode="|103435" HotelName="Ratchada 17 Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>368 Soi Intamara 47 Dindeang, Ratchada Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/3/5/103435_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a covered swimming pool and a gym. The apartments include WiFi (free of charge). SITUATION: This establishment, is 17 minutes drive away from MRT Suthisarn the train station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.99" OriginalAmount="38.60" MarkupRule="1.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 18/08/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="39.06" OriginalAmount="38.67" MarkupRule="1.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="39.06" OriginalAmount="38.67" MarkupRule="1.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 15/08/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="39.18" OriginalAmount="38.79" MarkupRule="1.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 16/08/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="39.23" OriginalAmount="38.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729648" Longitude="100.51568" StarRating="3" HotelCode="|404495" HotelName="Intown Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1086/8 Chareon Krung Road, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/4/9/5/404495_f2311bc0922.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.26" OriginalAmount="38.87" MarkupRule="1.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 14/08/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="39.34" OriginalAmount="38.95" MarkupRule="1.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 16/08/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="39.36" OriginalAmount="38.97" MarkupRule="1.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="27" TotalAmount="39.39" OriginalAmount="39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.759296111537" Longitude="100.4951258323" StarRating="2" HotelCode="398476|61985" HotelName="Lucky House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Chakkapong Road, Chanasongkram, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/66/9f66533e3669ea1e8fb414b2dc3ab14a67eb1abf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and facilities await guests of the hotel, ensuring a comfortable stay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.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="39.39" OriginalAmount="39.00" MarkupRule="1.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="Free CXL until 14/08/2026">
        <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="39.39" OriginalAmount="39.00" MarkupRule="1.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="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739671022925" Longitude="100.56545121063" StarRating="2" HotelCode="405512|1sabai_hostel" HotelName="1Sabai Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>120/19 Sukhumvit 23, Khlong Toei, Wattana, Bangkok, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/20/7f20e6ae3e8845a1116ad562ea67b75a664d5db6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a bar. Wireless internet access is available to guests in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78743732" Longitude="100.63124762" StarRating="3" HotelCode="435400|the_bedroom_ladprao_101" HotelName="The Bedroom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Ladprao 101 Road, Yak 38, Klongchan, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/f5/e6f5bc086bdbb9be01cca231a6e1c0b712cc5489.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.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="39.39" OriginalAmount="39.00" MarkupRule="1.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="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.64951826" Longitude="100.4456191" StarRating="3" HotelCode="539331|eurna_resort" HotelName="Eurna Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>101/1-2 Soi Thakham 9/1, Thakham road, Samadam, Bangkhuntien, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/cf/82cf2ead7786329ca2f14ed634ad3ace85300b22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort offers a baggage storage service and a restaurant. Wireless internet access is available ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723189895252" Longitude="100.52345323869" StarRating="2" HotelCode="570773|three_of_a_kind" HotelName="The Sibling Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>50/32 Pan Road, Silom Bangrak, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/0b/7a0b4f56da010382d19a1af9345e7c760bc74663.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72624551" Longitude="100.53123659" StarRating="2" HotelCode="610995|dreamcatcher_bangkok" HotelName="Dreamcatcher Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9/5 Soi Silom 3, Silom Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/91/5191b8fb2fb7cb7c4633be42b4000d32968dd3e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="872429|mams_house_khaosan" HotelName="Mam's House Khaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Samsen Road</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/ff/f1ffe745afe8e66545540a8a3e680aae5e368dd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.695515451408" Longitude="100.64156234264" StarRating="3" HotelCode="903537|the_heritage_hotels_srinakarin" HotelName="The Heritage Hotels Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/08/2026" 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="94" TotalAmount="39.47" OriginalAmount="39.08" MarkupRule="1.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 15/08/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="39.52" OriginalAmount="39.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7631398" Longitude="100.6242951" StarRating="2" HotelCode="|36689" HotelName="Chaleena Princess Ramkhamhaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <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="94" TotalAmount="39.59" OriginalAmount="39.20" MarkupRule="1.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="94" TotalAmount="39.78" OriginalAmount="39.39" MarkupRule="1.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 15/08/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="39.80" OriginalAmount="39.41" MarkupRule="1.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 17/08/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="94" TotalAmount="39.88" OriginalAmount="39.49" MarkupRule="1.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 16/08/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="40.14" OriginalAmount="39.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7620408" Longitude="100.4942255" StarRating="2" HotelCode="|103698" HotelName="Erawan House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="40.20" OriginalAmount="39.80" MarkupRule="1.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 11/08/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="40.21" OriginalAmount="39.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.6950028" Longitude="100.6414668" StarRating="3" HotelCode="|68203" HotelName="Solace @ Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <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="40.36" OriginalAmount="39.96" MarkupRule="1.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 15/08/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="27" TotalAmount="40.40" OriginalAmount="40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733148215203" Longitude="100.51451520827" StarRating="2" HotelCode="398387|63437" HotelName="Loftel 22 Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/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="27" TotalAmount="40.40" OriginalAmount="40" MarkupRule="1.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="Non Refundable" 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="27" TotalAmount="40.40" OriginalAmount="40" MarkupRule="1.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 15/08/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="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72115" Longitude="100.765056" StarRating="3" HotelCode="98789|floral_shire_resort" HotelName="Floral Shire Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Soi Lad Kra Bang 42, Lad Kra Bang Road, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/40/b240439e38777ff0907bd76b7c6d729e29f59a5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This standard resort is situated conveniently close to Suvarnabhumi International Airport, which is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.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="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71216119" Longitude="100.59569623" StarRating="2" HotelCode="435276|cazz_hostel" HotelName="Cazz Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7359" Longitude="100.493027" StarRating="3" HotelCode="434635|king_one_serviced_apartment_3" HotelName="King One Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.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="Free CXL until 14/08/2026" 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="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71454088" Longitude="100.59584037" StarRating="2" HotelCode="611012|backpack_station_hostel" HotelName="Backpack Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 16/08/2026" 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="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.82695069" Longitude="100.66499885" StarRating="3" HotelCode="773386|88_living" HotelName="88 Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.79991065" Longitude="100.57028709" StarRating="3" HotelCode="945454|q_space_residence" HotelName="Q Space Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>15/189 Soi Vibhavadi Rangsit 16/27, Chom Phon Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/61/41615d6301387955c8a368ed107343f9717ecfb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.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="Free CXL until 14/08/2026" 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="40.42" OriginalAmount="40.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.801607" Longitude="100.621203" StarRating="0" HotelCode="|480677" HotelName="Chantra Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>662, Soi Ladplao 87, Yaek 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/0/6/7/7/480677_89667871309.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.45" OriginalAmount="40.05" MarkupRule="1.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 18/08/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="40.54" OriginalAmount="40.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.823404" Longitude="100.632902" StarRating="3" HotelCode="|390319" HotelName="Oyo 280 Thai Garden Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>17/99 Moo 9 Klonggum, Beungkum</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/3/1/9/390319_ef7c0ab1159.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.60" OriginalAmount="40.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77122" Longitude="100.63582" StarRating="3" HotelCode="|243077" HotelName="Greenhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>665 Ladprao 107 Lane 29, Klongjan Bang Kapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/0/7/7/243077_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.61" OriginalAmount="40.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.842534" Longitude="100.663302" StarRating="0" HotelCode="|483253" HotelName="SK Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/1 Khubon Soi 6 Road, Ramintra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/2/5/3/483253_5631cba1306.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.67" OriginalAmount="40.27" MarkupRule="1.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 15/08/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="40.67" OriginalAmount="40.27" MarkupRule="1.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 11/08/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="40.71" OriginalAmount="40.31" MarkupRule="1.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="40.75" OriginalAmount="40.35" MarkupRule="1.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="94" TotalAmount="40.93" OriginalAmount="40.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7622448" Longitude="100.4939326" StarRating="2" HotelCode="|103544" HotelName="Happio" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/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="40.95" OriginalAmount="40.54" MarkupRule="1.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="41.09" OriginalAmount="40.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.6992038" Longitude="100.6050408" StarRating="0" HotelCode="|278789" HotelName="24" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/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="41.09" OriginalAmount="40.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.726655" Longitude="100.530937" StarRating="0" HotelCode="|476790" HotelName="Les Fleurs Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/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="41.13" OriginalAmount="40.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.8374945" Longitude="100.5738138" StarRating="1" HotelCode="|357174" HotelName="Kaset Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/2026">
        <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="41.13" OriginalAmount="40.72" MarkupRule="1.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="41.23" OriginalAmount="40.82" MarkupRule="1.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 15/08/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="41.38" OriginalAmount="40.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.923687" Longitude="100.599564" StarRating="2" HotelCode="|480988" HotelName="D Hub Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="27" TotalAmount="41.41" OriginalAmount="41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.786253652217" Longitude="100.5694091551" StarRating="3" HotelCode="343620|58347" HotelName="Bangkok 68" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="27" TotalAmount="41.41" OriginalAmount="41" MarkupRule="1.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 10/08/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.41" OriginalAmount="41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77786283" Longitude="100.62286165" StarRating="2" HotelCode="954205|233146" HotelName="Sriprajuk Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/08/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="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.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="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.794312" Longitude="100.710639" StarRating="3" HotelCode="188259|tara_garden" HotelName="Tara Garden Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 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="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70202082" Longitude="100.48557176" StarRating="2" HotelCode="520083|kayaplace" HotelName="Kayaplace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Laundry,Parking">
        <Address>
          <AddressLines>
            <AddressLine>11/21 Soi Taksin 33, Taksin Road Bukkalo, 10600 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/a1/0ca1b2639fa5c7c1e19ba13425bc035769d9932c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Kaya Place offers comfort and convenience whether you're on business or holiday in Bangko...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.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 16/08/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="94" TotalAmount="41.54" OriginalAmount="41.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.682126" Longitude="100.475192" StarRating="3" HotelCode="|410254" HotelName="14 Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/2026">
        <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="41.64" OriginalAmount="41.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7265673" Longitude="100.7356304" StarRating="3" HotelCode="|404033" HotelName="Suvarnabhumi Oriental Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>422 LADKRABANG SOI 3 (22.39 km)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/0/3/3/404033_c232e2c1138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.72" OriginalAmount="41.31" MarkupRule="1.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 18/08/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="41.90" OriginalAmount="41.49" MarkupRule="1.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 15/08/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="42.11" OriginalAmount="41.69" MarkupRule="1.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 13/08/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="42.25" OriginalAmount="41.83" MarkupRule="1.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="27" TotalAmount="42.42" OriginalAmount="42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7735315" Longitude="100.6317901" StarRating="3" HotelCode="310416|48314" HotelName="Livotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/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="27" TotalAmount="42.42" OriginalAmount="42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75817194" Longitude="100.64266866" StarRating="3" HotelCode="423206|438592" HotelName="Salin Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/08/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="27" TotalAmount="42.42" OriginalAmount="42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.767941587481" Longitude="100.47777943934" StarRating="2" HotelCode="380586|58567" HotelName="Thanaplace Jaran 34" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Soi Jaransanitwong 34, Jaransanitwong Road, Bangkoknoi, Aroonamarin, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/22/d72297ecd943998e6b90c222ceade34f65258d64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.42" OriginalAmount="42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741066877919" Longitude="100.55301380341" StarRating="2" HotelCode="429472|58659" HotelName="White Orchid Inn I" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/08/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="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.764287180771" Longitude="100.62369050059" StarRating="2" HotelCode="75195|chaleena_princess_hotel" HotelName="Chaleena Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>328 Ramkhamhaeng 65, Wangthong Lang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/64/9c64f48a087992f125794f2c853742d2bcaa8df2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated between Ramkhamhang Road and Ladprao. The nearest landmark by which you can i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742943372005" Longitude="100.601859569" StarRating="3" HotelCode="36349|nasa_vegas_hotel" HotelName="Nasa Vegas" Meals="ROOM ONLY" 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="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.81654532" Longitude="100.60998507" StarRating="2" HotelCode="421668|bansabai_hostel" HotelName="Bansabai Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" 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="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75381354" Longitude="100.53913202" StarRating="2" HotelCode="495268|paris_in_bangkok" HotelName="Paris In Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>122/72 Soi Seankarn Ratchaprarop Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/f6/5bf675cfce1d8bcd455ad1b267e1092195ae8b43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Paris In Bangkok places you in the heart of Bangkok, walking distance fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.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 16/08/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="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.726763879471" Longitude="100.73562704249" StarRating="3" HotelCode="531448|sunny_residence_2" HotelName="Sunny Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Golf,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>428 Ladkrabang Soi 3, Suvarnabhumi Airport, Bangkok, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/c9/cfc9f00300b863e5b068dcd6a77d6be6e3349106.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.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 13/08/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="42.42" OriginalAmount="42.00" MarkupRule="1.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 13/08/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="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75332131" Longitude="100.63595002" StarRating="4" HotelCode="572930|livotel_hotel_hua_mak_bangkok" 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="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.718923678654" Longitude="100.76419466681" StarRating="3" HotelCode="586514|gold_airport_suites" HotelName="Gold Airport Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotels,Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1288/9 Ladkrabang Soi 40/2, Ladkrabang Road, Lat Krabang 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/05/590540d4552b488d7d25a48b4d8da42ec2d4eef0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.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 15/08/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="42.42" OriginalAmount="42.00" MarkupRule="1.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="Free CXL until 14/08/2026">
        <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="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.9113896" Longitude="100.5942796" StarRating="0" HotelCode="841555|take_a_rest_donmuang_residence" HotelName="Take A Rest Donmuang Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Designated Smoking Area,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>6 Changargarnutid Road, Don Mueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/a1/0fa13adf2de52dfad0240ef0c963d41dd8e535a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Don Mueang, Take A Rest Donmuang Residence is a perfect starting point from which to expl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.44" OriginalAmount="42.02" MarkupRule="1.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 17/08/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="42.54" OriginalAmount="42.12" MarkupRule="1.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 18/08/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="42.63" OriginalAmount="42.21" MarkupRule="1.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 17/08/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="94" TotalAmount="42.67" OriginalAmount="42.25" MarkupRule="1.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 17/08/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="42.81" OriginalAmount="42.39" MarkupRule="1.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 16/08/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="42.83" OriginalAmount="42.41" MarkupRule="1.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 17/08/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="42.98" OriginalAmount="42.55" MarkupRule="1.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 15/08/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="43.04" OriginalAmount="42.61" MarkupRule="1.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="43.13" OriginalAmount="42.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7894772" Longitude="100.5738293" StarRating="3" HotelCode="|402350" HotelName="The Corner Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1364 Soi Sudprasert 2, Huai Khwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/3/5/0/402350_e9303581025.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.43" OriginalAmount="43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.91790291" Longitude="100.57931221" StarRating="3" HotelCode="787132|367860" HotelName="Sabai Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>553 Chang Akat Uthit Road, Don Muang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/b4/dbb457bd1880da974fccf26c52693ca7dd33fee1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.43" OriginalAmount="43.00" MarkupRule="1.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="Free CXL until 14/08/2026" 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="43.43" OriginalAmount="43.00" MarkupRule="1.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 14/08/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="43.43" OriginalAmount="43.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.79343105" Longitude="100.59371131" StarRating="2" HotelCode="621421|101_seoul_hostel" HotelName="101 Seoul Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>72 Lat Phrao 60 Alley, Wang Thong Long, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/c6/cbc674968f03ce8830bdaff9337ead71f4b3ec8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.43" OriginalAmount="43.00" MarkupRule="1.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 10/08/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="43.43" OriginalAmount="43.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.92801531" Longitude="100.58516862" StarRating="2" HotelCode="746420|naptel_don_muang_airport" HotelName="Naptel Don Muang Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026">
        <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="63" TotalAmount="43.43" OriginalAmount="43.00" MarkupRule="1.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 16/08/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="43.43" OriginalAmount="43.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760198911636" Longitude="100.49840983421" StarRating="2" HotelCode="903161|thai_cozy_house" HotelName="Thai Cozy House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111/1-3 Tanee Road, Taladyod, Panakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/52/db525f59e04cec7e9ff25d50b952c0add1faff2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.71" OriginalAmount="43.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.6822782" Longitude="100.4750343" StarRating="3" HotelCode="|405219" HotelName="14 MANSION" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>NO 1 RAMA II ROAD SOI 16 BANGMOD JOMTHONG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/1/9/405219_d60c1650842.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.74" OriginalAmount="43.31" MarkupRule="1.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 18/08/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="43.98" OriginalAmount="43.54" MarkupRule="1.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 18/08/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="44.12" OriginalAmount="43.68" MarkupRule="1.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 15/08/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="44.24" OriginalAmount="43.80" MarkupRule="1.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 11/08/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="44.26" OriginalAmount="43.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.6890344" Longitude="100.6080303" StarRating="3" HotelCode="|60672" HotelName="Convenient Park Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT 62/3, PHAKANONG , BANGJAK 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/7/2/60672_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 257 rooms, is ideal for holidays or business trips, In the entrance, you can find a lobby with safety deposit boxes, a currency exchange service, a cafÃ©, a restaurant, WiFi, conference facilities, room service and a laundry service. near the establishment, you can find a car park. SITUATION: This urban hotel, Sukhumvit it is in Where guests can enjoy shopping centres, restaurants and the leisure areas. close to the establishment, clients can find the railway station, is situated 15 kilometres away from Suvarnabhumi Airport. ROOM: standard rooms and suites, a bathroom, cold water, hot water, a direct line telephone, a satellite TV, internet, a mini-bar, a safety deposit box and an individual air-conditioning system. It also has large, deluxe rooms. FACILITIES: The establishment has a games room, billiards, 3 multifunctional rooms, audiovisual equipment, banquet halls, conference rooms, a massage service and a snack bar. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, The establishment offers all meals set-menu, Clients have at their disposal a cocktail bar. PAYMENT METHODS: The establishment accepts Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.44" OriginalAmount="44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.716851342738" Longitude="100.55692547915" StarRating="2" HotelCode="380423|58208" HotelName="Penang Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>96/154 Sunthonkosa Road, Penang Market, Klongtoei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/a2/53a25923166d12dd6905f392df5a4ecda583f34f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.44" OriginalAmount="44" MarkupRule="1.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 14/08/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="27" TotalAmount="44.44" OriginalAmount="44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71034229" Longitude="100.62925311" StarRating="3" HotelCode="255925|57517" HotelName="The Loft 77" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1707 Sukhumvit 77 (onnuch), Suanluang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/1d/671d6cb98c11608fed6df45d540cba26ed55a99e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.44" OriginalAmount="44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753490624912" Longitude="100.60832977295" StarRating="3" HotelCode="60401|232484" HotelName="The Seasons Bangkok Huamark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Eco Hotel" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Soi Ramkamhaeng Road 15, Huamark, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/d3/6dd39248c8d1549dc40125964a79893ab51ca069.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the Ramkhanhaeng area of Bangkok. From the hotel, guests have direct access to the P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.44" OriginalAmount="44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76018333" Longitude="100.49854609" StarRating="3" HotelCode="520292|204783" HotelName="The Secret Service" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.44" OriginalAmount="44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73200915" Longitude="100.51382997" StarRating="2" HotelCode="630623|254170" HotelName="Tiny Taladnoi Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742657521899" Longitude="100.50809562206" StarRating="3" HotelCode="185907|check_inn_china_town_by_sarida" HotelName="iCheck inn Regency Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/08/2026" 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="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.789806632484" Longitude="100.55194563967" StarRating="3" HotelCode="338536|nice_palace_hotel" HotelName="Nice Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/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="44.44" OriginalAmount="44.00" MarkupRule="1.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="Free CXL until 13/08/2026" 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="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76663676" Longitude="100.47017093" StarRating="2" HotelCode="475977|riski_residence_bangkoknoi" HotelName="Riski Residence Bangkok-Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 13/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.925723097879" Longitude="100.59847049501" StarRating="3" HotelCode="495210|thip_mansion_don_mueang_airport" HotelName="Don Muang Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.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="44.44" OriginalAmount="44.00" MarkupRule="1.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="Non Refundable" 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="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.82280327" Longitude="100.6332702" StarRating="3" HotelCode="586730|thai_garden_resort_2" HotelName="Thai Garden Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>17/99 Moo 9, Klonggum, Beungkum, Bang Kapi, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/6a/686a5744a9f58bb583c220adb548bf4b54f90e4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73850928" Longitude="100.52143529" StarRating="2" HotelCode="685806|banthat_thong_hostel" HotelName="Banthat Thong Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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="94" TotalAmount="44.51" OriginalAmount="44.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754731" Longitude="100.539527" StarRating="3" HotelCode="|536841" HotelName="Amber Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/08/2026">
        <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="44.56" OriginalAmount="44.12" MarkupRule="1.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 11/08/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="94" TotalAmount="44.63" OriginalAmount="44.19" MarkupRule="1.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 15/08/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="44.74" OriginalAmount="44.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.925638" Longitude="100.5984161" StarRating="3" HotelCode="|279094" HotelName="Don Muang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <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="44.75" OriginalAmount="44.31" MarkupRule="1.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 17/08/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="95" TotalAmount="44.84" OriginalAmount="44.4" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75334" Longitude="100.63592" StarRating="4" HotelCode="3857049" HotelName="Livotel Hotel Hua Mak Bangkok" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>33 Soi Ramkhamhaeng 32 (Hua Mak 20), Bang Kapi District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/57049/3857049/1.jpg?f=17378510</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including an outdoor pool and a fitness center. Additional features at this hotel include complimentary wireless internet access, a communal living room, and a banquet hall.. Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage. Event facilities at this hotel consist of conference space and a meeting room. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.85" OriginalAmount="44.41" MarkupRule="1.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="44.90" OriginalAmount="44.46" MarkupRule="1.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="45.06" OriginalAmount="44.61" MarkupRule="1.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 15/08/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="45.10" OriginalAmount="44.65" MarkupRule="1.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 17/08/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="94" TotalAmount="45.17" OriginalAmount="44.72" MarkupRule="1.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 16/08/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="16" TotalAmount="45.30" OriginalAmount="44.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719928740217" Longitude="100.54898855898" StarRating="3" HotelCode="225554|2261065" HotelName="The Boss's Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/08/2026" HotelFacility="Room Service">
        <Address>
          <AddressLines>
            <AddressLine>35/33 Soi Suwan Sawat, Rama 4 Road, Thungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/e5/9ae51d29390fb6de0e8a5ea84b6072ef6d62b32a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Boss's place is for the client who want to rest of the crowded. This hotel have only king size b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.32" OriginalAmount="44.87" MarkupRule="1.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 15/08/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="45.39" OriginalAmount="44.94" MarkupRule="1.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="27" TotalAmount="45.45" OriginalAmount="45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.768763" Longitude="100.632308" StarRating="3" HotelCode="115816|56496" HotelName="Metropoint Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel" CnxPolicy="Free CXL until 17/08/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="27" TotalAmount="45.45" OriginalAmount="45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.86121942" Longitude="100.55169637" StarRating="2" HotelCode="569577|226700" HotelName="Nice Bird Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11/159 Soi Chinnakhet, Ngamwongwan 43, Ngamwongwan Rd., Tungsonghong, Laksi, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/8f/918fff5876b85eaa39d4b7414951b73d5bea960b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a range of services and facilities, making it ideal for business travell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="45.45" OriginalAmount="45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76879843" Longitude="100.57438333" StarRating="2" HotelCode="945685|232886" HotelName="Popcorn Ratchada House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/08/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="27" TotalAmount="45.45" OriginalAmount="45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73827117" Longitude="100.52059846" StarRating="2" HotelCode="569795|367914" HotelName="T-Boutique Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Designated Smoking Area,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>41/64 Charu Mueang Road, Soi Sunthon Phimon, Rong Mueang, Pathum Wan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/56/a3565ac8b109d673b01075ed51eb33094cb12b25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Bangkok, T-Boutique Hostel puts everything the city has to offer just out...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="45.45" OriginalAmount="45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727755642508" Longitude="100.53645349112" StarRating="2" HotelCode="378819|201331" HotelName="The Cube Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.769138264284" Longitude="100.63226820503" StarRating="3" HotelCode="74970|vabua_asotel_bangkok_2" HotelName="Vabua Asotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/08/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="45.45" OriginalAmount="45.00" MarkupRule="1.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 14/08/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="94" TotalAmount="45.46" OriginalAmount="45.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71213" Longitude="100.59567" StarRating="0" HotelCode="|239902" HotelName="Cazz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/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="45.47" OriginalAmount="45.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7235618" Longitude="100.4630192" StarRating="2" HotelCode="|103564" HotelName="Bed By Tha-pra  and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="45.47" OriginalAmount="45.02" MarkupRule="1.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 16/08/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="45.47" OriginalAmount="45.02" MarkupRule="1.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 16/08/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="45.49" OriginalAmount="45.04" MarkupRule="1.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 17/08/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="45.87" OriginalAmount="45.42" MarkupRule="1.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 17/08/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="94" TotalAmount="45.99" OriginalAmount="45.53" MarkupRule="1.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="94" TotalAmount="46.00" OriginalAmount="45.54" MarkupRule="1.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 12/08/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="46.29" OriginalAmount="45.83" MarkupRule="1.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="46.32" OriginalAmount="45.86" MarkupRule="1.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 17/08/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="46.33" OriginalAmount="45.87" MarkupRule="1.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/08/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="46.33" OriginalAmount="45.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.812262" Longitude="100.570194" StarRating="0" HotelCode="|391238" HotelName="Capital O 411 Grandview Condo 15" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>189/9 , Soi Ladprao 15 Yaek 1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/2/3/8/391238_2ef0c671034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.33" OriginalAmount="45.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7163747" Longitude="100.5885683" StarRating="1" HotelCode="|279041" HotelName="The Little Pig Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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.33" OriginalAmount="45.87" MarkupRule="1.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 17/08/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="27" TotalAmount="46.46" OriginalAmount="46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.81918105" Longitude="100.5803044" StarRating="3" HotelCode="753108|324687" HotelName="Be My Guest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soi Ngoen, Ratchada 36 Alley, Lane 17, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/24156/2524156/1.jpg?f=15501628</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.46" OriginalAmount="46" MarkupRule="1.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="46.46" OriginalAmount="46" MarkupRule="1.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="Non Refundable" 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="46.46" OriginalAmount="46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78125127" Longitude="100.59183196" StarRating="3" HotelCode="614471|246238" HotelName="Sleep Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28/9 Soi Pracha Rat Bamphen 26 Yaek 12, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e9/18e902ae18c7a6665939f695453de0f6f7ecb76a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.46" OriginalAmount="46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.833378648452" Longitude="100.6616184271" StarRating="3" HotelCode="380418|174335" HotelName="Synsiri 5 Nawamin 96" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1013 Nawamin Road, Soi 96, Klongkum, Buengkum, Don Muang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/78/3178dfe1f0a6db9d370e29f1f110eeed926fe1a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.797178063782" Longitude="100.57423686045" StarRating="3" HotelCode="115857|travellers" HotelName="The Travellers Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>255/19 Ratchadapisek Road, Din-Daeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/37/483796ea086faf49bb2fb5f0b7310849ca8ce99e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Khaosan Road, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/af/a4af3515ba7272e113515e12ff8b79c45aebbd73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72344504" Longitude="100.75368571" StarRating="3" HotelCode="351106|lilac_relaxresidence" HotelName="Lilac Relax-Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 14/08/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="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.766367714069" Longitude="100.63210059424" StarRating="3" HotelCode="384124|synsiri_resort_panya_ramindra" HotelName="Synsiri Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93/1 Panya-Ramintra Road, Khwaeng Kannayao, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/1b/911bbed6a1af6034f8a9c234b6e36d5e249179ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76368599" Longitude="100.48298445" StarRating="3" HotelCode="425336|rd_hostel" HotelName="RD Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/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="46.46" OriginalAmount="46.00" MarkupRule="1.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 14/08/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="46.46" OriginalAmount="46.00" MarkupRule="1.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="Non Refundable" 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="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.81856918" Longitude="100.59234648" StarRating="3" HotelCode="585240|48metro_hotel_bangkok" HotelName="48 Metro Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lat Phrao Wang Hin 48, Ratchada 32, Ratchadaphisek, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/a4/5da4a521580f45cb699a596427a74328e89cd9ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.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="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72189274" Longitude="100.50283692" StarRating="2" HotelCode="744822|bangkok_sanookdee_adults_only" HotelName="Bangkok Sanookdee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>319 Thanon Krung, Thon Buri 5, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/3a/7e3ac170419729f23dd34ff673b09f89964d6d75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.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="Free CXL until 16/08/2026">
        <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="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.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="94" TotalAmount="46.50" OriginalAmount="46.04" MarkupRule="1.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="46.71" OriginalAmount="46.25" MarkupRule="1.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 17/08/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="94" TotalAmount="46.85" OriginalAmount="46.39" MarkupRule="1.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 15/08/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="47.18" OriginalAmount="46.71" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="47.18" OriginalAmount="46.71" MarkupRule="1.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 16/08/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="47.18" OriginalAmount="46.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70735" Longitude="100.39255" StarRating="3" HotelCode="|614811" HotelName="At Home Phetkasem" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55/1 Soi Phetkasem 57, Phetkasem Road, Laksong, Bang Kae, South Thonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/4/8/1/1/614811_57a53a20251.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.21" OriginalAmount="46.74" MarkupRule="1.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="47.21" OriginalAmount="46.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.9152239" Longitude="100.5858797" StarRating="3" HotelCode="|382627" HotelName="Mont Place Donmuang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="47.36" OriginalAmount="46.89" MarkupRule="1.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 17/08/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="94" TotalAmount="47.36" OriginalAmount="46.89" MarkupRule="1.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 16/08/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="47.38" OriginalAmount="46.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80179" Longitude="100.58459" StarRating="3" HotelCode="|245806" HotelName="Phawana Sweet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>235 Soi Ladprao 41, Soi 2 Ladprao Samsennok, Huaykwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/8/0/6/245806_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.47" OriginalAmount="47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.715789246059" Longitude="100.47002995445" StarRating="3" HotelCode="378932|173298" HotelName="Beerapan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>158 Wutthkat Road, Soi Wutthakat 14, Taladplu, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/59/aa59af196a275d4729baa7bd1dc6040454810915.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.47" OriginalAmount="47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74981974" Longitude="100.47010089" StarRating="2" HotelCode="613690|254006" HotelName="Double D Rooms &amp; Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/08/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="27" TotalAmount="47.47" OriginalAmount="47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.91509951" Longitude="100.58589113" StarRating="2" HotelCode="582177|223870" HotelName="Hoppers Place Donmuang Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>435 Chang Akat Uthit Road, Donmueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ed/14ed1508de92d65441e1a7c9b68c1b51513d4b58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Don Mueang International Airport, hoppers place Donmu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.47" OriginalAmount="47" MarkupRule="1.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="47.47" OriginalAmount="47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71257591" Longitude="100.593721" StarRating="3" HotelCode="615185|367951" HotelName="@Sleep Walk" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1112/128-129 Sukhumvit Road, Phra Khanong, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/cb/08cbd5bccd96efca87bc0f3d5e0e9d50c6c24f7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.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="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.762096770096" Longitude="100.49531399144" StarRating="3" HotelCode="225555|new_siam_iii_guest_house" HotelName="New Siam III Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723089110832" Longitude="100.54998786881" StarRating="3" HotelCode="322902|annex_lumpini_bangkok_2" HotelName="Annex Lumpini Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112/9 Rama 4 Road, Soi Suwansawat, Thungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/36/ca36e5058f4ce013849ada990de25ca7450cd847.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.774167829931" Longitude="100.56079064047" StarRating="2" HotelCode="398329|the_living_room_serviced_apartment" HotelName="The Living Room Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>5073/8 Prachasongkhro Road Soi Prachasongkhro 25/1, Dindang, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/20/7d2028bd2076ad45df5fe03c3542c81024a16cc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80196499" Longitude="100.58457655" StarRating="2" HotelCode="520108|pawana_mansion" HotelName="Pawana Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>235 Ladprao 41 Yak 2, Samseannok, Huaykwang, 10320 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/a5/76a510c6d3bc16cc007090e0acedc09e213186cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.779940509739" Longitude="100.57112608307" StarRating="3" HotelCode="516470|leelawadee_modern_resort_huaykwang" HotelName="Leelawadee Modern Resort Huaykwang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="47.47" OriginalAmount="47.00" MarkupRule="1.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="47.47" OriginalAmount="47.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>44 Soi Romklao 21, Romklao Road, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/29/0c293482bec053e61b8dc1570e8ce23572b809fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.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 11/08/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="47.47" OriginalAmount="47.00" MarkupRule="1.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 11/08/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="47.47" OriginalAmount="47.00" MarkupRule="1.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="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="876318|pp_hotel_2" HotelName="PP Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Ramkhamhaeng 164</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/ec/81ec789b38da9def64e566b3353d835b58b28f62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75634692" Longitude="100.52955747" StarRating="0" HotelCode="961180|bann_bunga" HotelName="Bann Bung" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>212/16-17 Phetburi Soi 5, Thungpayathai, Rachatevee, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/52/aa52c31792828e96eed55375476000c80e4289e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.56" OriginalAmount="47.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7620924" Longitude="100.7314883" StarRating="3" HotelCode="|131506" HotelName="Suphan Lake Hometel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>106/999 Soi 31-5 Keharomklo, Klongsongtonnoon, Ladkrabang Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/0/6/131506_1_1288.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a transfer service to the airport, a reception, a car park, a business centre, a restaurant and WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.59" OriginalAmount="47.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7255525" Longitude="100.5801328" StarRating="2" HotelCode="|35217" HotelName="Sawasdee Sukhumvit Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT 57, PRAKANONG 123</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/2/1/7/35217_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has a lobby, with express check-out, a reception, a safety deposit box service, a cafÃ©, a bar, a restaurant, internet, room service and a laundry service. SITUATION: This urban hotel, Sukhumvit Soi 57 it is in it is 200 metres away from Thonglor the Railway Station of the bus station and the bus stop. Siam Square it is situated 1,5 kilometres away from it is situated 30 kilometres away from Don Mueang Airport it is situated 40 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have individual air-conditioning, a bathroom with a shower, a hairdryer, hot water, a hairdryer, a double bed, a safe, a mini-bar, a direct line telephone and cable television. PAYMENT METHODS: Customers can pay by 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="94" TotalAmount="47.59" OriginalAmount="47.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7637292" Longitude="100.4984852" StarRating="2" HotelCode="|278953" HotelName="Villa Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="47.65" OriginalAmount="47.18" MarkupRule="1.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 15/08/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="47.65" OriginalAmount="47.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.8843208" Longitude="100.6064624" StarRating="3" HotelCode="|103395" HotelName="48 Ville Donmuang Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94/1 Soi. Phaholyothin 48 , Phaholyothin Rd., Anusaowaree,Bangkhen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/3/9/5/103395_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is situated 3 kilometres away from Don Mueang Airport. ROOM: All the rooms have an air-conditioning system and mineral water.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.78" OriginalAmount="47.31" MarkupRule="1.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 17/08/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="47.81" OriginalAmount="47.34" MarkupRule="1.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 15/08/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.86" OriginalAmount="47.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.781331" Longitude="100.591811" StarRating="3" HotelCode="|390309" HotelName="Sleep Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="48.02" OriginalAmount="47.54" MarkupRule="1.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 14/08/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="48.08" OriginalAmount="47.60" MarkupRule="1.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 17/08/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="48.12" OriginalAmount="47.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7064527" Longitude="100.5961891" StarRating="0" HotelCode="|277980" HotelName="Hide Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="48.14" OriginalAmount="47.66" MarkupRule="1.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 15/08/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="48.23" OriginalAmount="47.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.716335" Longitude="100.589004" StarRating="3" HotelCode="|358768" HotelName="S44room" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/08/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="48.24" OriginalAmount="47.76" MarkupRule="1.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="48.26" OriginalAmount="47.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.763206" Longitude="100.502995" StarRating="3" HotelCode="|406133" HotelName="Royale 8 Ville" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>354 /10 Soi Worapong Wisutkasat Road Khwang Baanpha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/1/3/3/406133_af758891135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.43" OriginalAmount="47.95" MarkupRule="1.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 16/08/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="27" TotalAmount="48.48" OriginalAmount="48" MarkupRule="1.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 17/08/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="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753773423517" Longitude="100.64441039293" StarRating="3" HotelCode="340284|b2_bangkok" HotelName="B2 Bangkok Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/08/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="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.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 14/08/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="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740442998033" Longitude="100.56198439027" StarRating="2" HotelCode="405972|3howw_hostel__sukhumvit_21" HotelName="3Howw Hostel at Sukhumvit 21" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 11/08/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="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723016731171" Longitude="100.52349871709" StarRating="2" HotelCode="398339|panpan_hostel" 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="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76393359" Longitude="100.50081106" StarRating="2" HotelCode="409948|blue_house_by_the_chang" HotelName="Blue Chang House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Samsen Road, Samsen Soi 6, Banpanthom, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/2d/5a2d6d80da7998855c3a2f448827f292d66b1803.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75197723" Longitude="100.53607591" StarRating="2" HotelCode="583160|glur_central_pratunam" HotelName="Glur Central Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>645/17 Phetchaburi Road, Kwaeng Thanon Payathai, Khet Rachatewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/e1/48e15e37607a3893a034bb4cfef241d16b06fce0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.66256442" Longitude="100.60842109" StarRating="2" HotelCode="622852|villa_madame_resort_adults_only" HotelName="Villa Madame Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>90 Soi Sukhumvit 105, Soi Lasalle 11, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/a6/06a6108b4f420d38426f3d4b86d088713d483cf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="967044|yamyen_hostel" HotelName="Yam Yen Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="48.65" OriginalAmount="48.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.69015" Longitude="100.60477" StarRating="3" HotelCode="|246188" HotelName="Baan Mek Mok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>306 Soi Pongvetanusorn 2 Sukhumvit 64 Bangchak, Phra Khanong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/1/8/8/246188_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.72" OriginalAmount="48.24" MarkupRule="1.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 17/08/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="94" TotalAmount="48.76" OriginalAmount="48.28" MarkupRule="1.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 15/08/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="48.83" OriginalAmount="48.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73313" Longitude="100.565045" StarRating="3" HotelCode="|131137" HotelName="Honey House1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>6/3 - 4 Sukhumvit Soi 22 Sukhumvit Road Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/1/3/7/131137_1d3a5cc1033.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Sukhumvit 22 rd it is in. OTHERS: Regarding the food and beverage offering, clients can enjoy a meal service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.89" OriginalAmount="48.41" MarkupRule="1.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="Free CXL until 18/08/2026">
        <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="48.92" OriginalAmount="48.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7613363" Longitude="100.4960308" StarRating="3" HotelCode="|103508" HotelName="Sawasdee House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>147 Soi Rambutree Chakrapong Rd., Phanakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/0/8/103508_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant and a reception. SITUATION: This establishment, Phanakorn it is in is situated in Bangkok the centre of 3 minutes away from the establishment, you can find Khaosan Road the street.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.93" OriginalAmount="48.45" MarkupRule="1.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 15/08/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="48.95" OriginalAmount="48.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7431737" Longitude="100.5081254" StarRating="3" HotelCode="|103625" HotelName="Arawana Express Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <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="48.95" OriginalAmount="48.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7275247" Longitude="100.5729246" StarRating="3" HotelCode="|82484" HotelName="V30 Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/61 Sukhumvit Soi 30, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/4/8/4/82484_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Bangkok the centre of. FACILITIES: The hotel has a reception, a car park and WiFi (free of charge). ROOM: Clients are offered modern and comfortable rooms, with an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.08" OriginalAmount="48.59" MarkupRule="1.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 16/08/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="49.17" OriginalAmount="48.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.8331626" Longitude="100.5716338" StarRating="2" HotelCode="|358313" HotelName="Rabbit Room" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="49.20" OriginalAmount="48.71" MarkupRule="1.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="94" TotalAmount="49.40" OriginalAmount="48.91" MarkupRule="1.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="49.42" OriginalAmount="48.93" MarkupRule="1.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/08/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="49.46" OriginalAmount="48.97" MarkupRule="1.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="27" TotalAmount="49.49" OriginalAmount="49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72368497" Longitude="100.46311779" StarRating="2" HotelCode="378944|173227" HotelName="Bed by Tha-Pra Hotel and Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/08/2026" 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="49.49" OriginalAmount="49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75259478" Longitude="100.54627927" StarRating="2" HotelCode="320415|48391" HotelName="Chang Siam Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1091/63-64 Soi Petchburi 33, New Petchburi Road, Makkasan, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/f5/aff5d27ce17c415c52c8a162a2f2fe1eef30ac13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.49" OriginalAmount="49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719572" Longitude="100.777604" StarRating="3" HotelCode="188220|56972" HotelName="Orchid Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" 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="27" TotalAmount="49.49" OriginalAmount="49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.716631" Longitude="100.775898" StarRating="3" HotelCode="900652|16872" HotelName="Great Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1892/1 Ladkabang, Ladkabang District, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/74/cc741c3f8b7b0886e557cf53814bd426cf371e8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The airport hotel is located just 5 minutes from Suvarnabhumi International Airport (approximately 4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.49" OriginalAmount="49" MarkupRule="1.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 14/08/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="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.756016" Longitude="100.559768" StarRating="3" HotelCode="165845|hi_residence_bangkok" HotelName="Hi Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="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="49.49" OriginalAmount="49.00" MarkupRule="1.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="Free CXL until 12/08/2026" 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="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73009414" Longitude="100.58160188" StarRating="2" HotelCode="489591|doublefive" HotelName="Double Five Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/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="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71436984" Longitude="100.59055213" StarRating="2" HotelCode="610487|nine_place_sukhumvit_46" HotelName="Nine Place Sukhumvit 46" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 15/08/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="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.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="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72973597" Longitude="100.53216289" StarRating="2" HotelCode="625978|ekanek_hostel_bangkok_adults_only" HotelName="Ekanek Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/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="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77704633" Longitude="100.58313722" StarRating="3" HotelCode="866113|nice_hotel_ratchada" 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="94" TotalAmount="49.86" OriginalAmount="49.37" MarkupRule="1.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 17/08/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="49.89" OriginalAmount="49.40" MarkupRule="1.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 17/08/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="49.89" OriginalAmount="49.40" MarkupRule="1.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 11/08/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="50.02" OriginalAmount="49.52" MarkupRule="1.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 16/08/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="50.07" OriginalAmount="49.57" MarkupRule="1.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="50.08" OriginalAmount="49.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736483" Longitude="100.553884" StarRating="3" HotelCode="|416612" HotelName="Nk Guesthouse 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="50.21" OriginalAmount="49.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.67651" Longitude="100.607841" StarRating="2" HotelCode="|567059" HotelName="TAKKA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/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="50.38" OriginalAmount="49.88" MarkupRule="1.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 15/08/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="16" TotalAmount="50.45" OriginalAmount="49.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73896851" Longitude="100.55299043" StarRating="3" HotelCode="267694|1576318" HotelName="Heaven - 4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/08/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="94" TotalAmount="50.46" OriginalAmount="49.96" MarkupRule="1.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 17/08/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="27" TotalAmount="50.50" OriginalAmount="50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73901875" Longitude="100.56024631" StarRating="2" HotelCode="328184|196512" HotelName="Asok Montri Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/08/2026" 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="27" TotalAmount="50.50" OriginalAmount="50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78631314" Longitude="100.56839189" StarRating="3" HotelCode="583185|226696" HotelName="Maverick Ratchada" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Soi Inthamara 45, Din Dang, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/c5/f8c5fc9eb92689965450149c2e8a6b16e46c619d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.50" OriginalAmount="50" MarkupRule="1.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 15/08/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="50.50" OriginalAmount="50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72759445" Longitude="100.57286482" StarRating="3" HotelCode="523286|173836" HotelName="S30 Sukhumvit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1/61 Soi Sukhumvit 30, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/ab/a7ab8a4d5db2ef64aa69f1d470451151d969ced5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721078" Longitude="100.506494" StarRating="3" HotelCode="176258|sarasinee_all_suites_2" HotelName="Sarasinee All Suites Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 13/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.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="50.50" OriginalAmount="50.00" MarkupRule="1.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="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7203" Longitude="100.730139" StarRating="3" HotelCode="136258|regent_suvarnabhumi_hotel" HotelName="Regent Suvarnabhumi Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30/1-32/1 Soi Ladkrabang 22, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/87/3e875a77a3bff34772cb76aea7672b1afda7ccfb.JPEG</HotelPictures>
        <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="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.69345871" Longitude="100.6463485" StarRating="3" HotelCode="362389|kc_place_srinakarin" HotelName="KC Place Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Soi Supapong 3 Yeak 1 Srinakarin Road Nongbon Prawet, 10250 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/20/7220f032dae06dc7b2eb5f8e541b9c818e9efbea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.79087319" Longitude="100.54345481" StarRating="3" HotelCode="348062|bangkok_condotel" HotelName="Bangkok Condotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 14/08/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="50.50" OriginalAmount="50.00" MarkupRule="1.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/08/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="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72149415" Longitude="100.73087844" StarRating="3" HotelCode="380585|crystal_suites_2" HotelName="Crystal Suites Suvarnabhumi Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" 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="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.83110346" Longitude="100.57197057" StarRating="3" HotelCode="495250|the_bangkok_major_suite" HotelName="The Bangkok Major Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1658 / 18-21 C 30/1 Phaholyothin, Chan Kasem Road Chatuchak, 10900 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f2/f3f23fa77237ec90e844c821ae8b57c58a20604b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.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="Non Refundable" 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="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.68917019" Longitude="100.60895686" StarRating="3" HotelCode="586224|heyha_hotel" HotelName="Heyha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 13/08/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="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.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 15/08/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="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.91424141" Longitude="100.55623579" StarRating="2" HotelCode="750522|mtroom" HotelName="Mt Room Apartment Muang Thong Thani" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>16/09 T1 Building, Condo Muangthong Thanee, Tambon Baanmai, Amphoe Pakkred Nonthaburi, Bangkok 11120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/c7/15c7622d2fdf07bb6e427aae03dc7e8060bc8390.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.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="94" TotalAmount="50.53" OriginalAmount="50.03" MarkupRule="1.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 18/08/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="50.60" OriginalAmount="50.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.68914" Longitude="100.60899" StarRating="3" HotelCode="|245845" HotelName="Heyha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/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="50.64" OriginalAmount="50.14" MarkupRule="1.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 18/08/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="50.69" OriginalAmount="50.19" MarkupRule="1.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 17/08/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="50.70" OriginalAmount="50.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.764151" Longitude="100.4997135" StarRating="2" HotelCode="|82567" HotelName="Suksawad" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/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="50.72" OriginalAmount="50.22" MarkupRule="1.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 18/08/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="50.76" OriginalAmount="50.26" MarkupRule="1.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="50.91" OriginalAmount="50.41" MarkupRule="1.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 17/08/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="94" TotalAmount="50.93" OriginalAmount="50.43" MarkupRule="1.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 17/08/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="50.96" OriginalAmount="50.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75747" Longitude="100.64289" StarRating="3" HotelCode="|186244" HotelName="Ac Sport Village" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61/1 Soi Ramkhamhaeng 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/2/4/4/186244_357f9ec1149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.99" OriginalAmount="50.49" MarkupRule="1.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="51.28" OriginalAmount="50.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7936033" Longitude="100.5479753" StarRating="2" HotelCode="|103599" HotelName="Mansion Sarasinee @ Chatuchak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/08/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="51.33" OriginalAmount="50.82" MarkupRule="1.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="51.39" OriginalAmount="50.88" MarkupRule="1.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 16/08/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="51.42" OriginalAmount="50.91" MarkupRule="1.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 17/08/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="51.45" OriginalAmount="50.94" MarkupRule="1.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 18/08/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="27" TotalAmount="51.51" OriginalAmount="51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733123224886" Longitude="100.56504775992" StarRating="3" HotelCode="433877|232258" HotelName="Honey House 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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="27" TotalAmount="51.51" OriginalAmount="51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74669267" Longitude="100.52119029" StarRating="3" HotelCode="945592|244829" HotelName="TongPoon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" 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="51.51" OriginalAmount="51.00" MarkupRule="1.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 13/08/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="51.51" OriginalAmount="51.00" MarkupRule="1.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 14/08/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.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.763219775183" Longitude="100.49939457182" StarRating="2" HotelCode="404702|back_home_backpackers_" HotelName="Back Home Backpackers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75058427" Longitude="100.54657537" StarRating="3" HotelCode="434909|metro_pratunam_boutique_hotel" HotelName="Metro Pratunam Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1091/189-191 Soi Petchburi 35, New Petchburi Road, Makkasan, Rajathevi District, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/78/e1785140c00e0dddcc425174a3cd3466b192a64b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Bangkok. For guests who appreciate a stylish ambience,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75186768" Longitude="100.5455885" StarRating="3" HotelCode="546292|the_bangkok_airport_link_suite" HotelName="The Bangkok Airport Link Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.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="51.51" OriginalAmount="51.00" MarkupRule="1.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 14/08/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="51.51" OriginalAmount="51.00" MarkupRule="1.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/08/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="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.92644535" Longitude="100.59589642" StarRating="3" HotelCode="611959|b_your_home_hotel_donmueang_airport_bangkok" HotelName="B your home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/08/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="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.92427699" Longitude="100.59943289" StarRating="0" HotelCode="853715|moca_hotel" HotelName="Moca Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739301333333" Longitude="100.55581333333" StarRating="2" HotelCode="915501|royal_express_inn_bangkok" HotelName="Royal Express Inn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/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="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.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 14/08/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="94" TotalAmount="51.57" OriginalAmount="51.06" MarkupRule="1.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 17/08/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="51.57" OriginalAmount="51.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7595042" Longitude="100.4965848" StarRating="3" HotelCode="|82566" HotelName="Dang Derm Khaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="51.57" OriginalAmount="51.06" MarkupRule="1.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="Non Refundable">
        <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="51.57" OriginalAmount="51.06" MarkupRule="1.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 16/08/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="51.63" OriginalAmount="51.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750539" Longitude="100.546492" StarRating="3" HotelCode="|402278" HotelName="Metro Pratunam Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1091/189-191 Soi Petchburi 35, New Petchburi Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/2/7/8/402278_6f7500e0211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.76" OriginalAmount="51.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.701864" Longitude="100.637442" StarRating="0" HotelCode="|391211" HotelName="SLT Apartment Bangkok  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="51.82" OriginalAmount="51.31" MarkupRule="1.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="51.87" OriginalAmount="51.36" MarkupRule="1.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 16/08/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="51.90" OriginalAmount="51.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.829475" Longitude="100.5712348" StarRating="3" HotelCode="|164155" HotelName="Sena House Paholyothin30" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/2026">
        <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="51.93" OriginalAmount="51.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.697867" Longitude="100.606099" StarRating="0" HotelCode="|391208" HotelName="OYO 426 All Day" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>71 Sukhumvit 97/1, Sukhumvit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/2/0/8/391208_23f35911023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.98" OriginalAmount="51.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7602314" Longitude="100.4969187" StarRating="3" HotelCode="|82637" HotelName="Sleep With Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <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="52.04" OriginalAmount="51.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.82601" Longitude="100.5591" StarRating="0" HotelCode="|186546" HotelName="Coral Grand Place Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4/8-9, Vipavadee 32, Jatujak, Chatuchak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/5/4/6/186546_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.09" OriginalAmount="51.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7425589" Longitude="100.5621793" StarRating="2" HotelCode="|243686" HotelName="Narawad Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44/1-3 Soi Sukhumvit 21 Road North Klongtoey, Wattana District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/6/8/6/243686_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.12" OriginalAmount="51.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71742" Longitude="100.53957" StarRating="0" HotelCode="|235520" HotelName="Mybed Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>638/10 Soi Suan Phlu 7 Khwaeng Thung Maha Mek</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/2/0/235520_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.13" OriginalAmount="51.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.69751" Longitude="100.43561" StarRating="3" HotelCode="|233910" HotelName="Kozy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>42/24 Kamnanmaen Kallaprapruk Rd. Jomthong, Bangkuntien</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/9/1/0/233910_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.19" OriginalAmount="51.67" MarkupRule="1.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="94" TotalAmount="52.26" OriginalAmount="51.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.81631" Longitude="100.63947" StarRating="3" HotelCode="|186360" HotelName="Asia Resort Kaset Nawamin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>24/46 Soi Jamjan, Kaset-Nawamin Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/6/0/186360_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.45" OriginalAmount="51.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7590161" Longitude="100.4972499" StarRating="3" HotelCode="|103688" HotelName="Khaosan Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>139 Khaosan Road, Phra Nakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/8/8/103688_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is near tourist points of interest. ROOM: Customers can find rooms with a flat-screen cable TV.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.45" OriginalAmount="51.93" MarkupRule="1.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 15/08/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="27" TotalAmount="52.52" OriginalAmount="52" MarkupRule="1.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="Non Refundable" 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="52.52" OriginalAmount="52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71977165" Longitude="100.49582397" StarRating="3" HotelCode="584699|226074" HotelName="Klean Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/08/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="52.52" OriginalAmount="52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76974477" Longitude="100.58278705" StarRating="2" HotelCode="765802|324703" HotelName="Mok Mek 72" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026">
        <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="52.52" OriginalAmount="52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721678" Longitude="100.763339" StarRating="4" HotelCode="933173|48835" HotelName="Ploy Khumthong Boutique Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/08/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="27" TotalAmount="52.52" OriginalAmount="52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.764207022586" Longitude="100.49962017187" StarRating="2" HotelCode="376777|173859" HotelName="Suksawad Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/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="94" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.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="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.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="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.751469" Longitude="100.537715" StarRating="3" HotelCode="176263|prince_house" HotelName="Prince House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48/5-6 Soi Petchburi 17 Petchburi Road, Pratunam, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/0b/a90bc8f954b6324ed632922795cb7184efeed8a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near a market, thus providing easy access to numerous dining and shopping point...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723262" Longitude="100.753756" StarRating="3" HotelCode="189255|the_phoenix_hotel_bangkok" HotelName="The Phoenix Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 14/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20/6 Sukhumvit, Soi 4, Klongtoey, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/37/483796ea086faf49bb2fb5f0b7310849ca8ce99e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.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="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.81137608" Longitude="100.72195978" StarRating="3" HotelCode="352172|chana_mansion__hotel" HotelName="The Canal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" 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="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.755617" Longitude="100.538342" StarRating="3" HotelCode="401568|the_best_bangkok_house" HotelName="Best Bangkok House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/08/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="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.715703555849" Longitude="100.53159703306" StarRating="2" HotelCode="425195|nida_rooms_narathivas_2888_residence_at_living_nara_place" HotelName="Living Naraa Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>28/88 Narathiwas Rajanakarin Road Soi Narathiwas Rajanakarin 8/1, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/99/a799076aea5cc5c62e3ec7b69dbf10effffd8c3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Individual storeys are accessible via the lift or stairs. A baggage storage service, a restaurant, r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.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="Free CXL until 16/08/2026" 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="52.52" OriginalAmount="52.00" MarkupRule="1.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="Free CXL until 10/08/2026" 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="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74269137" Longitude="100.56214464" StarRating="2" HotelCode="581951|homie_hostel_cafe" HotelName="Homie Hostel &amp; Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>44/1-3 Sukhumvit 21 Road, Klongtoey-Nuo, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/3b/8b3b29d8327fe7e06fb43afe717cbb7bb25f4f7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75065555" Longitude="100.52902441" StarRating="2" HotelCode="584598|checkin_my_hostel" HotelName="Check In My Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>927/4 Petchaburi Road, Soi Phaya Nak, Ratchathewi, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/d2/34d220459de88e178d5685bfec73ef95bc7d053d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.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 13/08/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="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7760517" Longitude="100.4771679" StarRating="3" HotelCode="861343|baan_pinklao" HotelName="Baan Pinklao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3/17 Boromratchonnanee 11 Road, Thonburi, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/0d/2c0d48dcda954389b96b9772bc8c30b0098361b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.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 10/08/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="52.52" OriginalAmount="52.00" MarkupRule="1.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 13/08/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="52.61" OriginalAmount="52.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76676" Longitude="100.64652" StarRating="0" HotelCode="|243211" HotelName="The Pantip Ladprao Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="52.70" OriginalAmount="52.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.843809" Longitude="100.645988" StarRating="3" HotelCode="|172903" HotelName="The Meet Green Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112/26 Ramintra 40 yeak 19 (Nuanchan) Buengkum Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/0/3/172903_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.72" OriginalAmount="52.20" MarkupRule="1.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 14/08/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="52.84" OriginalAmount="52.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7541538" Longitude="100.5391529" StarRating="3" HotelCode="|82499" HotelName="Blutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <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="52.87" OriginalAmount="52.35" MarkupRule="1.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="52.89" OriginalAmount="52.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724424" Longitude="100.56333" StarRating="0" HotelCode="|554680" HotelName="Arawana Express Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1248 Setthi Thawi Sap 1 Alley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/6/8/0/554680_a939efc1425.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.93" OriginalAmount="52.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7616492" Longitude="100.4963787" StarRating="2" HotelCode="|66659" HotelName="Rambuttri Village Inn and Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/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="52.97" OriginalAmount="52.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75269" Longitude="100.6428" StarRating="3" HotelCode="|439676" HotelName="The Home" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/08/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="53.06" OriginalAmount="52.53" MarkupRule="1.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="53.11" OriginalAmount="52.58" MarkupRule="1.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 18/08/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="53.12" OriginalAmount="52.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.8113344" Longitude="100.7219401" StarRating="3" HotelCode="|82528" HotelName="The Canal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="53.15" OriginalAmount="52.62" MarkupRule="1.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 17/08/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="53.16" OriginalAmount="52.63" MarkupRule="1.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 15/08/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="53.23" OriginalAmount="52.70" MarkupRule="1.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="94" TotalAmount="53.24" OriginalAmount="52.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.717635" Longitude="100.525605" StarRating="3" HotelCode="|104821" HotelName="The Heritage Hotels Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi Sathorn 13, Yannawa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/2/1/104821_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has internet (for a fee) and WiFi (free of charge), in the hall. SITUATION: This establishment, is in the embassy area, is situated close to hospitals. ROOM: The establishment has modern suites.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.25" OriginalAmount="52.72" MarkupRule="1.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 15/08/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="53.30" OriginalAmount="52.77" MarkupRule="1.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 14/08/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="53.37" OriginalAmount="52.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.767099" Longitude="100.720176" StarRating="0" HotelCode="|536626" HotelName="Baan Chao Khun" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="53.40" OriginalAmount="52.87" MarkupRule="1.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="Non Refundable">
        <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="53.40" OriginalAmount="52.87" MarkupRule="1.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 17/08/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="53.40" OriginalAmount="52.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7519571" Longitude="100.5380581" StarRating="3" HotelCode="|403616" HotelName="La Porte Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="53.43" OriginalAmount="52.90" MarkupRule="1.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 13/08/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="53.50" OriginalAmount="52.97" MarkupRule="1.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="27" TotalAmount="53.53" OriginalAmount="53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7557375" Longitude="100.53669604" StarRating="2" HotelCode="693369|367548" HotelName="Bird Room Hotel Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/08/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="27" TotalAmount="53.53" OriginalAmount="53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75518991" Longitude="100.53815907" StarRating="2" HotelCode="305985|58296" HotelName="J Two S Pratunam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="27" TotalAmount="53.53" OriginalAmount="53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71035676" Longitude="100.6099671" StarRating="3" HotelCode="603287|232344" HotelName="Lee Garden Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>444 Soi Onnut 10, Sukhumvit 77, Suanluang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/a7/3ea7d1925f9b99e8a1989252375e1ff5f5577e86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.53" OriginalAmount="53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71581106" Longitude="100.5921845" StarRating="2" HotelCode="783129|367701" HotelName="Local Time Bangkok Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28/2 Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/1d/671d97e4770c019bc9bdeb26ee901829f2c00426.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.53" OriginalAmount="53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753293" Longitude="100.543938" StarRating="3" HotelCode="255717|61766" HotelName="Shadi Home &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/08/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="94" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7107075" Longitude="100.598289" StarRating="4" HotelCode="|103450" HotelName="Klassique Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1933 Sukhumvit Road, Phra Khanong, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/5/0/103450_889e8400940.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is a 10-minute walk away from skytrain BTS Phra Khanong the Station of The establishment offers a transfer service to the train station. ROOM: Customers can find stylish rooms with an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721715826333" Longitude="100.50687175317" StarRating="3" HotelCode="319353|king_royal_ii" HotelName="King Royal II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026">
        <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="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.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 12/08/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="53.53" OriginalAmount="53.00" MarkupRule="1.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="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75673482" Longitude="100.54431892" StarRating="2" HotelCode="403016|kim_hostel_morleng" HotelName="Kim Hostel at Morleng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58/5 Soi Ratchaphong, Ratchaprarop Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/9e/1f9e1de899419749c46188e14f16551ee8e9be75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is available to travellers. Wireless internet access is available to guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.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 16/08/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="53.53" OriginalAmount="53.00" MarkupRule="1.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="Free CXL until 11/08/2026" 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="53.53" OriginalAmount="53.00" MarkupRule="1.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="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.697711" Longitude="100.605996" StarRating="2" HotelCode="780436|all_day_hostel" HotelName="All Day Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>71 Sukhumvit 97, Sukhumvit Road, Bang Chak, Phra Khanong, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/88/01883b48f115b3e075993cc6b324715069089530.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721692" Longitude="100.58305833333" StarRating="4" HotelCode="915486|lodge_61_bed__breakfast" HotelName="Lodge 61 Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="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="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.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="53.53" OriginalAmount="53.00" MarkupRule="1.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="Free CXL until 11/08/2026">
        <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="53.55" OriginalAmount="53.02" MarkupRule="1.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="53.58" OriginalAmount="53.05" MarkupRule="1.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/08/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="94" TotalAmount="53.66" OriginalAmount="53.13" MarkupRule="1.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 15/08/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="53.75" OriginalAmount="53.22" MarkupRule="1.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 14/08/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="53.76" OriginalAmount="53.23" MarkupRule="1.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 15/08/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="94" TotalAmount="53.80" OriginalAmount="53.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76828" Longitude="100.62304" StarRating="0" HotelCode="|244165" HotelName="Atelier Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>256 Soi Ladprao 122, Mahadthai 1 Phlabphla, Ramkhamhaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/1/6/5/244165_a6dfd151114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.94" OriginalAmount="53.41" MarkupRule="1.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="53.96" OriginalAmount="53.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78458" Longitude="100.56385" StarRating="3" HotelCode="|243739" HotelName="Ck2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="53.98" OriginalAmount="53.45" MarkupRule="1.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="54.01" OriginalAmount="53.48" MarkupRule="1.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 16/08/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="54.16" OriginalAmount="53.62" MarkupRule="1.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="54.20" OriginalAmount="53.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719" Longitude="100.52698" StarRating="0" HotelCode="|224315" HotelName="A Room Bangkok Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>99/19 Sathron 9 Yan Nawa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/3/1/5/224315_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.20" OriginalAmount="53.66" MarkupRule="1.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/08/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="54.32" OriginalAmount="53.78" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="54.34" OriginalAmount="53.80" MarkupRule="1.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="16" TotalAmount="54.41" OriginalAmount="53.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.782017" Longitude="100.563853" StarRating="2" HotelCode="188241|1166678" HotelName="Sarasinee Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Intamara Soi 22, Sutthisan Road, Dindang, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/71/7b71e8ad497bbfa4da0a5e5e808285a761e118fc.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="54.53" OriginalAmount="53.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7295988" Longitude="100.5608926" StarRating="0" HotelCode="|403549" HotelName="Home16 16" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>178 Sukhumvit 16, Klong Tei, Bangkok, 178</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/5/4/9/403549_ce8314e0950.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.54" OriginalAmount="54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.745067526826" Longitude="100.55690646172" StarRating="3" HotelCode="67542|9418" HotelName="Le Fenix Sukhumvit 11 Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33/33 Sukhumvit Soi 11, Klong Toey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/33/2533d9209430791cf48fa8cff3abe7f0fe3ae8da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a prime area in the centre of Bangkok. It is perfectly situated, just 3 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.54" OriginalAmount="54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760236053134" Longitude="100.49693957241" StarRating="3" HotelCode="902595|56409" HotelName="Sleep Withinn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" 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="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724807" Longitude="100.524524" StarRating="3" HotelCode="188186|diamond_residence_2" HotelName="Diamond Residence Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.681512701489" Longitude="100.47312506733" StarRating="3" HotelCode="339348|14_living" HotelName="14 Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Golf,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Parking,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/1 Rama II Road Soi 18, Bangmod, Jomthong, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/b9/ccb9fa0b944277b37b8a2541284339492ba0bd41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;14 Living is a popular choice amongst travelers in Bangkok, whether exploring or just passing throug...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.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="Free CXL until 16/08/2026">
        <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="54.54" OriginalAmount="54.00" MarkupRule="1.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 11/08/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="54.54" OriginalAmount="54.00" MarkupRule="1.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="54.54" OriginalAmount="54.00" MarkupRule="1.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 14/08/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="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.751739002359" Longitude="100.53775104278" StarRating="3" HotelCode="405932|la_porte_bangkok_hotel" HotelName="La Porte Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/08/2026" 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="54.54" OriginalAmount="54.00" MarkupRule="1.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="54.54" OriginalAmount="54.00" MarkupRule="1.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 15/08/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="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70557228" Longitude="100.37905865" StarRating="3" HotelCode="786110|penyos_residence" HotelName="Penyos Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>290 Soi Petchkasem 67 Moo 10, Lane 12, Lak-Song, Bang Khae, Bangkok 10160</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e1/79e1847624973bdf70115725a89c18ec63d20b47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.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="Free CXL until 11/08/2026">
        <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="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.6506718" Longitude="100.61352968" StarRating="0" HotelCode="819083|b32_apartment" HotelName="B32 Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Baring 32 Alley</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/13/ac1373aca333054e89158f8c4324db7c88d0c924.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.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="54.54" OriginalAmount="54.00" MarkupRule="1.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 15/08/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="54.54" OriginalAmount="54.00" MarkupRule="1.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="Free CXL until 14/08/2026">
        <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="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71887347" Longitude="100.52821088" StarRating="0" HotelCode="954935|a_room_bangkok_sathorn" HotelName="A Sleep Bangkok Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>99/19 Sathorn Soi 9, Yan Nawa, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/12/641291cb7eaa014a1d7c7ee8259350118ff68d39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.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="94" TotalAmount="54.65" OriginalAmount="54.11" MarkupRule="1.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/08/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="54.71" OriginalAmount="54.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.708065" Longitude="100.516705" StarRating="2" HotelCode="|82534" HotelName="The Montana Lodge-Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>438 Chan Road, Soi Chan 47, Sathorn,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/5/3/4/82534_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Bangkok it is in 3 kilometres away, you can find Surasak BTS Skytrain the Station of Close to restaurants. FACILITIES: Guests are offered room service and a car park (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.75" OriginalAmount="54.21" MarkupRule="1.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="54.89" OriginalAmount="54.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743839" Longitude="100.635933" StarRating="2" HotelCode="|532932" HotelName="Siam Rama 9" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="95" TotalAmount="54.96" OriginalAmount="54.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76159" Longitude="100.49631" StarRating="3" HotelCode="488158" HotelName="Rambuttri Village Inn &amp; Plaza" Meals="JUNIOR ROOM" BedType="JUNIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>95 ,Soi Rambuttri, Chakkra Phong, Road,Phra Nakhon, 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/88158/488158/27.jpg?f=17741786</HotelPictures>
        <HotelDescription>Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless internet access. This hotel also features concierge services and a vending machine.. Featured amenities include a 24-hour front desk, luggage storage, and laundry facilities..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.01" OriginalAmount="54.47" MarkupRule="1.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="55.06" OriginalAmount="54.51" MarkupRule="1.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/08/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="55.08" OriginalAmount="54.53" MarkupRule="1.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/08/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="94" TotalAmount="55.13" OriginalAmount="54.58" MarkupRule="1.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="Non Refundable">
        <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="55.19" OriginalAmount="54.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7750459" Longitude="100.572753" StarRating="3" HotelCode="|172692" HotelName="Calypzo Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="55.19" OriginalAmount="54.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.755248" Longitude="100.538445" StarRating="2" HotelCode="|131310" HotelName="J Two S Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="95" TotalAmount="55.32" OriginalAmount="54.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78885" Longitude="100.57594" StarRating="3" HotelCode="2269343" HotelName="Ratchada Point Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Sudprasert 2, Sutthisarn-Vinichai Road, Huaikwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/69343/2269343/1.jpg?f=17137985</HotelPictures>
        <HotelDescription>This hotel has 7 floors in 1 building and offers designated smoking areas.. Featured amenities include a 24-hour front desk and luggage storage. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.37" OriginalAmount="54.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7340608" Longitude="100.5617242" StarRating="4" HotelCode="|396974" HotelName="Vinary Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/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="94" TotalAmount="55.39" OriginalAmount="54.84" MarkupRule="1.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 17/08/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="55.40" OriginalAmount="54.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7167393" Longitude="100.7311191" StarRating="3" HotelCode="|131435" HotelName="Paragon Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 Moo. 15 Soi Latkrabang 22 Latkrabang Rd Rachathewa Bangplee,Samuthprakarn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/4/3/5/131435_1_4442.jpg</HotelPictures>
        <HotelDescription>ROOM: All the rooms have wooden floors, flatscreen cable television, a bathroom with a bath and a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.49" OriginalAmount="54.94" MarkupRule="1.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="55.53" OriginalAmount="54.98" MarkupRule="1.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 11/08/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="27" TotalAmount="55.55" OriginalAmount="55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754234740732" Longitude="100.53929227209" StarRating="3" HotelCode="340632|58662" HotelName="Blutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/08/2026" 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="27" TotalAmount="55.55" OriginalAmount="55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77366768" Longitude="100.5099456" StarRating="2" HotelCode="571041|253999" HotelName="Coop Dopa Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nakhornratchasrim Road, Suan Sunanta Palace, Dusit, 10300 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/9c/469c0931b2b617061a3f2390b891045799acf0a9.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="55.55" OriginalAmount="55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75393066" Longitude="100.50250626" StarRating="2" HotelCode="513027|285661" HotelName="Sri Krungthep Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Siripong Road, Samranrat, Pranakorn, Bangkok, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/f1/00f10a8af9f02a964e49f6d4146d6c8dbf41b5f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.55" OriginalAmount="55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76113833" Longitude="100.49898753" StarRating="3" HotelCode="631333|254160" HotelName="The Moon Night Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>161/163 Soi Krai Sri Phra Sumeru Road, Taradyod Phrana khon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/48/a84886917b1aed32e6d9f57f15aae339bb9b9b0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.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 15/08/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="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.718669" Longitude="100.730737" StarRating="3" HotelCode="100185|the_ivory_suvarnabhumi" HotelName="The Ivory Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 13/08/2026" 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="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.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="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.756216" Longitude="100.54107933333" StarRating="3" HotelCode="200014|cozy_villa_hotel_bangkok" HotelName="Cozy Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="55.55" OriginalAmount="55.00" MarkupRule="1.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 13/08/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="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76798172" Longitude="100.47669866" StarRating="3" HotelCode="363208|thamrongin" HotelName="Thamrongin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>665/3 Charan Sanitwong Rd., Arun Amarin Bangkok Noi, 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/16/ef16b13f746689ec428f9d17ae9b25b4a90dfbd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.786285779848" Longitude="100.57025735341" StarRating="3" HotelCode="378389|siamaze_hostel" HotelName="Siamaze Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Aparthotel,Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>90 Ratchadapisek 17, Ratchadapisek Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/42/7e42d0977457ae359eff0efdeda644dd621e0cbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78537000306" Longitude="100.47073560443" StarRating="3" HotelCode="341355|komol_residence_bangkok" HotelName="Komol Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 14/08/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="55.55" OriginalAmount="55.00" MarkupRule="1.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="Free CXL until 13/08/2026" 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="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74682361" Longitude="100.50318122" StarRating="2" HotelCode="547270|cacha_bed" HotelName="Cacha Bed" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>156 Mahachai Road, Wangburaphapirom, Phara Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/57/375796457d0ed28add95e191cedf6a3000cb165b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70803952" Longitude="100.51674192" StarRating="0" HotelCode="538951|the_montana_lodge" HotelName="The Montana Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Elevator,Garden,Laundry,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>438 Chan Road, Soi Chan 47, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/82/5a826289a99c3f01f660a1c6e8006e89c79b7e43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at The Montana Lodge - Sathorn to discover the wonders of Bangkok. The hotel offers guests a ra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71769969" Longitude="100.58807566" StarRating="3" HotelCode="621180|studio_ekamai" HotelName="Studio Ekamai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1433-1435 Sukhumvit Road, Phra Khanong-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/2d/792d64275ed7745d1c522fcd3d13584b892344be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.59" OriginalAmount="55.04" MarkupRule="1.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 17/08/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="55.63" OriginalAmount="55.08" MarkupRule="1.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 17/08/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="55.65" OriginalAmount="55.10" MarkupRule="1.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 17/08/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="55.66" OriginalAmount="55.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75197" Longitude="100.52569" StarRating="0" HotelCode="|245267" HotelName="The Spades" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/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.66" OriginalAmount="55.11" MarkupRule="1.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 11/08/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="55.67" OriginalAmount="55.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72069" Longitude="100.54748" StarRating="0" HotelCode="|235993" HotelName="Sribumpen+" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <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="55.68" OriginalAmount="55.13" MarkupRule="1.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="95" TotalAmount="55.82" OriginalAmount="55.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.688739" Longitude="100.60825" StarRating="4" HotelCode="182452" HotelName="Convenient Park Bangkok Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>No. 12 Sukhumvit 62/3, Phakhanong, Bangjak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/82452/182452/1.jpg?f=17687678</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center, or other amenities including complimentary wireless internet access and a banquet hall.. Featured amenities include a 24-hour front desk, luggage storage, and a safe deposit box at the front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.84" OriginalAmount="55.29" MarkupRule="1.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="55.87" OriginalAmount="55.32" MarkupRule="1.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 15/08/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="55.95" OriginalAmount="55.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75462" Longitude="100.5401" StarRating="2" HotelCode="|186888" HotelName="Euro Luxury Pavillion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="56.04" OriginalAmount="55.49" MarkupRule="1.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="55.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7655243" Longitude="100.4976554" StarRating="3" HotelCode="|103592" HotelName="Penpark Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="56.24" OriginalAmount="55.68" MarkupRule="1.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 15/08/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="56.33" OriginalAmount="55.77" MarkupRule="1.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 18/08/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="56.36" OriginalAmount="55.80" MarkupRule="1.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="56.38" OriginalAmount="55.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80568" Longitude="100.57509" StarRating="3" HotelCode="|187135" HotelName="Mybed Ratchada-ladprao" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8/64-67 Ratchadapisek Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/1/3/5/187135_6e09d701146.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.46" OriginalAmount="55.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.68417" Longitude="100.6204" StarRating="3" HotelCode="|415520" HotelName="12/14 Home Studio" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="56.46" OriginalAmount="55.90" MarkupRule="1.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 15/08/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="27" TotalAmount="56.56" OriginalAmount="56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7578" Longitude="100.5641" StarRating="3" HotelCode="115845|56422" HotelName="Centric Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>502/29 Soi Yucharoen, Asoke-Dindaeng Road, Dindang, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/c5/b9c5231564f184e1e50ba633e6575001a8ab37e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated within around 2 km of Sukhumvit. Guests will find shops within a 5-minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.56" OriginalAmount="56" MarkupRule="1.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 15/08/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="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735689" Longitude="100.632558" StarRating="3" HotelCode="98904|bangkok_rama_hotel" HotelName="Bangkok Rama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1546 Pattanakarn Road, Suan Luang, 10250 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/ce/a3ce0e70cabb3fed1845aac5b1f0341f9e07d1d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort hotel is nestled in a serene residential area on Pattanakarn Road, in the eastern part o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721983" Longitude="100.771416" StarRating="3" HotelCode="142233|mariya_boutique_hotel" HotelName="Mariya Boutique Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 11/08/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="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722329" Longitude="100.583902" StarRating="3" HotelCode="255724|nantra_ekamai" HotelName="Nantra Ekamai, Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 15/08/2026" 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="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.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="56.56" OriginalAmount="56.00" MarkupRule="1.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 13/08/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="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729537121098" Longitude="100.56116759203" StarRating="2" HotelCode="378730|the_hostel_16" HotelName="The Hostel 16" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>178/6 Sukhumvit 16, Sukhumvit Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c2/cec2b3966d9ef515493d3751cc07c134e63e1d81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service and a bar, f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.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="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80140023" Longitude="100.61016635" StarRating="2" HotelCode="510049|zen_rooms_ladprao_soi_71" HotelName="The Villa 71 Resort" Meals="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="56.56" OriginalAmount="56.00" MarkupRule="1.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="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75562993" Longitude="100.50015976" StarRating="3" HotelCode="546578|baan_kachitpan" HotelName="Baan Kachitpan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Trok Silp, Dinsor Road, Baworn Nivet, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/14/f71427dd515200be4f070f83629270d92f0069a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76042201" Longitude="100.49802844" StarRating="3" HotelCode="520120|tanee_place" HotelName="Tanee Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,ATM/Cash Machine,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94,96,98 Tanee Road, Taladyod, Pranakorn, Bangkok, Bangkok Province 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/c2/e9c27b5adf01b9980c0127ec6e6e9daed51e350b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Bangkok (Bangkok City Centre), Tanee Place is minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.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="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.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 14/08/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="56.56" OriginalAmount="56.00" MarkupRule="1.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="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100/599 Soi Chaeng Watthana 10 Lane 9-3, Lak Si, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/c7/7cc7c40d2ce434c71d1692c321187e3f2e17624f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.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="Free CXL until 16/08/2026">
        <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="56.56" OriginalAmount="56.00" MarkupRule="1.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="56.72" OriginalAmount="56.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74953" Longitude="100.62321" StarRating="3" HotelCode="|243480" HotelName="At Home Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/1 Soi 16 Searee 2, Huamark, Bangkapi Soi Ramkamhaeng 24, Yaek 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/4/8/0/243480_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.81" OriginalAmount="56.25" MarkupRule="1.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 15/08/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="56.82" OriginalAmount="56.26" MarkupRule="1.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="56.85" OriginalAmount="56.29" MarkupRule="1.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 15/08/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="56.85" OriginalAmount="56.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7734698" Longitude="100.5098283" StarRating="0" HotelCode="|172698" HotelName="Coop Dopa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="56.85" OriginalAmount="56.29" MarkupRule="1.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 13/08/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="56.88" OriginalAmount="56.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.67659" Longitude="100.515716" StarRating="2" HotelCode="|468108" HotelName="The View Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="56.99" OriginalAmount="56.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78929" Longitude="100.54901" StarRating="2" HotelCode="|239623" HotelName="Kencozy Accommodation" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="57.25" OriginalAmount="56.68" MarkupRule="1.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="57.39" OriginalAmount="56.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7850769" Longitude="100.5744271" StarRating="2" HotelCode="|103678" HotelName="Sukhothai  and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <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="57.39" OriginalAmount="56.82" MarkupRule="1.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="Non Refundable">
        <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="27" TotalAmount="57.57" OriginalAmount="57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75410971" Longitude="100.52825649" StarRating="2" HotelCode="546772|173241" HotelName="Diamond Bangkok Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1/1 Soi Phetburi 10 Phetburi Road, Ratchatavee, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/d1/09d1d2e4f593c6d4a3ba579d2b37f52bcb72e008.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.57" OriginalAmount="57" MarkupRule="1.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 16/08/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="27" TotalAmount="57.57" OriginalAmount="57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75866402" Longitude="100.49976898" StarRating="2" HotelCode="876225|376893" HotelName="Nina Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 Thanon Tanao, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/88/928855b143bcb53a8911153bd178bfedfb9784dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.57" OriginalAmount="57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75361475" Longitude="100.78939943" StarRating="3" HotelCode="603633|232878" HotelName="PN Home Service" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>164 Chalong Krung Road, Happy Place Village 2, 10520 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/91/2a91bbd6aee56041c7ce29b1a221ca294a97dcdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757059863646" Longitude="100.49570381641" StarRating="3" HotelCode="16957|royal_hotel_7" HotelName="Royal Rattanakosin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rajdamnoen Avenue, Khaosan, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/c5/0cc54703a58d4074e0a667204904c1713a0f31fe.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Rajadamnern Road, in the heart of the old town of Bangkok, where many touri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719930577294" Longitude="100.53873168221" StarRating="3" HotelCode="96810|i_residence_hotel_sathorn" HotelName="I Residence Hotel Sathorn" Meals="ROOM ONLY" 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="57.57" OriginalAmount="57.00" MarkupRule="1.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="Free CXL until 14/08/2026" 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="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78455692" Longitude="100.56380687" StarRating="2" HotelCode="516174|ck2_hotel" HotelName="CK2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/08/2026" 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="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7576397" Longitude="100.51590738" StarRating="3" HotelCode="438870|sabaidee_minitel" HotelName="Sabaidee Minitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/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="57.57" OriginalAmount="57.00" MarkupRule="1.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 15/08/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="57.57" OriginalAmount="57.00" MarkupRule="1.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="57.57" OriginalAmount="57.00" MarkupRule="1.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 15/08/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="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74631605" Longitude="100.35609439" StarRating="3" HotelCode="614584|nonnaisuan_resort" HotelName="Nonnaisuan Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18/11 Thanon Bang Waek, Bangkok 10160</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/89/c18998644291af41ba5a2713ceac3f2355d1b260.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.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="57.57" OriginalAmount="57.00" MarkupRule="1.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="57.64" OriginalAmount="57.07" MarkupRule="1.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 15/08/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="57.69" OriginalAmount="57.12" MarkupRule="1.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 16/08/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="94" TotalAmount="57.69" OriginalAmount="57.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.68912" Longitude="100.63874" StarRating="0" HotelCode="|244388" HotelName="Leenova" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <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="57.69" OriginalAmount="57.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.9275" Longitude="100.58661" StarRating="3" HotelCode="|440522" HotelName="Baik Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>340 Songphapa Rd. Soi 20, Seekan, Donmaung, Bangkok, Don Muang, 10210 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/5/2/2/440522_70adbaf1356.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.74" OriginalAmount="57.17" MarkupRule="1.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="57.74" OriginalAmount="57.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.795479" Longitude="100.50682" StarRating="4" HotelCode="|172448" HotelName="Beyond Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/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="58.04" OriginalAmount="57.47" MarkupRule="1.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="58.04" OriginalAmount="57.47" MarkupRule="1.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="58.10" OriginalAmount="57.52" MarkupRule="1.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="58.14" OriginalAmount="57.56" MarkupRule="1.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="58.22" OriginalAmount="57.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7583707" Longitude="100.4983936" StarRating="3" HotelCode="|104757" HotelName="Buddy Boutique Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 Chakkapong Road, Taladyod, Pranakorn Bangkok 10200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/5/7/104757_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is surrounded by the nightlife, is situated next to a restaurant. ROOM: Customers can find economical rooms rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.28" OriginalAmount="57.70" MarkupRule="1.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 17/08/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="58.33" OriginalAmount="57.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73928" Longitude="100.48469" StarRating="0" HotelCode="|235522" HotelName="Issara House Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>260/37-39 Itsaraphap Road Watarun Bangkok Yai, Thonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/2/2/235522_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.34" OriginalAmount="57.76" MarkupRule="1.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 14/08/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="58.35" OriginalAmount="57.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724791" Longitude="100.532543" StarRating="3" HotelCode="|172866" HotelName="Silom Forest Exclusive Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Phiphat 2, Convent Road, Silom, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/8/6/6/172866_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.40" OriginalAmount="57.82" MarkupRule="1.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 17/08/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="58.45" OriginalAmount="57.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71153" Longitude="100.4323" StarRating="3" HotelCode="|240628" HotelName="14resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/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="58.56" OriginalAmount="57.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72329" Longitude="100.52299" StarRating="2" HotelCode="|186531" HotelName="Cooper" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50/27 Pan Road, Silom, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/5/3/1/186531_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.57" OriginalAmount="57.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760731" Longitude="100.4989839" StarRating="0" HotelCode="|103464" HotelName="Suneta Khaosan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="58.57" OriginalAmount="57.99" MarkupRule="1.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="58.57" OriginalAmount="57.99" MarkupRule="1.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 16/08/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="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.64836974" Longitude="100.522892" StarRating="3" HotelCode="411661|204793" HotelName="14 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/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="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7209109" Longitude="100.50715207" StarRating="3" HotelCode="357917|60915" HotelName="Grand Tower Inn Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>359/1 Charoennakorn 14/2, Charoennakorn road, Khlongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/86/e9861e16d97a2440a53f0f75de493030beba4874.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.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 15/08/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="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.88793177" Longitude="100.60319408" StarRating="3" HotelCode="520121|174367" HotelName="The Royal Bee Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/08/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="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77178464" Longitude="100.61210651" StarRating="3" HotelCode="603638|227174" HotelName="PARC Town in Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/08/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="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.92494275" Longitude="100.59873244" StarRating="2" HotelCode="495951|233437" HotelName="We Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/08/2026" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>371/19-20 Soranakom 2, Songpraha Road, Sikan, Don Mueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/4c/374c8f3aa1c0e38ede629c4be2de81bee2f6aed8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.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="Free CXL until 14/08/2026">
        <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="58.58" OriginalAmount="58.00" MarkupRule="1.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 16/08/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="58.58" OriginalAmount="58.00" MarkupRule="1.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="Free CXL until 14/08/2026" 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="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74002324" Longitude="100.55313824" StarRating="3" HotelCode="338156|di_place_hotel" HotelName="DI Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>21/15 Sukhumvit4, (Nana Tai), Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/9e/479e4f55e5ef93b536276939207a706a872e6202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.759285821957" Longitude="100.63974074439" StarRating="3" HotelCode="380421|three_seasons_place" HotelName="Three Seasons Place Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Soi Ramkhamhaeng 42, Khwaeng Hua Mak, Bang Kapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/58/8d58d2959416b79af982646a9de2ea5e6f59b5c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76482727" Longitude="100.61574995" StarRating="3" HotelCode="439614|marigold_ramkhamhaeng" HotelName="Marigold Ramkhamhaeng Boutique Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" 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="58.58" OriginalAmount="58.00" MarkupRule="1.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="58.58" OriginalAmount="58.00" MarkupRule="1.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 14/08/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="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760998666667" Longitude="100.49815166667" StarRating="2" HotelCode="915490|suneta_hostel_khaosan" HotelName="Suneta Hostel Khaosan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>209-211 Kraisri Road, Talat Yot, Phranakorn, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/df/81dfcef89e2fdb3e271cbbf466e2a5bf815d631f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a baggage storage service and a transfer service. Wireless internet access in publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.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/08/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="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74303707" Longitude="100.55258736" StarRating="2" HotelCode="969662|nana_best_inn" HotelName="Nana Best Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/20-21 Sukhumvit Soi 3, Nana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/4c/724cddde5a7f699b9c8b2a561554990b565c1c6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.80" OriginalAmount="58.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73923" Longitude="100.55602" StarRating="0" HotelCode="|186798" HotelName="Shane Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="58.82" OriginalAmount="58.24" MarkupRule="1.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="94" TotalAmount="58.85" OriginalAmount="58.27" MarkupRule="1.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="59.00" OriginalAmount="58.42" MarkupRule="1.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="59.03" OriginalAmount="58.45" MarkupRule="1.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="94" TotalAmount="59.08" OriginalAmount="58.50" MarkupRule="1.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="59.08" OriginalAmount="58.50" MarkupRule="1.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 14/08/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="59.14" OriginalAmount="58.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76758" Longitude="100.47678" StarRating="3" HotelCode="|234547" HotelName="Thamrongin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="59.16" OriginalAmount="58.57" MarkupRule="1.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="59.21" OriginalAmount="58.62" MarkupRule="1.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="94" TotalAmount="59.35" OriginalAmount="58.76" MarkupRule="1.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 13/08/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="59.40" OriginalAmount="58.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.9113" Longitude="100.59181" StarRating="3" HotelCode="|187116" HotelName="Montri Resort Donmuang Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 11, Soi Chang Akart Uthid 3 Yak 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/1/1/6/187116_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.43" OriginalAmount="58.84" MarkupRule="1.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 16/08/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="59.45" OriginalAmount="58.86" MarkupRule="1.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 15/08/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="59.45" OriginalAmount="58.86" MarkupRule="1.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 15/08/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="59.45" OriginalAmount="58.86" MarkupRule="1.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 17/08/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="94" TotalAmount="59.52" OriginalAmount="58.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.755077" Longitude="100.53952" StarRating="3" HotelCode="|103549" HotelName="Gusto Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="59.52" OriginalAmount="58.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77292" Longitude="100.49065" StarRating="0" HotelCode="|585739" HotelName="Royal Delight Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 / 13-16 Arun Amarin Road Bangkok Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/5/7/3/9/585739_61d23961001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.59" OriginalAmount="59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.781171225905" Longitude="100.5721585326" StarRating="3" HotelCode="380405|62349" HotelName="The Atrium Ratchada 13" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 17/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>208 Ratchadaphisek Road, Soi 13, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/cf/4ccf7533083d129c1a796cf949e7f3ff64a6309b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.763054499049" Longitude="100.62436670065" StarRating="3" HotelCode="75194|chaleena_hotel" 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="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7588889" Longitude="100.5344444" StarRating="2" HotelCode="178085|dream_town_pratunam_hotel" HotelName="Dream Town Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/08/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="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.720396" Longitude="100.54785" StarRating="3" HotelCode="255720|the_aim_sathorn_hotel" HotelName="The Aim Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106/1 Sathorn Road Soi Sri-Bamphen, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/7a/e67ad45a9422b8a947d02134f3e51fe0bf723ad7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72708958" Longitude="100.53771148" StarRating="2" HotelCode="439080|freesia_saladaeng_silom_apartment" 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="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78919067" Longitude="100.54905843" StarRating="2" HotelCode="435350|kencozy_accommodation" HotelName="KEN accommodation" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/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="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.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 12/08/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="59.59" OriginalAmount="59.00" MarkupRule="1.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="Free CXL until 10/08/2026" 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="59.59" OriginalAmount="59.00" MarkupRule="1.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="59.59" OriginalAmount="59.00" MarkupRule="1.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 14/08/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="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75343113" Longitude="100.53710702" StarRating="2" HotelCode="619997|natee_hostel" HotelName="Natee Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.675469" Longitude="100.5723575" StarRating="0" HotelCode="750532|phuengnang_homestay" HotelName="Phuengnang Homestay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Homestays" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Bicycle Rental,Coffee Shop,Dry Cleaning,Garden,Internet,Laundry,Massage Centre,Parking,Pets allowed,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12/5 Soi Ying-oum-nouy Moo 9, Bang-nam-phueng District, Thon-bu-ri Tai, Bangkok 10130, Pra-pa-daung Prefecture</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/98/cb9859004b490c0620c4630f05d0eea72ce6fd06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Phuengnang Homestay to discover the wonders of Bangkok. Both business travelers and tourists...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.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="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80079097" Longitude="100.51181732" StarRating="3" HotelCode="866042|the_92_residence" HotelName="The 92 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>476 Charansanitwong 92, Bang Ao, Bang Phlat, Bang Yi Khan, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/d7/dcd79af86097229816e1551a4db129b7b7e95a06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.766652" Longitude="100.643654" StarRating="3" HotelCode="933168|mall_suites_express" HotelName="Mall Suites Express" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3530 Latphrao Road Soi 144 Klongchan, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/2f/832fb9b285de392cda08c18a0a6a7d0d3a04cc0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.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="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>218 Soi Krungthon 6, Yeak 13, Banglamphu Lang Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/cc/16cc01eba64cbfd5888383412c8c30f4ab664410.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.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="94" TotalAmount="59.69" OriginalAmount="59.10" MarkupRule="1.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="59.75" OriginalAmount="59.16" MarkupRule="1.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="59.81" OriginalAmount="59.22" MarkupRule="1.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 16/08/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="59.83" OriginalAmount="59.24" MarkupRule="1.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 16/08/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="59.85" OriginalAmount="59.26" MarkupRule="1.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 15/08/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="59.90" OriginalAmount="59.31" MarkupRule="1.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 11/08/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="59.91" OriginalAmount="59.32" MarkupRule="1.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="60.18" OriginalAmount="59.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.759338" Longitude="100.6398259" StarRating="3" HotelCode="|187828" HotelName="Three Seasons Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="60.26" OriginalAmount="59.66" MarkupRule="1.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 11/08/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="60.31" OriginalAmount="59.71" MarkupRule="1.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 18/08/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="60.34" OriginalAmount="59.74" MarkupRule="1.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 15/08/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="60.48" OriginalAmount="59.88" MarkupRule="1.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="60.48" OriginalAmount="59.88" MarkupRule="1.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 16/08/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="60.50" OriginalAmount="59.90" MarkupRule="1.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 17/08/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="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.732909" Longitude="100.597512" StarRating="3" HotelCode="168274|sabai_sabai_sukhumvit_hotel" HotelName="Sabai-Sabai @ Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>984/22-27 Soi Pridipanomyong 40, Sukhumvit 71 Road, Prakanong, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/18/6418d7a3fb737879616fdfb60fa8ab13b5a1e7ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming city hotel is located at the centre of Sukhumvit Road. It is very convenient for guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.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="60.60" OriginalAmount="60.00" MarkupRule="1.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 11/08/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="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.851379609508" Longitude="100.55481247787" StarRating="3" HotelCode="341145|siam_paradise_entertainment_complex" HotelName="Siam Paradise Entertainment Complex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>44/46-49 Soi Ngamwongwan 51, Ladprao, Jatujak, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/zz/faad2fe471e8bb2f960b21201f0dc75fef9c4709.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.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="Free CXL until 14/08/2026" 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="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75434791" Longitude="100.53940737" StarRating="3" HotelCode="469976|patra_boutique_hotel" HotelName="Patra Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Soi Juldis 19 Pecthburi Road, Payathai, Rajathevi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/4d/cb4dd12bd2d34b8f452899b00322a069c2f82d23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Bangkok. For guests who appreciate a stylish ambience,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.83771373" Longitude="100.5754594" StarRating="3" HotelCode="495753|p24kaset" HotelName="P24 Kaset" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" 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="60.60" OriginalAmount="60.00" MarkupRule="1.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="60.60" OriginalAmount="60.00" MarkupRule="1.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="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76491929" Longitude="100.49619312" StarRating="3" HotelCode="630344|v_varee_bangkok" HotelName="V Varee Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Lamphu, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/a7/4fa78d7b80ae242958307e74abf3d94230d90652.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.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="Non Refundable" 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="60.60" OriginalAmount="60.00" MarkupRule="1.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="60.60" OriginalAmount="60.00" MarkupRule="1.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 13/08/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="94" TotalAmount="60.61" OriginalAmount="60.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7758" Longitude="100.543" StarRating="0" HotelCode="|408267" HotelName="19a Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="60.79" OriginalAmount="60.19" MarkupRule="1.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="60.87" OriginalAmount="60.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7213089" Longitude="100.5367025" StarRating="3" HotelCode="|103664" HotelName="Bs Court Boutique Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>170/16-19 Soi Prapinij, Sathon Tai Road, Tungmahamek, Sathon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/6/4/103664_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, internet in the hall and a car park (free of charge). SITUATION: This establishment, is in South Sathorn the street 10 minutes away from the establishment, you can find Saladaeng the Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.88" OriginalAmount="60.28" MarkupRule="1.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="60.88" OriginalAmount="60.28" MarkupRule="1.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 17/08/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="60.89" OriginalAmount="60.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.6634" Longitude="100.66" StarRating="3" HotelCode="|408716" HotelName="The Journey Bangna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <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="60.95" OriginalAmount="60.35" MarkupRule="1.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 17/08/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="61.03" OriginalAmount="60.43" MarkupRule="1.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 13/08/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="61.04" OriginalAmount="60.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7211478" Longitude="100.7240569" StarRating="0" HotelCode="|71473" HotelName="The Cottage Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="61.19" OriginalAmount="60.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.752398" Longitude="100.528278" StarRating="0" HotelCode="|408269" HotelName="Timber" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/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="61.26" OriginalAmount="60.65" MarkupRule="1.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 11/08/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="94" TotalAmount="61.31" OriginalAmount="60.70" MarkupRule="1.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 17/08/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="61.35" OriginalAmount="60.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7526935" Longitude="100.5384456" StarRating="3" HotelCode="|82615" HotelName="Ten Stars Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44/1-2 Petchburi Soi 17, Petchburi Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/1/5/82615_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Bangkok the centre of Pratunam Market 5 minutes walk away, guests can find it is near BTS de Phayathai the railway station. FACILITIES: The establishment boasts a restaurant and a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.37" OriginalAmount="60.76" MarkupRule="1.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="61.40" OriginalAmount="60.79" MarkupRule="1.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="Non Refundable">
        <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="61.41" OriginalAmount="60.80" MarkupRule="1.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 15/08/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="61.58" OriginalAmount="60.97" MarkupRule="1.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 15/08/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="27" TotalAmount="61.61" OriginalAmount="61" MarkupRule="1.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 10/08/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="61.61" OriginalAmount="61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753158" Longitude="100.539415" StarRating="3" HotelCode="93361|16658" HotelName="Baiyoke Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>120/359 Ratchaprarop Road, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/5a/905a7e0907cffcb7c8c97e9715680f8860d19ca5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located right in the heart of the Pratunam shopping area, a few steps a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724548807411" Longitude="100.53264695744" StarRating="3" HotelCode="339077|silom_convent_garden" HotelName="Silom Convent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>35/1 Soi Pipat 2, Convent Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/e1/38e1867d34724ef1ab29537489a968c82dae246c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.717609938984" Longitude="100.51482896282" StarRating="2" HotelCode="380537|bangkok_hub" HotelName="Bangkok Hub Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72590676" Longitude="100.56458839" StarRating="2" HotelCode="492210|sleepbox_sukhumvit_22_hostel" HotelName="Sleepbox Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>404 Soi Sainamthip 3, Sukhumvit 22, Klong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/b8/c7b8c12b27a9ca659789cc9d302abc11d9e62db0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.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="Free CXL until 12/08/2026" 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="61.61" OriginalAmount="61.00" MarkupRule="1.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="Non Refundable" 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="61.61" OriginalAmount="61.00" MarkupRule="1.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="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.81283917" Longitude="100.56355" StarRating="3" HotelCode="640039|td_bangkok" HotelName="TD Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>599/40 Lad Phrao Soi 1, Chom Phon, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/a4/6ba453e88db9ea8e2cfef8b1e6138a38fcbe7fdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.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="61.61" OriginalAmount="61.00" MarkupRule="1.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 14/08/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="61.61" OriginalAmount="61.00" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="61.69" OriginalAmount="61.08" MarkupRule="1.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 16/08/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="61.78" OriginalAmount="61.17" MarkupRule="1.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 17/08/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="61.79" OriginalAmount="61.18" MarkupRule="1.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="95" TotalAmount="61.81" OriginalAmount="61.2" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753538" Longitude="100.53836" StarRating="3" HotelCode="1359754" HotelName="Ten Stars Hotel Pratunam" Meals="ROOM 2 SINGLE BEDS" BedType="ROOM 2 SINGLE BEDS">
        <Address>
          <AddressLines>
            <AddressLine>44/1,44/2 Soi Petchburi 17,Petchburi Rd, Phayathai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0013/59754/1359754/29.jpg?f=17410658</HotelPictures>
        <HotelDescription>Pamper yourself with onsite massages or make use of the other amenities, which include complimentary wireless internet access and concierge services.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.96" OriginalAmount="61.35" MarkupRule="1.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 15/08/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="62.05" OriginalAmount="61.44" MarkupRule="1.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="62.06" OriginalAmount="61.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74679" Longitude="100.50323" StarRating="2" HotelCode="|243334" HotelName="Cacha Heritage" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="62.10" OriginalAmount="61.49" MarkupRule="1.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="62.27" OriginalAmount="61.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.717892" Longitude="100.50126" StarRating="3" HotelCode="|411695" HotelName="The Pattern Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/08/2026">
        <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="62.34" OriginalAmount="61.72" MarkupRule="1.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 18/08/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="62.34" OriginalAmount="61.72" MarkupRule="1.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 17/08/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="62.34" OriginalAmount="61.72" MarkupRule="1.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="62.36" OriginalAmount="61.74" MarkupRule="1.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="62.47" OriginalAmount="61.85" MarkupRule="1.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="62.49" OriginalAmount="61.87" MarkupRule="1.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="62.50" OriginalAmount="61.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7591105" Longitude="100.5032292" StarRating="3" HotelCode="|172960" HotelName="Villa Phra Sumen Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>457 Phrasumen Rd. Bawornniwet Pranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/6/0/172960_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.60" OriginalAmount="61.98" MarkupRule="1.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="Free CXL until 18/08/2026">
        <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="27" TotalAmount="62.62" OriginalAmount="62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.699047561778" Longitude="100.59873049387" StarRating="3" HotelCode="398167|63460" HotelName="Chateau de Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>59 Sukhumvit Road Soi Sukhumvit 56, Bangjark, Prakanong, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/fe/b1fe8bba5bd246e5bd5bc4711acd4e11fca229e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.62" OriginalAmount="62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75483769275" Longitude="100.53966944458" StarRating="3" HotelCode="915514|57232" HotelName="Pratunam Pavilion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89 soi Sangkarn, Petchburi Road, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/25/1d252fa5f9c031af4734472ea09be1e78949efa4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.62" OriginalAmount="62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.8931195" Longitude="100.5619118" StarRating="3" HotelCode="188196|232323" HotelName="Jumbotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>34/41 Chaengwattana Road, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/9f/779fbc8317a7170975cf7b5123d65df7301a1610.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.62" OriginalAmount="62" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99/1 Wisutkasat Road, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/04/17042497ff2fac6c3a939aa2663d5bae081351f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on Witsutkasat Road, only 5-10 minutes by car from sights such as the Grand P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.62" OriginalAmount="62" MarkupRule="1.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="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.693675202705" Longitude="100.64402273822" StarRating="3" HotelCode="73248|king_park_avenue_hotel" HotelName="King Park Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/08/2026" 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="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743063967711" Longitude="100.55366635323" StarRating="2" HotelCode="64958|pinnacle_sukhumvit_inn" HotelName="Pinnacle Sukhumvit Inn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6/13-16 Soi NaNa Nue, Sukhumvit 3/1 Sukhumvit Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/6f/046f0523831f9dbb3555b69fddd0fef94b3736d6.jpeg</HotelPictures>
        <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="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754549" Longitude="100.53937" StarRating="3" HotelCode="97713|citin_pratunam_hotel" HotelName="Citin Pratunam Hotel by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.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="Free CXL until 14/08/2026" 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="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.688253363819" Longitude="100.60912922856" StarRating="2" HotelCode="308181|spacy_bkk" HotelName="Spacy BKK" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.715039439579" Longitude="100.51476889727" StarRating="2" HotelCode="379036|house_of_phraya_jasaen" HotelName="The House of Phraya Jasaen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>168 Soi Charoen Krung 57, Yannawa, Sathon, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/b2/83b257a1daade098906533aafee8b4cc3b5010ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.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="Non Refundable" 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="62.62" OriginalAmount="62.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>90/55 Chaloem Phrakiat Ratchakan Thi 9 Road, Dokmai, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/2d/3e2dbcc1434bab4fbd1139814fe164e18d592da3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="62.63" OriginalAmount="62.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71918" Longitude="100.54931" StarRating="3" HotelCode="412456" HotelName="The Tivoli Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>71/2-3 Soi Sribamphen,Yen-Arkart Rd., Thungmahamek, Sathorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/12456/412456/9.jpg?f=17737134</HotelPictures>
        <HotelDescription>Pamper yourself with onsite massages or enjoy recreation amenities such as an outdoor pool.. Featured amenities include dry cleaning/laundry services, luggage storage, and a safe deposit box at the front desk. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.68" OriginalAmount="62.06" MarkupRule="1.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 15/08/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="62.78" OriginalAmount="62.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754582" Longitude="100.539561" StarRating="3" HotelCode="|472418" HotelName="De Lux Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="62.78" OriginalAmount="62.16" MarkupRule="1.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 11/08/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="94" TotalAmount="62.84" OriginalAmount="62.22" MarkupRule="1.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 17/08/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="62.96" OriginalAmount="62.34" MarkupRule="1.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="62.97" OriginalAmount="62.35" MarkupRule="1.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="95" TotalAmount="63.00" OriginalAmount="62.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75447" Longitude="100.53936" StarRating="3" HotelCode="675494" HotelName="Citin Pratunam Bangkok Hotel By Compass Hospitality" Meals="SUPERIOR STUDIO" BedType="SUPERIOR STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>117 Soi Chunladit, Thanonphayathai, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0006/75494/675494/1.jpg?f=17581081</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a television in a common area. Guests can catch a ride to nearby destinations on the complimentary area shuttle.. Featured amenities include complimentary wired internet access, a computer station, and dry cleaning/laundry services. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.09" OriginalAmount="62.47" MarkupRule="1.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 17/08/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="63.12" OriginalAmount="62.50" MarkupRule="1.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="63.32" OriginalAmount="62.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7286" Longitude="100.471" StarRating="0" HotelCode="|405215" HotelName="TOPTEL THAPRA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="63.52" OriginalAmount="62.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724376" Longitude="100.521924" StarRating="3" HotelCode="|36660" HotelName="Silom Village Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>SILOM RD, BANGRAK 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/6/0/36660_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet, elegant hotel it is situated in Bangkok the centre of The establishment boasts attentive service, air-conditioning, 43 rooms, a lobby, a safety deposit box service, a lift, a nightclub, a restaurant, conference facilities, room service, a laundry service and a car park. SITUATION: Is situated inBangkok the heart of it is close to the motorway, has good links to the tourist attractions, the business area 5 minutes away fromSurasak the railway station it is situated 50 kilometres away from Don Mueang Airport it is situated 60 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have an air-conditioning system, a direct line telephone, a fridge, a safe, a television, internet, a bathroom with a bath, a shower, cold water, heating and room service. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. 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="63.59" OriginalAmount="62.96" MarkupRule="1.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="27" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741068207787" Longitude="100.55565387011" StarRating="2" HotelCode="188270|63017" HotelName="Atlas Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/08/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="27" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.67380684" Longitude="100.64640379" StarRating="3" HotelCode="436148|173219" HotelName="B2 Bangna Premier Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" 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="27" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.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="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.767296817794" Longitude="100.53972852472" StarRating="2" HotelCode="380547|233228" HotelName="T Hostel @ Victory Monument" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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="27" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.87065014" Longitude="100.55869872" StarRating="3" HotelCode="945686|233290" HotelName="The Journey Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>345/65 Soi Ngamwongwarn 47 Yaek 44, Lak Si, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/a5/13a534670df7a413d7cad3ee8996b0b5b5ae9e64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719" Longitude="100.549597" StarRating="3" HotelCode="136256|271509" HotelName="Tivoli Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/08/2026" 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="63.63" OriginalAmount="63.00" MarkupRule="1.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="63.63" OriginalAmount="63.00" MarkupRule="1.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="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.744986" Longitude="100.705248" StarRating="3" HotelCode="315341|utiny_boutique_home_suvarnabhumi_bangkok" HotelName="U Tiny Boutique Home" Meals="ROOM ONLY" 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="63.63" OriginalAmount="63.00" MarkupRule="1.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="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727193355201" Longitude="100.53079388433" StarRating="2" HotelCode="407605|hq_hostel_bangkok" HotelName="HQ hostel Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5/3-4 Silom Soi 3 Silom Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/3d/623d784106eb417989580ce1e43dc2a56e01fb93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.764402714402" Longitude="100.49948331846" StarRating="2" HotelCode="380584|tara_place" HotelName="Tara Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>113,117 Samsen Road, Samphraya, Phra Nakhorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/a9/02a9d25664bfbdcc0296d1b6d7a11be1238ac34b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.770925169278" Longitude="100.53621283966" StarRating="3" HotelCode="546880|aree_art_residence" HotelName="Aree Art Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>95/25-27 Soi Ari Samphan 1, Phaya Thai, Sam Sen Nai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/ed/30ed915a176886305217970ef01dadb14f87867f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.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="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76975735" Longitude="100.48409375" StarRating="2" HotelCode="601472|feel_good_bangkok_hostel" HotelName="Feel Good Bangkok Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>161/2 Soi Somdejprapinklao 17, Bangkok Noi, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/05/2105dc2a9ba13c751c18e5021c74e018e6e8f1ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Feel Good Bangkok Hostel in Bang Yi Khan (Arun Amarin), you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75346822" Longitude="100.53856439" StarRating="3" HotelCode="638308|de_lavender_bangkok_hotel" HotelName="De Lavender Bangkok Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="751074|jn_place_" HotelName="Jn Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>177 Rungsit Nakornnayok Road Soi 60, Prachathipat, Thanyaburi, Don Muang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/06/c406728aaf6d3cf48017657b5623325ff5a8dc26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Don Mueang, JN Place is a perfect starting point from which to explore Bangkok. The prope...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.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="63.63" OriginalAmount="63.00" MarkupRule="1.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="63.63" OriginalAmount="63.00" MarkupRule="1.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="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="983579|siam_best_hotel_2" HotelName="Siam Best Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.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 16/08/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="94" TotalAmount="63.64" OriginalAmount="63.01" MarkupRule="1.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="63.70" OriginalAmount="63.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74707" Longitude="100.52468" StarRating="2" HotelCode="|460584" HotelName="Siam Stadium Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>134 Rama I Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/0/5/8/4/460584_34e698b2100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.73" OriginalAmount="63.10" MarkupRule="1.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="63.81" OriginalAmount="63.18" MarkupRule="1.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="63.81" OriginalAmount="63.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.69978" Longitude="100.6819" StarRating="0" HotelCode="|243095" HotelName="Summer Tree" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="63.84" OriginalAmount="63.21" MarkupRule="1.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="63.85" OriginalAmount="63.22" MarkupRule="1.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 14/08/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="63.92" OriginalAmount="63.29" MarkupRule="1.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="63.96" OriginalAmount="63.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.8706582" Longitude="100.5587167" StarRating="3" HotelCode="|358086" HotelName="The Journey" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/2026">
        <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="95" TotalAmount="64.11" OriginalAmount="63.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760842" Longitude="100.50407" StarRating="3" HotelCode="4012563" HotelName="Thana Wisut Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>6 Trok Ban Lo,,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/12563/4012563/45.jpg?f=17071261</HotelPictures>
        <HotelDescription>Pamper yourself with onsite massages or make use of the other amenities, which include complimentary wireless internet access.. Featured amenities include a 24-hour front desk and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.14" OriginalAmount="63.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.6648062" Longitude="100.6432679" StarRating="3" HotelCode="|449968" HotelName="De Botan Bangna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/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="16" TotalAmount="64.35" OriginalAmount="63.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739041" Longitude="100.515434" StarRating="2" HotelCode="188199|1576698" HotelName="Krung Kasem Sri Krung" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1860 Krung Kasem Rd, Chinatown, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/58/5558db1f3a881df77e45f88a661e627b19ca47f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.36" OriginalAmount="63.72" MarkupRule="1.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 16/08/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="94" TotalAmount="64.47" OriginalAmount="63.83" MarkupRule="1.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="64.51" OriginalAmount="63.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.930235" Longitude="100.58445" StarRating="3" HotelCode="|404114" HotelName="Sweetloft  Don Muang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/08/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="27" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754672422533" Longitude="100.53959991146" StarRating="3" HotelCode="343492|58374" HotelName="Le Touché Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>78/1-2 Soi Juldis, Ratchaprarop Road, Amphoe Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/46/88463c428e52ae567424f356091963741dd1d625.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739250808908" Longitude="100.55527889481" StarRating="2" HotelCode="902959|404768" HotelName="S6 Sukhumvit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>No.7 Sukhumvit Soi 6, Sukhumvit Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4e/6e/4e6eba5cac64121c998daf195c82278de0f5b847.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.806223" Longitude="100.51127425" StarRating="3" HotelCode="915509|57205" HotelName="P-Park Residence Charansanitwong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/08/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="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.791799" Longitude="100.560825" StarRating="4" HotelCode="64952|gold_orchid_bangkok" HotelName="Gold Orchid Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>375 Vibhavadibi Rangsit Road, Phayathai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/af/45afa555062d1882c33e01c113863aabd5626aea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set amidst the booming new corporate and airlines business district, on the Vibhavadi R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.962415170519" Longitude="100.62415480614" StarRating="4" HotelCode="37609|asia_airport_hotel" HotelName="Asia Airport" 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,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="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.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="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7243" Longitude="100.5213" StarRating="3" HotelCode="255760|icheck_inn_silom" HotelName="iCheck inn Silom Soi 28" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>298/3 Soi Silom 28, Silom Road, Suriyawong, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/68/3e68db59d4b1a3c9e63127829df73dc17476d257.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75135936" Longitude="100.50996029" StarRating="3" HotelCode="376440|new_suanmali_hotel" HotelName="New Suanmali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday homes,Resort" CnxPolicy="Free CXL until 13/08/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="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.890459659879" Longitude="100.56156117104" StarRating="3" HotelCode="380577|delight_residence" HotelName="Delight Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54/9 Chaengwattana Road, Soi 15, Thungsonghong, Laksi, Don Muang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/60/5e60bc6bf3f90f34a15d35e0facdc1adc6660f66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.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="64.64" OriginalAmount="64.00" MarkupRule="1.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 15/08/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="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72545823" Longitude="100.52877147" StarRating="2" HotelCode="493866|good_one_hostel_cafe_bar" HotelName="Good One Hostel &amp; Cafe Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 15/08/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="64.64" OriginalAmount="64.00" MarkupRule="1.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 16/08/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="64.64" OriginalAmount="64.00" MarkupRule="1.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="64.64" OriginalAmount="64.00" MarkupRule="1.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="Free CXL until 10/08/2026">
        <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="64.64" OriginalAmount="64.00" MarkupRule="1.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 14/08/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="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="973291|oyo_225_premier_place_hotel" HotelName="Premier Place Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1179/18-22 Soi Charoenkrung 47, Charoenkrung Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/94/1b948aa00ddbf411a1f1aa02ad45bb76fd47bb86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.65" OriginalAmount="64.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754793" Longitude="100.539811" StarRating="3" HotelCode="|103536" HotelName="Grand Alpine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>88/15-17 Phetchaburi Rd. Phayathai Ratchathewi Bangkok 10400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/3/6/103536_2fa04be1019.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Pratunam the business area of Bangkok is situated in. ROOM: They offer rooms with flat-screen TV. HOTEL: The establishment has a reception and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.68" OriginalAmount="64.04" MarkupRule="1.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="94" TotalAmount="64.69" OriginalAmount="64.05" MarkupRule="1.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="64.69" OriginalAmount="64.05" MarkupRule="1.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="94" TotalAmount="64.80" OriginalAmount="64.16" MarkupRule="1.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="64.94" OriginalAmount="64.30" MarkupRule="1.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="64.98" OriginalAmount="64.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.789873" Longitude="100.503432" StarRating="0" HotelCode="|534430" HotelName="Anwari" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/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="94" TotalAmount="65.22" OriginalAmount="64.57" MarkupRule="1.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 17/08/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="65.22" OriginalAmount="64.57" MarkupRule="1.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="65.40" OriginalAmount="64.75" MarkupRule="1.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="65.50" OriginalAmount="64.85" MarkupRule="1.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="65.51" OriginalAmount="64.86" MarkupRule="1.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="Free CXL until 17/08/2026">
        <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="65.55" OriginalAmount="64.90" MarkupRule="1.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="65.57" OriginalAmount="64.92" MarkupRule="1.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 17/08/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="27" TotalAmount="65.65" OriginalAmount="65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74517512" Longitude="100.63444167" StarRating="3" HotelCode="585933|232806" HotelName="Onyx Hotel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>45 Rama IX 53, Suanluang Ramkhamhaeng Bang Kapi, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/f9/21f91dee68c34fb4069d5cc329eacd947f86282b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.65" OriginalAmount="65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.784271925475" Longitude="100.5128038872" StarRating="3" HotelCode="344409|58474" HotelName="UMA Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/08/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Library,Lounge,Luggage Storage,Parking,Porter,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>580 Sri Yan Soi 1, Nakornchaisri Road, Amphoe Dusit, Bangkok 10300</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/e9/35e93d13d1ce22a898b1ea0c6a9de1c0133b0541.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at UMA Residence in Bangkok, you'll be close to Vimanmek Palace and Te...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736943" Longitude="100.553124" StarRating="3" HotelCode="59695|royal_ivory_sukhumvit_nana_by_compass_hospitality" HotelName="Royal Ivory Sukhumvit Nana by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73 Sukhumvit Soi 4, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/2a/1b2a49089d4df4a180aa2113c9c122011a778cf9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location is within walking distance of business centres, shopping centres, hospitals, and embass...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72333084" Longitude="100.73246487" StarRating="3" HotelCode="320405|aranta_airport_hotel_3" HotelName="Aranta Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/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="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.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="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754796082268" Longitude="100.52664533306" StarRating="3" HotelCode="345203|cacha_hotel" HotelName="Cacha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="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="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719077527249" Longitude="100.51771356882" StarRating="3" HotelCode="343784|pas_cher_hotel_de_bangkok" 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="65.65" OriginalAmount="65.00" MarkupRule="1.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="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71817565" Longitude="100.50094184" StarRating="2" HotelCode="440611|white_ivory_bed_and_breakfast" HotelName="White Ivory Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" 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="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.68236096" Longitude="100.47588271" StarRating="3" HotelCode="520111|the_choice_residence" HotelName="The Choice Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi 14 Rama II Road, Bangmod, Jomthong, 10150 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/fd/6dfd8c679d5a80932ac31bc62c390c41448f9638.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Choice Residence is conveniently located in the popular South Thonburi area. Offering a variety ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.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 15/08/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="65.65" OriginalAmount="65.00" MarkupRule="1.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 16/08/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="65.65" OriginalAmount="65.00" MarkupRule="1.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="Non Refundable" 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="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.86968807" Longitude="100.62254251" StarRating="3" HotelCode="620870|villa23_residence" HotelName="Villa 23 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>116/17 Soi Raminthra 23 Raminthra Road, Anusawari, Bang Khen, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/4a/084a24c5a63e9295fcbc51b0785b23f56e5c901d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72852316" Longitude="100.47814171" StarRating="0" HotelCode="750867|season_place" HotelName="Season Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Elevator,Internet,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>61/15 Petchkasem Road, Wattapra, Bangkokyai, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e2/50e2a8cb979d758f4c714314623104207e8debb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Season Place is conveniently located in the popular Thonburi area. Both business travelers and touri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.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="65.69" OriginalAmount="65.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7546648" Longitude="100.5412552" StarRating="3" HotelCode="|103672" HotelName="Kc Place  Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="65.80" OriginalAmount="65.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.710667" Longitude="100.503922" StarRating="3" HotelCode="|439761" HotelName="Kowtha Rivertel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="65.88" OriginalAmount="65.23" MarkupRule="1.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 16/08/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="66.03" OriginalAmount="65.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71959" Longitude="100.54865" StarRating="3" HotelCode="|186396" HotelName="Baan Sabai Rama Iv" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="66.08" OriginalAmount="65.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7546892" Longitude="100.5659999" StarRating="0" HotelCode="|358105" HotelName="X9hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/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="66.33" OriginalAmount="65.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75529" Longitude="100.48624" StarRating="3" HotelCode="|245549" HotelName="S.e.t Thanmongkol Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>199/1 Trok Wat Rakang, Bangkok, Bangkok 10700</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/5/4/9/245549_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.36" OriginalAmount="65.70" MarkupRule="1.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="66.58" OriginalAmount="65.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7342296" Longitude="100.5674419" StarRating="3" HotelCode="|279007" HotelName="Sakura Sky Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/2026">
        <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="27" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7545193" Longitude="100.53612648" StarRating="3" HotelCode="440764|195713" HotelName="Cubic Pratunam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/08/2026" 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="66.66" OriginalAmount="66.00" MarkupRule="1.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="Free CXL until 15/08/2026" 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="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.725714193175" Longitude="100.59058897328" StarRating="3" HotelCode="393710|greenview_ekkamai10" HotelName="Greenview Ekkamai10" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.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 15/08/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="66.66" OriginalAmount="66.00" MarkupRule="1.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="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>212/248 Phetkasem 16 Alley, Wat Thaphra, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/14/96146862af5763a82a51204f5d72280b4cf9bf3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.82" OriginalAmount="66.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.728249" Longitude="100.525921" StarRating="3" HotelCode="|104720" HotelName="Get Sleep Bangkok Surawong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="95" TotalAmount="66.95" OriginalAmount="66.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75482" Longitude="100.53985" StarRating="3" HotelCode="1819378" HotelName="Grand Alpine Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>88/15-17 Phetchaburi Rd., Phayathai Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/19378/1819378/39.jpg?f=17329616</HotelPictures>
        <HotelDescription>Take in the views from a garden and make use of amenities such as complimentary wireless internet access and concierge services. Getting to nearby attractions is a breeze with the complimentary area shuttle.. Featured amenities include a computer station, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.96" OriginalAmount="66.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.79723" Longitude="100.57127" StarRating="3" HotelCode="|244298" HotelName="Baan Tanwa - Mrt Ratchadapisek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="66.98" OriginalAmount="66.32" MarkupRule="1.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="67.00" OriginalAmount="66.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.795847" Longitude="100.709856" StarRating="3" HotelCode="|467071" HotelName="The Ram" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Ramkhamhaeng 164</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/0/7/1/467071_a588dfd1641.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.03" OriginalAmount="66.37" MarkupRule="1.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 15/08/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="67.06" OriginalAmount="66.40" MarkupRule="1.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="67.32" OriginalAmount="66.65" MarkupRule="1.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="Non Refundable">
        <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="67.34" OriginalAmount="66.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750679" Longitude="100.520179" StarRating="3" HotelCode="|103618" HotelName="The Fifth Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29/36-38 Rama 6 Road Soi 13, Rongmuang, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/1/8/103618_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This trendy hotel Pathumwan it is in 15 minutes away from the establishment, you can find MBK the shopping centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.46" OriginalAmount="66.79" MarkupRule="1.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="67.47" OriginalAmount="66.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7311638" Longitude="100.5701698" StarRating="3" HotelCode="|103460" HotelName="Nantra Sukhumvit 39" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <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="67.52" OriginalAmount="66.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72186" Longitude="100.56457" StarRating="3" HotelCode="|243469" HotelName="Icheck Inn Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>318/1 Soi Sainamtip , Sukhumvit Rd Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/4/6/9/243469_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.53" OriginalAmount="66.86" MarkupRule="1.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 17/08/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="27" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76608242" Longitude="100.49781075" StarRating="3" HotelCode="779369|367533" HotelName="Bangkok Saran Posh­tel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/08/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="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722100857061" Longitude="100.54640661905" StarRating="2" HotelCode="36345|malaysia_hotel" HotelName="Malaysia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Soi Ngamduplee, Rama 4 Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/de/5bde39397bc7bd322a6e1dc55a195ff0cd3d87e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.776318" Longitude="100.571242" StarRating="3" HotelCode="93360|hip_hotel" HotelName="Hip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>111/1 Ratchadapisek Road, Soi Niam-Utit, Bangkok 10320</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/2a/ff2a7501e94e51366cbdc4f08ed3b4743846fdba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Bangkok's most exciting business, entertainment and shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.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="67.67" OriginalAmount="67.00" MarkupRule="1.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="Non Refundable" HotelFacility="Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93 Petchburi 17 Road Soi Somprasong, Soi Juradis, Pratunam, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/fa/e6faadc23d932441c1ac317e491fcb1c3f334132.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.768167" Longitude="100.597351" StarRating="3" HotelCode="410346|jazzotel" HotelName="Jazzotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>514 Ramkhamhaeng 39, Prachautit Road Wangtongrang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8d/3c/8d3cc3f3765309a674b7410bc1de3d623ba4924d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated near to Ramkamheng Markets, 20 minutes away from Raminthra Expres...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.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 12/08/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="67.67" OriginalAmount="67.00" MarkupRule="1.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="Free CXL until 14/08/2026" 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="67.67" OriginalAmount="67.00" MarkupRule="1.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 16/08/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="67.67" OriginalAmount="67.00" MarkupRule="1.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="94" TotalAmount="67.71" OriginalAmount="67.04" MarkupRule="1.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="67.82" OriginalAmount="67.15" MarkupRule="1.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 15/08/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="68.02" OriginalAmount="67.35" MarkupRule="1.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="68.06" OriginalAmount="67.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7539961" Longitude="100.5027165" StarRating="2" HotelCode="|279425" HotelName="Sri Krungthep" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/08/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="68.06" OriginalAmount="67.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7367567" Longitude="100.5532169" StarRating="3" HotelCode="|29229" HotelName="Royal Ivory Sukhumvit Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="68.25" OriginalAmount="67.57" MarkupRule="1.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="94" TotalAmount="68.28" OriginalAmount="67.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7545" Longitude="100.52853" StarRating="0" HotelCode="|224717" HotelName="Travelier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/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="68.30" OriginalAmount="67.62" MarkupRule="1.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 17/08/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="68.32" OriginalAmount="67.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.726503" Longitude="100.729069" StarRating="3" HotelCode="|411308" HotelName="Qg Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi 3, 85/5 Prachakorn Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/3/0/8/411308_ce42b3e1610.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="68.38" OriginalAmount="67.7" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73791" Longitude="100.552" StarRating="4" HotelCode="179742" HotelName="Aspen Suites Hotel Sukhumvit 2 Bangkok" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>65/1 Sukhumvit Soi 2 Sukhumvit Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/79742/179742/51.jpg?f=17721767</HotelPictures>
        <HotelDescription>Don't miss out on recreational opportunities including a health club and an outdoor pool. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a television in a common area. Guests can get around on the complimentary shuttle, which operates within 1 km.. Featured amenities include complimentary wired internet access, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.48" OriginalAmount="67.80" MarkupRule="1.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="68.49" OriginalAmount="67.81" MarkupRule="1.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 16/08/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="68.49" OriginalAmount="67.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7524415" Longitude="100.5429013" StarRating="3" HotelCode="|60698" HotelName="Pj Watergate" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>467 Soi Watanasil, Rachaprarop Road Makkasan, Ratchatewee Bangkok 10400 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/9/8/60698_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This budget hotel is in the city centre. ROOM: The modern rooms, have wooden furniture, fitted carpets, a safety deposit box and a small bathroom. FACILITIES: The establishment boasts a gym, a sauna, spa treatments, Thai massages, internet area, a karaoke room and a lounge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.56" OriginalAmount="67.88" MarkupRule="1.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="Free CXL until 12/08/2026">
        <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="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.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 10/08/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="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.752306" Longitude="100.526903" StarRating="3" HotelCode="165842|29839" HotelName="Diamond City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>594/23 Soi Payanark, Rama VI Rd., Bkk 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/63/776351ad4f7a580b73cfe0ff291e17c1494364b3.JPEG</HotelPictures>
        <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="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75462349918" Longitude="100.54119171328" StarRating="3" HotelCode="337249|58193" HotelName="Kc Place Hotel Pratunam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/08/2026" 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="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73118" Longitude="100.57018" StarRating="3" HotelCode="200017|48706" HotelName="Nantra Sukhumvit 39 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 16/08/2026" 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="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7353234" Longitude="100.51883614" StarRating="2" HotelCode="766417|367849" HotelName="Rest24 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Maha Nakorn Road, Maha Phruttharam, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/29/d029fb479b43990361f1882eb2921915dfc283ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.725589964369" Longitude="100.52551463412" StarRating="3" HotelCode="338424|58595" HotelName="Lullaby Inn Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 17/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8-20-22 Decho Road, Suriyawong Bangrak, Bangkok, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/36/4436491dddbba30d608a9e83a79e810bbd140819.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.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 18/08/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="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.684339" Longitude="100.612318" StarRating="3" HotelCode="141814|golden_pearl_residences" HotelName="Golden Pearl Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Sukhumvit 101/1 Road, Bangchak, Prakanong, 10260 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/10/a81000393582437bfa6e191055cbecc2f8570430.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Sukumvit Road 101/1, Bangkok and is ideal for business, trade fair, exhibit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735176905595" Longitude="100.5626554849" StarRating="3" HotelCode="342509|white_house_asoke_sukhumvit_18" HotelName="White House Asoke Sukhumvit 18" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>390/20 Sukhumvit Soi 18, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/80/f9804967dfe69ee0063a3c53f2abe1dc48637df6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.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="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71972099" Longitude="100.49584797" StarRating="3" HotelCode="435378|the_star_of_sathorn" HotelName="The Star of Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>71/7 Krung Thon Buri 4, Khlongtonsai, Khet Khlong San, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b4/ea/b4eaa100325d149644d20abd27db22b9e8065438.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73332892" Longitude="100.69102681" StarRating="2" HotelCode="547265|nang_ta_yon_at_ban_thap_chang_hostel" HotelName="Nang Ta Yon At Ban Thap Chang Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>286/1 Leab Motorway Road, Prawet Road, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/e5/cae5769f5264828f14fb25a09cf6e58205c80796.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel features a café for a comfortable and relaxing stay. Wireless internet access is availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.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 11/08/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="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75672958" Longitude="100.5267017" StarRating="2" HotelCode="624004|greenery_hostel_2" HotelName="Greenery Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>209/6 Soi Petchburi 5, Petchburi Road, Thung Phayathai, Ratchathevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/3d/d03d169c8c8ecad66a835d616920fad58dc23dcc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.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 15/08/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="68.68" OriginalAmount="68.00" MarkupRule="1.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="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72464" Longitude="100.522474" StarRating="2" HotelCode="906329|sapphirtel_inn" HotelName="Sapphirtel Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/08/2026">
        <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="94" TotalAmount="69.00" OriginalAmount="68.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724491" Longitude="100.494751" StarRating="3" HotelCode="|66644" HotelName="The Aiyapura Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOI KRUNGTHONBURI 1, KLONGTONSAI, KLONGSAN,58</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/4/4/66644_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has excellent service, a restaurant, a reception, a dry cleaner's, a laundry service, business facilities and room service. nearby, there is public transport, The establishment offers guests a transfer service, It also has a car park. SITUATION: It is inBangkok a good location in it has good links to the railway station, Wong Wian Yai Station It is situated 3 minutes away from. ROOM: The establishment has 131 rooms. FACILITIES: The establishment has a fitness centre and a spa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.02" OriginalAmount="68.34" MarkupRule="1.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 17/08/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="69.06" OriginalAmount="68.38" MarkupRule="1.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 16/08/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="69.12" OriginalAmount="68.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7615825" Longitude="100.4931697" StarRating="0" HotelCode="|359209" HotelName="New Siam II" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/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="69.26" OriginalAmount="68.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70508" Longitude="100.50573" StarRating="0" HotelCode="|245937" HotelName="Longzhu Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="69.47" OriginalAmount="68.78" MarkupRule="1.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 17/08/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="69.60" OriginalAmount="68.91" MarkupRule="1.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="69.68" OriginalAmount="68.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7555537" Longitude="100.503596" StarRating="0" HotelCode="|170006" HotelName="Here" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/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="27" TotalAmount="69.69" OriginalAmount="69" MarkupRule="1.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 17/08/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="69.69" OriginalAmount="69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738439063252" Longitude="100.51155347157" StarRating="3" HotelCode="386290|204780" HotelName="Pho Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>99 Trok Pho, Samphanthawong, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/48/be48d42b71a623eee49e486e5ff8f17e225cfcba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.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="Free CXL until 12/08/2026" 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="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76863004" Longitude="100.74330372" StarRating="3" HotelCode="488917|ta_residence_suvarnabhumi_" HotelName="Siam Villa Suite Suvarnabhumi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1/296 Romklao Soi 26, Klongsampravej, Lat Krabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/85/4385ed6567556d8135eb808ee9bf876c34523628.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.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="Free CXL until 10/08/2026">
        <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="69.69" OriginalAmount="69.00" MarkupRule="1.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="69.69" OriginalAmount="69.00" MarkupRule="1.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="Free CXL until 12/08/2026" 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="69.69" OriginalAmount="69.00" MarkupRule="1.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="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.758530288718" Longitude="100.49839477553" StarRating="3" HotelCode="901862|rikka_inn" HotelName="Rikka Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/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="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.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="Free CXL until 16/08/2026" 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="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.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="94" TotalAmount="69.74" OriginalAmount="69.05" MarkupRule="1.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="94" TotalAmount="69.84" OriginalAmount="69.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7781281" Longitude="100.4807793" StarRating="3" HotelCode="|172694" HotelName="Charlie House Pinklao" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>272 Borommarat Chachonnani Road, Bang Bamru, Bang Phlat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/9/4/172694_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.90" OriginalAmount="69.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7476405" Longitude="100.5540687" StarRating="3" HotelCode="|104876" HotelName="Anya Nana @ Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="69.93" OriginalAmount="69.24" MarkupRule="1.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="94" TotalAmount="69.93" OriginalAmount="69.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753871" Longitude="100.538727" StarRating="4" HotelCode="|82491" HotelName="The 93" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93 Soi Somprasong (Petchburi 17 Rd), Ratchathewi, Phayathai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/4/9/1/82491_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 5-minute walk away from Platinum the shopping centre Ratchaprarop the railway station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.93" OriginalAmount="69.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75841" Longitude="100.53978" StarRating="0" HotelCode="|240798" HotelName="Oriental Smile Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="70.22" OriginalAmount="69.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727606" Longitude="100.530222" StarRating="3" HotelCode="|103515" HotelName="Nantra Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="94" TotalAmount="70.33" OriginalAmount="69.63" MarkupRule="1.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 18/08/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="94" TotalAmount="70.54" OriginalAmount="69.84" MarkupRule="1.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 16/08/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="70.65" OriginalAmount="69.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738842" Longitude="100.513055" StarRating="3" HotelCode="|474573" HotelName="Rema" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/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="70.67" OriginalAmount="69.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7403056" Longitude="100.5561414" StarRating="3" HotelCode="|38655" HotelName="City Lodge Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/2026">
        <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="70.69" OriginalAmount="69.99" MarkupRule="1.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 17/08/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="27" TotalAmount="70.70" OriginalAmount="70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737877" Longitude="100.552081" StarRating="4" HotelCode="76121|36184" HotelName="Aspen Suites Sukhumvit Bangkok Hotel by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.70" OriginalAmount="70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740558" Longitude="100.556698" StarRating="3" HotelCode="187107|42879" HotelName="Armoni Hotel Sukhumvit 11 By Andacura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>155/17-21 Sukhumvit Soi 11, Wattana, Khlongtoey Nua, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/cd/a7cd9fbe3c0f9eeb8087dbd5f1d2ec22158e5e54.JPEG</HotelPictures>
        <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="70.70" OriginalAmount="70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.79244647138" Longitude="100.57393714251" StarRating="3" HotelCode="68188|55180" HotelName="Veronica Residence Boutique Design" 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>227 Rachadapisek Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/a6/66a692057959b5bdc034e10b829460c0ff997739.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.70" OriginalAmount="70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74392972678" Longitude="100.50993424663" StarRating="3" HotelCode="739679|361134" HotelName="W22 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Designated Smoking Area,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>422 Mittphan Road, Pomprabsattrupai, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/ba/e6ba8e4a529fd3f443194c8c2fc21223f123282e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel. Hotel is in Chinatown-Old City. The hotel features a total of 123 guests rooms....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.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="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734962687405" Longitude="100.60084791066" StarRating="3" HotelCode="153447|refill_now_hostel" HotelName="Refillnow! Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Room Service">
        <Address>
          <AddressLines>
            <AddressLine>191 Soi Pridi, Sukhumvit 71, BhanomYong 42, Yak 5, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/24/1024e6b588b2ac5381792c419f707e795b1d9ac3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;REFILL NOW! offers comfortable and clean accommodation at affordable rates!.We design flexible share...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.728056" Longitude="100.52577957143" StarRating="3" HotelCode="225558|la_residence_4" HotelName="La Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>173/8-9 Suriwongse Rd., Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/cc/7accef9d5a5b64b3863c68b892707c8d8f6b0f7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.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="Non Refundable" 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="70.70" OriginalAmount="70.00" MarkupRule="1.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="Non Refundable">
        <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="70.70" OriginalAmount="70.00" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="70.72" OriginalAmount="70.02" MarkupRule="1.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="70.73" OriginalAmount="70.03" MarkupRule="1.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 15/08/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="70.79" OriginalAmount="70.09" MarkupRule="1.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="94" TotalAmount="70.85" OriginalAmount="70.15" MarkupRule="1.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 13/08/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="70.87" OriginalAmount="70.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73266" Longitude="100.51457" StarRating="3" HotelCode="|247141" HotelName="Talakkia Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/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="70.88" OriginalAmount="70.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740695" Longitude="100.510017" StarRating="4" HotelCode="|171341" HotelName="Royal Bangkok @ Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>409-421/4 Yaowaraj Road (Chinatown)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/3/4/1/171341_1_1304.jpg</HotelPictures>
        <HotelDescription>HOTEL: This guest house offers a salt water pool, a bar, a restaurant and WiFi. SITUATION: This hotel Bangkok it is in Chinatown 500 metres away from. ROOM: Each room has an air-conditioning system, a television, a safe, an ironing set, a desk and kettle. Some rooms have a sitting area, a sofa and a dining area. They also offer a bathroom, a shower, a hairdryer, a bathrobe and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.90" OriginalAmount="70.20" MarkupRule="1.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="71.02" OriginalAmount="70.32" MarkupRule="1.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="71.08" OriginalAmount="70.38" MarkupRule="1.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 17/08/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="71.38" OriginalAmount="70.67" MarkupRule="1.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 17/08/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="71.52" OriginalAmount="70.81" MarkupRule="1.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="Non Refundable">
        <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="71.68" OriginalAmount="70.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.67266" Longitude="100.60536" StarRating="4" HotelCode="|170004" HotelName="Brighton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <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="71.68" OriginalAmount="70.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.767723" Longitude="100.504089" StarRating="0" HotelCode="|479683" HotelName="Phranakorn Nornlen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Thewet soi 1, Krung Kaseam Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/6/8/3/479683_162efa31526.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760348148593" Longitude="100.49758854765" StarRating="3" HotelCode="267698|58669" HotelName="Villa Cha-Cha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,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="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740399" Longitude="100.555914" StarRating="3" HotelCode="71468|city_lodge_soi_9" HotelName="City Lodge Soi 9" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/08/2026" 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="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750479" Longitude="100.545901" StarRating="3" HotelCode="115837|p2_boutique_hotel" HotelName="P2 Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1091/213-216 New Petchaburi Road Soi Petchaburi 33, Makkasan, Rachathavee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/37/453766687484bcdf078578840a30698de688562f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right on Petchburi Road, in the fashion-friendly Pratunam area. The location is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746471831777" Longitude="100.60860335827" StarRating="3" HotelCode="115838|the_patra" HotelName="The Patra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Rama 9 Road, Soi 31 Huamark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/3e/d63eb9c111c569ceed1574c831f32ce6c35b103e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Rama 9 Road close to the Express Way, The Mall, Major Cineplex, Big C, ABAC ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.695746603267" Longitude="100.64668999656" StarRating="3" HotelCode="378980|de_botan" HotelName="De Botan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" 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="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.838387695644" Longitude="100.59975000858" StarRating="4" HotelCode="377866|sky_dome_resotel_7" HotelName="Sky Dome Resotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>114 Prasert-Manukitch Road, Kaset-Navamin, Chorakhe Bua Lat Phrao, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/4f/f64ffd870e1a7ed63b430d83ec2790edc9ff9316.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.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 13/08/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="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7945591" Longitude="100.54962936" StarRating="2" HotelCode="625115|ora_hostel_bangkok" 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="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.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="71.71" OriginalAmount="71.00" MarkupRule="1.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="71.79" OriginalAmount="71.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.763115" Longitude="100.541696" StarRating="3" HotelCode="|172854" HotelName="S3 Residence Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="71.86" OriginalAmount="71.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71392" Longitude="100.52761" StarRating="0" HotelCode="|244217" HotelName="Zensation The Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="72.01" OriginalAmount="71.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7502131" Longitude="100.5456278" StarRating="2" HotelCode="|357677" HotelName="Mango Bedroom Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1091/107-108 Soi Petchburi33 Petchburitadmai Rd. Makkasan ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/6/7/7/357677_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.01" OriginalAmount="71.30" MarkupRule="1.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="72.28" OriginalAmount="71.56" MarkupRule="1.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/08/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="72.33" OriginalAmount="71.61" MarkupRule="1.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 17/08/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="72.35" OriginalAmount="71.63" MarkupRule="1.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 16/08/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="72.36" OriginalAmount="71.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7435962" Longitude="100.5554768" StarRating="3" HotelCode="|104844" HotelName="Club Mahindra Mac Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>20 Sukhumvit Soi 7, Klongtoey-Nue Wattana, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/4/4/104844_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: Free of charge has a car park, WiFi and a transfer service. SITUATION: This establishment, Sukhumvit it is in it is situated 7 minutes away from Nana the Station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="72.52" OriginalAmount="71.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736174" Longitude="100.56008" StarRating="3" HotelCode="1840152" HotelName="Red Planet Bangkok Asoke" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>7 Sukhumvit Soi 14 Sukhumvit Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/40152/1840152/1.jpg?f=17151420</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, tour/ticket assistance, and a reception hall.. Featured amenities include a 24-hour front desk, luggage storage, and a safe deposit box at the front desk. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.59" OriginalAmount="71.87" MarkupRule="1.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="27" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7372899" Longitude="100.51711395" StarRating="3" HotelCode="337825|58626" HotelName="SK House Maha Nakhon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/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="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.673984" Longitude="100.603737" StarRating="3" HotelCode="255756|brighton_hotel__residence" HotelName="Brighton Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Sanphawut Road, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/49/b449e3f514d5fa861508911068dce78d8555e127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.825364997743" Longitude="100.56723208778" StarRating="3" HotelCode="339413|iyarin__tuk_chang" HotelName="Iyarin @ Tuk Chang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/08/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="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757170519061" Longitude="100.50282888041" StarRating="3" HotelCode="380531|ratchadamnoen_residence" HotelName="Ratchadamnoen Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>211/16 Soi Dam Noen klang Nuea, Ratchadamnoen Klang Road, Bowon Nivet, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/31/54319fc2f1a8a402e3ffb86b792e96021a16f8e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7781314" Longitude="100.4808049" StarRating="3" HotelCode="344848|charlie_house_pin_klao" HotelName="Charlie House Pin Klao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>272 Borommarat Chachonnani Road, Bang Bamru, Bangkok 10700, Bang Phlat</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/27/102705308214ab63c7b46078219972bb24cc0335.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.769105632967" Longitude="100.62286745615" StarRating="3" HotelCode="392582|yotaka_boutique_hotel" HotelName="Yotaka Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="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="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.716003583403" Longitude="100.53240425051" StarRating="3" HotelCode="397884|the_present_sathorn" HotelName="The Present Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>28/8 Soi Narathiwas 8/1, Sathorn, Yannawa, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/aa/43aa061fc5cfdb2f5a8a9889649d558e338b0118.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.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="72.72" OriginalAmount="72.00" MarkupRule="1.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="72.72" OriginalAmount="72.00" MarkupRule="1.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 14/08/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="72.72" OriginalAmount="72.00" MarkupRule="1.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="72.74" OriginalAmount="72.02" MarkupRule="1.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="94" TotalAmount="72.84" OriginalAmount="72.12" MarkupRule="1.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 17/08/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="72.91" OriginalAmount="72.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7318055" Longitude="100.5221677" StarRating="4" HotelCode="|131304" HotelName="Isanook Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/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="95" TotalAmount="72.97" OriginalAmount="72.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75576" Longitude="100.50324" StarRating="3" HotelCode="2958429" HotelName="Siam Champs Elyseesi Unique Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>160 Ratchadamnoen Klang Tai Road, Bowonniwet, Pranakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0029/58429/2958429/1.jpg?f=17029633</HotelPictures>
        <HotelDescription>Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless internet access. This Colonial hotel also features concierge services, a television in a common area, and a banquet hall.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. A shuttle from the hotel to the airport is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.98" OriginalAmount="72.26" MarkupRule="1.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 18/08/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="73.09" OriginalAmount="72.37" MarkupRule="1.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="Free CXL until 15/08/2026">
        <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="94" TotalAmount="73.14" OriginalAmount="72.42" MarkupRule="1.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 15/08/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="73.21" OriginalAmount="72.49" MarkupRule="1.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="73.21" OriginalAmount="72.49" MarkupRule="1.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 13/08/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="94" TotalAmount="73.25" OriginalAmount="72.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719894" Longitude="100.538699" StarRating="3" HotelCode="|168697" HotelName="I Residence Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="73.28" OriginalAmount="72.55" MarkupRule="1.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 17/08/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="94" TotalAmount="73.28" OriginalAmount="72.55" MarkupRule="1.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 18/08/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="95" TotalAmount="73.34" OriginalAmount="72.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741632" Longitude="100.51306" StarRating="3" HotelCode="3780321" HotelName="W22 By Burasari" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>422 Mittphan Road, Pom Prab, Pom Prap Sattru Phai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/80321/3780321/1.jpg?f=17495315</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, tour/ticket assistance, and bike parking.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.40" OriginalAmount="72.67" MarkupRule="1.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 18/08/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="73.43" OriginalAmount="72.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7371546" Longitude="100.5169879" StarRating="2" HotelCode="|103550" HotelName="At Hua Lamphong - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="73.43" OriginalAmount="72.70" MarkupRule="1.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 17/08/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="73.43" OriginalAmount="72.70" MarkupRule="1.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="73.43" OriginalAmount="72.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7292469" Longitude="100.564801" StarRating="4" HotelCode="|47325" HotelName="Admiral Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <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="27" TotalAmount="73.73" OriginalAmount="73" MarkupRule="1.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="Free CXL until 16/08/2026" 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="73.73" OriginalAmount="73" MarkupRule="1.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="73.73" OriginalAmount="73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.766988435218" Longitude="100.58316688669" StarRating="4" HotelCode="933888|58445" HotelName="S Ratchada Leisure Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Tiamruammit Road, Ratchadapisek, Huaykwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/cd/a1cddcc3985562b27e8d50534738de527b5e8fe6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.73" OriginalAmount="73" MarkupRule="1.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="27" TotalAmount="73.73" OriginalAmount="73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7548607" Longitude="100.53606709" StarRating="3" HotelCode="784374|418537" HotelName="Spitze Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Phetchaburi Soi 13, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/11/d811fcc10aecae3a377228d7800ced41ad731266.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7866365" Longitude="100.5713928" StarRating="4" HotelCode="|358542" HotelName="Stay Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723944618801" Longitude="100.52978932858" StarRating="3" HotelCode="97636|the_heritage_bangkok" HotelName="The Heritage Hotels Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>198 Soi Narathivas 3 Narathivas Road, Silom Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/7a/d07a2788e5348d1b30ae234edbc71ed3428210ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located between Silom and Sathorn Road, in Bangkok's most vibrant commercial busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740793" Longitude="100.551826" StarRating="5" HotelCode="100182|icheck_inn_ploenchit_2" HotelName="iCheck inn Sukhumvit Soi 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Sukhumvit Soi 2, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/81/5e81262925d19f530bd17ffd874aa408cbe038b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Sukhumvit Soi 2 just down the road from the city's main shopping and enterta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.713176842971" Longitude="100.58488570437" StarRating="3" HotelCode="308182|boss_mansion" HotelName="Boss Mansion Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3789 Rama 4 Road, Prakanong, Khlongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/9a/0f9a669d3891c323f60a15e93377e2aae65fa150.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76146835039" Longitude="100.49406953006" StarRating="3" HotelCode="341985|mango_lagoon_place" HotelName="Mango Lagoon Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Soi Rambuttri, Pra Arthit Road, Banglumphoo, Bangkok, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/0d/e70dc57477b3dad21b6c4e6c3c077d46a29b08e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.744473162821" Longitude="100.5512843288" StarRating="3" HotelCode="380591|asia_inn_bangkok" HotelName="Asia Inn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Sukhumvit Soi 1 Road, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/6b/026bbc4d1579f42c5fc8b12a6dcab11b2e6826f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.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="Non Refundable" 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="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80488305" Longitude="100.5746125" StarRating="4" HotelCode="516282|the_bazaar_hotel" HotelName="The Bazaar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Banquet Hall,Bar,Beauty Salon,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Kids Play Area,Lounge,Massage Centre,Meeting Room,Restaurant,Room Service,Sauna,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Ratchadapisek Road, Chompon Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/10/90/109009bf32d4070ed40be2901b0c02448d2fe82f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Bazaar Hotel is a monumental property accommodating 800 brand new hotel rooms, located on Ratcha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.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="Free CXL until 11/08/2026">
        <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="73.73" OriginalAmount="73.00" MarkupRule="1.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 13/08/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="73.73" OriginalAmount="73.00" MarkupRule="1.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 12/08/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="94" TotalAmount="73.75" OriginalAmount="73.02" MarkupRule="1.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="74.08" OriginalAmount="73.35" MarkupRule="1.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="74.42" OriginalAmount="73.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7240592" Longitude="100.5483408" StarRating="3" HotelCode="|54033" HotelName="Pinnacle Lumpinee Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="95" TotalAmount="74.48" OriginalAmount="73.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760429" Longitude="100.54257" StarRating="4" HotelCode="760914" HotelName="Seasons Siam Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>97 Rajaprarop, Makkasan Rajathevee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0007/60914/760914/40.jpg?f=17405871</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and a banquet hall.. Featured amenities include a 24-hour front desk and luggage storage. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.51" OriginalAmount="73.77" MarkupRule="1.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 16/08/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="74.69" OriginalAmount="73.95" MarkupRule="1.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="74.73" OriginalAmount="73.99" MarkupRule="1.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="Non Refundable">
        <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="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.730426" Longitude="100.530779" StarRating="3" HotelCode="115839|233364" HotelName="Rose" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/08/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="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727029716711" Longitude="100.5222239456" StarRating="3" HotelCode="53390|beanstalk_bangkok" HotelName="New Fuji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.751573" Longitude="100.563912" StarRating="3" HotelCode="188164|bu_place" HotelName="B.U. Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>567 Soi Suthiporn 2, Asoke-Dindaeng Road, Ratchadaphisek Soi 3, Bangkok 10400, Dindaeng</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/82/3082efa9a1883c75222345cc2dcbb4537afcf19c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.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="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75365497" Longitude="100.64324117" StarRating="3" HotelCode="495276|lucky_green_view" HotelName="Lucky Green View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>137 Soi Ramkhamhaeng 50, Bangkapi, Bangkok, 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/d9/7fd9f249764cc512744efe2efb9e098ee80b70a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7262602" Longitude="100.58550107" StarRating="3" HotelCode="516461|tha_city_loft_hotel" HotelName="THA  Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ekamai Soi 6, Sukhumwit 63, Phra Kanong Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/cc/8dcc01a6b41a75db3bfc3ff9858f9472ec8985cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.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="Non Refundable">
        <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="74.74" OriginalAmount="74.00" MarkupRule="1.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="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.732595" Longitude="100.522185" StarRating="3" HotelCode="933166|isanook_residence" HotelName="iSanook Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="95" TotalAmount="74.87" OriginalAmount="74.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75258" Longitude="100.54746" StarRating="4" HotelCode="74426" HotelName="Bangkok Palace Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>1091/336 New Phetchburi Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/74426/74426/1.jpg?f=17734174</HotelPictures>
        <HotelDescription>Enjoy a range of recreational amenities, including an outdoor pool, a sauna, and a fitness center. This hotel also features complimentary wireless internet access, concierge services, and a banquet hall. Guests can catch a ride on the complimentary shuttle, which operates within 10 kilometers.. Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. Planning an event in Bangkok? This hotel has 5274 square feet (490 square meters) of space consisting of a conference center and a meeting room. Free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.87" OriginalAmount="74.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.707394" Longitude="100.701322" StarRating="0" HotelCode="|446435" HotelName="Elegant Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="74.88" OriginalAmount="74.14" MarkupRule="1.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="16" TotalAmount="75.07" OriginalAmount="74.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72055673768" Longitude="100.79748497603" StarRating="3" HotelCode="178443|1171538" HotelName="Riverside Suvarnabhumi Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>549/18 Nut-Lat Krabang Road, Luangpheang Road, Thap Yao, Lat Krabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/05/d105fd6ecbe3a9e7714c64cbabe61e80e6f1a9a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the On Nut Lat Krabang area and is built on the river banks of Pravet Bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.13" OriginalAmount="74.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.747575" Longitude="100.5541415" StarRating="3" HotelCode="|103635" HotelName="Nana Hiso" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>88 Sukhumvit Rd. Soi 3 (Nana nua) Klongtoey Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/3/5/103635_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 5 minutes away from Phloen Chit the Station of. ROOM: Each room has WiFi (free of charge) and flatscreen cable television. FACILITIES: Guests are offered restaurant and private parking (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.17" OriginalAmount="74.43" MarkupRule="1.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="95" TotalAmount="75.27" OriginalAmount="74.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.790119" Longitude="100.57458" StarRating="3" HotelCode="3916967" HotelName="Aspira One Sutthisan" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>1 Suthisan Winitchai Road, Samsen Nok, Huai Khwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/16967/3916967/1.jpg?f=17527653</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center, or other amenities including complimentary wireless internet access and concierge services.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.32" OriginalAmount="74.57" MarkupRule="1.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 15/08/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="75.41" OriginalAmount="74.66" MarkupRule="1.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 17/08/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="75.71" OriginalAmount="74.96" MarkupRule="1.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 15/08/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="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743617" Longitude="100.555385" StarRating="3" HotelCode="98619|mac_boutique_suites" HotelName="MAC Boutique Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Sukhumvit Soi 7, alternativ: 23/8-10 Sukhumvit Road, Soi 7 &amp; Soi 11, Klongtoey Nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/f2/57f2dfda88180ec1d46b57d9472b6c53fa4a483b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a few steps away is BTS Nana Station and a little further is Asoke Station of the MRT subway, m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.744530952701" Longitude="100.64064889465" StarRating="3" HotelCode="377772|sky_place_srinakarin_" HotelName="Sky Place Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>522 Srinakarin Road, Suanlaung, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/fd/49fd9a8574cfbacf68cf28c5eacc463c2854e4af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.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 14/08/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="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7301" Longitude="100.5609" StarRating="3" HotelCode="446531|aspira_dandora_sukhumvit_16_2" HotelName="Aspira D'Andora Sukhumvit 16" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>180 2 Sukhumvit, 16 Sammitr Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/53/b553be9cd59f412a99648cbffcc4a38c1e3dd50d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76432269" Longitude="100.56274488" StarRating="0" HotelCode="520213|bb_garden_resort" HotelName="Bb Garden Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1169 Soi Ratchadapisek 3, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/2d/802dffd9266f7672de6cdfeb6482c9867524b6be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72927173" Longitude="100.56516794" StarRating="2" HotelCode="604412|1989_hostel_cafe" HotelName="1989 Sukhumvit Bangkok Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>267/1 Sukhumvit Soi 22, Klongtan, Klongteoy, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/5a/be5a0fb07d02378b983add261c9df1a6e30534a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.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="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Business Centre,Conference Hall,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>111 Rama 6 Soi 24, Thung Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/30/2830565937777e68bef705cfde7aeec85d524dad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bangkok and with The Jim Thompson House reachable within a 12-minute walk, Bangkok Oasis ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.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="94" TotalAmount="75.84" OriginalAmount="75.09" MarkupRule="1.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="76.04" OriginalAmount="75.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.714216" Longitude="100.594192" StarRating="3" HotelCode="|522096" HotelName="Goose Living" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="76.10" OriginalAmount="75.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.763258" Longitude="100.565283" StarRating="3" HotelCode="|446271" HotelName="The Neuf Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="76.11" OriginalAmount="75.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7615908" Longitude="100.5000066" StarRating="3" HotelCode="|103412" HotelName="Korbua House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="76.33" OriginalAmount="75.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7586256" Longitude="100.5643925" StarRating="3" HotelCode="|164150" HotelName="Praso Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>502/59 Asoke-Dindaeng Road, Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/1/5/0/164150_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 5 minutes away from Phra Ram 9 the Station of Fortune IT the shopping centre. ROOM: The rooms have a flat-screen television. FACILITIES: Guests are offered a massage service, WiFi and a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.34" OriginalAmount="75.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74099" Longitude="100.55947" StarRating="3" HotelCode="186271|1863038" HotelName="Best Comfort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/08/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="94" TotalAmount="76.40" OriginalAmount="75.64" MarkupRule="1.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="76.75" OriginalAmount="75.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.679314" Longitude="100.61652" StarRating="3" HotelCode="|131425" HotelName="Niran Grand Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>81/1 Soi Udomsuk 17, Sukhumvit 103 ,Bangna Bangkok 10260 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/4/2/5/131425_56820071030.jpg</HotelPictures>
        <HotelDescription>SITUATION: It has excellent transport links toSuvannaphum Airport the city centre and tourist points of interest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.702058894564" Longitude="100.51606446505" StarRating="4" HotelCode="187113|48198" HotelName="Grand Howard Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 Charoen-Raj Road, Bangkhlo, Bangkolaem, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/95/b895b7612be09fa1e78a473b0630a7ed39db9656.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international hotel enjoys an ideal setting located in the commercial and business district of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.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 16/08/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="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723706203342" Longitude="100.54833680391" StarRating="3" HotelCode="15880|pinnacle_lumpinee_park_hotel" HotelName="Pinnacle Lumpinee Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Soi Ngam Duphli, Rama 4 Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/e4/dae4dde076637d7689774a2f2334f31e35752b8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly hotel enjoys a convenient location within walking distance of the Lumpini MRT subway s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753920499613" Longitude="100.51509082317" StarRating="3" HotelCode="21217|prince_palace_hotel" HotelName="Prince Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>488/800 Damrongrak Road, Bo Bae Tower, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/b7/01b7e673205a2551ce14849b817262d0e8305d7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located city hotel is located close to China Town. The direct vicinity offers a typic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77426962" Longitude="100.57850857" StarRating="3" HotelCode="144204|atrium_boutique_hotel_2" HotelName="Atrium Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/08/2026" 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="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.752839298103" Longitude="100.54755091667" StarRating="3" HotelCode="326375|bangkok_palace_hotel" HotelName="Bangkok Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>City Square, 1091/336 New Petchburi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/bc/62bcf3b4e14c7df60bcec3360363a01a7058cdd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a central location in the vicinity of major businesses, shopping centres and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721764941995" Longitude="100.77442962826" StarRating="4" HotelCode="267091|avion_aparthotel" HotelName="Avion Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1646/99 Ladkrabang Road, Khwang, Ladkradang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/02/e00240111b93a7df21452aeaf56c80d5daaebb30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73517696" Longitude="100.55213978" StarRating="3" HotelCode="358835|alt_hotel_nana" HotelName="Alt Hotel Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.810482206846" Longitude="100.55906176156" StarRating="3" HotelCode="345603|zen_premium_chatuchak_park" HotelName="C U Inn Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1094/22-28 Vibhavadi Road, Bangkok 10900, Lad Yao, Chatuchak</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/28/c928e6ba34a19d1d1c0ede432ebffe1e3b6ea9de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.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="Free CXL until 16/08/2026" 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="76.76" OriginalAmount="76.00" MarkupRule="1.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="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.69983" Longitude="100.5342" StarRating="3" HotelCode="915496|nara_suite_residence_bangkok" HotelName="Nara Suite Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>311/2 New Sathorn Road, Naradthiwas Rajanagarindra 24, Chongnonsi, Yannawa, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/94/f294926fb7d37554d79868f546aa181276c27425.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.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="76.86" OriginalAmount="76.10" MarkupRule="1.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="94" TotalAmount="76.92" OriginalAmount="76.16" MarkupRule="1.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 12/08/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="76.93" OriginalAmount="76.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.83846" Longitude="100.63329" StarRating="3" HotelCode="|187101" HotelName="Media and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <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="76.93" OriginalAmount="76.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7206167" Longitude="100.7974437" StarRating="3" HotelCode="|129710" HotelName="Sp Residence Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>594/18 Onnut-lat Krabang Rd.ThapYao,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/7/1/0/129710_d03604e1016.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 105 rooms. SITUATION: It takes 15 minutes to get toSuvarnabhumi Airport the establishment, is next to Pravet Burirom the river Close to shopping centres and a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.96" OriginalAmount="76.20" MarkupRule="1.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="95" TotalAmount="77.01" OriginalAmount="76.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.67389" Longitude="100.60379" StarRating="4" HotelCode="2174928" HotelName="Brighton Hotel Bangkok" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>222 Sanpawut Road, Bang Na</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/74928/2174928/56.jpg?f=17301294</HotelPictures>
        <HotelDescription>Don't miss out on recreational opportunities including an indoor pool and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and wedding services.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Planning an event in Bangkok? This hotel has 14359 square feet (1334 square meters) of space consisting of conference space and 9 meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available on request), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.02" OriginalAmount="76.26" MarkupRule="1.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="77.07" OriginalAmount="76.31" MarkupRule="1.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 17/08/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="77.16" OriginalAmount="76.40" MarkupRule="1.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="95" TotalAmount="77.49" OriginalAmount="76.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.730111" Longitude="100.53116" StarRating="3" HotelCode="3963552" HotelName="56 Surawong Hotel And Residence" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>56 Thanon Surawong, Silom, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/63552/3963552/1.jpg?f=17390496</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and concierge services.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.49" OriginalAmount="76.72" MarkupRule="1.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 15/08/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="77.63" OriginalAmount="76.86" MarkupRule="1.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="77.71" OriginalAmount="76.94" MarkupRule="1.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="77.73" OriginalAmount="76.96" MarkupRule="1.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="Non Refundable">
        <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="77.76" OriginalAmount="76.99" MarkupRule="1.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="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.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="77.77" OriginalAmount="77.00" MarkupRule="1.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="77.77" OriginalAmount="77.00" MarkupRule="1.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="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72334" Longitude="100.527171" StarRating="3" HotelCode="188217|niagara_bangkok_2" HotelName="Niagara Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 soi 9, Thanon Silom, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/ee/c1eef10b2b1811ca34c7fa7f3b10a557b0701314.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.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 13/08/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="77.77" OriginalAmount="77.00" MarkupRule="1.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="95" TotalAmount="77.80" OriginalAmount="77.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72409" Longitude="100.5483" StarRating="3" HotelCode="78447" HotelName="Pinnacle Lumpini Park Hotel" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>17 Soi Ngam Duphli Rama 4 Rd Sathorn,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/78447/78447/205.jpg?f=17741201</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as an outdoor pool or take in the view from a rooftop terrace. Additional amenities at this hotel include complimentary wireless internet access, tour/ticket assistance, and a banquet hall.. Featured amenities include limo/town car service, a computer station, and luggage storage. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.80" OriginalAmount="77.03" MarkupRule="1.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 17/08/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="77.88" OriginalAmount="77.11" MarkupRule="1.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="77.90" OriginalAmount="77.13" MarkupRule="1.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="78.10" OriginalAmount="77.33" MarkupRule="1.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="78.20" OriginalAmount="77.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7272421" Longitude="100.536588" StarRating="3" HotelCode="|103679" HotelName="The Inn Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>5/12 Saladaeng Road, Silom, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/7/9/103679_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: The establishment, is a 2-minute walk away from BTS de Saladaeng and MRT de Silom the metro stations of. ROOM: Customers can find modern rooms with flatscreen television and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.22" OriginalAmount="77.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7212" Longitude="100.49042" StarRating="0" HotelCode="|240822" HotelName="Zenniq" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/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="78.25" OriginalAmount="77.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7649214" Longitude="100.5036241" StarRating="3" HotelCode="|35583" HotelName="Trang Bangkok - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="78.29" OriginalAmount="77.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.714748" Longitude="100.410526" StarRating="0" HotelCode="|538923" HotelName="Icare Residence and" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <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="78.53" OriginalAmount="77.75" MarkupRule="1.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="78.57" OriginalAmount="77.79" MarkupRule="1.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="78.58" OriginalAmount="77.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722608" Longitude="100.729846" StarRating="0" HotelCode="|555778" HotelName="Baan Mae Suvarnabhumi Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>705 Lat Krabang Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/7/7/8/555778_3e8e1ee1526.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.68" OriginalAmount="77.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7524278" Longitude="100.5388982" StarRating="3" HotelCode="|104756" HotelName="First House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="78.69" OriginalAmount="77.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74956" Longitude="100.533098" StarRating="3" HotelCode="|405755" HotelName="P18" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/08/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="78.72" OriginalAmount="77.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.769694" Longitude="100.570398" StarRating="3" HotelCode="|537739" HotelName="Prom" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.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="78.78" OriginalAmount="78" MarkupRule="1.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="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="771794|367943" HotelName="The Victory View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/08/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="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.699153326002" Longitude="100.50014019012" StarRating="3" HotelCode="37765|tongtara_riverview_hotel" HotelName="Tongtara Riverview" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9/99 Charoen Krung Road, Bangkoleam</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/1a/811a2de9dbd5833a5f5ba090fa776c23474411ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly city hotel is located on a river bank close to the harbour. The centre of Bangkok is s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.752271339646" Longitude="100.53853332996" StarRating="3" HotelCode="12524|first_house" HotelName="First House Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14/20-29 Petchburi 19 Road, Soi Juldis, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/41/d54192747edaa56f6e627471795734235ba9b008.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel reserves a very friendly welcome for its guests, a typical part of Thai hospitality, with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.773241" Longitude="100.608415" StarRating="3" HotelCode="100181|town_in_town_hotel_bangkok" HotelName="Town In Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>300/1 Ladprao 94, Wangthonglang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/12/cf12a5e5f902eb635def15e5cdafceff922685ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on Pradit Manutham Road, adjacent to the Ekamai-Ramintra Express way, which p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.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="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.790815742406" Longitude="100.54418537262" StarRating="3" HotelCode="341290|pradipat_hotel" HotelName="Pradipat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>173/1 Pradipat Road, Samsennai, Phyathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/35/e535f4ac7054f3e972b1427028e0336e3f1a88ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Pradiphat hotel provide 24 Hrs. facilities that include Food and drink Café Spa Traditional massage ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737276995476" Longitude="100.5617246835" StarRating="3" HotelCode="424834|wellness_residence_" HotelName="Wellness Residence &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/08/2026" 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="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760499982731" Longitude="100.50613481453" StarRating="3" HotelCode="401829|nanda_heritage_hotel" HotelName="Nanda Heritage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>632 Wisut Kasat Road, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/29/6729050f3ed1c9da726b8955c116947b4f90c1a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 55 rooms. Services and facilities at the hotel in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722996" Longitude="100.774433" StarRating="4" HotelCode="903941|suvarnabhumi_suite" HotelName="Suvarnabhumi Suite" 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,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="16" TotalAmount="78.83" OriginalAmount="78.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.791923519838" Longitude="100.54334533876" StarRating="2" HotelCode="56165|1575728" HotelName="Elizabeth Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/08/2026" 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="94" TotalAmount="78.97" OriginalAmount="78.19" MarkupRule="1.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="95" TotalAmount="79.02" OriginalAmount="78.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7457" Longitude="100.52021" StarRating="4" HotelCode="125841" HotelName="Twin Towers Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>88 Rong Muang, Patumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/25841/125841/1.jpg?f=17725536</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages. You're sure to appreciate the recreational amenities, including an outdoor pool, a sauna, and a fitness center. This hotel also features complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include a business center, limo/town car service, and express check-in. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.04" OriginalAmount="78.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753" Longitude="100.538165" StarRating="3" HotelCode="|411875" HotelName="The Konnect" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/2026">
        <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="94" TotalAmount="79.26" OriginalAmount="78.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.6913563" Longitude="100.5077362" StarRating="3" HotelCode="|172651" HotelName="At 1150 Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1150 Soi Satupradit 20, Bangklo, Bangkolam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/5/1/172651_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.55" OriginalAmount="78.76" MarkupRule="1.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="79.65" OriginalAmount="78.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7733172" Longitude="100.6085403" StarRating="4" HotelCode="|36684" HotelName="Town In Town  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="27" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.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="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.710328" Longitude="100.602007" StarRating="3" HotelCode="73113|the_bedrooms_boutique_hotel" HotelName="The Bedrooms Boutique" Meals="ROOM ONLY" 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="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757083" Longitude="100.542449" StarRating="3" HotelCode="188171|budacco" HotelName="Budacco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/08/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="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760073" Longitude="100.537057" StarRating="3" HotelCode="141130|the_victory_executive_residences_bangkok" HotelName="The Victory" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Garden,Internet,Kitchen,Laundry,Restaurant,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35-39 Soi Sri Ayuthaya 12, Sri Ayuthaya Road, Rajthevee, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/49/6f493ddcb1a7d32ef72220edaf39ff1606057494.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located on a small, quiet lane in the city centre, within walking distance of Vict...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735428" Longitude="100.560182" StarRating="3" HotelCode="205226|tune_hotel_asoke_bangkok" HotelName="Red Planet Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Sukhumvit Soi 14, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/32/be32703a394c0ee25765d9aba97e8ca0afd0d447.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729453" Longitude="100.572398" StarRating="3" HotelCode="500238|41_suite_bangkok" HotelName="41 Suite Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2/39-41 Soi Sukhumvit 41 (Pirom), Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/9a/7d9a8a2ffd679a0a31ac02c15fba72a0cce282c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.82508862" Longitude="100.56724766" StarRating="3" HotelCode="520177|the_plim_place_" HotelName="The Plimplace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="94" TotalAmount="79.81" OriginalAmount="79.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7918422" Longitude="100.5370578" StarRating="3" HotelCode="|103430" HotelName="Bangkok Living" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>96/5 Pradipat Road, Samsen-nai, Phayathai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/3/0/103430_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers a swimming pool, a gym, a garden, WiFi (free of charge), a washing machine and tumble dryers. SITUATION: This establishment, is situated 1 kilometre away from Bang Sue the underground station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="79.82" OriginalAmount="79.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.752592" Longitude="100.53893" StarRating="3" HotelCode="17657" HotelName="First House Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>14/20-29 Newpetchburi Road Soi19, Phyathai Rajthevee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/17657/17657/37.jpg?f=17681301</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and shopping on site.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. This hotel has 2 meeting rooms available for events. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="79.83" OriginalAmount="79.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.79289" Longitude="100.57397" StarRating="3" HotelCode="543729" HotelName="Lantana Resort Hotel Bangkok" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>229 Ratchadaphisek Road, Din Daeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/43729/543729/1.jpg?f=17538114</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center, or other amenities including concierge services and a television in a common area. Getting to nearby attractions is a breeze with the area shuttle (surcharge).. Featured amenities include a business center, express check-out, and a 24-hour front desk. Planning an event in Bangkok? This resort has 2153 square feet (200 square meters) of space consisting of conference space and 2 meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="80.00" OriginalAmount="79.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.763807" Longitude="100.50118" StarRating="3" HotelCode="3966879" HotelName="4 Monkeys Hotel" Meals="PREMIER ROOM" BedType="PREMIER ROOM">
        <Address>
          <AddressLines>
            <AddressLine>39 Soi Samsen 6,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/66879/3966879/1.jpg?f=17239564</HotelPictures>
        <HotelDescription>This hotel offers designated smoking areas.. Featured amenities include a 24-hour front desk, a safe deposit box at the front desk, and an elevator. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.43" OriginalAmount="79.63" MarkupRule="1.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="80.55" OriginalAmount="79.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7141828" Longitude="100.5934435" StarRating="3" HotelCode="|172671" HotelName="Beat  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="80.80" OriginalAmount="80.00" MarkupRule="1.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="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.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="80.80" OriginalAmount="80.00" MarkupRule="1.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="Free CXL until 13/08/2026" 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="80.80" OriginalAmount="80.00" MarkupRule="1.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="80.80" OriginalAmount="80.00" MarkupRule="1.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="94" TotalAmount="80.86" OriginalAmount="80.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72092" Longitude="100.77442" StarRating="4" HotelCode="|169995" HotelName="Avion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/2026">
        <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="94" TotalAmount="81.07" OriginalAmount="80.27" MarkupRule="1.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="81.10" OriginalAmount="80.30" MarkupRule="1.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 16/08/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="94" TotalAmount="81.14" OriginalAmount="80.34" MarkupRule="1.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="Free CXL until 18/08/2026">
        <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="81.19" OriginalAmount="80.39" MarkupRule="1.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 16/08/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="81.39" OriginalAmount="80.58" MarkupRule="1.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="81.44" OriginalAmount="80.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75478" Longitude="100.53604" StarRating="3" HotelCode="|386658" HotelName="Spittze Pratunam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="81.47" OriginalAmount="80.66" MarkupRule="1.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="81.49" OriginalAmount="80.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.764623" Longitude="100.564827" StarRating="3" HotelCode="|357203" HotelName="Sitara Place Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="81.64" OriginalAmount="80.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76906" Longitude="100.62208" StarRating="3" HotelCode="|187196" HotelName="Yotaka Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="81.70" OriginalAmount="80.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740213" Longitude="100.512535" StarRating="0" HotelCode="|170007" HotelName="Hua Lamphong Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>326/1, Rama IV Road, Mahaphruttharam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/0/0/7/170007_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 26 rooms. SITUATION: This establishment, Bangkok it is in it is in the city centre, near the establishment, guests will find the railway station, the bus station, the bus stop, the metro stop and places of interest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="81.80" OriginalAmount="80.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72914" Longitude="100.56498" StarRating="4" HotelCode="538342" HotelName="Admiral Suites Bangkok" Meals="SUPERIOR STUDIO" BedType="SUPERIOR STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>38, 38/14 Sukhumvit Soi 22,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/38342/538342/20.jpg?f=17486305</HotelPictures>
        <HotelDescription>Be sure to enjoy recreational amenities, including an outdoor pool, a sauna, and a fitness center. This hotel also features complimentary wireless internet access and concierge services.. Featured amenities include complimentary newspapers in the lobby, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="856298|367509" HotelName="Baan Wanchart Resdience" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/08/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="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.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="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.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="81.81" OriginalAmount="81.00" MarkupRule="1.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="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738906" Longitude="100.553422" StarRating="3" HotelCode="260597|sm_grande_residence_3" HotelName="S.M. Grande Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="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="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.814425475287" Longitude="100.62397765234" StarRating="3" HotelCode="343870|oun_hotel_bangkok" HotelName="Oun Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>364/3 Soi Yothinpattana, Yothinpattana Road, Klongjun, Bang Kapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/8b/2f8b50003daa0b78477c9fbc409930d3e1fae746.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a restaurant, a bar and room service. Wireless internet access is available to gues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754588284856" Longitude="100.49778813066" StarRating="3" HotelCode="339998|the_warehouse_bangkok" HotelName="The Warehouse Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>120 Bunsiri Road, San Chao Por Sua, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/ce/55ce130bbc6b0cc70c09dbb6ec31850da4c6d423.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.783706449538" Longitude="100.54395016783" StarRating="2" HotelCode="547938|josh_hotel" HotelName="Josh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>19/2 Phahon Yothin Road, Soi Ari 4 Nuea, Samsen Nai, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/19/1d19d99522963cd301b45378edbda54e6a89c82c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75275113" Longitude="100.53815969" StarRating="3" HotelCode="612843|konnect" HotelName="The Konnect Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" 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="94" TotalAmount="81.94" OriginalAmount="81.13" MarkupRule="1.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 14/08/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="82.13" OriginalAmount="81.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757314" Longitude="100.534576" StarRating="2" HotelCode="|172075" HotelName="Florida" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>43 Phaya Thai Road Ratchathewi Bangkok 10400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/0/7/5/172075_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.17" OriginalAmount="81.36" MarkupRule="1.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="82.17" OriginalAmount="81.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7538397" Longitude="100.5427543" StarRating="3" HotelCode="|83173" HotelName="Tango Vibrant Living" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="82.29" OriginalAmount="81.48" MarkupRule="1.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 17/08/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="94" TotalAmount="82.29" OriginalAmount="81.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754113" Longitude="100.515698" StarRating="4" HotelCode="|26179" HotelName="Prince Palace  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="82.33" OriginalAmount="81.51" MarkupRule="1.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 16/08/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="94" TotalAmount="82.36" OriginalAmount="81.54" MarkupRule="1.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="82.43" OriginalAmount="81.61" MarkupRule="1.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 18/08/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="82.63" OriginalAmount="81.81" MarkupRule="1.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 17/08/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="82.73" OriginalAmount="81.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7538834" Longitude="100.5290146" StarRating="3" HotelCode="|26181" HotelName="Samran Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/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="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.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="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.758465" Longitude="100.612709" StarRating="3" HotelCode="89144|dynasty_bangkok_huamark_hotel" HotelName="Dynasty Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Ramkhamhaeng 35, Huamark, Bangkapi, 10240 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/c3/d5c3cd846b580fe489c8ed0ef7bb45eaccc0dbd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city business hotel is conveniently located on Ramkhamhaeng Road, just a short stroll away from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.829676" Longitude="100.563075" StarRating="3" HotelCode="167001|northgate_ratchayothin_serviced_residence" HotelName="Northgate Ratchayothin Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/08/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="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733812277172" Longitude="100.56344785428" StarRating="3" HotelCode="114170|baan_sukhumvit_soi_20" HotelName="Baan Sukhumvit Soi 20" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>392/38-39 Sukhumvit Road, Sukhumvit Soi 20, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/47/48478caa32e3f98edd1d1d8e33b00e024b8d9e0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727589055608" Longitude="100.52459989207" StarRating="3" HotelCode="414188|kokotel_surawong" HotelName="Kokotel Surawong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72947039" Longitude="100.51976834" StarRating="2" HotelCode="438698|the_backpack_hostel" HotelName="The Backpack Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="82.82" OriginalAmount="82.00" MarkupRule="1.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 15/08/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="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.668282" Longitude="100.646725" StarRating="4" HotelCode="933165|maple_hotel_2" HotelName="Maple Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Srinakarin Road, Bangna, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/f3/4af377bd25d7c67a3eb16e759533eeae624a011a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.88" OriginalAmount="82.06" MarkupRule="1.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 16/08/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="95" TotalAmount="82.89" OriginalAmount="82.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75344" Longitude="100.53614" StarRating="3" HotelCode="2500132" HotelName="Nap Hotel Bangkok" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Phetchaburi 13, Phethburi Road, Phayathai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/00132/2500132/1.jpg?f=17470261</HotelPictures>
        <HotelDescription>This hotel offers designated smoking areas.. Featured amenities include a computer station, a 24-hour front desk, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.12" OriginalAmount="82.30" MarkupRule="1.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="83.40" OriginalAmount="82.57" MarkupRule="1.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="94" TotalAmount="83.48" OriginalAmount="82.65" MarkupRule="1.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="83.53" OriginalAmount="82.70" MarkupRule="1.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 17/08/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="83.56" OriginalAmount="82.73" MarkupRule="1.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="83.57" OriginalAmount="82.74" MarkupRule="1.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="83.58" OriginalAmount="82.75" MarkupRule="1.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 18/08/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="83.63" OriginalAmount="82.80" MarkupRule="1.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="83.68" OriginalAmount="82.85" MarkupRule="1.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="83.73" OriginalAmount="82.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746298" Longitude="100.6031716" StarRating="4" HotelCode="|446498" HotelName="Almas Hotel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73511933" Longitude="100.55807782" StarRating="4" HotelCode="346135|173248" HotelName="Galleria 12 Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81/83 Sukhumvit Soi 12, Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2b/6e/2b6e5fa6c881bfa2bf3c3053a9f7d61ac0276f5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753062" Longitude="100.546244" StarRating="4" HotelCode="73784|13983" HotelName="Ramada by Wyndham D MA Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724170779634" Longitude="100.57160821106" StarRating="3" HotelCode="397780|233291" HotelName="The Kaze 34 Service Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>66 Sukhumvit Road, Soi 34, Klongton, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/ea/e6eabc2e52e5403a584fa16fdaa4c70b3e10e156.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.875535417845" Longitude="100.58004587889" StarRating="3" HotelCode="67968|ebina_house" HotelName="Ebina House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73/39 Vipavadee Rangsit Road 64, Bangkhen, 10210 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/6f/bd6ff55a35bbc5399d9ff87f2e027cad66480a18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within easy reach of the business centre and places of interest by the toll way...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737977890482" Longitude="100.55347286012" StarRating="3" HotelCode="15062|ibis_bangkok_nana" HotelName="ibis Bangkok Sukhumvit 4 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/08/2026" 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="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.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 16/08/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="83.83" OriginalAmount="83.00" MarkupRule="1.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 15/08/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="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76343152" Longitude="100.49882273" StarRating="2" HotelCode="779639|zeds" HotelName="Zeds" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026">
        <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="83.83" OriginalAmount="83.00" MarkupRule="1.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="83.92" OriginalAmount="83.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739658" Longitude="100.561883" StarRating="3" HotelCode="|396337" HotelName="Studio Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22/3-4 NT Building Sukhumvit 21 Road (Asoke) Klong Toey- Nua, Wattana Bangkok Thailand 10110, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/3/3/7/396337_61916ae0657.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.92" OriginalAmount="83.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.824987" Longitude="100.571615" StarRating="3" HotelCode="|405622" HotelName="Justice" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/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="83.95" OriginalAmount="83.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.693156" Longitude="100.644967" StarRating="4" HotelCode="|396933" HotelName="Mii Hotel Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Srinakarin Road, Soi Supaphong 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/9/3/3/396933_a7728180955.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="84.01" OriginalAmount="83.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740418" Longitude="100.509865" StarRating="4" HotelCode="1877895" HotelName="Hotel Royal Bangkok" Meals="SUPERIOR ROOM - NO WINDOWS" BedType="SUPERIOR ROOM - NO WINDOWS">
        <Address>
          <AddressLines>
            <AddressLine>409-421/4 Yaowaraj Road, Chinatown</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/77895/1877895/36.jpg?f=17744378</HotelPictures>
        <HotelDescription>Enjoy recreational amenities such as an outdoor pool and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and shopping on site.. Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. Free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.22" OriginalAmount="83.39" MarkupRule="1.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 11/08/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="84.30" OriginalAmount="83.47" MarkupRule="1.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 17/08/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="94" TotalAmount="84.40" OriginalAmount="83.56" MarkupRule="1.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="84.49" OriginalAmount="83.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7226251" Longitude="100.584399" StarRating="4" HotelCode="|103485" HotelName="Bourbon St Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <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="95" TotalAmount="84.53" OriginalAmount="83.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75478" Longitude="100.53769" StarRating="3" HotelCode="4038180" HotelName="City Park Hotel Bangkok Pratunam By Pcl" Meals="SUPERIOR DOUBLE ROOM" BedType="SUPERIOR DOUBLE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>71 Soi Somprasong3, Ratchathewi,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/38180/4038180/2.jpg?f=17231840</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages.. Featured amenities include a 24-hour front desk, luggage storage, and a safe deposit box at the front desk..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.64" OriginalAmount="83.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7613" Longitude="100.61712" StarRating="3" HotelCode="|396978" HotelName="Baan Thai Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="84.67" OriginalAmount="83.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.9112587" Longitude="100.5531541" StarRating="3" HotelCode="|164127" HotelName="Deluxe At Popular Condo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Popular Condo, C5 at Popular Condo Building, Don muang - impact, Don Muang / Impact</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/1/2/7/164127_0b195a61123.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a car park (free of charge). SITUATION: This establishment, IMPACT Muang Thong Thani it is 5 minutes drive away from. ROOM: Each room has WiFi (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.71" OriginalAmount="83.87" MarkupRule="1.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="84.78" OriginalAmount="83.94" MarkupRule="1.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 17/08/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="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738986" Longitude="100.55807" StarRating="3" HotelCode="188238|58061" HotelName="Ruamchit Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/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="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738203" Longitude="100.555911" StarRating="3" HotelCode="165847|48724" HotelName="Sawasdee @ Sukhumvit Soi 8" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/08/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="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.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="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73078739" Longitude="100.57060417" StarRating="3" HotelCode="343767|retro39" 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="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.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="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75387687" Longitude="100.53822612" StarRating="3" HotelCode="782917|the_house_pratunam" HotelName="The House Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>41/5-8 Soi Petchburi 17, Petchburi Road, Thanonphyathai, Rachatewee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/32/06328938f70ce4e04f64f4056ca3eeb82038a753.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The House Pratunam is a loft styled hotel with unique decoration and exceptional location. Staying w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.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="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.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 14/08/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="84.85" OriginalAmount="84.01" MarkupRule="1.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="84.97" OriginalAmount="84.13" MarkupRule="1.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 13/08/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="85.00" OriginalAmount="84.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7294684" Longitude="100.5196884" StarRating="0" HotelCode="|357873" HotelName="The Backpack" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="85.14" OriginalAmount="84.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7381302" Longitude="100.5532888" StarRating="3" HotelCode="|48283" HotelName="Ibis Bangkok Sukhumvit 4" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <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="94" TotalAmount="85.18" OriginalAmount="84.34" MarkupRule="1.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 18/08/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="85.20" OriginalAmount="84.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757056" Longitude="100.5033942" StarRating="2" HotelCode="|172629" HotelName="Sourire At Rattanakosin Island" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="85.26" OriginalAmount="84.42" MarkupRule="1.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="85.40" OriginalAmount="84.55" MarkupRule="1.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="85.67" OriginalAmount="84.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.9077593" Longitude="100.6001765" StarRating="4" HotelCode="|397019" HotelName="The Iconic Don Mueang Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Don Muang, 58/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/0/1/9/397019_5a812a61242.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.80" OriginalAmount="84.95" MarkupRule="1.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="27" TotalAmount="85.85" OriginalAmount="85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753766735134" Longitude="100.54276446485" StarRating="3" HotelCode="903081|56427" HotelName="Tango Vibrant Living Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Wattanawong, Makasan, Rachathavee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/2a/822ac02696c872acec515efeb80df8cbe45f8d79.jpeg</HotelPictures>
        <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="27" TotalAmount="85.85" OriginalAmount="85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736362554877" Longitude="100.58886688541" StarRating="3" HotelCode="378804|199665" HotelName="United Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>414 Sukhumvit, Soi 63, Ekamai 26, Sukhumvit Road, Klongton Nua, Watana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/97/95978876cd63367d95e0264aabc927af9409fce0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.783893" Longitude="100.472819" StarRating="3" HotelCode="64959|the_royal_city_hotel" 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="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.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="Non Refundable" 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="85.85" OriginalAmount="85.00" MarkupRule="1.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="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73477192" Longitude="100.51193909" StarRating="2" HotelCode="520004|river_view_guest_house" HotelName="River View Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>768 Soi Panurangsi, Songwad Road, Talad Noi, Samphantawongs, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/4f/2c4f04f302644654c4945b6a5da79399c91c8f38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.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="Free CXL until 16/08/2026">
        <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="85.85" OriginalAmount="85.00" MarkupRule="1.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="86.00" OriginalAmount="85.15" MarkupRule="1.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 15/08/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="86.03" OriginalAmount="85.18" MarkupRule="1.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="Non Refundable">
        <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="86.03" OriginalAmount="85.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.662493" Longitude="100.624425" StarRating="3" HotelCode="|416731" HotelName="Pompom Home" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="86.14" OriginalAmount="85.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7410958" Longitude="100.5558018" StarRating="3" HotelCode="|103497" HotelName="Maxim's Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="86.16" OriginalAmount="85.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.764536" Longitude="100.544045" StarRating="0" HotelCode="|524761" HotelName="VDA Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Soi Ratchwithi 2 Ratchawithi Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/7/6/1/524761_95518950913.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.44" OriginalAmount="85.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77487" Longitude="100.57488" StarRating="4" HotelCode="|210383" HotelName="Praso @ Ratchada 12" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>194 Soi Ratchadapisek 12 Huai Khwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/3/8/3/210383_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.45" OriginalAmount="85.59" MarkupRule="1.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="86.50" OriginalAmount="85.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.792017" Longitude="100.543395" StarRating="3" HotelCode="|27820" HotelName="Elizabeth" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/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="86.55" OriginalAmount="85.69" MarkupRule="1.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="86.56" OriginalAmount="85.70" MarkupRule="1.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="Free CXL until 15/08/2026">
        <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="86.60" OriginalAmount="85.74" MarkupRule="1.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="94" TotalAmount="86.67" OriginalAmount="85.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7610557" Longitude="100.5017549" StarRating="0" HotelCode="|277543" HotelName="Baan Nampetch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="86.81" OriginalAmount="85.95" MarkupRule="1.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 14/08/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="86.84" OriginalAmount="85.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737831" Longitude="100.5520174" StarRating="4" HotelCode="|103680" HotelName="Solo Sukhumvit 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Sukhumvit Soi 2, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/8/0/103680_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel. ROOM: The stylish rooms and have WiFi, (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.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="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7667812" Longitude="100.48434396" StarRating="2" HotelCode="586295|499169" 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="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.726139493903" Longitude="100.51602389929" StarRating="3" HotelCode="603666|227171" HotelName="Oriental Heritage Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1180 Charoen Krung Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/a4/aaa47b2e3c9625c5c72b124c03dcec54a232b3bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.796666940548" Longitude="100.71479737758" StarRating="3" HotelCode="93366|eastin_easy_siam_piman_bangkok" HotelName="Siam Piman Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Ramkhamhaeng Road Soi 170, Minburi, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/50/b7500dd801d9f5e501a45bdffcb7cbe3a7475181.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to one of Bangkok's largest shopping malls and the local Thai market. Also, it ha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746159185763" Longitude="100.55119872093" StarRating="4" HotelCode="72909|furamaxclusive_sukhumvit" HotelName="FuramaXclusive Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Sukhumvit Soi 1, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/54/80/5480d9d159ad94f05aee9fb45ddc46a2613877af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is very close to Bumrungrad International Hospital, 5 minutes from the BTS Skytrain (Ploe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757449" Longitude="100.51313" StarRating="4" HotelCode="16999|royal_princess_larn_luang" HotelName="Royal Princess Larn Luang" 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,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="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75412163" Longitude="100.52882476" StarRating="3" HotelCode="345249|bangkok_city_hotel_3" HotelName="Bangkok City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Designated Smoking Area,Internet,Parking,Restaurant,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>268 Soi Petchburi, 10-12 Petchburi Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/32/b332e111d4838a5eebec9833b9f2916a83f00850.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;BANGKOK CITY HOTELA brand new chic budget class hotel located at Petchaburi Road in the heart of Ban...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.838665632739" Longitude="100.63315842274" StarRating="3" HotelCode="398544|media_resort" 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="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71849763" Longitude="100.51638211" StarRating="3" HotelCode="539230|sathorn_terrace_apartment_2" HotelName="Sathorn Terrace Apartment &amp; Escape B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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="86.86" OriginalAmount="86.00" MarkupRule="1.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 14/08/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="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="966942|lee_place_hotel" HotelName="Lee Place Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/08/2026">
        <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="86.93" OriginalAmount="86.07" MarkupRule="1.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="95" TotalAmount="86.95" OriginalAmount="86.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.717876" Longitude="100.51657" StarRating="4" HotelCode="149643" HotelName="Oakwood Hotel &amp; Residence Bangkok" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>143 South Sathorn Road, Yannawa, Sathorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/49643/149643/5.jpg?f=17671427</HotelPictures>
        <HotelDescription>Take time to pamper yourself with a visit to the full-service spa. You're sure to appreciate the recreational amenities, including an outdoor pool, a sauna, and a fitness center. This hotel also features complimentary wireless internet access, concierge services, and a banquet hall. Getting to nearby attractions is a breeze with the area shuttle (surcharge).. Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.04" OriginalAmount="86.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7200874" Longitude="100.4934847" StarRating="3" HotelCode="|359155" HotelName="W Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>26 Soi Krung Thonburi 2, Krung Thunburi Road, Kwang Banglampoolang, Khet Klongsan Banglampoolang Klongsan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/1/5/5/359155_37a12571211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.16" OriginalAmount="86.30" MarkupRule="1.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="95" TotalAmount="87.48" OriginalAmount="86.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736058" Longitude="100.552055" StarRating="3" HotelCode="363690" HotelName="Icheck Inn Residence Soi 2" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>71 Sukhumvit Soi 2, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0003/63690/363690/10.jpg?f=17737044</HotelPictures>
        <HotelDescription>Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless internet access and tour/ticket assistance.. Featured amenities include express check-in, express check-out, and dry cleaning/laundry services. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.50" OriginalAmount="86.63" MarkupRule="1.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="87.58" OriginalAmount="86.71" MarkupRule="1.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="87.67" OriginalAmount="86.80" MarkupRule="1.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 17/08/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="87.74" OriginalAmount="86.87" MarkupRule="1.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 15/08/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="94" TotalAmount="87.78" OriginalAmount="86.91" MarkupRule="1.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 17/08/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="87.86" OriginalAmount="86.99" MarkupRule="1.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="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743944867468" Longitude="100.58366478036" StarRating="3" HotelCode="255723|58642" HotelName="Dheva Residence Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" 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="27" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.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 15/08/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="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.761554864866" Longitude="100.49306445225" StarRating="2" HotelCode="36350|174448" HotelName="New Siam 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75314" Longitude="100.53117" StarRating="0" HotelCode="|186482" HotelName="Bed Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>486/149-150 Soi Petchaburi 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/4/8/2/186482_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.889493056282" Longitude="100.57875782209" StarRating="3" HotelCode="37710|mida_city_resort_bangkok" HotelName="Mida Airport Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.779125" Longitude="100.573394" StarRating="3" HotelCode="186273|the_park_residence_at_bangkok" HotelName="Park Residence @ Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="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="87.87" OriginalAmount="87.00" MarkupRule="1.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="87.87" OriginalAmount="87.00" MarkupRule="1.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="87.87" OriginalAmount="87.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>308/1 Rama 9 Road, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/8a/ae8ab97706f9768229cd0fa5eeb9d0986500065b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.98" OriginalAmount="87.11" MarkupRule="1.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="88.00" OriginalAmount="87.13" MarkupRule="1.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="95" TotalAmount="88.06" OriginalAmount="87.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75399" Longitude="100.51436" StarRating="4" HotelCode="26842" HotelName="Prince Palace Hotel Bangkok" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>488/800 Bo Bae Tower, Damrongrak Road, Klong Mahanak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/26842/26842/1.jpg?f=17727151</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. You're sure to appreciate the recreational amenities, which include 2 outdoor swimming pools, a sauna, and a fitness center. This hotel also features complimentary wireless internet access, concierge services, and a hair salon.. Featured amenities include a business center, limo/town car service, and complimentary newspapers in the lobby. Planning an event in Bangkok? This hotel has 31732 square feet (2948 square meters) of space consisting of conference space and a meeting room. Free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.06" OriginalAmount="87.19" MarkupRule="1.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 16/08/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="88.16" OriginalAmount="87.29" MarkupRule="1.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="88.28" OriginalAmount="87.41" MarkupRule="1.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="88.47" OriginalAmount="87.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75592" Longitude="100.53017" StarRating="3" HotelCode="|243658" HotelName="Noursabah Bed Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/08/2026">
        <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="34" TotalAmount="88.48" OriginalAmount="87.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.717825001857" Longitude="100.56540283105" StarRating="3" HotelCode="405497|597368" HotelName="Rompo Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" 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="88.58" OriginalAmount="87.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7575383" Longitude="100.6138847" StarRating="0" HotelCode="|439691" HotelName="Madison Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/6 Soi Ramkhamhaeng 35, Bangkapi Bangkok 10240, Bangkok, 10240</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/6/9/1/439691_bfa5cfe1019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.62" OriginalAmount="87.74" MarkupRule="1.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 18/08/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="88.64" OriginalAmount="87.76" MarkupRule="1.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="94" TotalAmount="88.67" OriginalAmount="87.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7514038" Longitude="100.5032006" StarRating="0" HotelCode="|172696" HotelName="Chern" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/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="88.72" OriginalAmount="87.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73918" Longitude="100.558277" StarRating="3" HotelCode="|172604" HotelName="Ruamchitt Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="88.82" OriginalAmount="87.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75186" Longitude="100.537085" StarRating="4" HotelCode="|439706" HotelName="Pratunam Atrium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="88.83" OriginalAmount="87.95" MarkupRule="1.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="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.708497520951" Longitude="100.64519493092" StarRating="4" HotelCode="352039|223856" HotelName="Grand Lord Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/08/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="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741288" Longitude="100.558652" StarRating="4" HotelCode="161093|20432" HotelName="Kingston Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" 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="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7518699" Longitude="100.53777843" StarRating="2" HotelCode="738624|254073" HotelName="Leela Orchid Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>833 Phetchaburi 17, Phayathai, Pathumwan, Pratinam, Ratchathewi, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/73/3f73e239e61a67a1fdfc2b4891e9fccf0cb8d025.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72229614" Longitude="100.56471113" StarRating="3" HotelCode="853862|367959" HotelName="V One Pride Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>601-603 Sukhumvit Soi 22, Khlong Toei, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/fa/9dfa85510d1beff63d63a996f0abb543cb95ccd4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735743926969" Longitude="100.55599853396" StarRating="3" HotelCode="97642|citadines_sukhumvit_8_bangkok" HotelName="Citadines Sukhumvit 8 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753086351207" Longitude="100.53111915548" StarRating="2" HotelCode="393896|bed_station_hostel" HotelName="Bed Station Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>486/149-150 Soi Petchaburi 16, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/39/d939ea9dc5736fdb91b2c0037d006adc66532c5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74238618" Longitude="100.58089119" StarRating="3" HotelCode="464062|montara_serviced_apartment_thonglor_25" HotelName="Montara Serviced Apartment Thonglor 25" Meals="ROOM ONLY" 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="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76524111" Longitude="100.50163453" StarRating="3" HotelCode="857381|peace_land_khaosan" HotelName="Peace Land Khaosan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>105 Soi-Wat Mai, Witsutkasat, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/8b/e18b1793aaf2a0ee8bdc3d5e5b4d57a7b97c25ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Peace Land Khaosan provides accommodation set in Bangkok, 1.5 km from Khao San Road and 2.3 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.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 15/08/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="94" TotalAmount="88.93" OriginalAmount="88.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7532935" Longitude="100.5374611" StarRating="3" HotelCode="|103448" HotelName="The Period Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="89.00" OriginalAmount="88.12" MarkupRule="1.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="89.11" OriginalAmount="88.23" MarkupRule="1.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 18/08/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="94" TotalAmount="89.17" OriginalAmount="88.29" MarkupRule="1.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="89.17" OriginalAmount="88.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.725624" Longitude="100.516105" StarRating="0" HotelCode="|73421" HotelName="New Road Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1216/1 Charoen Krung Rd. Between Soi 34 and 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/4/2/1/73421_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This economical, central establishment, has a restaurant, a bar, internet and a DVD room. SITUATION: It is located close to Silom the railway station, New Road Guest500 metres away from Siam Square It is situated 4 kilometres away from it is 35 kilometres away from the airport. ROOM: The establishment has shared facilities, shared bathrooms and an air-conditioning system. standard and superior rooms, have a bathroom with a bath or shower, a mini-bar, a television, a direct line telephone, an air-conditioning system and heating. All the rooms have bedding.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.17" OriginalAmount="88.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741339" Longitude="100.558343" StarRating="4" HotelCode="|129586" HotelName="Kingston Suites Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="89.23" OriginalAmount="88.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7178069" Longitude="100.5162049" StarRating="0" HotelCode="|358668" HotelName="Haus Sathorn 21" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>425/5 , Sathorn 21, South Sathorn, Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/6/6/8/358668_1c9d3181244.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.29" OriginalAmount="88.41" MarkupRule="1.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="95" TotalAmount="89.30" OriginalAmount="88.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72512" Longitude="100.525215" StarRating="4" HotelCode="103065" HotelName="Furama Silom Bangkok Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>533 Si Lom Road, Si Lom, Bang Rak,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/03065/103065/34.jpg?f=17750847</HotelPictures>
        <HotelDescription>Be sure to enjoy recreational amenities, including an outdoor pool, a sauna, and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a television in a common area.. Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. Planning an event in Bangkok? This hotel has 1292 square feet (120 square meters) of space consisting of conference space and 2 meeting rooms. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="89.31" OriginalAmount="88.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760207" Longitude="100.536865" StarRating="3" HotelCode="798488" HotelName="The Victory Executive Residences" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>37 Soi Sri Ayuthaya 12, Sri Ayuthaya Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0007/98488/798488/29.jpg?f=17668323</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. If you're looking for recreational opportunities, you'll find an outdoor pool, a sauna, and a fitness center. This Victorian hotel also features complimentary wireless internet access, concierge services, and a hair salon.. Featured amenities include a business center, limo/town car service, and complimentary newspapers in the lobby. Planning an event in Bangkok? This hotel has 70 square feet (7 square meters) of space consisting of a conference center and a meeting room. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.42" OriginalAmount="88.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.745736" Longitude="100.555626" StarRating="4" HotelCode="|154955" HotelName="Citrus Sukhumvit 11 Bangkok By Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="89.52" OriginalAmount="88.63" MarkupRule="1.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 17/08/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="89.63" OriginalAmount="88.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76" Longitude="100.49328" StarRating="0" HotelCode="|234809" HotelName="New Siam Palace Ville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>56 Trok Rong Mai, Chao Fa Road Chanasongkram, Phra Nakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/8/0/9/234809_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.69" OriginalAmount="88.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72132" Longitude="100.54601" StarRating="0" HotelCode="|187539" HotelName="S1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/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="89.69" OriginalAmount="88.80" MarkupRule="1.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 11/08/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="89.73" OriginalAmount="88.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.8042991" Longitude="100.5730586" StarRating="3" HotelCode="|103390" HotelName="Tongtip Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>245 Soi Ladprao 26 , Ladprao Road , Jomphon , Jatujak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/3/9/0/103390_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is 200 metres away from MRT de Ladprao the metro station. ROOM: You are offered modern rooms, with air-conditioned, a balcony and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.82" OriginalAmount="88.93" MarkupRule="1.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="27" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.752522" Longitude="100.546604" StarRating="3" HotelCode="95920|21772" HotelName="Ecotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/08/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="89.89" OriginalAmount="89.00" MarkupRule="1.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="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753274748938" Longitude="100.53737652162" StarRating="3" HotelCode="339865|the_period_pratunam" HotelName="The Period Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" 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="89.89" OriginalAmount="89.00" MarkupRule="1.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="89.89" OriginalAmount="89.00" MarkupRule="1.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 10/08/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="89.89" OriginalAmount="89.00" MarkupRule="1.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="Non Refundable" 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="94" TotalAmount="89.98" OriginalAmount="89.09" MarkupRule="1.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 16/08/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="94" TotalAmount="89.98" OriginalAmount="89.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7257477" Longitude="100.590485" StarRating="3" HotelCode="|164122" HotelName="Greenview Ekkamai 10" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/08/2026">
        <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="90.25" OriginalAmount="89.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.758466" Longitude="100.514982" StarRating="4" HotelCode="|403075" HotelName="Loogchoob Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>463/5-8 Luk Luang road, Si Yaek Mahanak, Dusit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/0/7/5/403075_de544900522.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="90.41" OriginalAmount="89.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724523" Longitude="100.5308" StarRating="4" HotelCode="106581" HotelName="I Residence Hotel Silom" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>93 Narathivas Rachanakarin Road, Silom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/06581/106581/1.jpg?f=17610386</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as a fitness center or take in the view from a rooftop terrace. Additional features at this hotel include complimentary wireless internet access, a television in a common area, and tour/ticket assistance.. Featured amenities include a business center, express check-in, and express check-out. Planning an event in Bangkok? This hotel has 50 square feet (5 square meters) of space consisting of conference space and a meeting room. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.69" OriginalAmount="89.79" MarkupRule="1.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/08/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="90.75" OriginalAmount="89.85" MarkupRule="1.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="90.79" OriginalAmount="89.89" MarkupRule="1.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="90.83" OriginalAmount="89.93" MarkupRule="1.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="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.752940905204" Longitude="100.54014265537" StarRating="3" HotelCode="36347|2254" HotelName="Baiyoke Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 Rajaprarop Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/5f/835feac3fcdb603aebc146541967c1de64cc1a4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the heart of downtown Bangkok and lies surrounded by wholesale sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.732601" Longitude="100.565159" StarRating="3" HotelCode="16537|check_inn_regency_park" HotelName="Aspira Grand Regency Sukhumvit 22" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,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="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724718" Longitude="100.525489" StarRating="3" HotelCode="37712|furama_silom_bangkok" HotelName="Furama Silom 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,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>533 Silom Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/05/c805510d3138b212df11ba412a4d3779e260b25e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Silom Road at the heart of the city. Many shops, restaurants and entertainm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.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="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.718247" Longitude="100.531911" StarRating="3" HotelCode="118738|yellow_ribbon_hills_executive_mansion" HotelName="Yellow Ribbon Hills Executive Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>33/3 Soi Naradhiwas 7 (Prapinij), Naradhiwas Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/c4/5bc4b6084ce0358318658c5fbada81a79375a764.JPEG</HotelPictures>
        <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="90.90" OriginalAmount="90.00" MarkupRule="1.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="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.69967286" Longitude="100.537401" StarRating="4" HotelCode="342093|the_narathiwas_residence" HotelName="The Narathiwas Residence Sathorn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>379 Narathiwas Rajanakarin Rd, Chongnonsi, Yannawa, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/e8/0be8faa2fab984a3c9505f4ecc044d0600b143c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.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="94" TotalAmount="90.97" OriginalAmount="90.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7514" Longitude="100.538" StarRating="3" HotelCode="|408270" HotelName="Leela Orchid" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="91.05" OriginalAmount="90.15" MarkupRule="1.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 17/08/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="91.26" OriginalAmount="90.36" MarkupRule="1.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="91.43" OriginalAmount="90.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7289346" Longitude="100.5302525" StarRating="4" HotelCode="|66717" HotelName="The Tarntawan Surawong Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <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="91.44" OriginalAmount="90.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75478" Longitude="100.50139" StarRating="2" HotelCode="|244550" HotelName="The Printing House Poshtel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>140 Dinso Road, Sao Chingcha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/5/5/0/244550_992ac910905.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.48" OriginalAmount="90.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.771143" Longitude="100.50151" StarRating="3" HotelCode="|406002" HotelName="87 Oldtown @ River Pier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8/7 Krung Kasem Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/0/0/2/406002_6c681191128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="91.73" OriginalAmount="90.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736889" Longitude="100.55704" StarRating="4" HotelCode="1794357" HotelName="Galleria 10 Sukhumvit Bangkok By Compass Hospitality" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>21 Sukhumvit 10 Sukhumvit Road, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0017/94357/1794357/11.jpg?f=17507440</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages. If you're looking for recreational opportunities, you'll find an outdoor pool and a fitness center. This hotel also features complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include a business center, express check-out, and complimentary newspapers in the lobby. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.79" OriginalAmount="90.88" MarkupRule="1.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 15/08/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="91.79" OriginalAmount="90.88" MarkupRule="1.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 13/08/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="94" TotalAmount="91.90" OriginalAmount="90.99" MarkupRule="1.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="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73742106" Longitude="100.51693503" StarRating="2" HotelCode="380576|52056" HotelName="@Hua Lamphong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/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="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.712741" Longitude="100.593148" StarRating="3" HotelCode="141126|57007" HotelName="Hope Land Executive Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" 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="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72888374" Longitude="100.59017889" StarRating="3" HotelCode="439160|174340" HotelName="Ten Ekamai Suites Serviced Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 13/08/2026" 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="91.91" OriginalAmount="91" MarkupRule="1.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="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.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" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/08/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="94" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7320207" Longitude="100.5648846" StarRating="4" HotelCode="|104750" HotelName="Arawana Regency Park Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.763133" Longitude="100.496849" StarRating="3" HotelCode="95924|bhiman_inn" HotelName="Bhiman Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hostel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Phra Sumen Road, Banglampu, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/3d/803d34ef69ae17e70d8e1d329a1c945bcc06405d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Phra Suman - Phra Arthit Road. It is within walking distance of The Grand Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.845136" Longitude="100.579893" StarRating="3" HotelCode="37768|maruay_garden_hotel" HotelName="Maruay Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" 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="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75991327" Longitude="100.54044782" StarRating="3" HotelCode="377576|picnic_hotel_bangkok" HotelName="Picnic Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rangnam Road, Rajprarop, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/03/d9033ab0d9a2921ec67c62dc7858a12fc723e47f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77606" Longitude="100.571985" StarRating="3" HotelCode="409502|palazzo" HotelName="Palazzo Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723582435659" Longitude="100.53001463413" StarRating="3" HotelCode="387977|i_residence_hotel_silom" HotelName="I-Residence Hotel Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93 Narathivas Rachanakarin Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/57/c557c774b86e1f321c09335122000e09491bf4bd.JPEG</HotelPictures>
        <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="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.85913041" Longitude="100.53230055" StarRating="0" HotelCode="570956|pak_ping_ing_tang_boutique" HotelName="Pak Ping Ing Tang Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/08/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Concierge,Elevator,Garden,Internet,Meeting Room,Parking,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>7/39-40 Ngam Wong Wan Soi 19, Ngam Wong Wan Road, Chatuchak, Bangkok 11000</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/dd/43dd92b2dc7cb31d73d164bcd6cc17ab1a0fd4d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Pak Ping Ing Tang Boutique Hotel is a popular choice amongst travelers in Bangkok, whether exploring...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.28" OriginalAmount="91.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7509372" Longitude="100.5829013" StarRating="3" HotelCode="|203366" HotelName="Chiva Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>39/1 Soi Soonvijai 7, New Petchburi Road, Bangkapi, Huaykwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/3/6/6/203366_1acaf181138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.61" OriginalAmount="91.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739271" Longitude="100.556005" StarRating="4" HotelCode="|446510" HotelName="Lyf Sukhumvit 8 Bangkok - Managed By The Ascott Limited" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 35 Soi Sukhumvit 8, Klongtoei, Klongtoei, Khlong Toei, 10110 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/5/1/0/446510_2f650d01759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.73" OriginalAmount="91.81" MarkupRule="1.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 15/08/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="92.79" OriginalAmount="91.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75344" Longitude="100.53713" StarRating="0" HotelCode="|246637" HotelName="Natee" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/08/2026">
        <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="27" TotalAmount="92.92" OriginalAmount="92" MarkupRule="1.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 15/08/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="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.81008867" Longitude="100.50974967" StarRating="4" HotelCode="622840|bella_b_hotel" HotelName="Bella B Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" 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="92.92" OriginalAmount="92.00" MarkupRule="1.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="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74465661" Longitude="100.5536156" StarRating="0" HotelCode="945601|city_plaza_nana_hotel" HotelName="City Plaza Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>82, 84/6-8, 86 Soi Sukhumvit 3  (Nana Nua), Sukhumvit Road, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/da/34daf1c899529ad472ab35f575970df815b69183.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="965354|loft_bangkok_hotel" HotelName="Loft Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1091/290-294 New Petchaburi Road, Makkasan, Ratchathewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/7d/bb7d6bd9e7a0e1c39aaa9e984f20374036f54263.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.02" OriginalAmount="92.10" MarkupRule="1.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="93.04" OriginalAmount="92.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.732251" Longitude="100.527164" StarRating="3" HotelCode="|414643" HotelName="Samyan Serene" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/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="93.15" OriginalAmount="92.23" MarkupRule="1.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="94" TotalAmount="93.23" OriginalAmount="92.31" MarkupRule="1.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/08/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="94" TotalAmount="93.54" OriginalAmount="92.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722092" Longitude="100.510224" StarRating="3" HotelCode="|404493" HotelName="Varmtel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/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="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73438" Longitude="100.553339" StarRating="3" HotelCode="115835|58631" HotelName="Nanatai Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" 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="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723833" Longitude="100.531044" StarRating="4" HotelCode="98646|furamaxclusive_sathorn_bangkok" HotelName="FuramaXclusive Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Silom Soi 3 (Piphat 2), Silom Road, Silom, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a3/2f/a32fff106d98c9f2ceae71f4b8addb84cdd34759.JPEG</HotelPictures>
        <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="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.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="Free CXL until 10/08/2026" 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="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.879444" Longitude="100.589992" StarRating="2" HotelCode="188223|phranakorn_grand_view_hotel" HotelName="Phranakhon Grand View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 Chaengwatthana Road, Anusaowaree, Bang Khen, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/48/bb48bd2c29508112edf6892b499a1dea7568e486.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Don Muang. There are a total of 54 guests rooms on the premises. No pets are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.79624118" Longitude="100.55392818" StarRating="3" HotelCode="616027|bp_place" HotelName="Boutique Poo-Yai Ma at BP Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Phahonyothin Soi 18, Jomphol, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/55/f7558a15fcef747928bcc93c8ebb302a9590d99b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.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="94.02" OriginalAmount="93.09" MarkupRule="1.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 11/08/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="94.40" OriginalAmount="93.47" MarkupRule="1.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 15/08/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="94.46" OriginalAmount="93.52" MarkupRule="1.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="94.48" OriginalAmount="93.54" MarkupRule="1.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="94.50" OriginalAmount="93.56" MarkupRule="1.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="94.68" OriginalAmount="93.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.758818" Longitude="100.495072" StarRating="4" HotelCode="|389846" HotelName="Villa de Khaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94.75" OriginalAmount="93.81" MarkupRule="1.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="94.75" OriginalAmount="93.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737424" Longitude="100.562217" StarRating="3" HotelCode="|172970" HotelName="W 21 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94.75" OriginalAmount="93.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7349206" Longitude="100.6009543" StarRating="0" HotelCode="|82638" HotelName="Refill now" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="94.76" OriginalAmount="93.82" MarkupRule="1.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="94.86" OriginalAmount="93.92" MarkupRule="1.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="94" TotalAmount="94.88" OriginalAmount="93.94" MarkupRule="1.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 11/08/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="27" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.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 15/08/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="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737436782176" Longitude="100.55716198847" StarRating="4" HotelCode="169813|22228" HotelName="Galleria 10 Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Sukhumvit Soi 10, Sukhumvit Road, Klongtoey, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/99/b7/99b7a4134d0f3e53dd64f400db72bb2da9ee16ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located on Sukhumvit Road, Soi 10, right in the heart of Bangkok's busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743177603935" Longitude="100.55635279605" StarRating="4" HotelCode="200018|48273" HotelName="Salil Hotel Sukhumvit Soi 11" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734825" Longitude="100.567603" StarRating="3" HotelCode="188239|48723" HotelName="S33 Compact Sukhumvit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9/10-14 Soi Sukhumvit 33, Sukhumvit Road, Klongton-Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ab/52/ab5290a7f05bc8f787e4c25a4ab20080ec4c690e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.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 17/08/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="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.725619" Longitude="100.535915" StarRating="3" HotelCode="141131|mirth_sathorn_hotel" HotelName="Mirth Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60/1-5, Soi Sathorn 4, Kwang Silom, Khet Bangrak, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/50/a7508480adce77a99a5aa8e666fe5759c9d25e93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Bangkok, at Sathorn Soi 4, opposite St. Andrews International ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.859842" Longitude="100.571242" StarRating="4" HotelCode="316896|rama_gardens_hotel" HotelName="The Rama Gardens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Club Resort,Airport Hotel,Eco Hotel,Conference Hotel,Hostel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9/9 Vibhavadi Rangsit Road, Laksi, 10210 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/80/3580cdede772b42f042ea36acbfab04a52ac4a19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a convenient area with easy access to major exhibition and convention centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.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 15/08/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="94.94" OriginalAmount="94.00" MarkupRule="1.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="Free CXL until 16/08/2026" 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="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75357696" Longitude="100.60852858" StarRating="3" HotelCode="384789|thomson_residence__ramkhamhaeng" HotelName="Thomson Residence - Ramkhamhaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 10/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Ramkhamhaeng Soi 15, Ramkhamhaeng Road, Huamark, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/4f/d34feda9defb3ec36956ed790944f3b68d139fb4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75735833" Longitude="100.52344822" StarRating="3" HotelCode="620746|bangkok_midtown_hotel" HotelName="Bangkok Midtown Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/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="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.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 11/08/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="94.94" OriginalAmount="94.00" MarkupRule="1.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="95" TotalAmount="95.01" OriginalAmount="94.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.798434" Longitude="100.54684" StarRating="3" HotelCode="4051122" HotelName="Simplestay Chatuchak, Surestay Collection By Best Western" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>18A Kamphaeng Phet Road, Chatuchak,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/51122/4051122/1.jpg?f=17363581</HotelPictures>
        <HotelDescription>Pamper yourself with onsite massages or take in the view from a garden.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. A shuttle from the hotel to the airport is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.28" OriginalAmount="94.34" MarkupRule="1.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="95.79" OriginalAmount="94.84" MarkupRule="1.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="94" TotalAmount="95.83" OriginalAmount="94.88" MarkupRule="1.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 17/08/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="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72135435" Longitude="100.73311768" StarRating="3" HotelCode="421356|58658" HotelName="At Residence Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 14/08/2026" 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="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733596" Longitude="100.560862" StarRating="3" HotelCode="95927|10095" HotelName="Citadines Sukhumvit 16 Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Sukhumvit 16 Sukhumvit Road, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7b/99/7b99860b68500b73158414e734dc47aae70f5dd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests at this apartment hotel will be within walking distance of the Asoke Skytrain Station, Sukhum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73694185" Longitude="100.57830134" StarRating="3" HotelCode="753775|367812" 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="27" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760600045389" Longitude="100.56444991595" StarRating="3" HotelCode="380583|57555" HotelName="Tanatawey Places" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/08/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="95.95" OriginalAmount="95" MarkupRule="1.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="Non Refundable" 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="95.95" OriginalAmount="95.00" MarkupRule="1.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="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738725600313" Longitude="100.557582146" StarRating="3" HotelCode="901774|paradiso_boutique_suites" HotelName="Paradiso Boutique Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="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="95" TotalAmount="96.01" OriginalAmount="95.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73496" Longitude="100.56765" StarRating="3" HotelCode="1840144" HotelName="S33 Compact Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>9/7-17 Soi Sukhumvit 33,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/40144/1840144/5.jpg?f=15649357</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a television in a common area.. Featured amenities include a computer station, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="96.01" OriginalAmount="95.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743243" Longitude="100.556305" StarRating="4" HotelCode="1819380" HotelName="La Petite Salil Sukhumvit 11" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>21/4 Soi Sukhumvit 11 (Chaiyos), Sukhumvit Road, Klongton, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/19380/1819380/30.jpg?f=17739535</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and concierge services.. Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.16" OriginalAmount="95.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7543499" Longitude="100.5394395" StarRating="3" HotelCode="|358000" HotelName="Patra Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <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="94" TotalAmount="96.49" OriginalAmount="95.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734627" Longitude="100.515674" StarRating="0" HotelCode="|522224" HotelName="Ago Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="96.52" OriginalAmount="95.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7333" Longitude="100.56577" StarRating="3" HotelCode="|187536" HotelName="S Box Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="96.53" OriginalAmount="95.57" MarkupRule="1.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="96.63" OriginalAmount="95.67" MarkupRule="1.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="96.71" OriginalAmount="95.75" MarkupRule="1.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 13/08/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="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74259615" Longitude="100.5540684" StarRating="3" HotelCode="329458|58216" HotelName="Fortuna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/08/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="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757195412474" Longitude="100.50767059295" StarRating="3" HotelCode="383277|60813" HotelName="P K Garden Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/08/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="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.672768" Longitude="100.543404" StarRating="4" HotelCode="70773|riverfront_residences_bangkok" HotelName="Riverfront Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 14/08/2026" 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="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.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 16/08/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="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75095536" Longitude="100.58345891" StarRating="3" HotelCode="442598|chiva_residence_bangkok" HotelName="Chiva Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="96.96" OriginalAmount="96.00" MarkupRule="1.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 16/08/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="96.96" OriginalAmount="96.00" MarkupRule="1.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="Free CXL until 12/08/2026" 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="96.96" OriginalAmount="96.00" MarkupRule="1.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 16/08/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="97.07" OriginalAmount="96.11" MarkupRule="1.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="97.32" OriginalAmount="96.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72692" Longitude="100.53739" StarRating="3" HotelCode="|404010" HotelName="Urban House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 13 SOI YOMMARAT SALADAENG ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/0/1/0/404010_caa357e1154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.32" OriginalAmount="96.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7181715" Longitude="100.5156224" StarRating="3" HotelCode="|357785" HotelName="The Myth - Sud Sathorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/08/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="97.42" OriginalAmount="96.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7300205" Longitude="100.5807673" StarRating="0" HotelCode="|66709" HotelName="Nantra De Comfort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT 55 (THONGLOR) NORTH KLONGTON, WATTANA 125/4-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/7/0/9/66709_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel offers excellent service. The Nantra De Comfort is rated three stars, has a reception, a business centre and a reception. SITUATION: It is near the commercial area. This hotel is in the heart of Bangkok. It is situated 2Â miles away from Queen Sirikit National Convention Center 3 miles away, clients can find Lumphini Park it is located 3,5 miles away from Pratunam Market and Suan Pakkard Palace this hotel is 2,5 miles away from Suan Lum Night Bazaar it is situated 4Â miles away from Siam Square near the establishment, you will find restaurants. ROOM: The establishment has 29 comfortable, luxurious rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.43" OriginalAmount="96.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73616" Longitude="100.56202" StarRating="3" HotelCode="|439822" HotelName="The Quartier Hotel Phromphong - Thonglor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/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="95" TotalAmount="97.54" OriginalAmount="96.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72391" Longitude="100.53102" StarRating="4" HotelCode="289897" HotelName="Furamaxclusive Sathorn, Bangkok" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>59 Silom Soi 3 (Piphat 2), Silom Rd,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/89897/289897/87.jpg?f=17740096</HotelPictures>
        <HotelDescription>Be sure to enjoy recreational amenities, including an outdoor pool, a sauna, and a fitness center. This hotel also features complimentary wireless internet access, concierge services, and a television in a common area.. Featured amenities include a business center, limo/town car service, and complimentary newspapers in the lobby. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.56" OriginalAmount="96.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7599107" Longitude="100.5404089" StarRating="3" HotelCode="|278912" HotelName="Picnic Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="97.61" OriginalAmount="96.64" MarkupRule="1.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 15/08/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="95" TotalAmount="97.66" OriginalAmount="96.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7456952" Longitude="100.5557054" StarRating="4" HotelCode="2216631" HotelName="Citrus Sukhumvit 11 By Compass Hospitality" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>26 Sukhumvit Soi 11, Klongtoie-Nue , Wattana, Wattana, 10110 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/16631/2216631/70.jpg?f=17739294</HotelPictures>
        <HotelDescription>- This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details 72 hours prior to arrival, using the contact information on the booking confirmation. - No pets and no service animals are allowed at this property.. Check-in hours: 2:00 PM ~ 5:30 AM. Check-out hours: 12:00 PM. Minimum check-in age: 18. Extra-person charges may apply and vary depending on property policy. Government-issued photo identification and a credit card, debit 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. . 24-hour airport shuttle service is available on request. Fees may apply. Contact the property in advance to make arrangements.. Optional fees: The following fees and deposits are charged by the property at time of service, check-in, or check-out. - Fee for buffet breakfast: THB 250 for adults and THB 125 for children (approximately) - Airport shuttle fee: THB 1600 per vehicle (one-way) The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. Featured amenities include complimentary newspapers in the lobby, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in Bangkok? This hotel has facilities measuring 431 square feet (40 square meters), including a meeting room. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite.. Distances are displayed to the nearest 0.1 mile and kilometer. Nana Square - 0.6 km / 0.4 mi Central Embassy - 1.4 km / 0.8 mi Terminal 21 Shopping Mall - 1.6 km / 1 mi Soi Cowboy - 1.6 km / 1 mi Central Chidlom Department Store - 1.7 km / 1 mi Amarin Plaza - 1.9 km / 1.2 mi Erawan Shrine - 2.1 km / 1.3 mi Embassy of the United States - 2.1 km / 1.3 mi Gaysorn Plaza - 2.1 km / 1.3 mi Pratunam Market - 2.1 km / 1.3 mi CentralWorld Shopping Complex - 2.2 km / 1.3 mi Platinum Fashion Mall - 2.2 km / 1.4 mi Fortune Town Mall - 2.3 km / 1.4 mi Central Plaza Grand Rama 9 - 2.3 km / 1.4 mi Lumphini Park - 2.3 km / 1.4 mi The nearest airports are:Bangkok (BKK-Suvarnabhumi Intl.) - 31.8 km / 19.8 mi Bangkok (DMK-Don Mueang Intl.) - 24.2 km / 15.1 mi The preferred airport for Citrus Sukhumvit 11 Bangkok by Compass Hospitality is Bangkok (BKK-Suvarnabhumi Intl.).. Satisfy your appetite for lunch or dinner at Munch, a restaurant which specializes in international cuisine, or stay in and take advantage of the room service (during limited hours). Buffet breakfasts are available daily from 6 AM to 10:30 AM for a fee.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.70" OriginalAmount="96.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7374153" Longitude="100.515531" StarRating="4" HotelCode="|83139" HotelName="The Quarter Hualamphong By Uhg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/2026">
        <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="97.90" OriginalAmount="96.93" MarkupRule="1.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 16/08/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="94" TotalAmount="97.90" OriginalAmount="96.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.8187149" Longitude="100.6837639" StarRating="3" HotelCode="|103475" HotelName="Grow Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>765 Ramintra Km. 11 Rd.,Khannayao,Khannayao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/7/5/103475_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has private parking (free of charge) and WiFi (for a fee). SITUATION: The establishment, is in Ramintra the road it is situated 5 minutes walk away from Fashion Island the shopping centre. ROOM: Customers can find modern rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.90" OriginalAmount="96.93" MarkupRule="1.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="94" TotalAmount="97.95" OriginalAmount="96.98" MarkupRule="1.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 16/08/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="27" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74109119" Longitude="100.55489713" StarRating="3" HotelCode="785010|367906" HotelName="Syama Nana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>113 , 115 Sukhumvit Road, Klongtoey Nua, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/d2/9ed245fc3236d4c5ace80d33e76489899a927d7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.775589" Longitude="100.572575" StarRating="4" HotelCode="65091|emerald_hotel_bangkok" HotelName="Emerald" 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,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="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.761544791186" Longitude="100.54025314932" StarRating="3" HotelCode="481173|le_tada_parkview_hotel" HotelName="Le Tada Parkview Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/08/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="97.97" OriginalAmount="97.00" MarkupRule="1.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="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.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="98.19" OriginalAmount="97.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7247" Longitude="100.56928" StarRating="4" HotelCode="|36683" HotelName="The Four Wings  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="98.33" OriginalAmount="97.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.6734739" Longitude="100.542465" StarRating="4" HotelCode="|104798" HotelName="Riverfront Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="98.54" OriginalAmount="97.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740615" Longitude="100.556349" StarRating="3" HotelCode="|131120" HotelName="Grand Business Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>2/11 Sukhumvit Soi 11 Rd.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/1/2/0/131120_0fa9fd01019.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a safety deposit box service, (free of charge), WiFi in the hall. SITUATION: This establishment, Sukhumvit Soi 11 Road it is in Where you can find the business area, entertainment areas, Close to Nana the skytrain station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.64" OriginalAmount="97.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7218712" Longitude="100.5464522" StarRating="3" HotelCode="|62926" HotelName="Ibis Bangkok Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="98.73" OriginalAmount="97.75" MarkupRule="1.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="27" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73664011" Longitude="100.5788241" StarRating="5" HotelCode="746416|324685" HotelName="Aspira Tropical Residence Thong Lor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Dining,Golf,Kitchen,Laundry,Parking">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Phromphak, 49 Sukhumvit Road, Klongton-Nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/37/483796ea086faf49bb2fb5f0b7310849ca8ce99e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring an outdoor pool, The Tropical Residence is located in Bangkok. BTS-Phrom Phong is 1.3 km a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760169" Longitude="100.498277" StarRating="3" HotelCode="317387|204797" HotelName="Dewan Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>110 Tanee Road, Kwang, Talard Yod, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/83/1f83b04cbff73742dcfb374a18730aafdf790923.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the centre of Bangkok. Its setting is especially ideal for guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734317495593" Longitude="100.56321507787" StarRating="3" HotelCode="114171|baan_sukhumvit_soi_18" HotelName="Baan Sukhumvit Soi 18" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3/13-14 Sukhumvit Road, Sukhumvit Soi 18, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/d4/f7d4514249b406a7d1cd133c2bfa6f22111484cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.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="Non Refundable" 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="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.778117" Longitude="100.576607" StarRating="3" HotelCode="188232|ratchada_city_hotel" HotelName="Ratchada City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1,3,5,7,9 Soi Soonthornsiri, Pracharajbumphen Road, Huay-Kwang, Bangkok 10320</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/2f/032f0655873877a36417bd3f42d488da4ab760d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733752" Longitude="100.582247" StarRating="3" HotelCode="307872|one_one_bangkok_hotel" HotelName="One One Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>289/1 Sukhumvit 55 Road, Klongton Nua Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/bb/28bb4e653b9a88444549c10a43550d745a2468f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.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="Free CXL until 15/08/2026" 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="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.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="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7545366" Longitude="100.53781007" StarRating="0" HotelCode="967398|the_prestige_bangkok_hotel" HotelName="The Prestige Bangkok Hotel" Meals="ROOM ONLY" 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="94" TotalAmount="99.50" OriginalAmount="98.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7457196" Longitude="100.5515567" StarRating="4" HotelCode="|82539" HotelName="Aspira Skyy Sukhumvit 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>88/8 Sukhumvit Soi 1, Sukhumvit Road, Klongtoey-Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/5/3/9/82539_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 5 minutes away from BTS Sky the Railway Station of. ROOM: All the rooms have a television and large windows. FACILITIES: Guests are offered WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.66" OriginalAmount="98.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7836413" Longitude="100.5440371" StarRating="4" HotelCode="|358160" HotelName="Josh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="99.74" OriginalAmount="98.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.8743194" Longitude="100.5814995" StarRating="0" HotelCode="|103670" HotelName="Louis' Tavern  Don Muang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/08/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="94" TotalAmount="99.92" OriginalAmount="98.93" MarkupRule="1.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="63" TotalAmount="99.99" OriginalAmount="99.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735175" Longitude="100.555903" StarRating="3" HotelCode="72890|salil_hotel_sukhumvit_soi_8" HotelName="Salil Soi 8" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50, 50/1 Sukhumvit Soi 8, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/a9/82a9128fbf887eae5b649873740cac327de0ba8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is centrally located on Sukhumvit Soi 8, only 300 m from the Nana BTS Sky Train station. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.99" OriginalAmount="99.00" MarkupRule="1.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="Free CXL until 14/08/2026" 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="99.99" OriginalAmount="99.00" MarkupRule="1.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="Free CXL until 10/08/2026">
        <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="99.99" OriginalAmount="99.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741443" Longitude="100.555712" StarRating="3" HotelCode="933175|icheck_inn_nana_2" HotelName="iCheck Inn Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131/27 Sukhumvit Soi 7/1 Sukhumvit Road, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/f6/54f6d4de0eb65f501d88b87b635d6593ca84a643.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.22" OriginalAmount="99.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.167153" Longitude="100.932426" StarRating="3" HotelCode="|205424" HotelName="J - Town Serviced Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/08/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="94" TotalAmount="100.31" OriginalAmount="99.32" MarkupRule="1.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="95" TotalAmount="100.51" OriginalAmount="99.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75156" Longitude="100.53067" StarRating="4" HotelCode="44360" HotelName="Asia Hotel Bangkok" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>296 Phayathai Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/44360/44360/45.jpg?f=17753859</HotelPictures>
        <HotelDescription>Take advantage of recreational opportunities offered, including an outdoor pool, an outdoor tennis court, and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71773075" Longitude="100.50860701" StarRating="3" HotelCode="523283|173745" HotelName="Naga Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>19/1 Soi Charoennakorn 17, Charoennakorn Road, Banglumpoo-Lang, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/6d/346ddb171179ce6a517e3c6407cf760a14e64d9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.758611" Longitude="100.49853" StarRating="3" HotelCode="89138|buddy_lodge_khaosan_road" HotelName="Buddy Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>265 Khaosan Road, Taladyot, Pranakorn, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f6/0cf608fc60ab0c7561afa1343d1d6c2403dfc351.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated right on Khaosan Road, a world-famous area of Bangkok su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.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="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746728" Longitude="100.562751" StarRating="3" HotelCode="409500|bangkok_boutique_hotel" HotelName="Bangkok Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>241 Sukhumvit 21 (Asoke), Klongtoeynue, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/57/2057c692e3f06f65d66a0ead299df00d721fcd20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated right in the heart of Bangkok and provides easy access to the BTS, the underg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.02" OriginalAmount="100.02" MarkupRule="1.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="94" TotalAmount="101.10" OriginalAmount="100.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7763899" Longitude="100.5717594" StarRating="2" HotelCode="|36638" HotelName="The Palazzo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="101.14" OriginalAmount="100.14" MarkupRule="1.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="101.29" OriginalAmount="100.29" MarkupRule="1.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="101.30" OriginalAmount="100.30" MarkupRule="1.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 15/08/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="101.33" OriginalAmount="100.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7452081" Longitude="100.5547351" StarRating="4" HotelCode="|30889" HotelName="Royal Benja" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT RD (SOI 5), Wattana 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/8/9/30889_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a limousine service, The urban hotel, was built in 2007, has 392 rooms, a main 30-storey building and a 2-storey annexed building. Some of the facilities that the establishment offers to guests include air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a hairdresser's, a bar, a restaurant, conference facilities and (for a fee) internet, WiFi, There are many services available at the establishment, including room service, a laundry service (for a fee) and a car park (for a fee). SITUATION: It is inBangkok the centre of it is in Sukhumvit the street It is nearAsok, Ploenchit, Rajdamri and Silom the business area of In the surrounding area, you can find shops and public transport services. it is 30 minutes away from Suvarnabhumi Airport. ROOM: The large, smart rooms, have an air-conditioning system, Bangkok views of a bathroom with a shower or bath, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a double or king-size bed, a central air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a gym, a sauna (available for a fee), an outdoor swimming pool, an outdoor bar, deck chairs and parasols. You also have at your disposal a massage service (available for a fee). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and international buffet lunch. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OBSERVATIONS: Ask about key collection On request limousine service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.36" OriginalAmount="100.36" MarkupRule="1.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="101.37" OriginalAmount="100.37" MarkupRule="1.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="101.47" OriginalAmount="100.47" MarkupRule="1.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="101.52" OriginalAmount="100.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76581" Longitude="100.49686" StarRating="3" HotelCode="|405645" HotelName="Red Door" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="101.55" OriginalAmount="100.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7545299" Longitude="100.4978101" StarRating="3" HotelCode="|103444" HotelName="Siri Oriental Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <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="94" TotalAmount="101.71" OriginalAmount="100.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.761331" Longitude="100.540085" StarRating="3" HotelCode="|449032" HotelName="Le Tada Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>440/9 Ratchawithi Soi 3, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/0/3/2/449032_0be741b1427.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.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 11/08/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="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75401689565" Longitude="100.53206920624" StarRating="3" HotelCode="14242|2252" HotelName="Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74417758" Longitude="100.55372675" StarRating="3" HotelCode="416618|60412" HotelName="Grace Hotel Bangkok" Meals="ROOM ONLY" 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="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71257873" Longitude="100.59452014" StarRating="3" HotelCode="587160|232277" HotelName="Ibis Styles Bangkok Sukhumvit Phra Khanong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1122 Sukhumvit Road, Phra Khanong Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/4f/8b4f87ea22fa1b91dca538687654fedcd5bdebb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.68476488" Longitude="100.61380014" StarRating="4" HotelCode="341908|58234" HotelName="Marsi Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" 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="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727822" Longitude="100.569936" StarRating="3" HotelCode="64960|16670" HotelName="St. James Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Sukhumvit Soi 26, Klongton, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/c8/45c80bb41afe1d5990a8cb39e310d86ee0a23517.jpeg</HotelPictures>
        <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="63" TotalAmount="102.01" OriginalAmount="101.00" MarkupRule="1.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="102.01" OriginalAmount="101.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71827363" Longitude="100.51547139" StarRating="3" HotelCode="438840|the_myth_sud_sathorn" HotelName="The Myth Sud Sathorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>235-239 Sathorn Tai Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/80/dc80907fa4112d7948ab5e72ad5d7f463aea212f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.01" OriginalAmount="101.00" MarkupRule="1.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="95" TotalAmount="102.12" OriginalAmount="101.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753298" Longitude="100.54414" StarRating="3" HotelCode="44207" HotelName="Baiyoke Suite Hotel" Meals="SUPERIOR SUITE" BedType="SUPERIOR SUITE">
        <Address>
          <AddressLines>
            <AddressLine>130 Soi Ratchaprarop 1 Rathaprarop Road, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/44207/44207/70.jpg?f=17695416</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including a sauna and a fitness center. This hotel also features complimentary wireless internet access, shopping on site, and tour/ticket assistance.. Featured amenities include a business center, limo/town car service, and dry cleaning/laundry services. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.28" OriginalAmount="101.27" MarkupRule="1.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="102.28" OriginalAmount="101.27" MarkupRule="1.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 15/08/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="102.35" OriginalAmount="101.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.726139" Longitude="100.569695" StarRating="3" HotelCode="|470625" HotelName="Lucky Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <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="102.45" OriginalAmount="101.44" MarkupRule="1.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="75" TotalAmount="102.80" OriginalAmount="101.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721680313578" Longitude="100.54672479629" StarRating="3" HotelCode="104095|TH000020" HotelName="ibis Bangkok Sathorn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="102.91" OriginalAmount="101.89" MarkupRule="1.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="102.94" OriginalAmount="101.92" MarkupRule="1.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="102.95" OriginalAmount="101.93" MarkupRule="1.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="102.96" OriginalAmount="101.94" MarkupRule="1.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 17/08/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="102.99" OriginalAmount="101.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7754211" Longitude="100.5726166" StarRating="4" HotelCode="|35468" HotelName="Emerald Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="27" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.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 16/08/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="27" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.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="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.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="103.02" OriginalAmount="102.00" MarkupRule="1.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="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74113862" Longitude="100.49553056" StarRating="2" HotelCode="585210|the_onion_hostel_at_flower_market" HotelName="The Onion Hostel At Flower Market" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>131/1 Soi Thaklang, Jakapetch Street, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/c8/25c83e29f63fc0a66962f2294d559e0d24380d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.15" OriginalAmount="102.13" MarkupRule="1.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 16/08/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="94" TotalAmount="103.17" OriginalAmount="102.15" MarkupRule="1.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="103.19" OriginalAmount="102.17" MarkupRule="1.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 15/08/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="103.68" OriginalAmount="102.65" MarkupRule="1.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 11/08/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="103.70" OriginalAmount="102.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7557387" Longitude="100.5366487" StarRating="3" HotelCode="|358671" HotelName="Tarawish" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="103.75" OriginalAmount="102.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7529695" Longitude="100.5243404" StarRating="3" HotelCode="|405132" HotelName="Dhevi Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753511" Longitude="100.622453" StarRating="3" HotelCode="188168|57253" HotelName="Bangkok Inter Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118/92 Ramkhamhaeng 24, Huamark Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/cb/d8cbd06b21d991d2d5e4675dc0c6e4f7a8f9a354.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="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757860517267" Longitude="100.54354163556" StarRating="2" HotelCode="322735|60764" HotelName="The Bangkokians City Garden Home" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>335/1 Ratchaprarop Road, Ratchaprarop Soi 12, Makkasan, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/4c/0b4cb84b853dcc60e288541517ed596f913d8fc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72461687092" Longitude="100.56906223297" StarRating="4" HotelCode="8977|48673" HotelName="The Four Wings" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 Sukhumvit Road 26, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/2d/582d196d2092d98f35e63dc817c10359b7404358.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This acclaimed hotel is located at Sukhumvit Road Soi 26, convenient to business, shopping and enter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.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="94" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.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/08/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="104.03" OriginalAmount="103.00" MarkupRule="1.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 15/08/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="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.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="Free CXL until 15/08/2026" 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="104.03" OriginalAmount="103.00" MarkupRule="1.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="Free CXL until 16/08/2026" 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="104.03" OriginalAmount="103.00" MarkupRule="1.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 13/08/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="104.03" OriginalAmount="103.00" MarkupRule="1.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 16/08/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="104.12" OriginalAmount="103.09" MarkupRule="1.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="Free CXL until 17/08/2026">
        <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="104.14" OriginalAmount="103.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7481472" Longitude="100.5981486" StarRating="4" HotelCode="|103598" HotelName="Royal Suite  Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="104.24" OriginalAmount="103.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7621022" Longitude="100.5649284" StarRating="3" HotelCode="|82550" HotelName="Roseate Ratchada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="104.34" OriginalAmount="103.31" MarkupRule="1.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="104.41" OriginalAmount="103.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.725882" Longitude="100.565006" StarRating="3" HotelCode="|396977" HotelName="Sova  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/2026">
        <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="95" TotalAmount="104.58" OriginalAmount="103.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743463" Longitude="100.55448" StarRating="4" HotelCode="3780201" HotelName="Glow Sukhumvit 5 By Centropolis" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>24 Sukhumvit Soi 5 Sukhumvit Road, Khlong Toei Nuea, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/80201/3780201/23.jpg?f=17462412</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as a fitness center or take in the view from a terrace. Additional amenities at this hotel include complimentary wireless internet access and concierge services.. Featured amenities include complimentary newspapers in the lobby, dry cleaning/laundry services, and a 24-hour front desk. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="104.87" OriginalAmount="103.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.712687" Longitude="100.59448" StarRating="4" HotelCode="3665079" HotelName="ibis Styles Bangkok Sukhumvit Phra Khanong Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>1122 Sukhumvit Road, Phra Khanong Khlong Toei</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/65079/3665079/50.jpg?f=17388631</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including an outdoor pool and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge). Getting to nearby attractions is a breeze with the complimentary area shuttle.. Featured amenities include a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. Planning an event in Bangkok? This hotel has 1076 square feet (100 square meters) of space consisting of conference space and 2 meeting rooms. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.90" OriginalAmount="103.86" MarkupRule="1.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="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.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="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76031897" Longitude="100.49642511" StarRating="3" HotelCode="328188|63955" HotelName="Baan Chart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>98 Chakrapong Road, Taladyod, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9f/089f254aec6917812d889e0b9c2cbf1791e9332d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.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="Free CXL until 15/08/2026" 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="105.04" OriginalAmount="104.00" MarkupRule="1.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 14/08/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="94" TotalAmount="105.16" OriginalAmount="104.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7127252" Longitude="100.5842966" StarRating="5" HotelCode="|131312" HotelName="Jasmine Grande Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4338 Rama IV Road Phrakhanong, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/3/1/2/131312_0a4bc5c1010.jpg</HotelPictures>
        <HotelDescription>ROOM: The rooms have a balcony and WiFi. FACILITIES: Guests are offered a swimming pool, a reception, a restaurant and a tennis court. The establishment also offers a gym, a swimming pool, a hydromassage pool, a steam bath and a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="105.36" OriginalAmount="104.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742641" Longitude="100.50693" StarRating="4" HotelCode="76782" HotelName="Grand China Hotel" Meals="DELUXE ROOM - CITY VIEW" BedType="DELUXE ROOM - CITY VIEW">
        <Address>
          <AddressLines>
            <AddressLine>Yaowaraj Road, Samphantawong, Chinatown, 215</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/76782/76782/7.jpg?f=17742326</HotelPictures>
        <HotelDescription>Located in the heart of China Town and near the Chao Phraya River, this first-class hotel offers a swimming pool and Bangkok's only revolving restaurant. Free WiFi is available throughout the property.Rooms at Grand China Hotel are decorated in soft, neutral colors and feature a contemporary design with carpeted floors, a seating area and large windows with stunning city or river views.The hotel It offers a fitness center and traditional Thai massages.Grand China Hotel is within walking distance of the nearest water bus stop and Hualampong Train Station, which provides access to all of Bangkok. In the surrounding area there is a variety of shops, restaurants and attractions, including Old Siam Plaza, the Golden Buddha and the Bangkok Flower Market.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.36" OriginalAmount="104.32" MarkupRule="1.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="105.40" OriginalAmount="104.36" MarkupRule="1.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 15/08/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="105.51" OriginalAmount="104.47" MarkupRule="1.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="105.67" OriginalAmount="104.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.81798" Longitude="100.56941" StarRating="0" HotelCode="|224569" HotelName="Apartelle Jatujak" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/08/2026">
        <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="94" TotalAmount="105.74" OriginalAmount="104.69" MarkupRule="1.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="105.74" OriginalAmount="104.69" MarkupRule="1.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 17/08/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="105.78" OriginalAmount="104.73" MarkupRule="1.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 18/08/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="105.91" OriginalAmount="104.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760479" Longitude="100.542858" StarRating="4" HotelCode="|394739" HotelName="Pannarai  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="106.02" OriginalAmount="104.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7443665" Longitude="100.5581968" StarRating="3" HotelCode="|103715" HotelName="Citichic Sukhumvit 13 Bangkok By Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Sukhumvit, Soi 13, Klong Toey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/7/1/5/103715_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi, (free of charge), a swimming pool on the rooftop. SITUATION: This establishment, Sukhumvit 13 it is in it is in the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.767692" Longitude="100.603263" StarRating="3" HotelCode="409492|sc_park" HotelName="SC Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>474 Praditmanutham Road, Wangthonglang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/3c/553c41cc44c60bd3cdc8a2287313400af8ea8b9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a perfect location of luxury, convenience and green surroundings in the centre of R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.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="Non Refundable" 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="94" TotalAmount="106.08" OriginalAmount="105.03" MarkupRule="1.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 14/08/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="106.26" OriginalAmount="105.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7395954" Longitude="100.5582123" StarRating="3" HotelCode="|35493" HotelName="Manhattan Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="106.35" OriginalAmount="105.30" MarkupRule="1.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 16/08/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="95" TotalAmount="106.46" OriginalAmount="105.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75129" Longitude="100.55734" StarRating="4" HotelCode="2717189" HotelName="Mercure Bangkok Makkasan" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>1599 Kamphaeng Phet 7 Road, Makkasan, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0027/17189/2717189/1.jpg?f=17204675</HotelPictures>
        <HotelDescription>Property Location Located in Bangkok (Sukhumvit), Mercure Bangkok Makkasan is close to Terminal 21 Shopping Mall and Central Plaza Grand Rama 9. This 4-star hotel is within the vicinity of The Embassy of The People's Republic of China and Bumrungrad Hospital. Rooms Make yourself at home in one of the 180 individually furnished guestrooms, featuring refrigerators and minibars. 43-inch LCD televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Private bathrooms with shower/tub combinations feature rainfall showerheads and complimentary toiletries. Conveniences include phones, as well as safes and desks. Amenities Take advantage of recreation opportunities including an outdoor pool and a fitness center. This hotel also features complimentary wireless Internet access, concierge services, and babysitting/childcare (surcharge). Guests can get around on the complimentary shuttle, which operates within 1 km. Dining Satisfy your appetite at the hotel's restaurant, which serves breakfast, lunch, and dinner, or stay in and take advantage of 24-hour room service. Relax with a refreshing drink from a poolside bar or one of the 2 bars/lounges. Business, Other Amenities Featured amenities include limo/town car service, a computer station, and express check-out. A train station drop-off service is provided at no charge (available 24 hours), and free self parking is available onsite.
Take advantage of recreation opportunities including an outdoor pool and a fitness center. This hotel also features complimentary wireless Internet access, concierge services, and babysitting/childcare (surcharge). Guests can get around on the complimentary shuttle, which operates within 1 km.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.49" OriginalAmount="105.44" MarkupRule="1.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="95" TotalAmount="106.63" OriginalAmount="105.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71695" Longitude="100.53245" StarRating="4" HotelCode="563502" HotelName="JC Kevin  Sathorn Bangkok Hotel" Meals="PREMIER ROOM" BedType="PREMIER ROOM">
        <Address>
          <AddressLines>
            <AddressLine>36 Narathiwat Ratchanakarin Rd, Yan Nawa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/63502/563502/4.jpg?f=17608270</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. You can take advantage of recreational amenities such as an outdoor pool, an outdoor tennis court, and a sauna. This hotel also features complimentary wireless internet access, concierge services, and wedding services.. Featured amenities include complimentary wired internet access, a business center, and dry cleaning/laundry services. This hotel has 11 meeting rooms available for events. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and limited parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.66" OriginalAmount="105.60" MarkupRule="1.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="Free CXL until 14/08/2026">
        <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="106.85" OriginalAmount="105.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741237" Longitude="100.580812" StarRating="3" HotelCode="|104728" HotelName="D Varee Montara Thonglor 25" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="95" TotalAmount="106.92" OriginalAmount="105.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7206" Longitude="100.49765" StarRating="3" HotelCode="3966968" HotelName="Cascade Hotel Bangkok" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>92/1 Thanon Krung Thon Buri,,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/66968/3966968/1.jpg?f=17605820</HotelPictures>
        <HotelDescription>Take time to pamper yourself with a visit to the full-service spa. This hotel also features complimentary wireless internet access, concierge services, and a hair salon.. Featured amenities include a 24-hour front desk and a safe deposit box at the front desk. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.03" OriginalAmount="105.97" MarkupRule="1.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="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74345198" Longitude="100.55450264" StarRating="4" HotelCode="784854|367619" HotelName="Glow Sukhumvit 5" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Babysitting,Bar,Designated Smoking Area,Laundry,Restaurant,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>24 Sukhumvit Soi 5, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/b6/f1b68d733894d572cca352e3beb84c1f23507427.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Sukhumvit area, GLOW Sukhumvit 5 is the ideal point of departure for your excursions ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.09" OriginalAmount="106.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74341" Longitude="100.55549" StarRating="4" HotelCode="|387795" HotelName="Residence187 " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.18, SUKHUMVIT SOI 7, KLONGTOEY NUA.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/7/9/5/387795_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.28" OriginalAmount="106.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7374674" Longitude="100.5608665" StarRating="3" HotelCode="|82584" HotelName="Citypoint" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-22 Asoke-Sukhumvit Intersection (Opposite Exchange Tower), Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/5/8/4/82584_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 2 minutes away from the Asok Skytrain the Railway Station of 5 minutes away from the establishment, guests will find MRT Sukhumvit the metro station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.48" OriginalAmount="106.42" MarkupRule="1.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 14/08/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="107.66" OriginalAmount="106.59" MarkupRule="1.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="Free CXL until 15/08/2026">
        <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="107.71" OriginalAmount="106.64" MarkupRule="1.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="107.78" OriginalAmount="106.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7618982" Longitude="100.5427963" StarRating="4" HotelCode="|26174" HotelName="Century Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 RATCHAPRAROP RD. PRATUNAM VICTORY MONUMENT 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/7/4/26174_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 24 floors and 380 rooms. Some of the facilities that the establishment offers to guests include a lobby with a lift, a cafÃ©, a reception with safety deposit boxes and a currency exchange service. The establishment boasts a kiosk, a mini-market, a bar, a hairdresser's, a television room and an Ã  la carte restaurant with air-conditioning, highchairs, It also has a conference room, internet, a playground and a car park. There are many services available at the establishment, including room service, a medical care service and a laundry service. SITUATION: This urban hotel is in a central area, is in Pratunam the district of Victory Monument near the establishment, you will find it has good links to the airport, is situated a few minutes walk from the metro station, is surrounded by a wonderful park, You can find shops, restaurants, bars, pubs and nightclubs. ROOM: The cosy rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, 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 deck chairs, parasols, a snack bar, a sauna, a Turkish bath, a massage service and a gym. MEALS: The establishment offers all meals in a buffet format and Ã  la carte lunch and dinner. dietary restrictions can be accommodated Customers have at their disposal special dishes can be made. PAYMENT METHODS: Customers can pay by American Express, Visa, JCB, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72602537" Longitude="100.56194897" StarRating="3" HotelCode="496484|202958" HotelName="Like Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Like Sukhumvit 22, Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/cc/6c/cc6c7aa196838ac0aaf7968f9e2f1b146a304dff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738509649964" Longitude="100.56278854609" StarRating="3" HotelCode="23146|3702" HotelName="Tai-Pan Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/08/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="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740058" Longitude="100.561616" StarRating="4" HotelCode="75137|furamaxclusive_asoke_bangkok" HotelName="FuramaXclusive Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="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="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.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="1" TotalAmount="108.08" OriginalAmount="107.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739219" Longitude="100.564416" StarRating="4" HotelCode="97712|CAM071700" HotelName="Admiral Premier Sukhumvit by Compass Hospitality" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/08/2026" 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="95" TotalAmount="108.13" OriginalAmount="107.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741025" Longitude="100.5531" StarRating="3" HotelCode="2436904" HotelName="Nana Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>4 Nana Tai, Sukhumvit Road.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/36904/2436904/27.jpg?f=17012553</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as an outdoor pool, or other amenities including complimentary wireless internet access and tour/ticket assistance.. Featured amenities include a computer station, dry cleaning/laundry services, and a 24-hour front desk. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="108.15" OriginalAmount="107.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7027" Longitude="100.60344" StarRating="3" HotelCode="2197773" HotelName="Hotel Amber Sukhumvit 85" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Sukhumvit 85, Sukhumvit Road, Bangchak, Phrakhanong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/97773/2197773/62.jpg?f=17356284</HotelPictures>
        <HotelDescription>Enjoy recreational amenities such as a sauna and a fitness center. Additional features at this hotel include complimentary wireless internet access, a television in a common area, and tour/ticket assistance.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.43" OriginalAmount="107.36" MarkupRule="1.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 16/08/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="95" TotalAmount="108.95" OriginalAmount="107.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73531" Longitude="100.55581" StarRating="3" HotelCode="168285" HotelName="La Petite Salil Sukhumvit 8" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>50, 50/1 Sukhumvit Soi 8, Sukhumvit Rd., Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/68285/168285/1.jpg?f=17738308</HotelPictures>
        <HotelDescription>Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless internet access.. Featured amenities include express check-out, dry cleaning/laundry services, and a 24-hour front desk. A train station pick-up service is provided at no charge..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.758274877505" Longitude="100.5397531776" StarRating="3" HotelCode="452028|195747" HotelName="True Siam Rangnam Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743896" Longitude="100.556949" StarRating="3" HotelCode="97644|citadines_sukhumvit_11_bangkok" HotelName="Citadines Sukhumvit 11 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22/22 Sukhumvit 11, Sukhumvit Road, Klongtoey Nue, Bangkok 10110, Wattana</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/25/00251e5fe6d7edace2d578337520b71edafb23e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in soi 11, this apartment hotel offers its guests a winning location. Emerging as an area re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.688260381595" Longitude="100.64599603414" StarRating="3" HotelCode="97714|ninth_place_serviced_residence_" HotelName="Ninth Place Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>98/99 Soi Chaloeisuk, Srinakarin Road, Nongbon, Pravet, 10250 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/ce/09ce54a4ef5d174866f83505efaa20e07e02ddc5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the well-known Samitivej Hospital. It is a short taxi ride from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.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="Free CXL until 14/08/2026" 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="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.716059843593" Longitude="100.53169906139" StarRating="5" HotelCode="186973|anantara_bangkok_sathorn_3" HotelName="Anantara Sathorn 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,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Naradhiwas Rajanagarindra Road, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/09/e3099cd388fc11831cf09fc242867ddb646d7894.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the heart of Bangkok's business district and within a stone's throw from sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734979953996" Longitude="100.55600090533" StarRating="3" HotelCode="310388|royal_asia_lodge_hotel_bangkok" HotelName="Royal Asia Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/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="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.81186747" Longitude="100.56213183" StarRating="3" HotelCode="943440|the_quarter_ladprao_at_ladprao_hills_by_uhg" HotelName="The Quarter Ladprao By UHG" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Soi Ladprao 4, Ladprao Road, Chom Phon Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/15/c81562e15890b75eee6c611024f9cdfa9027dd67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7534164" Longitude="100.53615818" StarRating="3" HotelCode="943350|klub_hotel" HotelName="Klub Hotel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="109.12" OriginalAmount="108.04" MarkupRule="1.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 15/08/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="109.15" OriginalAmount="108.07" MarkupRule="1.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 17/08/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="109.27" OriginalAmount="108.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7651032" Longitude="100.4830089" StarRating="3" HotelCode="|404048" HotelName="Scene Bangkok Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61/1-8 ARUN AMARIN ROAD ,BANGKOK NOI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/0/4/8/404048_076120e1251.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.27" OriginalAmount="108.19" MarkupRule="1.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 16/08/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="95" TotalAmount="109.38" OriginalAmount="108.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76196" Longitude="100.54274" StarRating="4" HotelCode="17679" HotelName="Century Park Hotel" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>9 Ratchaprarop Road, Makasan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/17679/17679/41.jpg?f=17707995</HotelPictures>
        <HotelDescription>Be sure to enjoy recreational amenities including an outdoor pool and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and gift shops/newsstands. If you'd like to spend the day shopping, you can hop on the complimentary shuttle.. Featured amenities include a business center, limo/town car service, and complimentary newspapers in the lobby. Event facilities at this hotel consist of a conference center and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.42" OriginalAmount="108.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.761482" Longitude="100.504396" StarRating="4" HotelCode="|446439" HotelName="Centara Life Hotel Bangkok Phra Nakhon" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="95" TotalAmount="109.60" OriginalAmount="108.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7271" Longitude="100.57868" StarRating="3" HotelCode="449589" HotelName="La Petite Salil Sukhumvit Thonglor 1" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>44/14-17, Sukhumvit 53, (Paidee-Madee), Sukhumvit Rd, Klongton Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/49589/449589/1.jpg?f=17737044</HotelPictures>
        <HotelDescription>Be sure to enjoy recreational amenities, including an outdoor pool, a sauna, and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and a television in a common area.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.76" OriginalAmount="108.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7442508" Longitude="100.5859497" StarRating="5" HotelCode="|210399" HotelName="Metropole Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="109.99" OriginalAmount="108.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721305" Longitude="100.515592" StarRating="3" HotelCode="|33234" HotelName="Bossotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="27" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.769844" Longitude="100.538686" StarRating="4" HotelCode="114166|43957" HotelName="Abloom Serviced Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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="27" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727611" Longitude="100.578769" StarRating="4" HotelCode="141122|25394" 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="Free CXL until 15/08/2026" 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="27" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.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="Free CXL until 15/08/2026" 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="110.09" OriginalAmount="109.00" MarkupRule="1.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="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.776042576715" Longitude="100.54202581292" StarRating="2" HotelCode="392591|the_yard_hostel" HotelName="The Yard Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/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="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7200454" Longitude="100.53844038" StarRating="4" HotelCode="619540|le_dtel_bangkok" HotelName="Le D'Tel Hotel &amp; Conference" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>269/1 Suanplu Soi 6, Tungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/43/54439f2429c30138ca97e99aeaba7c1f6037c470.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="110.16" OriginalAmount="109.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.713493" Longitude="100.59322" StarRating="4" HotelCode="445143" HotelName="Hope Land Hotel Sukhumvit 46/1" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>1110/5 Soi Sukhumvit 46/1, Sukhumvit Rd, Klongtoey, Phrakanong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/45143/445143/41.jpg?f=17736238</HotelPictures>
        <HotelDescription>Property Location With a stay at Hope Land Executive Residence in Bangkok (Khlong Toei), you'll be minutes from W District and close to Bangkok University. This 4-star hotel is within close proximity of K Village and EmQuartier. Rooms Make yourself at home in one of the 231 air-conditioned rooms featuring refrigerators and free minibar items. 32-inch LCD televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Private bathrooms with separate bathtubs and showers feature deep soaking bathtubs and complimentary toiletries. Conveniences include phones, as well as safes and electric kettles. Amenities Be sure to enjoy recreational amenities, including an outdoor pool, a sauna, and a fitness center. Additional features at this Victorian hotel include complimentary wireless Internet access and a television in a common area. Dining You can enjoy a meal at a restaurant serving the guests of Hope Land Executive Residence, or stop in at a grocery/convenience store. Business, Other Amenities Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. Free self parking is available onsite.
Be sure to enjoy recreational amenities, including an outdoor pool, a sauna, and a fitness center. Additional features at this Victorian hotel include complimentary wireless Internet access and a television in a common area.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.24" OriginalAmount="109.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760156" Longitude="100.497464" StarRating="4" HotelCode="|450608" HotelName="Tinidee Trendy Bangkok Khaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/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="110.43" OriginalAmount="109.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7628733" Longitude="100.49929" StarRating="4" HotelCode="|94527" HotelName="Nouvo City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/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="95" TotalAmount="110.60" OriginalAmount="109.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.762538" Longitude="100.49944" StarRating="4" HotelCode="44257" HotelName="Nouvo City Hotel" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>2 Samsen 2, Samsen Road, Pranakorn  Banglamphu,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/44257/44257/41.jpg?f=17703065</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. You're sure to appreciate the recreational amenities, which include 2 outdoor swimming pools and a fitness center. Additional amenities at this Art Deco hotel include complimentary wireless internet access, tour/ticket assistance, and a banquet hall.. Featured amenities include complimentary wired internet access, a business center, and express check-out. Event facilities at this hotel consist of a conference center and 4 meeting rooms. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="110.96" OriginalAmount="109.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.748477967101" Longitude="100.59782624245" StarRating="4" HotelCode="81942|835906" HotelName="Royal Suite Residence Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" 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="94" TotalAmount="111.02" OriginalAmount="109.92" MarkupRule="1.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 15/08/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="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.725633062327" Longitude="100.53857222199" StarRating="4" HotelCode="68214|39722" HotelName="Siri Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/08/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="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.759782631402" Longitude="100.49766908466" StarRating="3" HotelCode="36348|3464" HotelName="ibis Styles Bangkok Khaosan Viengtai Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>42 Rambuttri Road, Banglampu, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/b5/d0b59d76234bbf02c00e9ec16718759f3ec4eb2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the inner city of old historical Bangkok and is just a 1-minute walk to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.725441" Longitude="100.53842" StarRating="4" HotelCode="412632" HotelName="The Quarter Saladaeng by UHG" Meals="SUPERIOR DOUBLE ROOM" BedType="SUPERIOR DOUBLE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>27 Soi Saladaeng 1, Silom Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/12632/412632/34.jpg?f=17737151</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You're sure to appreciate the recreational amenities, including an outdoor pool, a sauna, and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge). Getting to nearby attractions is a breeze with the complimentary area shuttle.. Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.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="111.10" OriginalAmount="110.00" MarkupRule="1.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="111.10" OriginalAmount="110.00" MarkupRule="1.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="94" TotalAmount="111.30" OriginalAmount="110.20" MarkupRule="1.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="94" TotalAmount="111.33" OriginalAmount="110.23" MarkupRule="1.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="111.40" OriginalAmount="110.30" MarkupRule="1.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="Non Refundable">
        <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="111.56" OriginalAmount="110.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.761362" Longitude="100.54012" StarRating="4" HotelCode="|449033" HotelName="Le Tada Parkview" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/08/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="95" TotalAmount="111.64" OriginalAmount="110.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73995" Longitude="100.56173" StarRating="4" HotelCode="760941" HotelName="Furamaxclusive Asoke Hotel" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>133/2 Sukhumvit 21, Sukhumvit Road, Klongtoey Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0007/60941/760941/5.jpg?f=17670072</HotelPictures>
        <HotelDescription>Be sure to enjoy recreational amenities including a sauna and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.83" OriginalAmount="110.72" MarkupRule="1.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 13/08/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="111.99" OriginalAmount="110.88" MarkupRule="1.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 15/08/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="112.04" OriginalAmount="110.93" MarkupRule="1.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 13/08/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="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739528" Longitude="100.558303" StarRating="3" HotelCode="14384|manhattan_bangkok" HotelName="Manhattan Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>13 Sukhumvit Road Soi 15, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ed/05/ed05cd7dd35e7f95417feb588c5706f66fb73275.JPEG</HotelPictures>
        <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="112.11" OriginalAmount="111.00" MarkupRule="1.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="95" TotalAmount="112.46" OriginalAmount="111.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.759396" Longitude="100.54031" StarRating="4" HotelCode="3828636" HotelName="De Prime@Rangnam, Your Tailor Made Hotel" Meals="PREMIER ROOM" BedType="PREMIER ROOM">
        <Address>
          <AddressLines>
            <AddressLine>106/18-19 Thanon Rang Nam,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/28636/3828636/20.jpg?f=15657753</HotelPictures>
        <HotelDescription>Enjoy the recreation opportunities such as an outdoor pool or make use of other amenities including complimentary wireless internet access.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Planning an event in Bangkok? This hotel has 3358 square feet (312 square meters) of space consisting of conference space and 2 meeting rooms. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.85" OriginalAmount="111.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77728" Longitude="100.57381" StarRating="0" HotelCode="|396445" HotelName="ibis Styles Bangkok Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>212 Ratchadaphisek Road, Huai Khwang, 10310 Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/4/4/5/396445_638349f0407.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="112.99" OriginalAmount="111.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74081" Longitude="100.55665" StarRating="4" HotelCode="106422" HotelName="Ramada By Wyndham Bangkok Sukhumvit 11" Meals="ROOM - NO WINDOW" BedType="ROOM - NO WINDOW">
        <Address>
          <AddressLines>
            <AddressLine>155 23 24 Sukhumvit Road Sukhumvit soi 11 Klongtoey Nua Wattana,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/06422/106422/1.jpg?f=17684935</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as an outdoor pool, or other amenities including complimentary wireless internet access and concierge services.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.661344716899" Longitude="100.43404877011" StarRating="4" HotelCode="380449|park_village_serviced_suites" HotelName="Park Village Rama II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Bar,Beauty Salon,Business Centre,Conference Hall,Designated Smoking Area,Garden,Internet,Kids Play Area,Kitchen,Laundry,Massage Centre,Meeting Room,Restaurant,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1/1-1/3 Soi Rama 2 Soi 56, Samaedum, Bangkhunthian, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/fa/f0fa6e51b524966a45af8dc08520af1f59316e5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Park Village Rama II exemplify your lifestyle in providing thoughtful amenities and warm hospitality...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.32" OriginalAmount="112.20" MarkupRule="1.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 17/08/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="113.34" OriginalAmount="112.22" MarkupRule="1.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="113.56" OriginalAmount="112.44" MarkupRule="1.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 11/08/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="94" TotalAmount="113.61" OriginalAmount="112.49" MarkupRule="1.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="114.01" OriginalAmount="112.88" MarkupRule="1.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="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.765863189402" Longitude="100.50070595055" StarRating="4" HotelCode="343632|58257" HotelName="Casa Nithra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Samsen Road 8/1, Baan Panthom, Amphoe Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/37/5837afc6d38823b1bc36edd7926d3d3ed23f5817.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.726317" Longitude="100.540566" StarRating="4" HotelCode="70776|at_ease_saladaeng" HotelName="At Ease Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 15/08/2026" 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="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742723960205" Longitude="100.50720110536" StarRating="4" HotelCode="35456|grand_china_princess" HotelName="Grand China" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/08/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="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.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 13/08/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="114.13" OriginalAmount="113.00" MarkupRule="1.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="Free CXL until 14/08/2026" 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="114.13" OriginalAmount="113.00" MarkupRule="1.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 14/08/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="114.13" OriginalAmount="113.00" MarkupRule="1.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="114.20" OriginalAmount="113.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.726326" Longitude="100.540481" StarRating="0" HotelCode="|36662" HotelName="At Ease Saladaeng By Aetas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/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="114.20" OriginalAmount="113.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.6688925" Longitude="100.6142612" StarRating="3" HotelCode="|131518" HotelName="Thomson Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="114.24" OriginalAmount="113.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80729" Longitude="100.61556" StarRating="0" HotelCode="|245735" HotelName="Green Point Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/2026">
        <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="114.26" OriginalAmount="113.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.763208" Longitude="100.538692" StarRating="3" HotelCode="|401772" HotelName="Fyn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/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="94" TotalAmount="114.51" OriginalAmount="113.38" MarkupRule="1.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="94" TotalAmount="114.70" OriginalAmount="113.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754186" Longitude="100.537676" StarRating="3" HotelCode="|406841" HotelName="First Pride" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="114.85" OriginalAmount="113.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.725269" Longitude="100.533228" StarRating="3" HotelCode="|439776" HotelName="Artino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/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="27" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721208689142" Longitude="100.5155441165" StarRating="3" HotelCode="64935|3698" HotelName="Bossotel Inn Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/08/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="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733963" Longitude="100.566506" StarRating="4" HotelCode="188160|amora_neoluxe_hotel" HotelName="Amora NeoLuxe Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6/1 Sukhumvit 31 Road, KlongToeyNua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/32/8c32f84b8b88e763fd0bbf4f22e56a2db8ee80ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.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="94" TotalAmount="115.23" OriginalAmount="114.09" MarkupRule="1.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="94" TotalAmount="115.30" OriginalAmount="114.16" MarkupRule="1.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="115.76" OriginalAmount="114.61" MarkupRule="1.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="95" TotalAmount="115.78" OriginalAmount="114.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721308" Longitude="100.73323" StarRating="3" HotelCode="2269444" HotelName="At Residence Suvarnabhumi Hotel" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>458/4-5 Soi Ladkrabang 24/1, Ladkrabang Road, Ladkrabang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/69444/2269444/44.jpg?f=17250469</HotelPictures>
        <HotelDescription>Property Location With a stay at At Residence Suvarnabhumi in Bangkok (Lat Krabang), you'll be minutes from The Paseo Mall. This aparthotel is within the vicinity of Suan Luang Rama IX Park and Bangkok Chain Hospital Public Company Limited. Rooms Make yourself at home in one of the 60 air-conditioned rooms featuring refrigerators and flat-screen televisions. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with showers feature rainfall showerheads and complimentary toiletries. Amenities Enjoy recreation amenities such as a fitness center or take in the view from a garden. Additional features at this aparthotel include complimentary wireless Internet access, a television in a common area, and tour/ticket assistance. Dining Satisfy your appetite at the aparthotel's restaurant, which serves breakfast, lunch, and dinner, or stay in and take advantage of room service (during limited hours). Business, Other Amenities Featured amenities include a computer station, multilingual staff, and luggage storage. Planning an event in Bangkok? This aparthotel features 0 square feet (0 square meters) of event facilities. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite.
Enjoy recreation amenities such as a fitness center or take in the view from a garden. Additional features at this aparthotel include complimentary wireless Internet access, a television in a common area, and tour/ticket assistance.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.09" OriginalAmount="114.94" MarkupRule="1.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="95" TotalAmount="116.12" OriginalAmount="114.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.744883" Longitude="100.55463" StarRating="4" HotelCode="17818" HotelName="Royal Benja Hotel" Meals="DELUXE ROOM - CITY VIEW" BedType="DELUXE ROOM - CITY VIEW">
        <Address>
          <AddressLines>
            <AddressLine>39 Sukhumvit Road (Soi 5),</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/17818/17818/53.jpg?f=17733766</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages. You're sure to appreciate the recreational amenities, including an outdoor pool, a sauna, and a fitness center. This hotel also features complimentary wireless internet access, concierge services, and a hair salon.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. Event facilities at this hotel consist of conference space and a meeting room. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.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 14/08/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="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74092" Longitude="100.556732" StarRating="4" HotelCode="401620|grand_swiss" HotelName="Grand Swiss Sukhumvit 11 By Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,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="94" TotalAmount="116.27" OriginalAmount="115.12" MarkupRule="1.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 12/08/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="116.34" OriginalAmount="115.19" MarkupRule="1.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 18/08/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="116.38" OriginalAmount="115.23" MarkupRule="1.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="116.51" OriginalAmount="115.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.751538" Longitude="100.5306311" StarRating="4" HotelCode="|33066" HotelName="Asia  Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/08/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="95" TotalAmount="116.73" OriginalAmount="115.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70157" Longitude="100.6033" StarRating="4" HotelCode="3977100" HotelName="Ramada By Wyndham Bangkok Sukhumvit 87" Meals="DUPLEX" BedType="DUPLEX">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Sukhumvit 87, Sukhumvit Road, Bangchak Sub District, Phra Khanong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/77100/3977100/48.jpg?f=17573869</HotelPictures>
        <HotelDescription>Be sure to enjoy recreational amenities including a fitness center and a seasonal outdoor pool. This hotel also features complimentary wireless internet access and a vending machine.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and a safe deposit box at the front desk. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.76" OriginalAmount="115.60" MarkupRule="1.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="Non Refundable">
        <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="116.80" OriginalAmount="115.64" MarkupRule="1.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="116.97" OriginalAmount="115.81" MarkupRule="1.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="94" TotalAmount="117.02" OriginalAmount="115.86" MarkupRule="1.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="95" TotalAmount="117.08" OriginalAmount="115.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74278" Longitude="100.5578" StarRating="3" HotelCode="1837810" HotelName="Citrus Sukhumvit 13 Nana Bangkok By Compass Hospitality" Meals="PREMIER ROOM" BedType="PREMIER ROOM">
        <Address>
          <AddressLines>
            <AddressLine>22 Sukhumvit Soi 13,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/37810/1837810/6.jpg?f=16811405</HotelPictures>
        <HotelDescription>Pamper yourself with onsite massages or enjoy recreation amenities such as an outdoor pool. Additional features at this Art Deco hotel include complimentary wireless internet access, concierge services, and a television in a common area. Guests can get around on the complimentary shuttle, which operates within 800 meters.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Soi Fueang Thong, Fueang Nakhon Road, Kwang Watratchabopit, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/45/c245721a93515530445c37793d5bf4be2ccc968b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly situated amongst many historical attractions. It is where the classic grandeu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.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="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.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 14/08/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="117.21" OriginalAmount="116.05" MarkupRule="1.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 15/08/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="117.94" OriginalAmount="116.77" MarkupRule="1.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 15/08/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="118.09" OriginalAmount="116.92" MarkupRule="1.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 16/08/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="118.15" OriginalAmount="116.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74348" Longitude="100.5553" StarRating="3" HotelCode="|410659" HotelName="Residence One" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/2026">
        <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="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.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="118.17" OriginalAmount="117.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>17/1 Soi Ratchawithi 9, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/bc/c7bccc38e2607ec683f16d4827316665a19f8ee8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a quiet area, this hotel is situated right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.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="Free CXL until 16/08/2026">
        <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="118.17" OriginalAmount="117.00" MarkupRule="1.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="94" TotalAmount="118.30" OriginalAmount="117.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.768558" Longitude="100.597361" StarRating="3" HotelCode="|64891" HotelName="Jazzotel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/08/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="118.38" OriginalAmount="117.21" MarkupRule="1.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 11/08/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="95" TotalAmount="118.76" OriginalAmount="117.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743935" Longitude="100.585594" StarRating="4" HotelCode="2522150" HotelName="The Metropole Bangkok - Thonglor Hotel" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>Thonglor, New Petchaburi Road 2802, Bangkapi, Huaykwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/22150/2522150/1.jpg?f=17151479</HotelPictures>
        <HotelDescription>Enjoy a range of recreational amenities, including an outdoor pool, a sauna, and a fitness center. This aparthotel also features complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include complimentary newspapers in the lobby, dry cleaning/laundry services, and a 24-hour front desk. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.89" OriginalAmount="117.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7869424" Longitude="100.5767391" StarRating="3" HotelCode="|103587" HotelName="Juzi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/08/2026">
        <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="118.89" OriginalAmount="117.71" MarkupRule="1.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="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.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 11/08/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="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.760911" Longitude="100.63951" StarRating="3" HotelCode="409505|kantary_house_ramkhamheang" HotelName="Kantary House Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 14/08/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="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77883812554" Longitude="100.57628585276" StarRating="4" HotelCode="429538|amaranta_suites" HotelName="Amaranta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="119.18" OriginalAmount="118.00" MarkupRule="1.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="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73754053" Longitude="100.5533096" StarRating="4" HotelCode="953095|omni_tower_bangkok_hotel_" HotelName="Omni Tower Sukhumvit Nana by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>69 Sukhumvit Soi 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/c8/3fc8e22aefb5e8c450a7ad9246d419b2e0d2bf1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="119.22" OriginalAmount="118.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742085" Longitude="100.55671" StarRating="4" HotelCode="47715" HotelName="Ambassador Hotel Bangkok" Meals="PLUS ROOM" BedType="PLUS ROOM">
        <Address>
          <AddressLines>
            <AddressLine>171 Soi 11 Sukhumvit Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/47715/47715/1.jpg?f=17754802</HotelPictures>
        <HotelDescription>Property Location With a stay at Ambassador Bangkok Hotel in Bangkok (Bangkok Central Business District), you'll be convenient to Terminal 21 Shopping Mall and Siam Paragon Mall. This 4-star hotel is within close proximity of Bumrungrad Hospital and Embassy of India. Rooms Make yourself at home in one of the 760 air-conditioned rooms featuring refrigerators and LED televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include safes and desks, and housekeeping is provided daily. Amenities Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. You can take advantage of recreational amenities such as an outdoor pool and a fitness center. Additional amenities at this hotel include complimentary wireless Internet access, concierge services, and babysitting/childcare (surcharge). Dining Satisfy your appetite at the hotel's restaurant, which serves breakfast, lunch, and dinner. Dining is also available at a coffee shop/café, and 24-hour room service is provided. Relax with your favorite drink at a bar/lounge or a poolside bar. Business, Other Amenities Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. Free self parking is available onsite.
Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. You can take advantage of recreational amenities such as an outdoor pool and a fitness center. Additional amenities at this hotel include complimentary wireless Internet access, concierge services, and babysitting/childcare (surcharge).
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.22" OriginalAmount="118.04" MarkupRule="1.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 15/08/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="94" TotalAmount="119.55" OriginalAmount="118.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7368532" Longitude="100.5145323" StarRating="3" HotelCode="|402351" HotelName="The Unforgotten Bandb" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi Sukorn2, Taladnoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/3/5/1/402351_883b62f1004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.83" OriginalAmount="118.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7269578" Longitude="100.533731" StarRating="4" HotelCode="|35535" HotelName="Le Siam" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="119.89" OriginalAmount="118.70" MarkupRule="1.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 17/08/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="119.96" OriginalAmount="118.77" MarkupRule="1.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="120.19" OriginalAmount="119" MarkupRule="1.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="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73942878" Longitude="100.58428252" StarRating="4" HotelCode="516719|204528" HotelName="The Residence On Thonglor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" 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="94" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.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="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.752914852106" Longitude="100.5415508151" StarRating="4" HotelCode="37909|indra_regent_hotel" HotelName="Indra Regent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/08/2026" 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="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75894481" Longitude="100.54127699" StarRating="3" HotelCode="361985|k_maison_boutique_hotel" HotelName="K Maison Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>116/17-21 Rangnam Road, Phyathai, Bangkok 10400, Ratchathewi district</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/62/ae62a2d83c98f3db981b1905ca9b48fc14be171b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bangkok, this boutique hotel has the perfect ambience for guests who appreciate a stylish...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.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="Free CXL until 14/08/2026">
        <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="120.89" OriginalAmount="119.69" MarkupRule="1.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="27" TotalAmount="121.20" OriginalAmount="120" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733745931321" Longitude="100.56355140354" StarRating="3" HotelCode="402230|204243" HotelName="Syama Sukhumvit 20" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>392/40 Sukhumvit Road, Soi 20, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/620186/620186a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.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/08/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="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80737814" Longitude="100.61565109" StarRating="3" HotelCode="602657|green_point_residence_hotel" HotelName="Greenpoint Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/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="94" TotalAmount="121.23" OriginalAmount="120.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7641" Longitude="100.483" StarRating="3" HotelCode="|408296" HotelName="Rd" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/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="95" TotalAmount="121.31" OriginalAmount="120.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73951" Longitude="100.55821" StarRating="4" HotelCode="106456" HotelName="Manhattan Hotel Bangkok" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>13 Sukhumvit Soi 15, Sukhumvit Road, Klongtoey Nua, Wattana,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/06456/106456/25.jpg?f=17692142</HotelPictures>
        <HotelDescription>Enjoy recreational amenities such as an outdoor pool and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and a television in a common area.. Featured amenities include complimentary newspapers in the lobby, dry cleaning/laundry services, and a 24-hour front desk..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.40" OriginalAmount="120.20" MarkupRule="1.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 15/08/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="121.50" OriginalAmount="120.30" MarkupRule="1.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="94" TotalAmount="121.58" OriginalAmount="120.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721912" Longitude="100.774913" StarRating="4" HotelCode="|389786" HotelName="Canalis Suvarnabhumi Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="121.62" OriginalAmount="120.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754051" Longitude="100.537854" StarRating="3" HotelCode="|172773" HotelName="Lemontea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/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="95" TotalAmount="121.78" OriginalAmount="120.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73902" Longitude="100.55944" StarRating="3" HotelCode="2174620" HotelName="Icheck Inn Sukhumvit 19" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>19/7-10 Sukhumvit Soi 19 Road, Klong Toey Nuea, Watthana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/74620/2174620/1.jpg?f=17389096</HotelPictures>
        <HotelDescription>Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless internet access.. Featured amenities include a 24-hour front desk, luggage storage, and laundry facilities. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.01" OriginalAmount="120.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.779008" Longitude="100.52265" StarRating="4" HotelCode="|446215" HotelName="YANH RATCHAWAT" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="122.04" OriginalAmount="120.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7533592" Longitude="100.5360705" StarRating="4" HotelCode="|358194" HotelName="Klub" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727655" Longitude="100.569327" StarRating="3" HotelCode="29040|48730" HotelName="Ariston" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,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="27" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75939482" Longitude="100.5403827" StarRating="4" HotelCode="872479|376832" HotelName="De Prime At Rangnam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106/18-19 Thanon Rang Nam, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/0a/d50a601e684789b50ddf72b322a7249ca92ba554.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="115847|57175" HotelName="The Dawin Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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="94" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.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 15/08/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="122.21" OriginalAmount="121.00" MarkupRule="1.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="94" TotalAmount="122.45" OriginalAmount="121.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.762006" Longitude="100.501504" StarRating="4" HotelCode="|449437" HotelName="Lilit Bang Lumphu " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <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="122.84" OriginalAmount="121.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7972" Longitude="100.54518" StarRating="5" HotelCode="|446431" HotelName="Asawin Grand Convention Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="123.08" OriginalAmount="121.86" MarkupRule="1.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="123.21" OriginalAmount="121.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7360698" Longitude="100.5785438" StarRating="3" HotelCode="|358322" HotelName="La49" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/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="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7355356" Longitude="100.55520534" StarRating="2" HotelCode="434543|233234" HotelName="Teja Lake View Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/08/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="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75522867298" Longitude="100.4863784743" StarRating="4" HotelCode="293448|baan_wanglang_riverside" HotelName="Baan Wanglang Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>342 Soi Wat Rakang, Prannok Road Siriraj, Bangkoknoi, 10700 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/56/b856e92e469dc8ea264dcd59b6f2d417afa8199b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.728635" Longitude="100.570448" StarRating="4" HotelCode="255721|arize_hotel_sukhumvit" HotelName="Arize Sukhumvit" Meals="ROOM ONLY" 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="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75601358" Longitude="100.50159231" StarRating="3" HotelCode="586503|dinsomon" HotelName="Dinsomon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>84 Dinso road, Bavornnivet, Phra nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/fc/1ffc4e7d9a2d92dfe7760ff3a69f89bbf615de71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.23" OriginalAmount="122.01" MarkupRule="1.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="95" TotalAmount="123.51" OriginalAmount="122.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73935" Longitude="100.55328" StarRating="3" HotelCode="3828515" HotelName="Ibis Styles Bangkok Sukhumvit 4" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>27 Sukhumvit 4 Klongtoey,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/28515/3828515/33.jpg?f=17330737</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including an outdoor pool and a fitness center. This hotel also features complimentary wireless internet access and tour/ticket assistance.. Featured amenities include a 24-hour business center, dry cleaning/laundry services, and a 24-hour front desk. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.10" OriginalAmount="122.87" MarkupRule="1.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="Non Refundable">
        <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="95" TotalAmount="124.17" OriginalAmount="122.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736617" Longitude="100.54858" StarRating="3" HotelCode="3982999" HotelName="The Quart Ruamrudee By Uhg" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>38/3 Soi Ruamrudee Community,,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/82999/3982999/1.jpg?f=17333707</HotelPictures>
        <HotelDescription>Don't miss out on recreational opportunities including an outdoor pool and a fitness center. This hotel also features complimentary wireless internet access and a hair salon.. Featured amenities include complimentary wired internet access, dry cleaning/laundry services, and a 24-hour front desk. A train station pick-up service is provided at no charge, and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746382" Longitude="100.603642" StarRating="4" HotelCode="317725|204252" HotelName="Al Meroz Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Soi Ramkhamhaeng Road 5, Ramkhamhaeng Road, Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/6b/816b4296179dff0e442b861bb961ceaf3c59153a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.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="124.23" OriginalAmount="123" MarkupRule="1.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="Free CXL until 15/08/2026" 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="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723476642254" Longitude="100.5276436974" StarRating="4" HotelCode="380536|sabai_sathorn_service_apartment" HotelName="Sabai Sathorn Exclusive Hotel &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>57 Sathorn Soi 10, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/95/f4954c6cd4e2eb6bc1adbcb5f15bd7f59ecdb365.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72820132" Longitude="100.53393949" StarRating="3" HotelCode="517561|silom_one" HotelName="Silom One" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>281/15 Silom 1 Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/3e/903e88059d97d634f8b7449a4c15a9dfcf5ed691.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.64" OriginalAmount="123.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70465" Longitude="100.59928" StarRating="3" HotelCode="|210577" HotelName="Kokotel Bangkok Sukhumvit 50" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <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="124.67" OriginalAmount="123.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733162" Longitude="100.52699" StarRating="4" HotelCode="|129763" HotelName="Mandarin Managed By Centre Point" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/08/2026">
        <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="124.69" OriginalAmount="123.46" MarkupRule="1.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 16/08/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="125.08" OriginalAmount="123.84" MarkupRule="1.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 12/08/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="27" TotalAmount="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733703" Longitude="100.56812" StarRating="4" HotelCode="185909|48652" HotelName="Bless Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 15/08/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="94" TotalAmount="125.29" OriginalAmount="124.05" MarkupRule="1.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="94" TotalAmount="125.30" OriginalAmount="124.06" MarkupRule="1.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="125.49" OriginalAmount="124.25" MarkupRule="1.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="125.70" OriginalAmount="124.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7336652" Longitude="100.567991" StarRating="4" HotelCode="|83091" HotelName="The Bless  and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/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="95" TotalAmount="125.76" OriginalAmount="124.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721962" Longitude="100.7749" StarRating="4" HotelCode="3853437" HotelName="Canalis Suvarnabhumi Airport Hotel" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>1599/1 Lat Krabang Soi 13, Thanon Lat Krabang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/53437/3853437/1.jpg?f=16923570</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as an outdoor pool or take in the view from a terrace and a garden. This hotel also features complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include a business center, a 24-hour front desk, and multilingual staff. Event facilities at this hotel consist of a conference center and 2 meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.76" OriginalAmount="124.51" MarkupRule="1.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="63" TotalAmount="126.25" OriginalAmount="125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734533668629" Longitude="100.55778622627" StarRating="4" HotelCode="168276|ramada_hotel__suites" HotelName="12th Avenue Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Sukhumvit Soi 12, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/49/b849406f1b0620384eb4dac00ccbad29e4969b59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally yet discreetly located, close to the business, nightlife and shopping areas a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.25" OriginalAmount="125.00" MarkupRule="1.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/08/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="95" TotalAmount="126.72" OriginalAmount="125.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73306" Longitude="100.52723" StarRating="4" HotelCode="103044" HotelName="Mandarin Hotel Managed By Centre Point" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>662 Rama IV Road, Bang Rak,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/03044/103044/1.jpg?f=17751891</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. If you're looking for recreational opportunities, you'll find an outdoor pool and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and wedding services. If you'd like to spend the day shopping, you can hop on the complimentary shuttle.. Featured amenities include a 24-hour business center, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in Bangkok? This hotel has 15236 square feet (1415 square meters) of space consisting of a conference center and meeting rooms. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.76" OriginalAmount="125.50" MarkupRule="1.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="126.79" OriginalAmount="125.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.98165" Longitude="100.54291" StarRating="3" HotelCode="|33147" HotelName="Tinidee Bangkok Golf Club" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="127.22" OriginalAmount="125.96" MarkupRule="1.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="63" TotalAmount="127.26" OriginalAmount="126.00" MarkupRule="1.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="94" TotalAmount="127.43" OriginalAmount="126.17" MarkupRule="1.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 18/08/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="95" TotalAmount="127.45" OriginalAmount="126.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.731777" Longitude="100.56327" StarRating="4" HotelCode="1869322" HotelName="Rembrandt Residences Bangkok" Meals="SUITE 1 BEDROOM" BedType="SUITE 1 BEDROOM">
        <Address>
          <AddressLines>
            <AddressLine>22 Sukhumvit Soi 20,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/69322/1869322/4.jpg?f=16697225</HotelPictures>
        <HotelDescription>Enjoy recreational amenities such as an outdoor pool and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include a computer station, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.79" OriginalAmount="126.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7659449" Longitude="100.5006124" StarRating="4" HotelCode="|172988" HotelName="Casa Nithra Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="127.80" OriginalAmount="126.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72178" Longitude="100.57124" StarRating="4" HotelCode="|446229" HotelName="Oakwood Studios Sukhumvit Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi 70, Sukhumvit 36, Klongton Sub-district, Klongtoey, 10110, Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/2/9/446229_60534370820.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.27" OriginalAmount="127" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72413074" Longitude="100.53087011" StarRating="3" HotelCode="933612|40319" HotelName="Holiday Inn Express Bangkok Sathorn" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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="27" TotalAmount="128.27" OriginalAmount="127" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737263" Longitude="100.55252" StarRating="4" HotelCode="903973|45237" HotelName="Lohas Residences Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 15/08/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="128.27" OriginalAmount="127.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6/1 Ratchadapisek Road, Klongtoey, Sukhumvit, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/8f/9c8f234a7f7d566f2318999f94163340b8cbfcd9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.46" OriginalAmount="127.19" MarkupRule="1.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="94" TotalAmount="128.80" OriginalAmount="127.52" MarkupRule="1.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 18/08/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="128.97" OriginalAmount="127.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.711235" Longitude="100.543195" StarRating="0" HotelCode="|446423" HotelName="Shama Yen-akat Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="27" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73655308" Longitude="100.57336768" StarRating="4" HotelCode="599532|232061" HotelName="Aspira Parc 39" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5/9 Soi Phromsri, Sukhumvit 39 Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/770152/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.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="Free CXL until 13/08/2026" 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="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.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="129.38" OriginalAmount="128.10" MarkupRule="1.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 14/08/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="129.57" OriginalAmount="128.29" MarkupRule="1.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 18/08/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="129.99" OriginalAmount="128.70" MarkupRule="1.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 11/08/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="94" TotalAmount="130.17" OriginalAmount="128.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7424532" Longitude="100.5576958" StarRating="4" HotelCode="|35453" HotelName="Ambassador Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="130.21" OriginalAmount="128.92" MarkupRule="1.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="Free CXL until 17/08/2026">
        <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="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738045066485" Longitude="100.55588643023" StarRating="3" HotelCode="337495|stable_lodge" HotelName="Stable Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Sukhumvit Road Soi 8, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/b5/abb570a7054354fc4126e33bfc682ce93937df0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.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="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.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="130.84" OriginalAmount="129.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7329152" Longitude="100.563041" StarRating="4" HotelCode="|74886" HotelName="Park Plaza Bangkok Soi 18" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 18,Sukhumvit Road,Klongteoy wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/8/6/74886_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has room service, a fitness centre, a swimming pool with hydromassage area, a solarium and a swimming pool bar. The establishment also has a laundry service, a business centre and a transfer service (on request). SITUATION: This hotel is situated in Soi 18, close to BTS Asoke Railway Station. It is situated close to shops, bars and restaurants. ROOM: The establishment has 125 modern rooms with an air-conditioning system, a television, internet, a DVD player, a direct line telephone, a fridge, a kettle, a coffee maker, a writing desk and a bathroom with a shower. OTHERS: Clients have at their disposal a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.11" OriginalAmount="129.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.773773" Longitude="100.541049" StarRating="4" HotelCode="|66643" HotelName="Abloom Exclusive Serviced Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/08/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="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733419" Longitude="100.5660725" StarRating="3" HotelCode="363230|s_box_sukhumvit_hotel" 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="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.763326555206" Longitude="100.496898721" StarRating="2" HotelCode="380535|fortville_guesthouse" HotelName="Jam Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/08/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="94" TotalAmount="131.36" OriginalAmount="130.06" MarkupRule="1.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 16/08/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="95" TotalAmount="131.37" OriginalAmount="130.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723" Longitude="100.51844" StarRating="3" HotelCode="1360209" HotelName="Hilton Garden Inn Bangkok Silom" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>320 Silom Road, Khwaeng Suriya Wong, Bang Rak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0013/60209/1360209/1.jpg?f=17497055</HotelPictures>
        <HotelDescription>Take advantage of recreational opportunities offered, including a health club, an outdoor pool, and a sauna. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and gift shops/newsstands.. Featured amenities include complimentary wired internet access, a business center, and dry cleaning/laundry services. Planning an event in Bangkok? This hotel has 2486 square feet (231 square meters) of space consisting of conference space and a meeting room. A roundtrip airport shuttle is provided for a surcharge during limited hours, and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.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/08/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="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.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="Non Refundable" 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="132.63" OriginalAmount="131.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7408801" Longitude="100.5110882" StarRating="0" HotelCode="|358204" HotelName="Nornyaowarat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6,8,10-12 Padung Dao Rd., Samphanthawong,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/2/0/4/358204_2d345381021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="132.76" OriginalAmount="131.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741499" Longitude="100.51128" StarRating="4" HotelCode="4017453" HotelName="Asai Bangkok Chinatown" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>531 Charoen Krung Rd, Pom Prap Sattru Phai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/17453/4017453/1.jpg?f=17563067</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center, or other amenities including complimentary wireless internet access and tour/ticket assistance. This hotel also features a banquet hall and a vending machine.. Featured amenities include express check-in, express check-out, and dry cleaning/laundry services..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.88" OriginalAmount="131.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.720101" Longitude="100.538572" StarRating="5" HotelCode="|358658" HotelName="Le D'tel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="133.24" OriginalAmount="131.92" MarkupRule="1.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 18/08/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="27" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723134406292" Longitude="100.5184672589" StarRating="4" HotelCode="165065|28553" HotelName="Novotel Bangkok Silom Road Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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="27" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75224843" Longitude="100.52683843" StarRating="3" HotelCode="624193|479386" HotelName="VELA Bangkok By Andacura Hotels" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" 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="133.32" OriginalAmount="132.00" MarkupRule="1.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 16/08/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="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.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 16/08/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="16" TotalAmount="133.94" OriginalAmount="132.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.68809359575" Longitude="100.50778985023" StarRating="4" HotelCode="15004|27214" HotelName="Montien Riverside Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.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="27" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.80494645" Longitude="100.56457809" StarRating="4" HotelCode="620868|254186" HotelName="V20 boutique hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/08/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="135.44" OriginalAmount="134.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7323467" Longitude="100.563084" StarRating="4" HotelCode="|66657" HotelName="Rembrandt Towers Serviced " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <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="135.71" OriginalAmount="134.37" MarkupRule="1.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="63" TotalAmount="136.35" OriginalAmount="135.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.690697288767" Longitude="100.64672653996" StarRating="4" HotelCode="255716|the_vertical_suite" HotelName="The Vertical Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90/9 Srinakrarin Road, Nongbon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/4e/f14e511d3079265963f864d8a5041a4cccba4e33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.62" OriginalAmount="135.27" MarkupRule="1.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="95" TotalAmount="136.78" OriginalAmount="135.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.732027" Longitude="100.564064" StarRating="4" HotelCode="1665133" HotelName="Best Western Plus At 20 Sukhumvit" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>17 Sukhumvit Soi 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0016/65133/1665133/41.jpg?f=17565651</HotelPictures>
        <HotelDescription>Facilities: The hotel has 4 suites, 41 single rooms and 30 double rooms, which are located on 8 storeys and are reachable by lift. English-speaking staff at the reception are happy to assist guests at the reception desk round the clock. Check-in and check-out are available 24 hours a day. Amenities available at the hotel include a baggage storage service, a safe and a currency exchange service. Wireless internet access allows guests to stay connected while on holiday. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. There are a number of shops as well. Additional facilities include a TV room. Guests arriving by car can park their vehicles in the garage (for a fee) or in the car park. Further services and facilities include a 24-hour security service, a transfer service, room service (for a fee), a laundry service and a coin-operated laundry. Complimentary newspapers are available. The business centre is on hand for guests' business requirements and provides a fax machine.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.86" OriginalAmount="135.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7406929" Longitude="100.5587496" StarRating="4" HotelCode="|33661" HotelName="Night  Bangkok - Sukhumvit 15" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <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="94" TotalAmount="137.13" OriginalAmount="135.77" MarkupRule="1.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 15/08/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="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735650564195" Longitude="100.551870147" StarRating="4" HotelCode="341595|parinda_hotel" HotelName="Parinda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/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="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.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="137.63" OriginalAmount="136.27" MarkupRule="1.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 12/08/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="95" TotalAmount="137.75" OriginalAmount="136.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73981" Longitude="100.55198" StarRating="4" HotelCode="1869049" HotelName="Hotel Icon Bangkok Sukhumvit 2" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>49 Sukhumvit 2, Khlong Toei Nuea</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/69049/1869049/30.jpg?f=17624854</HotelPictures>
        <HotelDescription>Enjoy recreational amenities such as an outdoor pool and a fitness center. This Art Deco hotel also features complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include a business center, limo/town car service, and complimentary newspapers in the lobby. Planning an event in Bangkok? This hotel has 388 square feet (36 square meters) of space consisting of a conference center and a meeting room. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.30" OriginalAmount="136.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.715633" Longitude="100.53035" StarRating="5" HotelCode="|66693" HotelName="Jc Kevin Sathorn Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="787155|367535" HotelName="Bangkok Voyage Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/2026">
        <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="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.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 16/08/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="94" TotalAmount="138.40" OriginalAmount="137.03" MarkupRule="1.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="94" TotalAmount="138.62" OriginalAmount="137.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737613" Longitude="100.563183" StarRating="4" HotelCode="|60664" HotelName="Tai Pan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/08/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="94" TotalAmount="139.06" OriginalAmount="137.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741909" Longitude="100.595712" StarRating="3" HotelCode="|553752" HotelName="Shenzhen Tower Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="139.27" OriginalAmount="137.89" MarkupRule="1.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 14/08/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="140.19" OriginalAmount="138.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73544" Longitude="100.561445" StarRating="4" HotelCode="|40629" HotelName="NH Bangkok Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/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="140.39" OriginalAmount="139" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76631736" Longitude="100.49712736" StarRating="3" HotelCode="853111|367647" HotelName="Hiranyakul House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Samsen Soi 3 Sampraya Road, Wat Sampraya Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b6/60b6424eacdf945076b975ea1446240c9d71ddf4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.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 14/08/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="140.39" OriginalAmount="139.00" MarkupRule="1.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="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Housekeeping,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>229 Phra Sumen Road, Khwaeng Talat Yot, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/0c/e90cf2bc0f72c628e87a0448acf9a8e441b58c2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Casa Vimaya is a cozy yet elegant hotel on Phra Sumen Road, part of a historic neighborhood of Bangk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.48" OriginalAmount="139.09" MarkupRule="1.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="140.87" OriginalAmount="139.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.6971378" Longitude="100.6483628" StarRating="4" HotelCode="|55486" HotelName="Dusit Princess Srinakarin Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Srinakarin Road, Nongbon, Pravet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/6/55486_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel is ideal for holidays or business trips, has 198 rooms, air-conditioning, a lobby with a reception, conference facilities, WiFi, room service, a laundry service and a car park. SITUATION: This luxurious hotel is situated 20 kilometres away from Bangkok Airport it is situated near the shopping centres, the tourist attractions, is situated 30 kilometres away from Don Mueang Airport. ROOM: Guests are offered suites, All the accommodation options have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, a double or king-size bed, an air-conditioning system, individual heating and a safe. FACILITIES: Outdoors, guests have access to a swimming pool, Clients can also find a sauna, a massage service and a gym. PAYMENT METHODS: The establishment accepts American Express, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="141.29" OriginalAmount="139.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.744953" Longitude="100.55736" StarRating="4" HotelCode="3665344" HotelName="Travelodge Sukhumvit 11" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>30/9-10 Soi Sukhumvit 11 (Chaiyos), Klongtoey-Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/65344/3665344/2.jpg?f=17124682</HotelPictures>
        <HotelDescription>Enjoy recreational amenities such as an outdoor pool and a fitness center. This hotel also features complimentary wireless internet access and a vending machine.. Featured amenities include a computer station, a 24-hour front desk, and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734833" Longitude="100.560664" StarRating="4" HotelCode="388330|30158" HotelName="Park Plaza Sukhumvit Hotel, Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/08/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="141.40" OriginalAmount="140.00" MarkupRule="1.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="Free CXL until 12/08/2026" 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="141.42" OriginalAmount="140.02" MarkupRule="1.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 11/08/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="142.25" OriginalAmount="140.84" MarkupRule="1.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="142.37" OriginalAmount="140.96" MarkupRule="1.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="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.697210542298" Longitude="100.64797488955" StarRating="4" HotelCode="95923|48216" HotelName="Dusit Princess Srinakarin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Srinakarin Road, Nongbon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/d9/21d90b9fa78179b184e50d9226317c6970b048e2.jpeg</HotelPictures>
        <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="142.41" OriginalAmount="141.00" MarkupRule="1.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="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741044218854" Longitude="100.55644676846" StarRating="3" HotelCode="392736|eleven_avenue_suites" HotelName="Eleven Avenue Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73679639" Longitude="100.51454046" StarRating="3" HotelCode="573020|the_unforgotten_bb" HotelName="The Unforgotten B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 Soi Sukorn2, Trimitr Road, Taladnoi, Sumpantawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/4e/124e0cfcf99d355ac4a175987b5c33f9c6e6a55d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.69" OriginalAmount="141.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7451548" Longitude="100.5567817" StarRating="3" HotelCode="|131098" HotelName="Chaidee Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31/3-5 Sukhumvit Soi 11 Klongtoey Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/0/9/8/131098_1_118.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has lifts, security services, a swimming pool snack bar, a garden, a playground and a games room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.37" OriginalAmount="141.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.726994" Longitude="100.568229" StarRating="3" HotelCode="|104801" HotelName="Hope Land  Sukhumvit 24" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>104 Tanao Road, Soi Phraeng Phuthon, San Chao Pho Sua, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/f3/77f3479c746988a5d151e8d8893a9c3ff7c32e26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="738434|aspira_residence_ruamrudee" HotelName="Aspira Residence Ruamrudee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>119/10 Soi Ruamrudee 2, Ploenchit Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/36/f036145ac44ee62cb35839a7fe01a870eccaaa23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Aspira Residence Ruamrudee is situated in Bangkok, 700 m from Arab Street. This property is set a sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.14" OriginalAmount="142.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74006" Longitude="100.51416" StarRating="3" HotelCode="|405289" HotelName="Arun Sa Wad 103 NaNa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/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="144.17" OriginalAmount="142.74" MarkupRule="1.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 11/08/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="95" TotalAmount="144.38" OriginalAmount="142.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742417" Longitude="100.54985" StarRating="4" HotelCode="3983003" HotelName="The Quarter Ploenchit By Uhg" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>33/2 Ruamrudee Soi 2, Ploenchit Road, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/83003/3983003/57.jpg?f=17599443</HotelPictures>
        <HotelDescription>Don't miss out on recreational opportunities including an outdoor pool and a fitness center. This hotel also features complimentary wireless internet access and concierge services. Satisfy your appetite for lunch, dinner, or brunch at the hotel's restaurant, Restaurant, or stay in and take advantage of the room service (during limited hours). Buffet breakfasts are available daily from 6:30 AM to 10:30 AM for a fee. Featured amenities include complimentary newspapers in the lobby, dry cleaning/laundry services, and a 24-hour front desk. A train station pick-up service is provided at no charge (available 24 hours), and limited parking is available onsite. Make yourself at home in one of the 112 individually decorated guestrooms, featuring refrigerators and minibars. 50-inch LCD televisions with satellite programming provide entertainment, while complimentary wireless internet access keeps you connected. Bathrooms feature showers with rainfall showerheads and hair dryers.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.43" OriginalAmount="143.00" MarkupRule="1.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="144.51" OriginalAmount="143.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73646" Longitude="100.57339" StarRating="4" HotelCode="|245814" HotelName="Metropolis Suites Bangkok, Tapestry Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="95" TotalAmount="144.78" OriginalAmount="143.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737097" Longitude="100.5708" StarRating="4" HotelCode="4014753" HotelName="Tribe Living Bangkok Sukhumvit 39 By Accorhotels" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>122 Soi Sukhumvit 39 Sukhumvit Road,, Klongton Nuea Wattana,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/14753/4014753/1.jpg?f=17684963</HotelPictures>
        <HotelDescription>Take time to pamper yourself with a visit to the full-service spa. Additional amenities at this Art Deco hotel include complimentary wireless internet access, concierge services, and a picnic area. If you'd like to spend the day shopping, you can hop on the complimentary shuttle.. Featured amenities include a 24-hour front desk, luggage storage, and an elevator. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.18" OriginalAmount="143.74" MarkupRule="1.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="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.920665103557" Longitude="100.60032606125" StarRating="4" HotelCode="200870|amari_don_muang_airport_bangkok" HotelName="Amari Don Muang Airport Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Chert Wudthakas Road, Don Mueng, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/44/7744e0285c14a6efdcb46f3a6edb0d26bb87eeb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This deluxe category hotel is conveniently located close to Bangkok's former International Airport, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="145.73" OriginalAmount="144.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74117" Longitude="100.559202" StarRating="4" HotelCode="387952|1298731" HotelName="Dream Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Sukhumwit Soi 15, Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ce/cef3a02cf90d095e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Sukhumvit, Bangkok's pulsing centre for fashion, entertainment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.86" OriginalAmount="144.42" MarkupRule="1.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 11/08/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="146.06" OriginalAmount="144.61" MarkupRule="1.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="146.32" OriginalAmount="144.87" MarkupRule="1.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 15/08/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="27" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74302689" Longitude="100.55517281" StarRating="4" HotelCode="787457|367928" HotelName="The Key Premier Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Sukhumvit Soi 7, Klongtoey Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/9a/c99a87a109f67f9df40c3b3aef0330360d05f252.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is situated in Sukhumvit. The hotel features a total of 75 rooms. Internet connect...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.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="Free CXL until 14/08/2026" 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="95" TotalAmount="146.54" OriginalAmount="145.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741012" Longitude="100.55629" StarRating="4" HotelCode="3844191" HotelName="Eleven Hotel Bangkok" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Sukhumvit 11,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/44191/3844191/45.jpg?f=15736602</HotelPictures>
        <HotelDescription>Enjoy a range of recreational amenities, including an outdoor pool, a sauna, and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a television in a common area.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="146.82" OriginalAmount="145.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.745231" Longitude="100.55873" StarRating="4" HotelCode="1867828" HotelName="RakYim Siam" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>81 Sukhumvit Soi 15, Sukhumvit Road, Klongtoey-Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/67828/1867828/1.jpg?f=17668596</HotelPictures>
        <HotelDescription>Don't miss out on recreational opportunities including an outdoor pool and a 24-hour fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a communal living room. Guests can get to nearby shops on the complimentary shuttle.. Featured amenities include limo/town car service, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available on request), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.86" OriginalAmount="145.41" MarkupRule="1.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="147.04" OriginalAmount="145.58" MarkupRule="1.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="Free CXL until 16/08/2026">
        <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="94" TotalAmount="147.24" OriginalAmount="145.78" MarkupRule="1.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="147.38" OriginalAmount="145.92" MarkupRule="1.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="147.42" OriginalAmount="145.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735952" Longitude="100.597817" StarRating="0" HotelCode="|440751" HotelName="Somerset Sukhumvit 71 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="148.47" OriginalAmount="147.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>30/1 Wat Dusitaram Somdej Phra Pin Klao Road, Bangkok-Noi, 10700 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/d7/76d77bffa2e179f7136343e4c261723e26647b38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.47" OriginalAmount="147.00" MarkupRule="1.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 12/08/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="149.03" OriginalAmount="147.55" MarkupRule="1.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="94" TotalAmount="149.12" OriginalAmount="147.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7414934" Longitude="100.5585261" StarRating="4" HotelCode="|36675" HotelName="SAMALA Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="149.51" OriginalAmount="148.03" MarkupRule="1.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="95" TotalAmount="149.68" OriginalAmount="148.2" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72155" Longitude="100.56007" StarRating="4" HotelCode="2581096" HotelName="Modena By Fraser Bangkok Hotel Residences" Meals="DOUBLE DELUXE ROOM" BedType="DOUBLE DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>2527 Rama 4 Road, Fyi Center, Khlong Toei</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/81096/2581096/1.jpg?f=16912781</HotelPictures>
        <HotelDescription>Don't miss out on recreational opportunities including a sauna and a 24-hour fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a banquet hall. Guests can get to nearby shops on the complimentary shuttle.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available on request)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.33" OriginalAmount="148.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7390458" Longitude="100.6470763" StarRating="4" HotelCode="|239603" HotelName="The Silver Palm - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/08/2026">
        <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="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750442399841" Longitude="100.53859233856" StarRating="4" HotelCode="60456|grand_diamond_suites_hotel" HotelName="Grand Diamond" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>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="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.783595576058" Longitude="100.50065785646" StarRating="3" HotelCode="18497|the_royal_river_hotel_2" HotelName="The Royal River" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>219 Soi Charansanitwong 66/1, Charansanitwong Rd., Bangpla, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/70/4370e63eb0bc2214c5d9eb98acb3bade9ea97e1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right on the western bank of the Chao Phraya River, or the 'River of Kings', in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736199" Longitude="100.561932" StarRating="3" HotelCode="141125|s_sukhumvit_suites_hotel" HotelName="S Sukhumvit Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="94" TotalAmount="150.53" OriginalAmount="149.04" MarkupRule="1.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="94" TotalAmount="150.84" OriginalAmount="149.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738574" Longitude="100.543085" StarRating="4" HotelCode="|34673" HotelName="The Duchess" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="95" TotalAmount="150.88" OriginalAmount="149.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74426" Longitude="100.55367" StarRating="3" HotelCode="489843" HotelName="Grace Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>12 Sukhumvit Soi 3 Nana-Nua, Klongtoey-Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/89843/489843/52.jpg?f=17608242</HotelPictures>
        <HotelDescription>Don't miss out on recreational opportunities including a nightclub and an outdoor pool. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a hair salon.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and a safe deposit box at the front desk. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.22" OriginalAmount="149.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72154" Longitude="100.559839" StarRating="4" HotelCode="|214464" HotelName="Modena By Fraser Bangkok Residences - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="151.37" OriginalAmount="149.87" MarkupRule="1.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 16/08/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="151.48" OriginalAmount="149.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727389" Longitude="100.531667" StarRating="3" HotelCode="|439794" HotelName="Ibis Styles Bangkok Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="95" TotalAmount="151.55" OriginalAmount="150.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750792" Longitude="100.53866" StarRating="4" HotelCode="74386" HotelName="Grand Diamond Suite" Meals="JUNIOR SUITE" BedType="JUNIOR SUITE">
        <Address>
          <AddressLines>
            <AddressLine>888 Petchburi Road, Petchburi,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/74386/74386/62.jpg?f=17734173</HotelPictures>
        <HotelDescription>Property Location With a stay at Grand Diamond Suite, you'll be centrally located in Bangkok, steps from Pantip Plaza and Platinum Fashion Mall. This 4-star hotel is close to Temple of the Emerald Buddha and Grand Palace. Rooms Make yourself at home in one of the 178 air-conditioned rooms featuring private spa tubs and LCD televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Conveniences include phones, as well as laptop-compatible safes and desks. Amenities Don't miss out on the many recreational opportunities, including an outdoor pool, a spa tub, and a sauna. This hotel also features complimentary wireless Internet access, shopping on site, and a fireplace in the lobby. Dining Grab a bite at one of the hotel's 2 restaurants, or stay in and take advantage of 24-hour room service. Buffet breakfasts are available daily for a fee. Business, Other Amenities Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. Free self parking is available onsite.
Don't miss out on the many recreational opportunities, including an outdoor pool, a spa tub, and a sauna. This hotel also features complimentary wireless Internet access, shopping on site, and a fireplace in the lobby.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.18" OriginalAmount="150.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750788" Longitude="100.5306096" StarRating="4" HotelCode="|104786" HotelName="Evergreen Place Siam By Uhg - Sha Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="152.40" OriginalAmount="150.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.704008" Longitude="100.59903" StarRating="4" HotelCode="|210574" HotelName="cross vibe bangkok sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="95" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741491" Longitude="100.55858" StarRating="4" HotelCode="3543890" HotelName="Samala Hotel Bangkok" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>43 Sukhumvit Soi 15, Klongtoey Nua,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0035/43890/3543890/1.jpg?f=17382726</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as an outdoor pool or take in the view from a garden. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Sukhumvit Soi 24, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/bc/7ebc3c3161261c1edad5933baa160301c4313059.jpeg</HotelPictures>
        <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="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734614" Longitude="100.581019" StarRating="4" HotelCode="185906|oakwood_residence_sukhumvit_thonglor_bangkok" HotelName="Oakwood Residence Sukhumvit Thonglor Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113 Soi Thonglor 13 Sukhumvit 55 Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/ab/4eabfb86b9235f8da852c38f44aeac65896a73a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is located in the heart of upmarket Thonglhor, Bangkok. The area is filled with entert...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.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="Non Refundable" 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="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.731895272842" Longitude="100.46319450013" StarRating="2" HotelCode="344288|bang_luang_house_bangkok" HotelName="Bangluang House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="24 Hour Power Supply,Beauty Salon,Designated Smoking Area,Housekeeping,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1378 Soi Jaransanitwong 3, Thapra, Bangkok Yai, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/e6/f6e6b3e467425259151858b20245c62f6c2e0db5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Bangluang House is ideal romantic place on local riverside in center of Bangkok. Away from busy town...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.78" OriginalAmount="151.27" MarkupRule="1.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="152.92" OriginalAmount="151.41" MarkupRule="1.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="27" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75077898" Longitude="100.58345474" StarRating="4" HotelCode="754183|367460" HotelName="Alix Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Petchburi Khwaeng Bang Kapi, Khet Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/ae/8aae8d18ae21565ae3b50c843b06bc01d0013b8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7386" Longitude="100.54326244907" StarRating="4" HotelCode="70023|natural_ville" HotelName="The Duchess Hotel and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Langsuan Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/e2/31e235fed89abb14c831e554eb4d8c29e46220ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Langsuan Road in the heart of the central business district. The hotel is cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="153.61" OriginalAmount="152.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70418" Longitude="100.59909" StarRating="4" HotelCode="2717537" HotelName="Cross Vibe Bangkok Sukhumvit Hotel" Meals="SUITE" BedType="SUITE">
        <Address>
          <AddressLines>
            <AddressLine>10, 20 Sukhumvit 52 Alley, Phra Khanong, Khlong Toei,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0027/17537/2717537/64.jpg?f=17641510</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. If you're looking for recreational opportunities, you'll find an outdoor pool, a hot tub, and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge). Guests can catch a ride to nearby destinations on the complimentary area shuttle.. Featured amenities include a business center, limo/town car service, and express check-out. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.16" OriginalAmount="152.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750762" Longitude="100.583503" StarRating="3" HotelCode="|389766" HotelName="Alix Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="95" TotalAmount="154.20" OriginalAmount="152.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73242" Longitude="100.56302" StarRating="4" HotelCode="88488" HotelName="Rembrandt Hotel &amp; Suites Bangkok" Meals="DELUXE KING ROOM" BedType="DELUXE KING ROOM">
        <Address>
          <AddressLines>
            <AddressLine>19 Sukhumvit Soi 18, Klong Toei,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/88488/88488/1.jpg?f=17712019</HotelPictures>
        <HotelDescription>Take advantage of recreational opportunities offered, including an outdoor pool, a sauna, and a fitness center. This hotel also features complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include a computer station, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in Bangkok? This hotel has 8019 square feet (745 square meters) of space consisting of a conference center and 5 meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.40" OriginalAmount="152.87" MarkupRule="1.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="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.732331998578" Longitude="100.56301653385" StarRating="4" HotelCode="8972|364" HotelName="Rembrandt Hotel &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 16/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.78463093" Longitude="100.54659805" StarRating="4" HotelCode="639433|271429" HotelName="The Quarter Hotel Ari" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>428 Phahonyothin Road in front of Soi 10, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/23/d3235edd321ef4f6c8acc98e24a1891023bedcc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.767893142367" Longitude="100.50506398446" StarRating="5" HotelCode="377686|204809" HotelName="The Raweekanlaya Bangkok Wellness Cuisine Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164-172 Krung Kasem Road, Phra Nakon, Bang Khun Phrom, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/613561/613561a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;To ensure a comfortable and relaxing stay, the resort provides room service. Wireless internet acces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73948447" Longitude="100.64741561" StarRating="4" HotelCode="435003|174372" HotelName="The Silver Palm Rama 9" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Soi Sa Ngop Suk, Rama 9 Road, Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/49/491702/491702a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722798137875" Longitude="100.52005827427" StarRating="4" HotelCode="8967|holiday_inn_bangkok_silom" HotelName="Holiday Inn Bangkok Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="154.58" OriginalAmount="153.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.817783279147" Longitude="100.55995613337" StarRating="5" HotelCode="47316|2145440" HotelName="Centara Grand at Central Plaza Ladprao Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1695 Phaholyothin Road, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/f7/64f7d35172b663507c7f8a02b2255fff4dedccac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in an ambitious new urban business and development district between the city centre and the airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.98" OriginalAmount="153.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.731569" Longitude="100.463896" StarRating="3" HotelCode="|413619" HotelName="Bang Luang House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1378 Charunsanitwong Soi 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/3/6/1/9/413619_19e9d871757.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.02" OriginalAmount="153.49" MarkupRule="1.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 11/08/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="155.07" OriginalAmount="153.53" MarkupRule="1.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="155.25" OriginalAmount="153.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736089" Longitude="100.629642" StarRating="5" HotelCode="|446227" HotelName="Thaya Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="155.43" OriginalAmount="153.89" MarkupRule="1.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="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.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="Free CXL until 14/08/2026" 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="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753422887008" Longitude="100.57249546051" StarRating="4" HotelCode="8971|golden_tulip_sovereign_hotel_bangkok" HotelName="Golden Tulip Sovereign Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 11/08/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="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750758" Longitude="100.531109" StarRating="3" HotelCode="165843|evergreen_place_bangkok" HotelName="Evergreen Place Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/08/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="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754527" Longitude="100.535449" StarRating="4" HotelCode="317723|vince_hotel_pratunam" HotelName="Vince Hotel Pratunam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>26/2 Alley 2, Phetchaburi 11, Phetchaburi Road, Phayathai, Rajathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/27/7e276035ba831028bc4a0c9025fc7c9d5e48feb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.57" OriginalAmount="154.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7428813" Longitude="100.5568804" StarRating="4" HotelCode="|104880" HotelName="Pipa Bangkok Sukhumvit 11" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="94" TotalAmount="156.26" OriginalAmount="154.71" MarkupRule="1.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 15/08/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="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.712167" Longitude="100.475015" StarRating="3" HotelCode="188195|376855" HotelName="Jolly Suites &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1421 Soi Ratchada Thaphra 13, Rim Thang Rod Fai Rd, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/138107/138107a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is in Pinklao. The total number of units is 136. Those who dislike animals may e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="156.84" OriginalAmount="155.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75347" Longitude="100.54131" StarRating="4" HotelCode="17659" HotelName="Indra Regent Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>120/126 Rajaprarop Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/17659/17659/36.jpg?f=17685101</HotelPictures>
        <HotelDescription>Take advantage of recreational opportunities offered, including an outdoor pool, a sauna, and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, shopping on site, and wedding services.. Featured amenities include wired internet access (surcharge), a business center, and limo/town car service. Planning an event in Bangkok? This hotel has 8611 square feet (800 square meters) of space consisting of conference space and 8 meeting rooms. A shuttle from the airport to the hotel is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="157.34" OriginalAmount="155.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74061" Longitude="100.558655" StarRating="4" HotelCode="87383" HotelName="Night Hotel Bangkok - Sukhumvit 15" Meals="BRONZE ROOM" BedType="BRONZE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>10 Sukhumvit Soi 15,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/87383/87383/1.jpg?f=17754898</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You're sure to appreciate the recreational amenities, including an outdoor pool and a 24-hour fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include limo/town car service, a computer station, and dry cleaning/laundry services. Planning an event in Bangkok? This hotel has 753 square feet (70 square meters) of space consisting of conference space and 3 meeting rooms. Free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="157.37" OriginalAmount="155.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740167" Longitude="100.552216" StarRating="5" HotelCode="4009988" HotelName="Maison Hotel Bangkok" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>18 Sukhumvit 2&amp;4 Alley,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/09988/4009988/26.jpg?f=17504360</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You're sure to appreciate the recreational amenities, including an outdoor pool and a fitness center. This Art Deco hotel also features complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. This hotel has 2 meeting rooms available for events. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.43" OriginalAmount="155.87" MarkupRule="1.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="27" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.876678544418" Longitude="100.5761513114" StarRating="4" HotelCode="33031|48248" HotelName="Miracle Grand Convention Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/08/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="27" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7459926389" Longitude="100.55370559758" StarRating="3" HotelCode="344433|233376" HotelName="Three Sukhumvit Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/08/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="157.56" OriginalAmount="156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.842073" Longitude="100.61644221" StarRating="3" HotelCode="588118|barefeet_naturist_resort" HotelName="Barefeet Naturist Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>House 85 Soi Prasertmanukitch 29, Yaek 7, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/bb/9abba35dc4cdcffb836dc072d9fa383a7d846d09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.56" OriginalAmount="156.00" MarkupRule="1.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="Free CXL until 15/08/2026" 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="157.56" OriginalAmount="156.00" MarkupRule="1.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 14/08/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="157.99" OriginalAmount="156.43" MarkupRule="1.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="158.40" OriginalAmount="156.83" MarkupRule="1.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 17/08/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="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.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="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74078679" Longitude="100.51105116" StarRating="3" HotelCode="943368|nornyaowarat_hostel" HotelName="Norn Yaowarat Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>6-8, 10, 12 Padungdao Road, Samphanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/6d/616d2a8a85dbf38313aef1b12b26cf9ee6567a2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.61" OriginalAmount="157.04" MarkupRule="1.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="Non Refundable">
        <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="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.728748" Longitude="100.564226" StarRating="3" HotelCode="114172|ballys_studio_suites_sukhumvit" HotelName="D Varee Diva Bally Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 10/08/2026" 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="159.58" OriginalAmount="158.00" MarkupRule="1.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="94" TotalAmount="160.23" OriginalAmount="158.64" MarkupRule="1.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="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70413525" Longitude="100.59914275" StarRating="3" HotelCode="527579|174390" HotelName="X2 Vibe Bangkok Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="160.59" OriginalAmount="159.00" MarkupRule="1.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="Non Refundable" 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="160.59" OriginalAmount="159.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750987" Longitude="100.541239" StarRating="4" HotelCode="186941|centara_watergate_pavillion_hotel_bangkok" HotelName="Centara Watergate Pavillion Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>567 Rachaprarop Road, Makkasan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/3a/f03a644c2fe0b57d6e2901c9e2496ddb2f9ead53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in Pratunam, Bangkok, an area synonymous with shopping, textiles and fashion wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.84" OriginalAmount="159.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7389518" Longitude="100.5539118" StarRating="4" HotelCode="|103699" HotelName="Dynasty Grande" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <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="95" TotalAmount="160.92" OriginalAmount="159.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72298" Longitude="100.51988" StarRating="4" HotelCode="17683" HotelName="Holiday Inn Bangkok Silom, An Ihg Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>981 Silom Road, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/17683/17683/50.jpg?f=17687755</HotelPictures>
        <HotelDescription>Relax and unwind with massages, body treatments, and facials. If you're looking for recreational opportunities, you'll find a health club, an outdoor pool, and an outdoor tennis court. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and gift shops/newsstands.. Featured amenities include complimentary wired internet access, a computer station, and dry cleaning/laundry services. Planning an event in Bangkok? This hotel has 37975 square feet (3528 square meters) of space consisting of conference space and 11 meeting rooms. A shuttle from the airport to the hotel is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="161.17" OriginalAmount="159.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750905" Longitude="100.53109" StarRating="4" HotelCode="489838" HotelName="Evergreen Place Siam By Uhg" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>318 Phaya Thai Road, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/89838/489838/61.jpg?f=17403888</HotelPictures>
        <HotelDescription>Be sure to enjoy recreational amenities, including an outdoor pool, a sauna, and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and complimentary use of a nearby fitness facility.. Featured amenities include complimentary wired internet access, a business center, and dry cleaning/laundry services. Planning an event in Bangkok? This hotel has 1615 square feet (150 square meters) of space consisting of conference space and a meeting room. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.21" OriginalAmount="159.61" MarkupRule="1.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="161.25" OriginalAmount="159.65" MarkupRule="1.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="95" TotalAmount="161.58" OriginalAmount="159.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.732908" Longitude="100.5626" StarRating="4" HotelCode="632546" HotelName="Maitria Hotel Sukhumvit 18 Bangkok" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>26 Sukhumvit Soi 18, Klong Toey,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0006/32546/632546/2.jpg?f=17467688</HotelPictures>
        <HotelDescription>Enjoy recreational amenities such as a health club and an outdoor pool. Additional features at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include limo/town car service, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73159" Longitude="100.572508" StarRating="4" HotelCode="900078|36156" HotelName="Adelphi Grande Sukhumvit by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16 Sukhumvit Soi 41, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/d1/5fd151b5b809ef0bb2921ad64fa0699bcc3076c9.jpeg</HotelPictures>
        <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="63" TotalAmount="161.60" OriginalAmount="160.00" MarkupRule="1.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="161.83" OriginalAmount="160.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7604073" Longitude="100.5025817" StarRating="3" HotelCode="|277423" HotelName="Lamphu Tree House Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="95" TotalAmount="161.96" OriginalAmount="160.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.784567" Longitude="100.54693" StarRating="4" HotelCode="3726998" HotelName="The Quarter Ari By Uhg" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>428 Phahonyothin Rd. In Front Of Soi 10, Samsen Nai, Phaya Thai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/26998/3726998/9.jpg?f=17380520</HotelPictures>
        <HotelDescription>Be sure to enjoy recreational amenities, including an outdoor pool, a sauna, and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include complimentary newspapers in the lobby, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.22" OriginalAmount="160.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7543426" Longitude="100.538252" StarRating="4" HotelCode="|62901" HotelName="FuramaXclusive Pratunam Park " Meals="HALF-BOARD" BedType="HALF-BOARD" 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="163.01" OriginalAmount="161.40" MarkupRule="1.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="95" TotalAmount="163.17" OriginalAmount="161.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.707393" Longitude="100.50605" StarRating="5" HotelCode="207009" HotelName="Ramada Plaza By Wyndham Bangkok Menam Riverside" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>2074 Charoenkrung Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/07009/207009/61.jpg?f=17729120</HotelPictures>
        <HotelDescription>Facilities: The resort has 525 rooms, which are located on 16 storeys and are reachable by lift. English- and French-speaking staff at the reception are happy to assist guests at the reception desk round the clock. Check-in and check-out are available 24 hours a day. Amenities available at the resort include a cloakroom, baggage storage service, safe, currency exchange service and cash machine. Wireless internet access (for a fee) is provided in public areas. The tour desk offers assistance with booking excursions. The resort has a range of facilities for guests with disabilities. The resort has wheelchair-accessible facilities. There are a number of shops, including a souvenir shop. The grounds of the resort feature a playground and a lovely garden. Additional amenities include a newspaper stand, a TV room and a playroom. Guests arriving by car can park their vehicles in the garage or in the car park. Further services and facilities include a childcare service, a car hire service, medical assistance, room service (for a fee), a laundry service, a hairdresser and a hotel shuttle bus. Bicycles can be kept in the bicycle storage area. A business centre with fax machine and projector is available.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="163.27" OriginalAmount="161.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729528" Longitude="100.530495" StarRating="4" HotelCode="106418" HotelName="The Siam Heritage Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>115/1 Surawong Road, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/06418/106418/48.jpg?f=17692135</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages. You can take advantage of recreational amenities such as an outdoor pool and a fitness center. Additional features at this Art Deco hotel include complimentary wireless internet access and tour/ticket assistance.. Featured amenities include a computer station, dry cleaning/laundry services, and a 24-hour front desk..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.60" OriginalAmount="161.98" MarkupRule="1.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="163.61" OriginalAmount="161.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72613" Longitude="100.541811" StarRating="0" HotelCode="|440407" HotelName="The Cotton Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="27" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75403205" Longitude="100.47626846" StarRating="3" HotelCode="603696|232080" HotelName="Baansuanprannok Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>167/14 Soi Itsaraphap 43, Baan Chang Lor, Bangkok Noi, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/ab/c1ab35da46c65f7782be630a606b64b2075db30b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.62" OriginalAmount="162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735928" Longitude="100.583233" StarRating="4" HotelCode="401564|centre_point_sukhumvit_thonglo" HotelName="Centre Point Serviced Apartment Thong Lo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="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="63" TotalAmount="163.62" OriginalAmount="162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72524251" Longitude="100.58145277" StarRating="4" HotelCode="787548|jasmine_59_hotel" HotelName="Jasmine 59 Hotel" Meals="ROOM ONLY" 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="94" TotalAmount="164.17" OriginalAmount="162.54" MarkupRule="1.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="164.24" OriginalAmount="162.61" MarkupRule="1.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="95" TotalAmount="164.50" OriginalAmount="162.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724749" Longitude="100.54735" StarRating="5" HotelCode="1819375" HotelName="Aetas Lumpini" Meals="DELUXE TWIN ROOM" BedType="DELUXE TWIN ROOM">
        <Address>
          <AddressLines>
            <AddressLine>1030/4 Rama 4 Road, Tungmahamek, Sathorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/19375/1819375/50.jpg?f=17744125</HotelPictures>
        <HotelDescription>A stay at AETAS lumpini places you in the heart of Bangkok, within a 5-minute drive of Lumphini Park and CentralWorld. This luxury hotel is 2.2 mi (3.5 km) from Siam Paragon Mall and 2.5 mi (4 km) from Terminal 21 Shopping Mall.Make yourself at home in one of the 203 air-conditioned rooms featuring minibars and LCD televisions. Complimentary wired and wireless internet access keeps you connected, and cable programming provides entertainment. Private bathrooms with separate bathtubs and showers feature complimentary toiletries and bidets. Conveniences include phones, as well as safes and desks.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74807370924" Longitude="100.54150622234" StarRating="3" HotelCode="143842|58563" HotelName="Aphrodite Inn Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61-65  Rachadamri Road, Patumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/a1/f7a167c1d4b78f993ebe7b434a45f792d1a19109.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located right in the heart of Bangkok's commercial district, very close to sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73716" Longitude="100.552" StarRating="3" HotelCode="571173|233223" HotelName="SureStay Plus Hotel by Best Western Sukhumvit 2" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/08/2026" 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="94" TotalAmount="165.22" OriginalAmount="163.58" MarkupRule="1.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="95" TotalAmount="165.24" OriginalAmount="163.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.70232" Longitude="100.53736" StarRating="4" HotelCode="111396" HotelName="Chatrium Residence Sathorn" Meals="DELUXE STUDIO" BedType="DELUXE STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>291 Soi Naradhiwas Rajanagarindra 24, Yannawa, Sathorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/11396/111396/56.jpg?f=17546204</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. If you're looking for recreational opportunities, you'll find an outdoor pool, a sauna, and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include limo/town car service, a computer station, and dry cleaning/laundry services. Planning an event in Bangkok? This hotel has 4467 square feet (415 square meters) of space consisting of a conference center and 5 meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="165.25" OriginalAmount="163.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727949" Longitude="100.52529" StarRating="4" HotelCode="4014765" HotelName="Mercure Bangkok Surawong" Meals="CLASSIC ROOM" BedType="CLASSIC ROOM">
        <Address>
          <AddressLines>
            <AddressLine>222 Surawong Road Si Phraya Bangrak, District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/14765/4014765/1.jpg?f=17687524</HotelPictures>
        <HotelDescription>Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.43" OriginalAmount="163.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73911" Longitude="100.55377" StarRating="4" HotelCode="|221536" HotelName="Citrus Suites Sukhumvit 6 by Compass Hospitality" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="165.53" OriginalAmount="163.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754103" Longitude="100.540348" StarRating="4" HotelCode="|26151" HotelName="Baiyoke Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>222 RAJPRAROP ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/5/1/26151_1_3905.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a main 88-storey building and 673 rooms. In the establishment entrance, guests will find a lobby with a lift, a kiosk, a reception with safety deposit boxes and a currency exchange service. The establishment boasts a mini-market, shops, a hairdresser's, a TV room, an Ã  la carte restaurant with air-conditioning, with highchairs, a conference room, WiFi and a car park. Kids can enjoy a playground, There are many services available at the establishment, including a medical care service and room service. SITUATION: It is surrounded by shops, leisure areas and entertainment. CentralWorld, Gaysorn Plaza, Sogo Department Store, Siam Square and MBK Center a few minutes walk away from the establishment, clients can find. ROOM: The cosy rooms, have a hairdryer, a direct line telephone, a satellite or cable television, a stereo, internet, a mini-bar, a king-size bed, tiled floors, fitted carpets and a safety deposit box (available for a fee). FACILITIES: Outdoors, clients have access to a swimming pool, For a fee, you can enjoy a jacuzzi, a sauna, a Turkish bath, a gym, beauty treatments and a massage service. MEALS: Guests are offered all meals in a buffet format and Ã  la carte lunch and dinner. dietary restrictions can be accommodated Clients have at their disposal special dishes can be made. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.64" OriginalAmount="164.00" MarkupRule="1.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="Free CXL until 12/08/2026" 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="165.69" OriginalAmount="164.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7468519" Longitude="100.5287077" StarRating="3" HotelCode="|103658" HotelName="Lub D Bangkok Siam Square " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="95" TotalAmount="165.87" OriginalAmount="164.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75427" Longitude="100.54035" StarRating="4" HotelCode="17674" HotelName="Baiyoke Sky Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>222 Soi Ratchaprarop 3, Ratchaprarop Road, Ratchathewi,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/17674/17674/1.jpg?f=17749294</HotelPictures>
        <HotelDescription>This 4 star hotel is located in the city centre of Bangkok and was established in 1998. It is a short drive away from the Siam Square and the nearest station is BTS Phayathai. The Hotel has a coffee shop, an outdoor swimming pool and a fitness centre/gym. All 658 rooms are equipped with minibar, hairdryer, safe, trouser press and air conditioning.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="166.34" OriginalAmount="164.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.752213" Longitude="100.52689" StarRating="3" HotelCode="3726909" HotelName="Hotel Vela Be Bangkok Ratchathewi" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>598 Soi Phayanak, Phetchaburi Road, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/26909/3726909/1.jpg?f=17381587</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as an outdoor pool or take in the view from a terrace. This hotel also features complimentary wireless internet access and concierge services. If you'd like to spend the day shopping, you can hop on the complimentary shuttle.. Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.65" OriginalAmount="165" MarkupRule="1.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="94" TotalAmount="166.76" OriginalAmount="165.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753083" Longitude="100.49735" StarRating="1" HotelCode="|524667" HotelName="Phra Nakhon Poshtel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="167.42" OriginalAmount="165.76" MarkupRule="1.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 15/08/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="167.48" OriginalAmount="165.82" MarkupRule="1.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 14/08/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="167.49" OriginalAmount="165.83" MarkupRule="1.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="27" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.754087238679" Longitude="100.64636617899" StarRating="5" HotelCode="186994|48823" HotelName="Grand FourWings Convention" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/08/2026" 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="94" TotalAmount="167.88" OriginalAmount="166.22" MarkupRule="1.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="168.27" OriginalAmount="166.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74114" Longitude="100.55634" StarRating="4" HotelCode="|386286" HotelName="Eleven Bangkok Sukhumvit 11 by Kingston Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="168.34" OriginalAmount="166.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75138" Longitude="100.53878" StarRating="0" HotelCode="|244355" HotelName="Marwin Space" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/2026">
        <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="168.35" OriginalAmount="166.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746072" Longitude="100.554467" StarRating="3" HotelCode="|172786" HotelName="Three Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <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="168.50" OriginalAmount="166.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.71398" Longitude="100.58641" StarRating="4" HotelCode="|187430" HotelName="Qiss Residence By Bliston" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3803 Rama 4 Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/4/3/0/187430_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746523939406" Longitude="100.54090976715" StarRating="4" HotelCode="21436|arnoma_hotel_bangkok" HotelName="Arnoma Grand 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,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="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734823211023" Longitude="100.56535786012" StarRating="4" HotelCode="118730|legacy_suites_hotel_" HotelName="Legacy Suites Sukhumvit by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Sukhumvit Soi 29, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c7/38/c7380e30939a8821fd8673bac043f208478ac519.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located on the hip Sukhumvit Road at Sukhumvit Soi 29, the hotel is a short 10-minute w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.702443" Longitude="100.537203" StarRating="4" HotelCode="65361|chatrium_residence_sathorn_bangkok_2" HotelName="Chatrium Residence Sathon Bangkok" Meals="BED &amp; BREAKFAST" 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="95" TotalAmount="170.01" OriginalAmount="168.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74497" Longitude="100.55704" StarRating="4" HotelCode="1870802" HotelName="Holiday Inn Express Bangkok Sukhumvit 11 By Ihg" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>30 Sukhumvit Soi 11, Klongtoey-Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/70802/1870802/44.jpg?f=16998099</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless internet access and tour/ticket assistance. This hotel also features a banquet hall and a vending machine.. Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.01" OriginalAmount="168.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742706" Longitude="100.556679" StarRating="4" HotelCode="|444367" HotelName="Aira Bangkok Sukhumvit 11 by Kingston Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/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="95" TotalAmount="170.32" OriginalAmount="168.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.751463" Longitude="100.54223" StarRating="4" HotelCode="1837802" HotelName="Centara Watergate Pavilion Hotel Bangkok" Meals="SUPERIOR ROOM - CITY VIEW" BedType="SUPERIOR ROOM - CITY VIEW">
        <Address>
          <AddressLines>
            <AddressLine>567 Rachaprarop Road, Makkasan,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/37802/1837802/64.jpg?f=17278941</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages and facials. Additional features at this hotel include complimentary wireless internet access, concierge services, and a hair salon.. Featured amenities include a computer station, express check-in, and express check-out. Planning an event in Bangkok? This hotel has 1938 square feet (180 square meters) of space consisting of conference space and a meeting room. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.37" OriginalAmount="168.68" MarkupRule="1.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 15/08/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="170.39" OriginalAmount="168.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7517645" Longitude="100.5844865" StarRating="3" HotelCode="|403442" HotelName="Amp Am House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <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="170.56" OriginalAmount="168.87" MarkupRule="1.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="Non Refundable">
        <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="63" TotalAmount="170.69" OriginalAmount="169.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739553" Longitude="100.543986" StarRating="4" HotelCode="74900|urbana_langsuan_bangkok" HotelName="Urbana Lungsuan" Meals="ROOM ONLY" 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="170.69" OriginalAmount="169.00" MarkupRule="1.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="94" TotalAmount="170.89" OriginalAmount="169.20" MarkupRule="1.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="95" TotalAmount="171.03" OriginalAmount="169.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.717869" Longitude="100.51614" StarRating="4" HotelCode="4018352" HotelName="Holiday Inn Express And Suites Bangkok Central Pier By Ihg" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>193 South Sathon Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/18352/4018352/25.jpg?f=17114461</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as an outdoor pool or take in the view from a garden. This hotel also features complimentary wireless internet access and a banquet hall.. Featured amenities include a business center, a 24-hour front desk, and luggage storage. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.34" OriginalAmount="169.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.745474" Longitude="100.557701" StarRating="5" HotelCode="|449698" HotelName="Nysa Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="171.49" OriginalAmount="169.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7515808" Longitude="100.5414505" StarRating="4" HotelCode="|129584" HotelName="Centara Watergate Pavillion Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="95" TotalAmount="171.87" OriginalAmount="170.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74292" Longitude="100.5568" StarRating="4" HotelCode="888311" HotelName="Pipa Hotel Bangkok Sukhumvit 11" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>16 Sukhumvit Soi 11,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0008/88311/888311/2.jpg?f=17064152</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including an outdoor pool and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a fireplace in the lobby.. Featured amenities include complimentary wired internet access, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.02" OriginalAmount="170.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72813" Longitude="100.57562" StarRating="4" HotelCode="|186267" HotelName="Adelphi Forty-nine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Soi Sukhumvit 49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/2/6/7/186267_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.15" OriginalAmount="170.45" MarkupRule="1.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="172.51" OriginalAmount="170.80" MarkupRule="1.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="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.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="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.715606" Longitude="100.591118" StarRating="4" HotelCode="903960|jasmine_resort_hotel" HotelName="Jasmine Resort Hotel" Meals="ROOM ONLY" 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="94" TotalAmount="173.16" OriginalAmount="171.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7196839" Longitude="100.5214344" StarRating="4" HotelCode="|131409" HotelName="Mode Sathorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>144 North Sathorn Road, Silom,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/4/0/9/131409_e88b3ad0948.jpg</HotelPictures>
        <HotelDescription>ROOM: The rooms have an air-conditioning system, a satellite television, a mini-bar, kettle, a bathroom with toiletries, a hairdryer, a bathrobe and slippers.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.76" OriginalAmount="172.04" MarkupRule="1.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 15/08/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="174.11" OriginalAmount="172.39" MarkupRule="1.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 18/08/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="95" TotalAmount="174.37" OriginalAmount="172.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.728247" Longitude="100.53069" StarRating="4" HotelCode="3981817" HotelName="The Quarter Silom By Uhg" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>12 Suriyawong Soi Silom 6(Soi Tarntawan), Suriyawong Subdistrict, Bang Rak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/81817/3981817/54.jpg?f=16934938</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including a sauna and a fitness center. This hotel also features complimentary wireless internet access and concierge services.. Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734921889961" Longitude="100.54391384125" StarRating="4" HotelCode="168281|luxx_xl" HotelName="Luxx XL at Langsuan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" 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="94" TotalAmount="175.22" OriginalAmount="173.49" MarkupRule="1.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 15/08/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="95" TotalAmount="175.50" OriginalAmount="173.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.756149" Longitude="100.541336" StarRating="5" HotelCode="3690282" HotelName="Akara Hotel Bangkok" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>372 Sri Ayutthaya Road, Thanon Phayathai, Rajthevi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/90282/3690282/1.jpg?f=17017704</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including an outdoor pool and a 24-hour fitness center. This Art Deco hotel also features complimentary wireless internet access, concierge services, and gift shops/newsstands.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.81" OriginalAmount="174.07" MarkupRule="1.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="176.21" OriginalAmount="174.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7387161" Longitude="100.5558641" StarRating="4" HotelCode="|39641" HotelName="Adelphi Suites Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719622" Longitude="100.515045" StarRating="4" HotelCode="39063|centre_point_silom" HotelName="Centre Point Hotel Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1522/2 Soi Kaysorn 1, Charoenkrung 50, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/d1/3cd115751e0823dccab315b6fe8fa906a87736f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Doing business around town is a breeze as guests are in the hub of business activity, as well as the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721069" Longitude="100.565615" StarRating="4" HotelCode="65099|president_park_bangkok" HotelName="President Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95, 370 Sukhumvit Soi 24, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/e4/f7e4e2cde83cd07aeac4db8cb364cfd59a8568fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a more exclusive residential area within immediate reach of expressways to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.02" OriginalAmount="175.27" MarkupRule="1.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="Non Refundable">
        <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="177.44" OriginalAmount="175.68" MarkupRule="1.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 18/08/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="94" TotalAmount="177.59" OriginalAmount="175.83" MarkupRule="1.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="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742759" Longitude="100.477051" StarRating="3" HotelCode="186276|sivalai_place" HotelName="Sivalai Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Guesthouse" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 Isaraphab Soi 33 Isaraphab rd, Thra Pra, Bangkok-Yai Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/bf/74bf839b7c3226c5446e55b000c03e3e88d60c8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located among the residential neighbourhood of Thonburi, approximately 5 minutes by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.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="95" TotalAmount="177.80" OriginalAmount="176.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739257" Longitude="100.55381" StarRating="4" HotelCode="517522" HotelName="Parkroyal Suites Bangkok" Meals="SUITE STUDIO" BedType="SUITE STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 6, Klongtoey, 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/17522/517522/70.jpg?f=16443771</HotelPictures>
        <HotelDescription>The hotel is located on Soi 6, close to major shopping, entertaining and tourist spots in the surrounding area. Suvarnabhumi Airport is approximately 45 km from the property. This is an upscale serviced residence ideally located in the popular Sukhumvit area. The stylish decor and modern conveniences will appeal to long-stay corporate residents and holidaymakers alike. There are 194 guest rooms on the premises. The hotel is air-conditioned and guests are welcomed into a lobby with 24-hour reception with a hotel safe, lift access and a café. Moreover, there are conference facilities and a business centre for business travellers. Rooms on offer are well-equipped and spacious. The units of apartments range from studios to 2-bedroom Premiers. They are equipped with modern comforts such as kitchens, dedicated work and lounge areas as well as walk-in closets.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.23" OriginalAmount="176.47" MarkupRule="1.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="95" TotalAmount="178.43" OriginalAmount="176.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72588" Longitude="100.52593" StarRating="5" HotelCode="297610" HotelName="Pullman Bangkok Hotel G" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>188 Silom Road Bangrak,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/97610/297610/1.jpg?f=17731915</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages. If you're looking for recreational opportunities, you'll find an outdoor pool, a steam room, and a 24-hour fitness center. This hotel also features complimentary wireless internet access, concierge services, and wedding services.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in Bangkok? This hotel has 13207 square feet (1227 square meters) of space consisting of conference space and meeting rooms. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="178.61" OriginalAmount="176.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72117" Longitude="100.56553" StarRating="5" HotelCode="26870" HotelName="Valia Hotel Bangkok Sukhumvit" Meals="PREMIER ROOM" BedType="PREMIER ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit 24, 95,370,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/26870/26870/1.jpg?f=17735756</HotelPictures>
        <HotelDescription>Don't miss out on recreational opportunities including an outdoor pool and a fitness center. This hotel also features complimentary wireless internet access, concierge services, and babysitting (surcharge). Guests can catch a ride to nearby destinations on the complimentary area shuttle.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff. Planning an event in Bangkok? This hotel has 1485 square feet (138 square meters) of space consisting of conference space and 4 meeting rooms. Free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.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="Non Refundable" 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="179.41" OriginalAmount="177.63" MarkupRule="1.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="27" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721540910874" Longitude="100.53825572133" StarRating="4" HotelCode="68297|10086" HotelName="Somerset Park Suanplu Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/08/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="179.78" OriginalAmount="178.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74887169" Longitude="100.52955683" StarRating="3" HotelCode="355876|patumwan_house" HotelName="Patumwan House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" 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="95" TotalAmount="180.40" OriginalAmount="178.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.765174" Longitude="100.56764" StarRating="4" HotelCode="206815" HotelName="Amanta Hotel &amp; Residence Ratchada" Meals="DELUXE ROOM - CITY VIEW" BedType="DELUXE ROOM - CITY VIEW">
        <Address>
          <AddressLines>
            <AddressLine>77/88 Ratchadapisek Soi 5, Din Daeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/06815/206815/2.jpg?f=17722604</HotelPictures>
        <HotelDescription>Don't miss out on the many recreational opportunities, including an outdoor pool, a steam room, and a fitness center. Additional features at this aparthotel include complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.79" OriginalAmount="179" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738893" Longitude="100.555796" StarRating="4" HotelCode="72254|36160" HotelName="Adelphi Suites Sukhumvit by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="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="180.79" OriginalAmount="179.00" MarkupRule="1.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="94" TotalAmount="180.96" OriginalAmount="179.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7466149" Longitude="100.5496751" StarRating="4" HotelCode="|103407" HotelName="Arcadia Suites Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/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="63" TotalAmount="181.80" OriginalAmount="180.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746493" Longitude="100.549409" StarRating="4" HotelCode="255718|arcadia_suites_bangkok" HotelName="Arcadia Suites Phloenchit Bangkok by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/08/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="63" TotalAmount="181.80" OriginalAmount="180.00" MarkupRule="1.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="Non Refundable">
        <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="182.15" OriginalAmount="180.35" MarkupRule="1.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="182.36" OriginalAmount="180.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7432752" Longitude="100.5569424" StarRating="4" HotelCode="|66697" HotelName="Mercure Bangkok Sukhumvit 11" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 SUKHUMVIT SOI 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/9/7/66697_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 236 rooms, a lobby, a reception, a bar, a restaurant, a conference room, room service and a car park. SITUATION: This establishment, Sukhumvit Road it is in Where guests can enjoy shows, the nightlife, restaurants and bars. it is situated 40 kilometres away from Suvarnabhumi Airport. ROOM: Each room has modern furniture, a direct line telephone, a satellite or cable television, internet, a safe, a mini-bar, a coffee maker, a kettle and individual air-conditioning. FACILITIES: Outdoors, clients have access to a swimming pool, You also have at your disposal a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.81" OriginalAmount="181" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72321127" Longitude="100.58648428" StarRating="4" HotelCode="495500|199659" HotelName="Somerset Ekamai Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 17/08/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Ekamai Soi 2, Sukhumvit 63 Road, Phra Khanong Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/7a/db7aabd876f5306b8057f3e36cf1798056b5b764.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183.82" OriginalAmount="182" MarkupRule="1.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 14/08/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="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737197582775" Longitude="100.58342562271" StarRating="4" HotelCode="404544|ariva_ivy_servizio_thonglor" HotelName="Ariva Ivy Servizio Thonglor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/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="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73153" Longitude="100.56403" StarRating="4" HotelCode="423742|novotel_bangkok_sukhumvit_20" HotelName="Novotel Bangkok Sukhumvit 20" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19/9 Sukhumvit 20, Klong Toey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/c2/e5c2f5855827f790f9bdee540f863f027411953f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in the heart of Bangkok, just a few minutes away from Sukhumvit road and the new Q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.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 16/08/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="94" TotalAmount="184.39" OriginalAmount="182.56" MarkupRule="1.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="184.56" OriginalAmount="182.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735074" Longitude="100.560069" StarRating="0" HotelCode="|446422" HotelName="The Coach Sukhumvit / Asok Bts Bangkok By Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="184.74" OriginalAmount="182.91" MarkupRule="1.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="Free CXL until 18/08/2026">
        <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="63" TotalAmount="184.83" OriginalAmount="183.00" MarkupRule="1.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 15/08/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="184.92" OriginalAmount="183.09" MarkupRule="1.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="Free CXL until 11/08/2026">
        <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="185.62" OriginalAmount="183.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757019" Longitude="100.534455" StarRating="4" HotelCode="|389848" HotelName="Hotel Tranz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Phayathai Rd, Khwaeng Thanon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/8/4/8/389848_8121f3c1101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.68" OriginalAmount="183.84" MarkupRule="1.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="185.68" OriginalAmount="183.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72221" Longitude="100.724" StarRating="4" HotelCode="|246619" HotelName="The Park Nine Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74250387" Longitude="100.55855066" StarRating="5" HotelCode="308183|movenpick_hotel_sukhumvit_15_bangkok" HotelName="Mövenpick Hotel Sukhumvit 15 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 15, Sukhumvit Road, Klong Toei Nuea, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/a6/d3a6393b199d31e1a31a9a1e02be760c940a7974.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74870928" Longitude="100.56728438" StarRating="5" HotelCode="451848|lancaster_bangkok" HotelName="Lancaster Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="95" TotalAmount="186.11" OriginalAmount="184.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75706" Longitude="100.5649" StarRating="4" HotelCode="103074" HotelName="Avani Ratchada Bangkok Hotel" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>1 Ratchadaphisek Road,, Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/03074/103074/51.jpg?f=17751896</HotelPictures>
        <HotelDescription>Don't miss out on the many recreational opportunities, including hot springs, an outdoor pool, and a sauna. This hotel also features complimentary wireless internet access, concierge services, and gift shops/newsstands.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in Bangkok? This hotel has 24748 square feet (2299 square meters) of space consisting of conference space and 9 meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.26" OriginalAmount="184.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.752256" Longitude="100.526673" StarRating="3" HotelCode="|439815" HotelName="Vela Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Phetchaburi, Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/8/1/5/439815_6d451441153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.57" OriginalAmount="184.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722882" Longitude="100.5196" StarRating="4" HotelCode="|104871" HotelName="Holiday Inn Bangkok Silom, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="186.68" OriginalAmount="184.83" MarkupRule="1.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="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722949265227" Longitude="100.53604960442" StarRating="4" HotelCode="89147|urbana_sathorn_bangkok" HotelName="Urbana Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 South Sathorn Road, Tungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/93/1393330bcddee9d2f8a290f1067e012811781fd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bangkok's prime residential district along Sathorn Road, this apartment hotel is in close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.730827" Longitude="100.531404" StarRating="4" HotelCode="18464|montien_hotel_bangkok" HotelName="The Montien Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Surawongse Road, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e1/9a/e19acfc54926bd0b0025a7c57a73ec1ed865703a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is centrally situated in the heart of Bangkok, in the shopping and entertainm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.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="Non Refundable">
        <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="187.97" OriginalAmount="186.11" MarkupRule="1.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="Non Refundable">
        <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="188.41" OriginalAmount="186.54" MarkupRule="1.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="27" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72076246" Longitude="100.58472609" StarRating="4" HotelCode="630445|253995" HotelName="Civic Horizon Hotel &amp; Residence" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.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="189.82" OriginalAmount="187.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7386445" Longitude="100.5425738" StarRating="0" HotelCode="|103627" HotelName="Rongratana Executive Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64 Langsuan, Ploenchit Road, Lumphini subtrict, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/2/7/103627_9.jpg</HotelPictures>
        <HotelDescription>ROOM: The rooms have a kitchen and an entertainment system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.88" OriginalAmount="188" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72480099" Longitude="100.58020932" StarRating="4" HotelCode="535556|228238" HotelName="The Salil Hotel Sukhumvit 57 - Thonglor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" 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="94" TotalAmount="190.09" OriginalAmount="188.21" MarkupRule="1.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="94" TotalAmount="190.13" OriginalAmount="188.25" MarkupRule="1.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="190.17" OriginalAmount="188.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7398227" Longitude="100.5112135" StarRating="4" HotelCode="|63019" HotelName="Shanghai Mansion Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="190.24" OriginalAmount="188.36" MarkupRule="1.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="190.54" OriginalAmount="188.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73388" Longitude="100.561147" StarRating="4" HotelCode="|218659" HotelName="Clover Asoke" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="190.89" OriginalAmount="189" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.730139" Longitude="100.561249" StarRating="4" HotelCode="68299|10092" HotelName="Shama Lakeview Asoke Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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="190.89" OriginalAmount="189.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.744889" Longitude="100.553159" StarRating="3" HotelCode="19507|zenith_sukhumvit" HotelName="Zenith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Sukhumvit Soi 3 (Nana Nua), 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/a8/93a86e73c48a56ac1c2793858f9bb99cf3ae3f66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The establishment is located on Sukhumvit Soi 3 (Nana Nua) in the heart of Bangkok city, close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.89" OriginalAmount="189.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739650843157" Longitude="100.51130890846" StarRating="4" HotelCode="58837|shanghai_mansion_best_value_hotel_in_asia" HotelName="Shanghai Mansion" 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,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>479-481 Yaowaraj Road, Samphantawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/53/aa/53aa9a30e365598ccf10992c5459377599aaf141.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok’s Chinatown on the exciting Yaowarat Road. It is surro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.89" OriginalAmount="189.00" MarkupRule="1.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="190.89" OriginalAmount="189.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.67869845" Longitude="100.58436921" StarRating="4" HotelCode="407915|bangkok_tree_house" HotelName="Bangkok Tree House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Concierge,Designated Smoking Area,Housekeeping,Internet,Laundry,Luggage Storage,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Moo 1</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/46/2d4611051af1ed17041849c83822562449bfe520.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Bangkok Tree House is conveniently located in the popular Thonburi - South area. The hotel offers a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.90" OriginalAmount="190.00" MarkupRule="1.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="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.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="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7260517" Longitude="100.5194275" StarRating="4" HotelCode="312702|amara_bangkok" HotelName="Amara Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="192.91" OriginalAmount="191.00" MarkupRule="1.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="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.756282666667" Longitude="100.50113766667" StarRating="3" HotelCode="915484|baan_noppawong" HotelName="Baan Noppawong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112-114 Soi Damnoen Klang Tai, Ratchadamnoen Klang Road, Bowon Niwet, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/29/cc29b46f76ac6b46edb39b132afa4b286fd475bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a total of 7 rooms. A baggage storage service is among the facilities. W...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="193.51" OriginalAmount="191.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74495" Longitude="100.5534" StarRating="4" HotelCode="104323" HotelName="Zenith Sukhumvit Hotel, Bangkok" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>29 Sukhumvit Soi 3 (Na-Na-Nua),</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/04323/104323/52.jpg?f=17727362</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages and body treatments. You're sure to appreciate the recreational amenities, including a health club, an outdoor pool, and a spa tub. Additional amenities at this hotel include complimentary wireless internet access, gift shops/newsstands, and tour/ticket assistance.. Featured amenities include a business center, limo/town car service, and complimentary newspapers in the lobby. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.53" OriginalAmount="191.61" MarkupRule="1.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="194.88" OriginalAmount="192.95" MarkupRule="1.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="27" TotalAmount="194.93" OriginalAmount="193" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.744208" Longitude="100.555012" StarRating="4" HotelCode="43778|9414" HotelName="BelAire Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="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="194.93" OriginalAmount="193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742042640997" Longitude="100.55444955826" StarRating="4" HotelCode="9972|amari_boulevard_bangkok" HotelName="Boulevard Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Sukhumvit Road 5, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/95/2495c0bd8ed277e51b3f43d8cf00590e7e1a6277.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a location in one of Bangkok's most exciting districts within a short distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.93" OriginalAmount="193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722523" Longitude="100.724026" StarRating="4" HotelCode="552035|the_park_nine_hotel_and_serviced_residence_suvarnabhumi" HotelName="The Park 9 Suvarnabhumi" Meals="ROOM ONLY" 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="94" TotalAmount="195.51" OriginalAmount="193.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7655549" Longitude="100.5677628" StarRating="4" HotelCode="|103596" HotelName="Amanta  and Residence Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="94" TotalAmount="195.54" OriginalAmount="193.60" MarkupRule="1.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="195.82" OriginalAmount="193.88" MarkupRule="1.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="63" TotalAmount="195.94" OriginalAmount="194.00" MarkupRule="1.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="Free CXL until 12/08/2026" 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="195.94" OriginalAmount="194.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>927 Rama 1 Road Wangmai, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/45/0445afe6917e9203edc4b0df9c7cc9a53ad75038.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 189 rooms. Individual storeys are accessible via the lift or stairs. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="196.39" OriginalAmount="194.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73082" Longitude="100.5317" StarRating="5" HotelCode="675554" HotelName="Montien Hotel Surawong Bangkok" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>54 Surawong Road, Silom, Bang Rak,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0006/75554/675554/10.jpg?f=17460743</HotelPictures>
        <HotelDescription>Take time to pamper yourself with a visit to the full-service spa. You're sure to appreciate the recreational amenities, including an outdoor pool and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and wedding services.. Featured amenities include limo/town car service, dry cleaning/laundry services, and a 24-hour front desk. Event facilities at this hotel consist of a conference center and 4 meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.59" OriginalAmount="194.64" MarkupRule="1.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 16/08/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="94" TotalAmount="197.29" OriginalAmount="195.34" MarkupRule="1.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="197.47" OriginalAmount="195.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.6898401" Longitude="100.7293388" StarRating="3" HotelCode="|36690" HotelName="Siam Mandarina Bangkok Suvarnabhumi Airport  (free Shuttle)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="198.04" OriginalAmount="196.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7539601" Longitude="100.6460444" StarRating="5" HotelCode="|129724" HotelName="The Grand Fourwings Convention" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/08/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="198.13" OriginalAmount="196.17" MarkupRule="1.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="198.43" OriginalAmount="196.47" MarkupRule="1.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="27" TotalAmount="198.97" OriginalAmount="197" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.732812" Longitude="100.560672" StarRating="4" HotelCode="164176|48670" HotelName="Column Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>48 Sukhumvit Soi 16, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/71/1d/711dbd02dd07cc70cf93354b5a51ac16d115690d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of the city between Ratchadapisek Road and Sukhumvit Soi ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198.97" OriginalAmount="197" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.725676054943" Longitude="100.57885631919" StarRating="3" HotelCode="89148|401567" HotelName="Grand Tower Inn Sukhumvit 55" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.98" OriginalAmount="198.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735853" Longitude="100.562826" StarRating="4" HotelCode="68161|jasmine_city_hotel" HotelName="Jasmine City Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="199.98" OriginalAmount="198.00" MarkupRule="1.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="94" TotalAmount="200.46" OriginalAmount="198.48" MarkupRule="1.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="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.748145730022" Longitude="100.52940418649" StarRating="4" HotelCode="904256|lit_bangkok_hotel" HotelName="LiT 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,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="94" TotalAmount="201.06" OriginalAmount="199.07" MarkupRule="1.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 15/08/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="63" TotalAmount="202.00" OriginalAmount="200.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746725" Longitude="100.551789" StarRating="5" HotelCode="185914|best_western_premier_sukhumvit_4" HotelName="Best Western Premier Sukhumvit" Meals="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="202.00" OriginalAmount="200.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750485729478" Longitude="100.54263662062" StarRating="5" HotelCode="293444|the_berkeley_hotel_3" HotelName="The Berkeley Hotel Pratunam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/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="94" TotalAmount="202.22" OriginalAmount="200.22" MarkupRule="1.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="94" TotalAmount="203.23" OriginalAmount="201.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734601" Longitude="100.557807" StarRating="4" HotelCode="|73082" HotelName="Aspira 12th Avenue Asoke Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="95" TotalAmount="203.74" OriginalAmount="201.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.705459" Longitude="100.60144" StarRating="5" HotelCode="3822078" HotelName="Avani Sukhumvit Bangkok Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>2089 Sukhumvit Road, Phra Khanong Nuea, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/22078/3822078/4.jpg?f=17581000</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages. You can take advantage of recreational amenities such as an outdoor pool and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and wedding services.. Featured amenities include a computer station, complimentary newspapers in the lobby, and dry cleaning/laundry services. This hotel has 4 meeting rooms available for events. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.02" OriginalAmount="202" MarkupRule="1.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="204.02" OriginalAmount="202.00" MarkupRule="1.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="204.26" OriginalAmount="202.24" MarkupRule="1.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="94" TotalAmount="206.61" OriginalAmount="204.56" MarkupRule="1.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 17/08/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="63" TotalAmount="207.05" OriginalAmount="205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7472578" Longitude="100.58243591" StarRating="3" HotelCode="584471|kepler_residence_bangkok" HotelName="Kepler Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>11/99 New Phetchaburi 47 Alley, Lane 1 And Lane 3, Khwaeng Bang Kapi, Khet Huai Khwang, Bangkok 10130</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/6b/6e6bcb9029c2203fb5b382c26f465c95551e052a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.14" OriginalAmount="205.09" MarkupRule="1.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 16/08/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="207.30" OriginalAmount="205.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7223547" Longitude="100.5467663" StarRating="4" HotelCode="|446490" HotelName="Amanta and Residence Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="207.84" OriginalAmount="205.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7291978" Longitude="100.5640846" StarRating="4" HotelCode="|104725" HotelName="Gm Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="207.91" OriginalAmount="205.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74869" Longitude="100.56736" StarRating="5" HotelCode="|386210" HotelName="Lancaster Bangkok - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="95" TotalAmount="208.03" OriginalAmount="205.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733571" Longitude="100.565994" StarRating="5" HotelCode="535135" HotelName="S31 Sukhumvit Hotel" Meals="PREMIER ROOM" BedType="PREMIER ROOM">
        <Address>
          <AddressLines>
            <AddressLine>545 Sukhumvit 31 Klongtoey Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/35135/535135/54.jpg?f=17619291</HotelPictures>
        <HotelDescription>Be sure to enjoy recreational amenities, including an outdoor pool, a hot tub, and a sauna. Additional amenities at this Art Deco hotel include complimentary wireless internet access, concierge services, and wedding services.. Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. Planning an event in Bangkok? This hotel has 930 square feet (86 square meters) of space consisting of conference space and 2 meeting rooms. A train station pick-up service is provided at no charge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.06" OriginalAmount="206" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738875" Longitude="100.543323" StarRating="4" HotelCode="89146|42071" HotelName="Centre Point Hotel Chidlom" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 15/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="206.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.706904" Longitude="100.535886" StarRating="3" HotelCode="93362|the_forum_park_bangkok_hotel" HotelName="Forum Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="208.56" OriginalAmount="206.50" MarkupRule="1.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="94" TotalAmount="208.89" OriginalAmount="206.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.758909" Longitude="100.537488" StarRating="5" HotelCode="|37545" HotelName="Pullman Bangkok King Power" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RANGNAM ROAD, PHAYATHAI, RAJTHEVI 8/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/4/5/37545_733a1210915.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This modern style, urban hotel, was built in 2007 and has 366 rooms, air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a hairdresser's, a bar, a pub and 3 restaurants. You are also offered a conference room, WiFi, room service, a laundry service and a car park. SITUATION: the King Power Duty Free is in it is situated 30 kilometres away from Don Mueang Airport it is situated 30 kilometres away from Suvarnabhumi Airport near the establishment, you will find Siam Paragon the shopping areas, Guests can enjoy bars and restaurants. ROOM: The modern rooms, have modern equipment, a marble bathroom, a shower, flatscreen satellite and cable television, a hairdryer, a direct line telephone, internet, a mini-bar, a coffee maker, a kettle, an iron, a sitting area, a safety deposit box, a double bed and an individual air-conditioning system. FACILITIES: The establishment has a swimming pool that has an area for children, an outdoor bar, a spa, a sports centre and treatments. MEALS: Regarding the food and beverage offering, the establishment offersCuisine Unplugged the restaurant DÃ©jÃ  Vu the restaurant CHANN the restaurant Guests are offered Ã  la carte lunch and dinner, Customers have at their disposal room service. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74444624" Longitude="100.5542258" StarRating="4" HotelCode="933614|48219" HotelName="Graceland Bangkok by Grace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Nana Nua, Sukhumvit Road, Wattana District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/08/2c08774471c79d3b363ea54b55a05734b4a52998.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.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="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733385" Longitude="100.56409112" StarRating="4" HotelCode="613595|akyra_sukhumvit_bangkok" HotelName="Akyra Sukhumvit Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="209.49" OriginalAmount="207.42" MarkupRule="1.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="75" TotalAmount="209.85" OriginalAmount="207.77" MarkupRule="1.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="95" TotalAmount="209.94" OriginalAmount="207.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74453" Longitude="100.55441" StarRating="4" HotelCode="2177642" HotelName="Graceland Bangkok Hotel" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>35 Nana Nua (Soi 5), Sukhumvit Road, Wattana District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/77642/2177642/1.jpg?f=17603653</HotelPictures>
        <HotelDescription>Take time to pamper yourself with a visit to the full-service spa. Additional amenities at this hotel include complimentary wireless internet access and concierge services.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.08" OriginalAmount="208.00" MarkupRule="1.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="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.776034" Longitude="100.573973" StarRating="5" HotelCode="64962|swissotel_le_concorde_bangkok" HotelName="Swissôtel Bangkok Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>204 Rachadapisek Road, Huay Kwang, Bangkok 10320</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/7f/9d7f53e46be89ea866e7c3f1259fab230a5eafeb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Ratchadapisek Road, Bangkok's new thriving business and entertainment distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>115 Sukhumvit 55, Thonglor, Sukhumvit Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/c2/7dc2088d0e8887992232751decdb8d0961a227e1.jpeg</HotelPictures>
        <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="212.46" OriginalAmount="210.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727108" Longitude="100.580435" StarRating="4" HotelCode="|37380" HotelName="JAL City Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <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="95" TotalAmount="213.31" OriginalAmount="211.2" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719903" Longitude="100.515274" StarRating="4" HotelCode="106230" HotelName="Centre Point Plus Hotel Silom" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>1522/2 Soi Kaysorn 1 (Charoenkrung 50), Charoengkrung Road, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/06230/106230/2.jpg?f=17730970</HotelPictures>
        <HotelDescription>Don't miss out on the many recreational opportunities, including a health club, an outdoor pool, and a sauna. This hotel also features complimentary wireless internet access, a hair salon, and a vending machine.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in Bangkok? This hotel has 581 square feet (54 square meters) of space consisting of conference space and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.12" OriginalAmount="212.00" MarkupRule="1.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 14/08/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="214.39" OriginalAmount="212.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.730734" Longitude="100.58177" StarRating="5" HotelCode="|73083" HotelName="MUU Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="214.57" OriginalAmount="212.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7351601" Longitude="100.5072189" StarRating="4" HotelCode="|439351" HotelName="Amdaeng Bangkok Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="95" TotalAmount="214.75" OriginalAmount="212.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74798" Longitude="100.52939" StarRating="4" HotelCode="2194645" HotelName="Lit Bangkok Residence" Meals="SUPERIOR SUITE" BedType="SUPERIOR SUITE">
        <Address>
          <AddressLines>
            <AddressLine>36/1 Soi Kasemsan 1, Rama 1 Road, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/94645/2194645/1.jpg?f=17630909</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages. You can take advantage of recreational amenities such as an outdoor pool and a fitness center. Additional features at this aparthotel include complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include complimentary newspapers in the lobby, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in Bangkok? This aparthotel has 592 square feet (55 square meters) of space consisting of conference space and a meeting room. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.82" OriginalAmount="212.69" MarkupRule="1.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 15/08/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="95" TotalAmount="215.31" OriginalAmount="213.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733161" Longitude="100.5609" StarRating="4" HotelCode="563486" HotelName="Column Bangkok Hotel" Meals="STUDIO - PARK VIEW" BedType="STUDIO - PARK VIEW">
        <Address>
          <AddressLines>
            <AddressLine>48 Sukhumvit Soi 16 Klongtoey, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/63486/563486/66.jpg?f=17608274</HotelPictures>
        <HotelDescription>Don't miss out on recreational opportunities including an outdoor pool and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include complimentary wired internet access, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge during limited hours, and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="214" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74486738" Longitude="100.55549403" StarRating="3" HotelCode="518321|204272" HotelName="Avatar Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="216.29" OriginalAmount="214.15" MarkupRule="1.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 15/08/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="95" TotalAmount="216.32" OriginalAmount="214.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73162" Longitude="100.58189" StarRating="5" HotelCode="2722596" HotelName="Grande Centre Point Sukhumvit 55" Meals="SIGNATURE ROOM" BedType="SIGNATURE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>300 Sukhumvit Soi 55 (Thonglor), Klongton Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0027/22596/2722596/1.jpg?f=17091838</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages and facials. If you're looking for recreational opportunities, you'll find hot springs, an outdoor pool, and a steam room. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and an arcade/game room. Guests can get around on the complimentary shuttle, which operates within 1 km.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.52" OriginalAmount="214.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73909" Longitude="100.54336" StarRating="4" HotelCode="|177512" HotelName="Centre Point Chidlom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="216.90" OriginalAmount="214.75" MarkupRule="1.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 14/08/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="216.99" OriginalAmount="214.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734685" Longitude="100.564086" StarRating="5" HotelCode="|131455" HotelName="Radisson Blu Plaza Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>489 Sukhumvit Klongtoey Nua Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/4/5/5/131455_cd1aba21153.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 200 metres away from MRT de Sukhumvit Station and BTS de Asoke Station. ROOM: Each room has an air-conditioning system, a sitting area, a safe, cable television, an iPod docking station, a bathroom with a bath, a shower, a hairdryer, complimentary bathroom items and a bathrobe. FACILITIES: The establishment has a swimming pool, facilities for people with reduced mobility, WiFi (free of charge) and a car park (free of charge). RESTAURANT: The establishment offers restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.15" OriginalAmount="215.00" MarkupRule="1.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="94" TotalAmount="218.32" OriginalAmount="216.16" MarkupRule="1.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="219.16" OriginalAmount="216.99" MarkupRule="1.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="63" TotalAmount="219.17" OriginalAmount="217.00" MarkupRule="1.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="94" TotalAmount="219.24" OriginalAmount="217.07" MarkupRule="1.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="Free CXL until 16/08/2026">
        <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="94" TotalAmount="219.25" OriginalAmount="217.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.766999" Longitude="100.47371" StarRating="3" HotelCode="|408302" HotelName="Siamotif Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="95" TotalAmount="219.83" OriginalAmount="217.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740042" Longitude="100.55197" StarRating="4" HotelCode="87422" HotelName="Double Tree By Hilton Bangkok Ploenchit" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>12 Sukhumvit Soi 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/87422/87422/7.jpg?f=17713883</HotelPictures>
        <HotelDescription>Facilities: The hotel has 2 junior suites, 9 suites, 207 single rooms and 44 double rooms, which are located on 25 storeys and are reachable by lift. The multilingual staff at the reception desk in the lobby are ready to assist you with check-in and check-out. Services such as a baggage storage service, a safe and a currency exchange service ensure a comfortable stay. Wireless internet access in public areas (for a fee) allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel offers various facilities for guests with disabilities. Wheelchair-accessible facilities are available. There are also a number of shops that make for great strolling and browsing. A garden provides extra space for rest and relaxation in the open air. Additional facilities include a TV room. Guests arriving by car can park their vehicles in the car park. Further services and facilities include a 24-hour security service, a babysitting service, a childcare service, a car hire service, medical assistance, translation services, room service (for a fee), a laundry service and a coin-operated laundry. The business centre is on hand for guests' business requirements and provides a fax machine.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="220.09" OriginalAmount="217.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.730707" Longitude="100.581795" StarRating="5" HotelCode="544120" HotelName="Muu Bangkok Hotel" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>88/333 Sukhumvit Soi 55, (Thong Lor Soi 8), North Klongton</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/44120/544120/3.jpg?f=17578537</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including an outdoor pool and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and a hair salon. Getting to nearby attractions is a breeze with the complimentary area shuttle that operates within 800 meters.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. A train station drop-off service is provided at no charge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729110773853" Longitude="100.5614387021" StarRating="4" HotelCode="380543|gardengrove_suites" HotelName="Gardengrove Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>51 Sukhumvit, Soi 16, Sammitr, Sukhumvit Road, Klong Toey, Bangkok, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/c8/8ec858a3936156e25a7565e94bc56f3ba63396df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a restaurant, a transfer ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.84" OriginalAmount="218.65" MarkupRule="1.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 11/08/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="220.99" OriginalAmount="218.80" MarkupRule="1.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="221.14" OriginalAmount="218.95" MarkupRule="1.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="Non Refundable">
        <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="27" TotalAmount="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742652311051" Longitude="100.54962426424" StarRating="4" HotelCode="168588|28214" HotelName="Novotel Bangkok Ploenchit Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="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="95" TotalAmount="221.47" OriginalAmount="219.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719353" Longitude="100.521545" StarRating="4" HotelCode="2436915" HotelName="Mode Sathorn Hotel" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>144 North Sathorn Road, Silom, Bangrak,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/36915/2436915/68.jpg?f=17639119</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. If you're looking for recreational opportunities, you'll find an outdoor pool, a sauna, and a 24-hour fitness center. This hotel also features complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include a business center, limo/town car service, and express check-in. Planning an event in Bangkok? This hotel has 1528 square feet (142 square meters) of space consisting of conference space and 2 meeting rooms. Free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.20" OriginalAmount="220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757936" Longitude="100.536215" StarRating="5" HotelCode="17538|sukosol_bangkok_hotel_" HotelName="The Sukosol" 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,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="94" TotalAmount="222.38" OriginalAmount="220.18" MarkupRule="1.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 11/08/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="94" TotalAmount="222.99" OriginalAmount="220.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.753402" Longitude="100.5373693" StarRating="0" HotelCode="|172687" HotelName="Boxpackers Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="223.25" OriginalAmount="221.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7308106" Longitude="100.531659" StarRating="5" HotelCode="|26183" HotelName="Montien Surawong Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="95" TotalAmount="223.65" OriginalAmount="221.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.728026" Longitude="100.57" StarRating="4" HotelCode="74424" HotelName="DoubleTree By Hilton Sukhumvit Bangkok" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>18/1 Sukhumvit Soi 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/74424/74424/56.jpg?f=17694320</HotelPictures>
        <HotelDescription>Property Location DoubleTree by Hilton Sukhumvit Bangkok is in the heart of Bangkok, walking distance from EmQuartier and Benjasiri Park. This 4-star hotel is within close proximity of Dinosaur Planet and K Village. Rooms Make yourself at home in one of the 177 air-conditioned rooms featuring refrigerators and flat-screen televisions. Cable programming and iPod docking stations are provided for your entertainment, with wired and wireless Internet access available for a surcharge. Private bathrooms with showers feature rainfall showerheads and designer toiletries. Conveniences include phones, as well as safes and desks. Amenities Don't miss out on the many recreational opportunities, including a health club, an outdoor pool, and a sauna. Additional features at this Art Deco hotel include complimentary wireless Internet access, concierge services, and babysitting/childcare (surcharge). Dining Satisfy your appetite at the hotel's restaurant, which serves breakfast, lunch, and dinner. Dining is also available at a coffee shop/café, and 24-hour room service is provided. Relax with your favorite drink at a bar/lounge or a poolside bar. Business, Other Amenities Featured amenities include complimentary high-speed (wired) Internet access, a 24-hour business center, and complimentary newspapers in the lobby. Planning an event in Bangkok? This hotel has 47136 square feet (4379 square meters) of space consisting of conference space and meeting rooms. Free self parking is available onsite.
Don't miss out on the many recreational opportunities, including a health club, an outdoor pool, and a sauna. Additional features at this Art Deco hotel include complimentary wireless Internet access, concierge services, and babysitting/childcare (surcharge).
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.22" OriginalAmount="222.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7371465" Longitude="100.56386017" StarRating="3" HotelCode="399254|tints_of_blue_hotel" HotelName="Tints of Blue Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/08/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="27" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736935940646" Longitude="100.54881691933" StarRating="4" HotelCode="370558|16755" HotelName="Centre Point Ploenchit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Wireless Road, Lumpini, Patumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/5a/075a789580f5e8ece6de2bb3f7f5a102e875eac0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal setting in the heart of town, with department stores, embassies, banks an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.24" OriginalAmount="224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.730349175074" Longitude="100.58205485344" StarRating="5" HotelCode="33839|pan_pacific_serviced_suites_bangkok" HotelName="Akyra Thonglor Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88/333 Sukhumvit 55, North Klongton, Wattana District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/fb/49fbe29f33d9bbbca77727221ff016503688f368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is nestled between Sukhumvit Soi 55 and Petchburi Road, 2 bustling areas in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.24" OriginalAmount="224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74699008" Longitude="100.52839227" StarRating="3" HotelCode="572477|kritthai_mansion" HotelName="Krit Thai Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 14/08/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="226.41" OriginalAmount="224.17" MarkupRule="1.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="226.72" OriginalAmount="224.48" MarkupRule="1.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/08/2026">
        <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="63" TotalAmount="228.26" OriginalAmount="226.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.751161" Longitude="100.5382" StarRating="3" HotelCode="189253|glow_pratunam" HotelName="GLOW Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>919 Petchburi Road, Kwang Thanon Phayathai, Rajdhevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/e1/a0e154107cfe882577ff1ceb16df4284c1b17469.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city lifestyle hotel is centred in the heart of Bangkok's commercial district situated in Pratu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.47" OriginalAmount="226.21" MarkupRule="1.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="27" TotalAmount="229.27" OriginalAmount="227" MarkupRule="1.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="63" TotalAmount="229.27" OriginalAmount="227.00" MarkupRule="1.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="Free CXL until 16/08/2026" 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="63" TotalAmount="230.28" OriginalAmount="228.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73499084" Longitude="100.50710052" StarRating="3" HotelCode="588008|amdaeng_bangkok_riverside_hotel" HotelName="Amdaeng Bangkok Riverside Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="230.28" OriginalAmount="228.00" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>7 Soi Sukhumvit 18, Khlong Toei Nuea, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/e4/15e43c9d159e7d89320f76bf293fdf5974c439ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.41" OriginalAmount="228.13" MarkupRule="1.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="95" TotalAmount="230.94" OriginalAmount="228.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72295" Longitude="100.53547" StarRating="5" HotelCode="4015339" HotelName="Ascott Embassy Sathorn" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>No. 59 South Sathorn Road,, Thungmahamek Sathorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/15339/4015339/1.jpg?f=17165409</HotelPictures>
        <HotelDescription>Be sure to enjoy recreational amenities, including an outdoor pool, a sauna, and a fitness center. This hotel also features complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include complimentary newspapers in the lobby, dry cleaning/laundry services, and a 24-hour front desk. This hotel has 5 meeting rooms available for events. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.12" OriginalAmount="228.83" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="231.20" OriginalAmount="228.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7245425" Longitude="100.5670416" StarRating="5" HotelCode="|66719" HotelName="Sukhumvit Park, Bangkok - Marriott Executive Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="231.29" OriginalAmount="229.00" MarkupRule="1.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 15/08/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="95" TotalAmount="231.51" OriginalAmount="229.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.706974" Longitude="100.59989" StarRating="5" HotelCode="3981846" HotelName="Hotel Innside Bangkok Sukhumvit" Meals="INNSIDE KING ROOM" BedType="INNSIDE KING ROOM">
        <Address>
          <AddressLines>
            <AddressLine>1472 Sukhumvit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/81846/3981846/1.jpg?f=17423070</HotelPictures>
        <HotelDescription>Facilities: The friendly staff at the reception desk are happy to answer any questions. Wireless internet access allows guests to surf the internet and catch up on email. The hotel offers a range of facilities for guests with disabilities. A lift and wheelchair-accessible facilities are available. Parking spaces are available to guests travelling by car. Further services include a 24-hour security service, a transfer service, room service and a laundry service. A projector is on hand for guests' business and communication needs.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.30" OriginalAmount="230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740192777704" Longitude="100.54351687431" StarRating="5" HotelCode="174045|hotel_muse_bangkok_langsuan__a_mgallery_collection" HotelName="Hotel Muse Bangkok Langsuan - MGallery Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/08/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="233.15" OriginalAmount="230.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7373385" Longitude="100.5571467" StarRating="4" HotelCode="|36680" HotelName="Centre Point Sukhumvit 10" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="233.17" OriginalAmount="230.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.757139" Longitude="100.558838" StarRating="0" HotelCode="|472429" HotelName="Wizpark Ratchada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/08/2026">
        <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="233.20" OriginalAmount="230.89" MarkupRule="1.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="94" TotalAmount="233.20" OriginalAmount="230.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.761158" Longitude="100.566561" StarRating="5" HotelCode="|389638" HotelName="Somerset Rama 9 Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="233.31" OriginalAmount="231" MarkupRule="1.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="63" TotalAmount="234.32" OriginalAmount="232.00" MarkupRule="1.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 10/08/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="234.49" OriginalAmount="232.17" MarkupRule="1.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="235.87" OriginalAmount="233.53" MarkupRule="1.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="235.97" OriginalAmount="233.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736878" Longitude="100.575717" StarRating="4" HotelCode="|452982" HotelName="Walton Suites Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <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="63" TotalAmount="236.34" OriginalAmount="234.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75601394" Longitude="100.53445671" StarRating="4" HotelCode="943380|anajak_bangkok_hotel" HotelName="Anajak Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>65/5 Phayathai Road, Soi Golit, Phayathai, Rajthewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/04/a6049c6456e4b891d1f74e3026d04f1200a9eafd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.12" OriginalAmount="234.77" MarkupRule="1.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="237.35" OriginalAmount="235.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73486" Longitude="100.557477" StarRating="4" HotelCode="54629|centre_point_hotel_sukhumvit_10" HotelName="Centre Point Sukhumvit Soi 10" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="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="95" TotalAmount="238.71" OriginalAmount="236.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.745647" Longitude="100.557755" StarRating="5" HotelCode="4015297" HotelName="Nysa Hotel Bangkok Sukhumvit 11" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>73/7-8 Soi Sukhumvit 13, Khwaeng Khlong Toei Nuea,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/15297/4015297/75.jpg?f=17498739</HotelPictures>
        <HotelDescription>Enjoy recreational amenities such as an outdoor pool and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.54" OriginalAmount="237.17" MarkupRule="1.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 15/08/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="241.16" OriginalAmount="238.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7511635" Longitude="100.5380398" StarRating="4" HotelCode="|103438" HotelName="Vela Dhi Glow Pratunam - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="95" TotalAmount="241.32" OriginalAmount="238.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74487" Longitude="100.49111" StarRating="4" HotelCode="2732991" HotelName="Riva Arun Bangkok" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>392/25-26 Maharaj Road, Phraborom Maharajawang, Pranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0027/32991/2732991/57.jpg?f=16839451</HotelPictures>
        <HotelDescription>Property Location With a stay at Riva Arun Bangkok in Bangkok (Bangkok City Centre), you'll be minutes from Wat Pho and Museum of Siam. This 4-star hotel is within close proximity of Grand Palace and Temple of the Emerald Buddha. Rooms Make yourself at home in one of the 25 air-conditioned rooms featuring refrigerators and minibars. Rooms have private balconies or patios. 32-inch plasma televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Private bathrooms with showers feature complimentary toiletries and hair dryers. Amenities Take in the views from a terrace and make use of amenities such as complimentary wireless Internet access and concierge services. Dining Satisfy your appetite at the hotel's restaurant, which serves breakfast, lunch, and dinner. Dining is also available at a coffee shop/café, and room service (during limited hours) is provided. Quench your thirst with your favorite drink at a bar/lounge. Business, Other Amenities Featured amenities include a computer station, dry cleaning/laundry services, and a 24-hour front desk.
Take in the views from a terrace and make use of amenities such as complimentary wireless Internet access and concierge services.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.40" OriginalAmount="239.01" MarkupRule="1.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="Non Refundable">
        <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="241.93" OriginalAmount="239.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7200188" Longitude="100.5156708" StarRating="4" HotelCode="|33335" HotelName="Centre Point Plus Silom" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="244.84" OriginalAmount="242.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.9206149" Longitude="100.6006275" StarRating="4" HotelCode="|32945" HotelName="Amari Don Muang Airport Bangkok - Sha Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="245.42" OriginalAmount="242.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742897" Longitude="100.555241" StarRating="4" HotelCode="|389767" HotelName="The Key Premier Sukhumvit by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="245.61" OriginalAmount="243.18" MarkupRule="1.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="Non Refundable">
        <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="27" TotalAmount="247.45" OriginalAmount="245" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738929708013" Longitude="100.56208277802" StarRating="5" HotelCode="409509|12552" HotelName="Pullman Bangkok Grande Sukhumvit Asoke Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,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="247.83" OriginalAmount="245.38" MarkupRule="1.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="Non Refundable">
        <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="248.06" OriginalAmount="245.60" MarkupRule="1.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="248.76" OriginalAmount="246.30" MarkupRule="1.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 15/08/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="94" TotalAmount="249.02" OriginalAmount="246.55" MarkupRule="1.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="249.14" OriginalAmount="246.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73243" Longitude="100.56403" StarRating="5" HotelCode="|587391" HotelName="GM Estate and Executive Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="249.52" OriginalAmount="247.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7766754" Longitude="100.5739124" StarRating="5" HotelCode="|35412" HotelName="Jubilee Prestige Ratchadapisek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="249.63" OriginalAmount="247.16" MarkupRule="1.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 15/08/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="95" TotalAmount="251.71" OriginalAmount="249.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741388" Longitude="100.54292" StarRating="5" HotelCode="3844442" HotelName="Sindhorn Midtown Hotel Bangkok, Vignette Collection By Ihg" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>68 Lang Suan Road, Lumpini, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/44442/3844442/1.jpg?f=17750570</HotelPictures>
        <HotelDescription>Don't miss out on the many recreational opportunities, including an outdoor pool, a steam room, and a 24-hour fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and a banquet hall. Guests can catch a ride on the complimentary shuttle, which operates within 5 kilometers.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and laundry facilities. This hotel has 5 meeting rooms available for events. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.50" OriginalAmount="250" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740856" Longitude="100.553961" StarRating="5" HotelCode="18349|24949" HotelName="The Landmark Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/08/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="252.61" OriginalAmount="250.11" MarkupRule="1.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="Non Refundable">
        <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="253.12" OriginalAmount="250.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7419878" Longitude="100.546832" StarRating="5" HotelCode="|36653" HotelName="Grande Centre Point Ploenchit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="254.85" OriginalAmount="252.33" MarkupRule="1.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="Non Refundable">
        <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="95" TotalAmount="255.18" OriginalAmount="252.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73889" Longitude="100.56212" StarRating="4" HotelCode="87397" HotelName="Hilton Bangkok Asoke" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>30 Sukhumvit 21 Road, Watthana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/87397/87397/58.jpg?f=17741317</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. If you're looking for recreational opportunities, you'll find a health club, an outdoor pool, and an outdoor tennis court. This hotel also features complimentary wireless internet access, concierge services, and wedding services.. Featured amenities include a business center, limo/town car service, and complimentary newspapers in the lobby. Planning an event in Bangkok? This hotel has 21528 square feet (2000 square meters) of space consisting of conference space and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.34" OriginalAmount="252.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7360876" Longitude="100.5619444" StarRating="5" HotelCode="|92973" HotelName="The Continent Bangkok By Compass Hospitality- Sha Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/08/2026">
        <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="63" TotalAmount="255.53" OriginalAmount="253.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74179791" Longitude="100.55403088" StarRating="4" HotelCode="469975|grand_5_hotel_plaza_sukhumvit_bangkok_2" HotelName="Grand 5 Hotel &amp; Plaza Sukhumvit Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/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="63" TotalAmount="256.54" OriginalAmount="254.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7905170348" Longitude="100.54258494233" StarRating="2" HotelCode="419938|mido_hotel" HotelName="Mido Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>222 Pradipat Rd. Sapankwai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/05/ec0574c332f5b441d1a793f59847dd1f1c0e3b2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is situated in Pratunam-Petchburi. There are a total of 230 rooms on the premises....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.54" OriginalAmount="254.00" MarkupRule="1.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="95" TotalAmount="257.38" OriginalAmount="254.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719254" Longitude="100.52182" StarRating="5" HotelCode="676730" HotelName="Eastin Grand Hotel Sathorn Bangkok" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>33/1 South Sathorn Road, Yannawa,  Sathorn,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0006/76730/676730/58.jpg?f=17151426</HotelPictures>
        <HotelDescription>Facilities: The hotel has 4 lifts and features 390 rooms. English-speaking staff at the reception desk in the lobby are happy to answer any questions. Amenities include a baggage storage service, safe, currency exchange service, cash machine and drinks machine. Wireless internet access is provided in public areas. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities. A number of shops, including a supermarket, are great for shopping or just browsing. The grounds of the hotel feature a playground and a lovely garden. Additional facilities include a playroom. Guests arriving by car can park their vehicles in the garage or in the car park. Further services and facilities include a 24-hour security service, a childcare service, a car hire service, medical assistance, room service, an alarm call service, a laundry service and a hotel shuttle bus. Bicycles can be kept in the bicycle storage area. A business centre with fax machine and projector is available.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="257.55" OriginalAmount="255" MarkupRule="1.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 17/08/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="63" TotalAmount="257.55" OriginalAmount="255.00" MarkupRule="1.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 14/08/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="94" TotalAmount="258.16" OriginalAmount="255.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7422455" Longitude="100.5456271" StarRating="4" HotelCode="|55490" HotelName="Bliston Suwan Park View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 SOI TONSON, PLOENCHIT ROAD, LUMPINI, PATHUMWAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/9/0/55490_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 152 large rooms, You are also offered a restaurant, a swimming pool, a gym and a sauna. ROOM: The modern rooms, have wooden floors, a fully-equipped kitchen, a DVD player, a dining room, a sitting area and internet. Clients are offered one bedroom executive rooms and have a sitting area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.57" OriginalAmount="257.00" MarkupRule="1.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="63" TotalAmount="259.57" OriginalAmount="257.00" MarkupRule="1.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="259.81" OriginalAmount="257.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7389305" Longitude="100.56212" StarRating="5" HotelCode="|37507" HotelName="Hilton Bangkok Grande Asoke" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="259.83" OriginalAmount="257.26" MarkupRule="1.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="95" TotalAmount="260.32" OriginalAmount="257.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741023" Longitude="100.54345" StarRating="5" HotelCode="152309" HotelName="Cape House Langsuan Hotel" Meals="SUITE STUDIO" BedType="SUITE STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>43 Soi Langsuan, Ploenchit Road, Lumpini,Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/52309/152309/56.jpg?f=17706462</HotelPictures>
        <HotelDescription>Be sure to enjoy recreational amenities, including an outdoor pool, a hot tub, and a sauna. Additional features at this hotel include complimentary wireless internet access and concierge services.. Featured amenities include complimentary wired internet access, a business center, and complimentary newspapers in the lobby. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="262.08" OriginalAmount="259.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.708244" Longitude="100.50734" StarRating="5" HotelCode="3979645" HotelName="The Salil Hotel Riverside - Bangkok" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>2052/7-9 Charoenkrung 72/1 Alley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/79645/3979645/43.jpg?f=17429395</HotelPictures>
        <HotelDescription>Facilities: The club was built recently, in 2022. The friendly staff at the reception desk in the lobby are happy to answer any questions. Guests receive a welcome drink upon arrival. Amenities include a baggage storage service and a safe. Wireless internet access (no extra charge) is provided in public areas. The hotel offers a number of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities and a lift. There are a number of shops, including a souvenir shop. The grounds of the club feature a playground and a lovely garden. Additional facilities include a playroom. Guests arriving by car can park their vehicles in the car park for no extra charge. Further services and facilities include a 24-hour security service, a babysitting service (on request and for a fee), a childcare service, a transfer service, room service, an alarm call service, a laundry service and a page service. A business centre with projector, a flip chart and pens and photocopier is available.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.41" OriginalAmount="259.81" MarkupRule="1.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="262.47" OriginalAmount="259.87" MarkupRule="1.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="262.60" OriginalAmount="260" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719254" Longitude="100.521817" StarRating="5" HotelCode="176760|40335" HotelName="Eastin Grand Hotel Sathorn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33/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="262.60" OriginalAmount="260.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.733996885485" Longitude="100.5606979632" StarRating="4" HotelCode="81757|maduzi_hotel_bangkok" HotelName="Ma Du Zi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="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="263.06" OriginalAmount="260.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73601" Longitude="100.56149" StarRating="4" HotelCode="|68232" HotelName="Maduzi  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="263.47" OriginalAmount="260.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741374" Longitude="100.543053" StarRating="4" HotelCode="|396397" HotelName="Sindhorn Midtown, Vignette Collection by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="263.57" OriginalAmount="260.96" MarkupRule="1.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="63" TotalAmount="264.62" OriginalAmount="262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723342436487" Longitude="100.53899402447" StarRating="5" HotelCode="36577|metropolitan_by_como_bangkok" HotelName="COMO Metropolitan Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/08/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="95" TotalAmount="264.67" OriginalAmount="262.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.747433" Longitude="100.547516" StarRating="5" HotelCode="105339" HotelName="Mövenpick Bdms Wellness Resort Bangkok" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>2 Wireless Rd., Lumpini, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/05339/105339/1.jpg?f=17752724</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers body treatments and facials. You can take advantage of recreational amenities such as an outdoor pool, a steam room, and a 24-hour fitness center. Additional features at this Art Deco hotel include complimentary wireless internet access, concierge services, and a reception hall. Guests can get around on the complimentary shuttle, which operates within 1 kilometers.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in Bangkok? This hotel has 21528 square feet (2000 square meters) of space consisting of conference space and 14 meeting rooms. A train station drop-off service is provided at no charge (available 24 hours), and free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="264.93" OriginalAmount="262.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.751111" Longitude="100.53818" StarRating="4" HotelCode="1837819" HotelName="Vela Dhi Glow Pratunam" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>919 Petchburi Road, Kwang Thanon Phayathai Rajdhevi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/37819/1837819/1.jpg?f=17363118</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages. If you're looking for recreational opportunities, you'll find an outdoor pool, a sauna, and a fitness center. This hotel also features complimentary wireless internet access, concierge services, and wedding services.. Featured amenities include a computer station, express check-out, and a 24-hour front desk. A shuttle from the hotel to the airport is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.15" OriginalAmount="262.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73599" Longitude="100.5635" StarRating="0" HotelCode="|451145" HotelName="Sotetsu Grand Fresa Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/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="265.38" OriginalAmount="262.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.69171" Longitude="100.60854" StarRating="3" HotelCode="|169997" HotelName="Bangkok, Sukhumvit 101 - Marriott Executive Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="265.92" OriginalAmount="263.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7159" Longitude="100.5067" StarRating="4" HotelCode="|446419" HotelName="Away Bangkok Riverside Kene" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="63" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.751613" Longitude="100.537302" StarRating="4" HotelCode="66497|centre_point_hotel_pratunam" HotelName="Centre Point Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/08/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="266.87" OriginalAmount="264.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729099" Longitude="100.561534" StarRating="4" HotelCode="|446238" HotelName="Gardina Asoke and Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="267.23" OriginalAmount="264.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7355167" Longitude="100.5629165" StarRating="4" HotelCode="|60688" HotelName="Jasmine City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="27" TotalAmount="268.66" OriginalAmount="266" MarkupRule="1.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Surawongse Road, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e1/b7e140b0bc379f43df391aa256f55bb3899217c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a hotel is centrally located in the heart of Bangkok with almost everything in the city with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.66" OriginalAmount="266.00" MarkupRule="1.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Charoen Krung Road, Captain Bush Lane, Soi 30, Siphya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/b9/67b9e86aa5d480ae866412db7e34f127dbdebd94.jpeg</HotelPictures>
        <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="268.66" OriginalAmount="266.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74716" Longitude="100.587057" StarRating="4" HotelCode="61990|aone_bangkok_hotel_2" HotelName="A-One Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Soonvijai 4, New Petchburi Road, Bangkapi, Huay Kwang, Bangkok 10320</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/f4/14f493b178df09c57a0dccab20dcea0178309371.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the lively north-eastern part of Bangkok city centre, just 5 minutes away fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.22" OriginalAmount="268.53" MarkupRule="1.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="Free CXL until 11/08/2026">
        <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="271.69" OriginalAmount="269" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.728567" Longitude="100.539147" StarRating="5" HotelCode="904115|6423" HotelName="Crowne Plaza Bangkok Lumpini Park" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" 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="272.40" OriginalAmount="269.70" MarkupRule="1.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="Non Refundable">
        <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="272.61" OriginalAmount="269.91" MarkupRule="1.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="273.71" OriginalAmount="271.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.747099725852" Longitude="100.52779041964" StarRating="3" HotelCode="176345|holiday_inn_express_bangkok_siam" HotelName="Holiday Inn Express Bangkok Siam" 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,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>889 Rama 1 Road, Wang Mai, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/22/4122880ea6d49594c269d49a0155f5369973646e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right in Siam, the heart of the city centre and adjacent to shopping, entertai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.13" OriginalAmount="271.42" MarkupRule="1.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="274.58" OriginalAmount="271.86" MarkupRule="1.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 16/08/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="276.43" OriginalAmount="273.69" MarkupRule="1.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="63" TotalAmount="276.74" OriginalAmount="274.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.747128387047" Longitude="100.54745972157" StarRating="5" HotelCode="13332|swissotel_nai_lert_park_bangkok" HotelName="Movenpick BDMS Wellness Resort Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Wireless Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/32/f13271d0248c39410dd7ce22f5870ace3a2ecb15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Bangkok's diplomatic and business district and situated on Wireless Road, t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="277.56" OriginalAmount="274.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729858" Longitude="100.53505" StarRating="5" HotelCode="104322" HotelName="Crowne Plaza Bangkok Lumpini Park By Ihg" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>952 Rama Iv Road Suriyawongse,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/04322/104322/41.jpg?f=17692831</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages. You can take advantage of recreational amenities such as a health club, an outdoor pool, and a sauna. Additional features at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include a business center, limo/town car service, and express check-in. Planning an event in Bangkok? This hotel has 4973 square feet (462 square meters) of space consisting of a conference center and 7 meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.75" OriginalAmount="275.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721286859004" Longitude="100.51782667637" StarRating="5" HotelCode="56413|lebua_at_state_tower" HotelName="Lebua at State Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 14/08/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="63" TotalAmount="277.75" OriginalAmount="275.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73642939" Longitude="100.5600161" StarRating="3" HotelCode="569373|14_place_sukhumvit_suites" HotelName="14 Place Sukhumvit Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>14/2 Soi Sukhumvit 14, Klong Toey District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/08/c9086b4bd8ded6490259aa8492f0598f0515cb0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A business centre is available to travellers. Wireless internet access is available to guests in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="278.86" OriginalAmount="276.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.667597" Longitude="100.620166" StarRating="4" HotelCode="|33091" HotelName="Avana  and Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>900 SOI 12/1 BANGNA-TRAD ROAD, KM. 2 BANGNA 12/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/0/9/1/33091_6d3c76b1117.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 389 rooms, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a lift, a kiosk and a hairdresser's. The establishment offers guests WiFi, room service, a laundry service and a car park. SITUATION: This airport hotel, Bangkok it is 30 minutes away from 20 minutes away from the establishment guests have the railway station, is 25 minutes away from Ekamai bus station 10 minutes away, guests can find bars, restaurants and pubs. 15 minutes away, clients can find nightclubs, shops, is near Pattaya the beach it is 25 kilometres away from Suvarnabhumi the International Airport of. ROOM: The establishment has standard rooms and deluxe suites, The rooms a bathroom with a shower, a bath and a hairdryer. They have a double bed, a satellite TV, internet, a safety deposit box, a small kitchen with fridge, a coffee maker, a kettle, an individual air-conditioning system and a balcony or terrace. FACILITIES: Guests are offered a massage service and room service. It is 15 minutes away fromMuang Kaew the golf course of The establishment boasts an outdoor swimming pool with a children's area, a sauna, a steam bath and a gym. MEALS: Regarding the food and beverage offering, the establishment offersRajaphruk the restaurant The establishment serves a continental buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: The establishment accepts JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.78" OriginalAmount="278.00" MarkupRule="1.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="281.17" OriginalAmount="278.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7470454" Longitude="100.528993" StarRating="4" HotelCode="|104718" HotelName="Mercure Bangkok Siam " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>927 Rama 1 Road, Wangmai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/1/8/104718_672e9731015.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in the heart of Bangkok, close to National Stadium Station. FACILITIES: Guests are offered a restaurant, a bar, a swimming pool and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="281.48" OriginalAmount="278.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73324" Longitude="100.56531" StarRating="4" HotelCode="1837882" HotelName="Holiday Inn Bangkok Sukhumvit By Ihg" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>1 Sukhumvit 22,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/37882/1837882/65.jpg?f=17045461</HotelPictures>
        <HotelDescription>Enjoy a range of recreational amenities, including a nightclub, an outdoor pool, and a 24-hour fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge). Getting to nearby attractions is a breeze with the complimentary area shuttle.. Featured amenities include complimentary wired internet access, limo/town car service, and a computer station. Planning an event in Bangkok? This hotel has 8611 square feet (800 square meters) of space consisting of a conference center and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="282.41" OriginalAmount="279.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723068" Longitude="100.537" StarRating="5" HotelCode="290783" HotelName="Sathorn Vista, Bangkok - Marriott Executive Apartments" Meals="DELUXE SUITE" BedType="DELUXE SUITE">
        <Address>
          <AddressLines>
            <AddressLine>1 Sathorn Soi 3, South Sathorn Road, Tungmahamek, Sathorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/90783/290783/32.jpg?f=17741956</HotelPictures>
        <HotelDescription>Enjoy a range of recreational amenities, including an outdoor pool, a sauna, and a 24-hour fitness center. This hotel also features complimentary wireless internet access, concierge services, and a television in a common area.. Featured amenities include limo/town car service, a computer station, and complimentary newspapers in the lobby. Planning an event in Bangkok? This hotel has 333 square feet (31 square meters) of space consisting of conference space and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.89" OriginalAmount="280.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.704827" Longitude="100.491347" StarRating="5" HotelCode="|203180" HotelName="Avani+ Riverside Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <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="94" TotalAmount="282.94" OriginalAmount="280.14" MarkupRule="1.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="283.79" OriginalAmount="280.98" MarkupRule="1.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="63" TotalAmount="283.81" OriginalAmount="281.00" MarkupRule="1.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="94" TotalAmount="284.37" OriginalAmount="281.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.735539" Longitude="100.510443" StarRating="3" HotelCode="|404112" HotelName="LOY LA LONG HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1620 2 Inside Patumkongka Rachaworawiharn Temple S</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/1/2/404112_b9ca71a0245.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="284.53" OriginalAmount="281.71" MarkupRule="1.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="Free CXL until 14/08/2026">
        <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="285.21" OriginalAmount="282.39" MarkupRule="1.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 15/08/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="95" TotalAmount="285.73" OriginalAmount="282.9" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729518" Longitude="100.52985" StarRating="4" HotelCode="87492" HotelName="Voco Bangkok Surawong By Ihg" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Surawongse Road, 80,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/87492/87492/6.jpg?f=17723456</HotelPictures>
        <HotelDescription>Don't miss out on recreational opportunities including an outdoor pool and a 24-hour fitness center. This Art Deco hotel also features complimentary wireless internet access, concierge services, and babysitting. Guests can get to nearby shops on the shuttle (surcharge).. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in Bangkok? This hotel has 5522 square feet (513 square meters) of space consisting of conference space and meeting rooms. Guests may use a bus station shuttle for a surcharge, and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.83" OriginalAmount="283.00" MarkupRule="1.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="63" TotalAmount="285.83" OriginalAmount="283.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.745271" Longitude="100.552146" StarRating="4" HotelCode="293647|ad_lib" HotelName="Ad Lib Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="285.99" OriginalAmount="283.16" MarkupRule="1.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="Non Refundable">
        <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="63" TotalAmount="286.84" OriginalAmount="284.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="68065|tk_palace_hotel_convention" HotelName="TK Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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="94" TotalAmount="287.27" OriginalAmount="284.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7367" Longitude="100.56" StarRating="3" HotelCode="|439615" HotelName="14 Place Sukhumvit Suites - Sha Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14/2 Soi Sukhumvit 14, Klong Toey District, Bangkok, Bangkok, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/6/1/5/439615_a9069321713.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="288.79" OriginalAmount="285.93" MarkupRule="1.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="94" TotalAmount="289.73" OriginalAmount="286.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.728276" Longitude="100.569052" StarRating="4" HotelCode="|389781" HotelName="Oakwood Suites Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="27" TotalAmount="289.87" OriginalAmount="287" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.766069" Longitude="100.493552" StarRating="4" HotelCode="905259|57005" HotelName="Praya Palazzo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>757/1 Somdej Prapinklao Soi 2, Bangyeekan, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/e2/a1e259d81865b3457fffbf7c5941b729ad4af350.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is only a short distance to the most popular tourist attractions in Bangkok, such as The T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.87" OriginalAmount="287.00" MarkupRule="1.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 14/08/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="290.48" OriginalAmount="287.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739979" Longitude="100.54716" StarRating="5" HotelCode="|169906" HotelName="Indigo Bangkok Wireless Road, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="290.85" OriginalAmount="287.97" MarkupRule="1.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="Non Refundable">
        <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="27" TotalAmount="294.92" OriginalAmount="292" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.704830795259" Longitude="100.49140732326" StarRating="4" HotelCode="307898|173819" HotelName="Avani+ Riverside Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>257 Charoennakorn Road, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/b9/8ab9928ca27198d6378b74d86f833747609b73db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.92" OriginalAmount="292.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72920166" Longitude="100.56906049" StarRating="5" HotelCode="446401|compass_skyview_hotel" HotelName="Compass SkyView Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/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="95" TotalAmount="295.00" OriginalAmount="292.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.748629" Longitude="100.53086" StarRating="4" HotelCode="1837873" HotelName="Hua Chang Heritage Hotel Bangkok" Meals="PREMIER ROOM" BedType="PREMIER ROOM">
        <Address>
          <AddressLines>
            <AddressLine>400 Phayathai Road, Pathumwan,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/37873/1837873/56.jpg?f=17151420</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as an outdoor pool or take in the view from a terrace and a garden. This Colonial hotel also features complimentary wireless internet access and a banquet hall.. Featured amenities include express check-in, express check-out, and complimentary newspapers in the lobby. Limited parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="295.61" OriginalAmount="292.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.746931" Longitude="100.527695" StarRating="4" HotelCode="1796891" HotelName="Holiday Inn Express Bangkok Siam, An Ihg Hotel" Meals="ROOM - CITY VIEW" BedType="ROOM - CITY VIEW">
        <Address>
          <AddressLines>
            <AddressLine>889 Rama 1 Road, Wang Mai Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0017/96891/1796891/24.jpg?f=15568062</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as a 24-hour fitness center or take in the view from a garden. Additional features at this hotel include complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.93" OriginalAmount="293.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741782097755" Longitude="100.54133892059" StarRating="5" HotelCode="73174|grande_centre_point_hotel_ratchadamri" HotelName="Grande Centre Point Ratchadamri" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="298.96" OriginalAmount="296.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.744564783906" Longitude="100.54184994477" StarRating="4" HotelCode="39066|holiday_inn_bangkok" HotelName="Holiday Inn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>971 Ploen Chit Road, Pathum Wan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/0a/be0a48f96a0953a64bda798a99e08fdc2d7fa373.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in a convenient location in the heart of the city's business and commercial district, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="299.19" OriginalAmount="296.23" MarkupRule="1.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="27" TotalAmount="299.97" OriginalAmount="297" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72511392" Longitude="100.57932555" StarRating="4" HotelCode="800742|367651" HotelName="Hotel Nikko Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/08/2026" 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="299.97" OriginalAmount="297.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739266" Longitude="100.549718" StarRating="4" HotelCode="77993|chateau_de_bangkok_hotel" HotelName="Chateau de Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/08/2026" 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="300.98" OriginalAmount="298.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740986" Longitude="100.543637" StarRating="4" HotelCode="76066|cape_house_serviced_apartments" 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="301.10" OriginalAmount="298.12" MarkupRule="1.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="305.02" OriginalAmount="302.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723027434508" Longitude="100.53693205118" StarRating="5" HotelCode="115807|sathorn_vista_bangkok__marriott_executive_apartments" HotelName="Marriott Executive Apartments Sathorn Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="95" TotalAmount="306.00" OriginalAmount="302.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740041" Longitude="100.54718" StarRating="5" HotelCode="2198562" HotelName="Hotel Indigo Bangkok Wireless Road" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>81 Wireless Road, Lumpini,Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/98562/2198562/2.jpg?f=17750610</HotelPictures>
        <HotelDescription>Hotel Overview: The Hotel Indigo Bangkok Wireless Road is a beacon of modern luxury and sustainability. Nestled in the heart of Bangkok, it stands out with its eco-friendly practices, sleek architectural design, and a prestigious location near major embassies and multinational corporations. Accommodations: Hotel Indigo Bangkok Wireless Road, an IHG Hotel caters to a variety of travelers with its richly appointed rooms and suites. Guests can enjoy a comfortable stay in one of the 192 elegantly appointed guestrooms. Each of the 192 guest rooms is a haven of plush comforts featuring premium bedding, marble bathrooms, and private balconies. Rooms range from deluxe accommodations to executive suites, each equipped with state-of-the-art amenities including high-speed Wi-Fi, flat-screen TVs, and minibars. The luxurious touches extend to exclusive toiletries and stunning views of the city skyline or serene hotel gardens. Amenities: Hotel Indigo Bangkok offers an array of first-rate amenities designed for comfort and convenience. Guests can enjoy concierge services, valet parking, private cabana rentals at the poolside oasis; plus access to business centers equipped for global connectivity. Exclusive services such as personal butler service and limousine rentals underscore its commitment to exceptional guest experiences. Dining Options: Indulge in culinary excellence at Metro on Wireless which offers international cuisine crafted by award-winning chefs served in an elegant setting; or experience CHAR restaurant’s rooftop dining that provides panoramic city views alongside exquisite meals prepared with fresh local ingredients. Breakfast options are plentiful with both buffet style or à la carte selections available daily. Nearby Location &amp; Transportation: The hotel is conveniently located just 25 kilometers from Suvarnabhumi Airport and mere steps away from Ploenchit BTS train station. It's strategically positioned for easy access to some of Bangkok's most famed landmarks. Nearby Attractions: CentralWorld Shopping Complex - 1.6 km: A shopper's paradise featuring hundreds of stores along with cinemas and gourmet dining options. Lumphini Park - 1 km: An urban oasis ideal for morning jogs or leisurely strolls amid lush greenery. Wellness And Activities: The wellness area includes a full-service spa offering signature treatments like Thai massages and aromatherapy sessions along with modern hydrotherapy facilities. A state-of-the-art fitness center hosts various classes such as yoga and Pilates while two outdoor pools provide refreshing relaxation opportunities amidst beautiful landscaping. Policies &amp; Check-In Instructions: Guests are required to provide government-issued photo identification at check-in Credit cards used for room reservations must be presented during check-in Pet-friendly accommodations available upon request All special requests are subject to availability upon arrival Summary: Situated in central Bangkok's diplomatic quarter within walking distance to prime shopping areas like Central Embassy; Hotel Indigo combines convenience with luxury living making it ideal for both business travelers seeking proximity to major corporate offices as well as leisure visitors looking for upscale accommodations near cultural landmarks. Disclaimer notification: Amenities are subject to availability and may be chargeable as per the hotel policy.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="307.04" OriginalAmount="304" MarkupRule="1.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="63" TotalAmount="307.04" OriginalAmount="304.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741188058079" Longitude="100.54161250591" StarRating="4" HotelCode="66480|courtyard_by_marriott_bangkok_2" HotelName="Courtyard by Marriott Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155/1 Soi Mahadlekluang 1, Rajdamri Road, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/2e/612e6ce91f03fbb80213c837e4660ac69a5bd978.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in the heart of Bangkok on Rajdamri Road with Bangkok's main shopping...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.70" OriginalAmount="305.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729195" Longitude="100.568868" StarRating="5" HotelCode="|203614" HotelName="Skyview Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="310.07" OriginalAmount="307.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.728377" Longitude="100.569298" StarRating="5" HotelCode="261889|hilton_sukhumvit_bangkok" HotelName="Hilton Sukhumvit Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 12/08/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="311.89" OriginalAmount="308.80" MarkupRule="1.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="63" TotalAmount="312.09" OriginalAmount="309.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.730178" Longitude="100.568646" StarRating="4" HotelCode="65092|emporium_suites" HotelName="Emporium Suites by Chatrium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>662 Sukhumvit Road, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/16/ab16dba25dab9183698a12f02b1cd69ed8c3a813.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located atop the Emporium shopping complex on the central Sukhumvit road, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="313.85" OriginalAmount="310.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729175" Longitude="100.56914" StarRating="5" HotelCode="2481153" HotelName="Skyview Hotel Bangkok" Meals="GRAND PREMIER ROOM" BedType="GRAND PREMIER ROOM">
        <Address>
          <AddressLines>
            <AddressLine>12 Sukhumvit 24, Klongton, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/81153/2481153/63.jpg?f=16632699</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including an outdoor pool and a 24-hour fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and wedding services.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.32" OriginalAmount="311.21" MarkupRule="1.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="95" TotalAmount="314.88" OriginalAmount="311.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737552" Longitude="100.560425" StarRating="5" HotelCode="1796889" HotelName="Grande Centre Point Hotel Terminal 21" Meals="PREMIUM DELUXE ROOM" BedType="PREMIUM DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>2, Sukhumvit Soi 19 (Wattana), Sukhumvit Road, Klongtoey Nua Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0017/96889/1796889/1.jpg?f=17282957</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages and body treatments. If you're looking for recreational opportunities, you'll find an outdoor pool, a hot tub, and an outdoor tennis court. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and an arcade/game room.. Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.12" OriginalAmount="312.00" MarkupRule="1.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="316.13" OriginalAmount="313.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73752" Longitude="100.57237" StarRating="4" HotelCode="570559|137_pillars_residences_bangkok" HotelName="137 Pillars Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="316.70" OriginalAmount="313.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7373418" Longitude="100.5608557" StarRating="5" HotelCode="|104742" HotelName="Grande Centre Point Terminal 21" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, 88 Sukhumvit Soi 19, Sukhumvit Rd., Klongtoey Nua</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/4/2/104742_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a buffet breakfast, a swimming pool and sports activities. SITUATION: It has excellent transport links tothe Asok Skytrain the skytrain station of Sukhumvit the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="317.14" OriginalAmount="314.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.747731" Longitude="100.551534" StarRating="4" HotelCode="97343|ariyasomvilla" HotelName="Ariyasom Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 10/08/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>65 Sukhumvit Soi 1, Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/42/ce42eb770e53a52335d6cebccff4b1a4a4ae51ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated right at the heart of Bangkok, there is convenient access to the hotel by car, sky train or...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="318.15" OriginalAmount="315.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736528597376" Longitude="100.51062963543" StarRating="3" HotelCode="419911|loy_la_long_hotel_" HotelName="Loy La Long Hotel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1620/2 Song Wat Road, Inside Patumkongka Rachaworawiharn Temple, Sampanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/4a/1b4a9ec0e5f65fb691633a46c96d4fc66ae33c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Loy La Long Hotel offers comfort and convenience whether you're on business or holiday in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="320.63" OriginalAmount="317.46" MarkupRule="1.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="321.06" OriginalAmount="317.88" MarkupRule="1.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="63" TotalAmount="322.19" OriginalAmount="319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742692" Longitude="100.542055" StarRating="4" HotelCode="160791|renaissance_bangkok_ratchaprasong_hotel" HotelName="Renaissance Bangkok Ratchaprasong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>518/8 Ploenchit Road, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ea/53/ea5395e8a583605e0e3807c328b8efa0fdf518bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the city, this city hotel is a perfect choice for both business and leisure ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="322.63" OriginalAmount="319.44" MarkupRule="1.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="75" TotalAmount="323.82" OriginalAmount="320.61" MarkupRule="1.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="63" TotalAmount="324.21" OriginalAmount="321.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.726080620547" Longitude="100.5433762123" StarRating="5" HotelCode="171766|sofitel_so_bangkok" HotelName="SO Sofitel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 North Sathorn Road, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/28/e628f1e92841a0d64db875aed092ababa25fbc30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top class hotel is located within the business and commercial district of Bangkok. The hotel is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="325.22" OriginalAmount="322" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723123985279" Longitude="100.53991145634" StarRating="5" HotelCode="50554|10219" HotelName="Banyan Tree Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21/100 South Sathon Road, Sathon, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/90/03/9003c4ca8ed531d1dd47ae20b1725af4b8de0eff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury high-rise hotel lies on Sathorn Road at the heart of Bangkok's business district and, as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.22" OriginalAmount="322.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.747060647303" Longitude="100.52693545818" StarRating="4" HotelCode="59731|siamsiam_design_hotel__spa" HotelName="Siam@Siam Design" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>865 Rama 1 Road, Wang Mai, Patumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a6/67/a667bb332c77e7e6a333f58ea6d48a39701be60a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location, allowing guests to take in the sights and boundless experiences ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.24" OriginalAmount="324.00" MarkupRule="1.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="63" TotalAmount="329.26" OriginalAmount="326.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74024" Longitude="100.541124" StarRating="5" HotelCode="904665|hansar_bangkok_hotel" HotelName="Hansar Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Eco Hotel,Hostel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Mahadlekluang 2, Rajdamri Road, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/d1/26d17ed0dcba6bab6f36ab619957d989294d5fc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Bangkok, near Rajdamri BTS SkyTrain Station, which is a 3-minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="330.54" OriginalAmount="327.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7506686" Longitude="100.531961" StarRating="5" HotelCode="|62908" HotelName="Vie Bangkok - Mgallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="332.29" OriginalAmount="329.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750573" Longitude="100.532101" StarRating="5" HotelCode="100187|vie_hotel_bangkok__mgallery_collection" HotelName="VIE Hotel Bangkok - MGallery by Sofitel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 14/08/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="95" TotalAmount="334.30" OriginalAmount="330.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738807" Longitude="100.548164" StarRating="5" HotelCode="2194561" HotelName="Conrad Bangkok" Meals="DOUBLE DELUXE ROOM" BedType="DOUBLE DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>All Seasons Place 87/3 Wireless Rd. Phatumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/94561/2194561/1.jpg?f=17411573</HotelPictures>
        <HotelDescription>Facilities: Guests have a choice of 391 rooms, including 149 single rooms and 41 double rooms, located in a 32-storey main building and a 4-storey auxiliary building. Guests are warmly welcomed by multilingual staff at the 24-hour reception desk in the lobby. Check-in/check-out service is available round the clock. Amenities available at the apartment hotel include a baggage storage service, safe, currency exchange service and cash machine. Wireless internet access allows guests to stay connected while on holiday. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. A lift and wheelchair-accessible facilities are available. There are a number of shops, including a supermarket. The grounds of the hotel feature a playground and a lovely garden. Additional facilities include a playroom. Guests arriving by car can park their vehicles in the garage or in the car park. Other services include a 24-hour security service, a babysitting service, a childcare service, a car hire service, medical assistance, a transfer service, room service, a laundry service, a hairdresser, a coin-operated laundry and a hotel shuttle bus. Complimentary newspapers are available. A business centre with fax machine and projector is available.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="336.60" OriginalAmount="333.27" MarkupRule="1.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="95" TotalAmount="338.15" OriginalAmount="334.8" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74443" Longitude="100.54143" StarRating="4" HotelCode="87403" HotelName="Holiday Inn Bangkok By Ihg" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>971 Ploenchit Road, Patumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/87403/87403/1.jpg?f=17723643</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You can take advantage of recreational amenities such as an outdoor pool, a sauna, and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include complimentary wired internet access, a business center, and limo/town car service. Planning an event in Bangkok? This hotel has 3832 square feet (356 square meters) of space consisting of conference space and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="338.35" OriginalAmount="335" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.762022676604" Longitude="100.49316080339" StarRating="4" HotelCode="915492|31168" HotelName="Riva Surya Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/08/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="338.35" OriginalAmount="335.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73752" Longitude="100.57237" StarRating="5" HotelCode="570556|137_pillars_suites_bangkok" HotelName="137 Pillars Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/08/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="94" TotalAmount="338.56" OriginalAmount="335.21" MarkupRule="1.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 12/08/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="94" TotalAmount="338.96" OriginalAmount="335.60" MarkupRule="1.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 11/08/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="343.15" OriginalAmount="339.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7603507" Longitude="100.4970383" StarRating="3" HotelCode="|103576" HotelName="Villa Cha Cha Banglumphu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="344.41" OriginalAmount="341.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.729869751369" Longitude="100.53062349558" StarRating="5" HotelCode="76276|le_meridien_bangkok" HotelName="Le Meridien Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,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="27" TotalAmount="346.43" OriginalAmount="343" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.719608806923" Longitude="100.51363170147" StarRating="5" HotelCode="8974|1034" HotelName="Shangri-La Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/08/2026" 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="95" TotalAmount="346.60" OriginalAmount="343.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734622" Longitude="100.56436" StarRating="5" HotelCode="3844234" HotelName="Carlton Hotel Bangkok Sukhumvit" Meals="EXECUTIVE ROOM" BedType="EXECUTIVE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>491 Sukhumvit Road, Khlongtoey Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/44234/3844234/11.jpg?f=17242955</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages and facials. If you're looking for recreational opportunities, you'll find an outdoor pool, a sauna, and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and wedding services.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff. Planning an event in Bangkok? This hotel has 12917 square feet (1200 square meters) of space consisting of conference space and 16 meeting rooms. Free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="347.44" OriginalAmount="344" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.749025" Longitude="100.530749" StarRating="5" HotelCode="255726|38189" HotelName="Hua Chang Heritage" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="349.32" OriginalAmount="345.86" MarkupRule="1.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 17/08/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="94" TotalAmount="349.48" OriginalAmount="346.02" MarkupRule="1.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="Free CXL until 16/08/2026">
        <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="354.47" OriginalAmount="350.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73437" Longitude="100.56448" StarRating="5" HotelCode="|386612" HotelName="Carlton Bangkok Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <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="95" TotalAmount="355.38" OriginalAmount="351.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.749779132232165" Longitude="100.5405824825139" StarRating="4" HotelCode="1794286" HotelName="Hotel Novotel Bangkok Platinum Pratunam" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>20 Petchaburi Road Ratchathewi, 10400, Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0017/94286/1794286/112.jpg?f=17744151</HotelPictures>
        <HotelDescription>Located next to a Shopping Mall, 6 km from Bangkok Grand Palace, 6 km from the Temple of the Emerald Buddha and 10 km from Wat Arun Rajwararam Temple.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="357.54" OriginalAmount="354.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723408142857" Longitude="100.58037328571" StarRating="5" HotelCode="263689|marriott_executive_apartments_bangkok_sukhumvit_thonglor" HotelName="Marriott Executive Apartments Sukhumvit Thonglor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 16/08/2026" 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="63" TotalAmount="357.54" OriginalAmount="354.00" MarkupRule="1.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="63" TotalAmount="357.54" OriginalAmount="354.00" MarkupRule="1.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="359.57" OriginalAmount="356.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7219911" Longitude="100.5170771" StarRating="5" HotelCode="|72868" HotelName="Tower Club At Lebua" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51st through 59th Floors 1055 Silom Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/8/6/8/72868_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 65 floors and 198 standard rooms and luxury suites. SITUATION: This hotel is in the heart of Bangkok. ROOM: The establishment has suites. FACILITIES: The establishment has a swimming pool, a bar and a brasserie.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="360.57" OriginalAmount="357" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.704615244014" Longitude="100.49182534217" StarRating="5" HotelCode="47007|6416" HotelName="Anantara Riverside Bangkok Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>257/1-3 Charoennakorn Road, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/b8/98b8603dfa9c1b8d7e75397db3c16e6b6fae15e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Thai colonial-style resort is located in the city on the bank of the Chao Phraya “River of King...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="360.57" OriginalAmount="357" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738412" Longitude="100.546427" StarRating="5" HotelCode="915483|42884" HotelName="Oriental Residence Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="63" TotalAmount="360.57" OriginalAmount="357.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722398171052" Longitude="100.57530105114" StarRating="3" HotelCode="73110|napa_place_bed__breakfast" HotelName="Napa Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Village,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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="363.60" OriginalAmount="360.00" MarkupRule="1.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="95" TotalAmount="365.49" OriginalAmount="361.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750629" Longitude="100.53177" StarRating="5" HotelCode="760843" HotelName="Vie Hotel Bangkok - Mgallery" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>117/39-40 Phaya Thai Road, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0007/60843/760843/1.jpg?f=17671083</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. You're sure to appreciate the recreational amenities, including an outdoor pool, a hot tub, and a sauna. This Art Deco hotel also features complimentary wireless internet access, concierge services, and babysitting (surcharge). If you'd like to spend the day shopping, you can hop on the complimentary shuttle.. Featured amenities include complimentary wired internet access, express check-out, and dry cleaning/laundry services. Planning an event in Bangkok? This hotel has 2045 square feet (190 square meters) of space consisting of a conference center and 3 meeting rooms. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="368.65" OriginalAmount="365.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72361" Longitude="100.580301" StarRating="5" HotelCode="260590|bangkok_marriott_hotel_sukhumvit" HotelName="Bangkok Marriott Hotel Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/08/2026" 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="370.07" OriginalAmount="366.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7221635" Longitude="100.5293832" StarRating="5" HotelCode="|103413" HotelName="W Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106 North Sathorn Road, Silom, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/1/3/103413_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has modern facilities, WiFi (free of charge), in communal areas, a swimming pool, a gym and a restaurant. SITUATION: This establishment, is 3 minutes away from Chong Nonsi the Railway Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="372.85" OriginalAmount="369.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7189816" Longitude="100.5217519" StarRating="5" HotelCode="|103535" HotelName="Eastin Grand Sathorn Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/08/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="63" TotalAmount="373.70" OriginalAmount="370.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743752666667" Longitude="100.49323333333" StarRating="5" HotelCode="915500|chakrabongse_villas_2" HotelName="Chakrabongse Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>396 Maharaj Road, Tatien, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/85/7485c1970b8bca078b464e26a9bef5a43700a8ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a total of 9 rooms. Services and facilities at the hotel include a safe,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="375.32" OriginalAmount="371.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7477642" Longitude="100.5517331" StarRating="4" HotelCode="|103703" HotelName="Ariyasomvilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Sukhumvit 1, Sukhumvit Rd, Klongtoey Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/7/0/3/103703_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in a garden area, Sukhumvit Road it is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.72" OriginalAmount="372.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737972922476" Longitude="100.55966377258" StarRating="5" HotelCode="39065|the_westin_grande_sukhumvit_bangkok" HotelName="The Westin Grande Sukhumvit Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>259 Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/eb/8feb4877b0fe83cc3fc2d1c0366e5bffdb200c8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel is situated in the heart of Sukhumvit's bustling business and commercia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="377.38" OriginalAmount="373.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.728452319028" Longitude="100.50965130329" StarRating="5" HotelCode="39064|CAV479900" HotelName="Millennium Hilton Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/08/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="94" TotalAmount="379.00" OriginalAmount="375.25" MarkupRule="1.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="381.36" OriginalAmount="377.58" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="382.46" OriginalAmount="378.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7442946" Longitude="100.5347703" StarRating="4" HotelCode="|104882" HotelName="Novotel Bangkok On Siam Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>392/44 Siam Square Soi 6, Rama I Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/8/2/104882_d7efc6a1111.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 1 minute away from Siam Square Station, close to shopping centres. ROOM: All the rooms have a television, a sitting room, a courtesy tea and coffee service, a mini-bar and room service. RESTAURANT: The establishment offers 2 restaurants. FACILITIES: The establishment has a fitness centre, a car park, tourist information and business centre. The establishment also offers a swimming pool, a steam bath, a sauna and a spa. You also have at your disposal WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="385.08" OriginalAmount="381.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.750846" Longitude="100.54008" StarRating="5" HotelCode="44186" HotelName="Amari Bangkok" Meals="PREMIER ROOM" BedType="PREMIER ROOM">
        <Address>
          <AddressLines>
            <AddressLine>847 New Petchburi Road, Ratchatewi,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/44186/44186/1.jpg?f=17753861</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. You're sure to appreciate the recreational amenities, including an outdoor pool, a sauna, and a fitness center. This hotel also features complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include a business center, limo/town car service, and complimentary newspapers in the lobby. This hotel has 18 meeting rooms available for events. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="387.71" OriginalAmount="383.87" MarkupRule="1.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="387.94" OriginalAmount="384.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.704645" Longitude="100.491729" StarRating="5" HotelCode="|33148" HotelName="Anantara Riverside Bangkok Resort - Sha Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="392.89" OriginalAmount="389.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.751427215358" Longitude="100.54046988487" StarRating="5" HotelCode="8966|amari_watergate_bangkok" HotelName="Amari Watergate Bangkok" 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,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>847 Petchburi Road, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c3/27/c32704f1d46504054a9567de155a3ff3af448177.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location, situated between Siam Square and Sukhumvit Road in the main sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.89" OriginalAmount="389.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73971335" Longitude="100.55709365" StarRating="3" HotelCode="777623|hyatt_regency_bangkok_sukhumvit" HotelName="Hyatt Regency Bangkok Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Sukhumvit Soi 13, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/8c/508ccaae33efe9809cfae8f840cec63b46d31148.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="393.77" OriginalAmount="389.87" MarkupRule="1.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="395.88" OriginalAmount="391.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738879" Longitude="100.541245" StarRating="5" HotelCode="|66673" HotelName="Dusit Suites Ratchadamri, Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="95" TotalAmount="398.03" OriginalAmount="394.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74704" Longitude="100.52696" StarRating="4" HotelCode="148537" HotelName="Siam@Siam Design Hotel Bangkok" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>865 Rama 1 Road, Opp. National Stadium, Wang Mai, Patumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/48537/148537/70.jpg?f=17705510</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including an outdoor pool and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a television in a common area.. Featured amenities include a business center, limo/town car service, and complimentary newspapers in the lobby. Free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="398.20" OriginalAmount="394.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7391748" Longitude="100.5576292" StarRating="5" HotelCode="|66646" HotelName="Sofitel Bangkok Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="398.67" OriginalAmount="394.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737929" Longitude="100.566829" StarRating="4" HotelCode="|471801" HotelName="Public House - Sukhumvit 31" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="400.77" OriginalAmount="396.80" MarkupRule="1.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="Free CXL until 14/08/2026">
        <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="94" TotalAmount="402.11" OriginalAmount="398.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7469764" Longitude="100.5269733" StarRating="4" HotelCode="|35274" HotelName="Siam@siam Design Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="405.48" OriginalAmount="401.47" MarkupRule="1.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="94" TotalAmount="406.07" OriginalAmount="402.05" MarkupRule="1.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="Non Refundable">
        <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="27" TotalAmount="408.04" OriginalAmount="404" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727329" Longitude="100.522346" StarRating="5" HotelCode="599738|246204" HotelName="Bangkok Marriott Hotel The Surawongse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Bar,Conference Hall,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Spa,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>262 Surawong Road, Si Phraya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/7a/c07aa29fbe62271245ba09b5cb1af5df0f1c4909.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Get the celebrity treatment with world-class service at Bangkok Marriott Hotel The Surawongse
Featur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="409.26" OriginalAmount="405.21" MarkupRule="1.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="63" TotalAmount="419.15" OriginalAmount="415.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.738689164061" Longitude="100.54822061839" StarRating="5" HotelCode="186678|conrad_bangkok_residences_3" HotelName="Conrad Bangkok Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="426.22" OriginalAmount="422.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743452" Longitude="100.540794" StarRating="5" HotelCode="13030|grand_hyatt_erawan_bangkok" HotelName="Grand Hyatt Erawan Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/08/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,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="63" TotalAmount="426.22" OriginalAmount="422.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73752" Longitude="100.57237" StarRating="4" HotelCode="495767|137_pillars_suites_residences" HotelName="137 Pillars Suites &amp; Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/08/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="426.28" OriginalAmount="422.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743649" Longitude="100.557932" StarRating="4" HotelCode="|535382" HotelName="Floral Court and Residence Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="95" TotalAmount="426.95" OriginalAmount="422.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.722408" Longitude="100.58127" StarRating="5" HotelCode="4014820" HotelName="Intercontinental Bangkok Sukhumvit By Ihg" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>10 Soi Sukhumvit 59, Sukhumvit Road,, Klongtan Nua, Watthana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/14820/4014820/1.jpg?f=17089645</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. You can take advantage of recreational amenities such as an indoor pool and a 24-hour fitness center. Additional features at this Art Deco hotel include complimentary wireless internet access, concierge services, and wedding services.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in Bangkok? This hotel has 7373 square feet (685 square meters) of space consisting of a conference center and 5 meeting rooms. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="430.64" OriginalAmount="426.38" MarkupRule="1.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 17/08/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="432.25" OriginalAmount="427.97" MarkupRule="1.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="Free CXL until 17/08/2026">
        <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="94" TotalAmount="432.94" OriginalAmount="428.65" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="433.31" OriginalAmount="429.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.727367" Longitude="100.522551" StarRating="5" HotelCode="|358673" HotelName="Bangkok Marriott The Surawongse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/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="63" TotalAmount="437.33" OriginalAmount="433.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.723454759454" Longitude="100.54104924202" StarRating="5" HotelCode="18514|the_sukhothai_bangkok" HotelName="The Sukhothai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 13/08/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="437.61" OriginalAmount="433.28" MarkupRule="1.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 12/08/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="442.58" OriginalAmount="438.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7427772" Longitude="100.5478601" StarRating="5" HotelCode="|103510" HotelName="The Okura Prestige Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Park Ventures Ecoplex, 57 Wireless Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/1/0/103510_a8a4cf61256.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is near Skytrain BTS Ploenchit Train Station. ROOM: Each room has WiFi (free of charge) and city views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="455.33" OriginalAmount="450.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74479" Longitude="100.548" StarRating="5" HotelCode="1796393" HotelName="Sivatel Bangkok" Meals="SUITE" BedType="SUITE">
        <Address>
          <AddressLines>
            <AddressLine>53 Wittayu Road Lumpini Patumwan,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0017/96393/1796393/68.jpg?f=16925147</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. You're sure to appreciate the recreational amenities, including a health club, an outdoor pool, and a hot tub. This hotel also features complimentary wireless internet access, concierge services, and a television in a common area.. Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. Planning an event in Bangkok? This hotel has 807 square feet (75 square meters) of space consisting of a conference center and 2 meeting rooms. Free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="458.05" OriginalAmount="453.51" MarkupRule="1.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="Non Refundable">
        <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="462.92" OriginalAmount="458.34" MarkupRule="1.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="27" TotalAmount="463.59" OriginalAmount="459" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.745547" Longitude="100.490953" StarRating="4" HotelCode="260358|40336" HotelName="SALA Rattanakosin Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/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="63" TotalAmount="465.61" OriginalAmount="461.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741375649719" Longitude="100.54791033268" StarRating="5" HotelCode="48574|plaza_athenee_a_luxury_collection" HotelName="The Athenee Hotel, a Luxury Collection Hotel" 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,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="27" TotalAmount="471.67" OriginalAmount="467" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740631" Longitude="100.552461" StarRating="4" HotelCode="188244|48275" HotelName="Shama Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/1 Soi Sukhumvit 2, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/8a/a38a512b367184d215ec0aaeed4f484741c43c60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="473.22" OriginalAmount="468.53" MarkupRule="1.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 17/08/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="487.27" OriginalAmount="482.45" MarkupRule="1.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="27" TotalAmount="488.84" OriginalAmount="484" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.741651826025" Longitude="100.55213212967" StarRating="5" HotelCode="259007|16703" HotelName="JW Marriott Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Sukhumvit Road Soi 2, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/ac/87ac651d7a627d54a84f91b5c896aec9426df3b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the business and commercial district, within 30 minutes of Bang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="491.81" OriginalAmount="486.94" MarkupRule="1.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="Free CXL until 11/08/2026">
        <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="27" TotalAmount="500.96" OriginalAmount="496" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.744765300541" Longitude="100.54145425558" StarRating="5" HotelCode="17539|8016" HotelName="InterContinental Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>973 Ploen Chit Road, Pathum Wan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/b7/5db7941947518eeef335facc9f3bbd1ea3814899.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the financial and commercial district of Bangkok, right in the city centre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="502.98" OriginalAmount="498.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.742430693649" Longitude="100.54029193854" StarRating="5" HotelCode="284344|waldorf_astoria_bangkok" HotelName="Waldorf Astoria Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>151 Ratchadamri Road, Lumpini, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/e2/ece2e9a76d3dd4fa8339e0a2181b3f6cbabeea89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="503.99" OriginalAmount="499.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73447855" Longitude="100.56806879" StarRating="3" HotelCode="853257|nimit_boutique_hotel_collection" HotelName="Nimit Boutique Hotel Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="512.69" OriginalAmount="507.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7230075" Longitude="100.5109126" StarRating="5" HotelCode="|26164" HotelName="The Peninsula Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="522.17" OriginalAmount="517.00" MarkupRule="1.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 15/08/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="525.20" OriginalAmount="520.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="984958|kimpton_maalai_bangkok" HotelName="Kimpton Maa-Lai Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <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="534.50" OriginalAmount="529.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.734485" Longitude="100.568087" StarRating="0" HotelCode="|439656" HotelName="Nimit Boutique Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="16" TotalAmount="535.74" OriginalAmount="530.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.759136249748" Longitude="100.5364331603" StarRating="3" HotelCode="168590|1517688" HotelName="True Siam" Meals="BED &amp; BREAKFAST,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="94" TotalAmount="536.71" OriginalAmount="531.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743307" Longitude="100.529651" StarRating="5" HotelCode="|32298" HotelName="Pathumwan Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="538.24" OriginalAmount="532.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.759257" Longitude="100.536369" StarRating="3" HotelCode="|103650" HotelName="True Siam Phayathai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="27" TotalAmount="540.35" OriginalAmount="535" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743444358666" Longitude="100.53006291389" StarRating="4" HotelCode="15747|6189" HotelName="Pathumwan Princess, MBK Centre, Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/08/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="95" TotalAmount="544.37" OriginalAmount="538.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.743444" Longitude="100.53006" StarRating="5" HotelCode="73358" HotelName="Pathunwan Princess Hotel" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>444 Mbk Center, Phayathai Road, Wangmai, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/73358/73358/65.jpg?f=17735353</HotelPictures>
        <HotelDescription>Facilities: 462 rooms and 12 suites are located on 29 storeys and can be reached by lift. Multilingual staff (English, German, French) at the reception desk in the lobby are ready to assist you with check-in and check-out. Amenities include a baggage storage service, safe, currency exchange service and cash machine. Wireless internet access allows guests to stay connected while on holiday. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities. A number of shops, including a supermarket and souvenir shop, are great for shopping or just browsing. A garden provides extra space for rest and relaxation in the open air. Additional amenities include a TV room and a library. Parking spaces are available to guests travelling by car. Other services include a 24-hour security service, a babysitting service, a childcare service, a car hire service, a transfer service, room service, an alarm call service, a laundry service, a hairdresser, a coin-operated laundry and a hotel shuttle bus. Complimentary newspapers are available. A business centre with fax machine and projector is available.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="545.48" OriginalAmount="540.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.747729" Longitude="100.538345" StarRating="5" HotelCode="164037" HotelName="Centara Grand &amp; Bangkok Convention Centre at CentralWorld" Meals="DELUXE WORLD - ROOM" BedType="DELUXE WORLD - ROOM">
        <Address>
          <AddressLines>
            <AddressLine>999/99 Rama 1 Road, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/64037/164037/72.jpg?f=17743141</HotelPictures>
        <HotelDescription>Guests have a choice of 30 junior suites, 6 suites and 469 double rooms. The friendly staff at the reception desk are happy to answer any questions. Amenities include a baggage storage service, safe, currency exchange service and cash machine. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities and a lift. There are a number of shops, including a supermarket and souvenir shop. A garden provides extra space for rest and relaxation in the open air. Additional facilities include a newspaper stand. Guests arriving by car can park their vehicles in the garage or in the car park. Further services and facilities include a 24-hour security service, a babysitting service, a childcare service, a car hire service, medical assistance, a transfer service, 24-hour room service, an alarm call service, a laundry service, a hairdresser, a coin-operated laundry, a page service and a hotel shuttle bus. Complimentary newspapers are available. A business centre with fax machine, projector and photocopier is available. Larger events can be organised with the help of the conference service.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="552.77" OriginalAmount="547.3" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737276" Longitude="100.543976" StarRating="5" HotelCode="3903131" HotelName="Kimpton Maa-Lai Bangkok By Ihg" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>78 Soi Tonson Lumpini Pathumwan,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/03131/3903131/54.jpg?f=17017974</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You can take advantage of recreational amenities such as an outdoor pool, a sauna, and a 24-hour fitness center. This Art Deco hotel also features complimentary wireless internet access, concierge services, and wedding services.. Featured amenities include limo/town car service, express check-out, and dry cleaning/laundry services. A train station pick-up service is provided at no charge, and free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="553.49" OriginalAmount="548.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74469" Longitude="100.54143" StarRating="5" HotelCode="103118" HotelName="Intercontinental Bangkok By Ihg" Meals="CLASSIC ROOM" BedType="CLASSIC ROOM">
        <Address>
          <AddressLines>
            <AddressLine>973 Phloen Chit Road, Pathum Wan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/03118/103118/70.jpg?f=17675314</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. You can take advantage of recreational amenities such as a health club, an outdoor pool, and a hot tub. Additional features at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include complimentary wired internet access, a business center, and limo/town car service. Planning an event in Bangkok? This hotel has 27470 square feet (2552 square meters) of space consisting of a conference center and 22 meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="554.23" OriginalAmount="548.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7477765" Longitude="100.5387483" StarRating="5" HotelCode="|42519" HotelName="Centara Grand At Centralworld" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RAMA 1 RD, PATHUMWAN 999/99</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/5/1/9/42519_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in an excellent location, next to the CentralWorld Shopping Centre. HOTEL: This hotel offers a restaurant, a bar with views of Bangkok, a convention centre, shops and entertainment. This establishment is ideal for holidays or business trips.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="559.54" OriginalAmount="554.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.740901670479" Longitude="100.54026545064" StarRating="5" HotelCode="18434|four_seasons_hotel_bangkok" HotelName="Anantara Siam 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,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="95" TotalAmount="596.22" OriginalAmount="590.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.73754" Longitude="100.571976" StarRating="5" HotelCode="3833777" HotelName="137 Pillars Suites Bangkok" Meals="SUITE" BedType="SUITE">
        <Address>
          <AddressLines>
            <AddressLine>59/1 Soi Sukhumvit 39, Klongton Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/33777/3833777/1.jpg?f=17017634</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages and facials. You're sure to appreciate the recreational amenities, including an outdoor pool and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and wedding services.. Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. Event facilities at this hotel consist of a conference center and meeting rooms. Free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="601.85" OriginalAmount="595.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739871" Longitude="100.539994" StarRating="5" HotelCode="|103557" HotelName="The St Regis Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="621.51" OriginalAmount="615.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.77991" Longitude="100.50005" StarRating="2" HotelCode="|36640" HotelName="River Side Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ratvithi Rd., Bangyekhan,Bangplad 195</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/4/0/36640_19.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 250 rooms, air-conditioning, a lobby with a reception, express check-out, a safety deposit box service, a lift, a television room, internet, a restaurant, room service and a laundry service. nearby, you can find a car park. SITUATION: It is situated nearChao Phraya the river near the establishment, you will find monuments, historic buildings. ROOM: suites, single rooms and double rooms. All the rooms have Bangkok and the Chao Phraya River views of a bathroom with a shower or bath, cable and satellite television, a mini-bar, internet, a safety deposit box, individual air-conditioning and a terrace. FACILITIES: The establishment has a swimming pool, billiards, karaoke and a fitness room. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service and Ã  la carte or buffet lunch and dinner. The establishment also offers a menu service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="626.20" OriginalAmount="620.00" MarkupRule="1.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="631.15" OriginalAmount="624.90" MarkupRule="1.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="94" TotalAmount="651.13" OriginalAmount="644.68" MarkupRule="1.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="Non Refundable">
        <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="660.54" OriginalAmount="654.00" MarkupRule="1.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 10/08/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="679.73" OriginalAmount="673.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737937989122" Longitude="100.54443944952" StarRating="3" HotelCode="422037|tonson_residence" HotelName="Tonson Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Convenience Store,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>58 Soi Tonson Ploenchit Road, Lumpini, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/8e/818ea7809eecd35f281c669a288b2eaff9db347f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tonson Residence offers a family friendly service apartment. Each unit provides  3 spacious en suite...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="682.76" OriginalAmount="676.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.74375684" Longitude="100.54736431" StarRating="5" HotelCode="461498|park_hyatt_bangkok" HotelName="Park Hyatt Bangkok" 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,Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Dining,Fax,Garden,Golf,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Central Embassy, 88 Wireless Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/be/70/be709db0eb1ed7a0c75638d6b5d7f13cd00d56a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;"A tranquil oasis above bustling Bangkok. Embracing its enviable location in the world's most popula...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="712.18" OriginalAmount="705.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.736655" Longitude="100.543976" StarRating="5" HotelCode="3917024" HotelName="Sindhorn Kempinski Hotel Bangkok" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>80 Soi Tonson, Lumphini, Pathumwan,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/17024/3917024/32.jpg?f=16889850</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You're sure to appreciate the recreational amenities, including a health club, an outdoor pool, and a sauna. This Art Deco hotel also features complimentary wireless internet access, concierge services, and wedding services.. Featured amenities include express check-out, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in Bangkok? This hotel has 3843 square feet (357 square meters) of space consisting of conference space and 4 meeting rooms. A roundtrip airport shuttle is provided for a surcharge during limited hours, and free valet parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="719.38" OriginalAmount="712.26" MarkupRule="1.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="94" TotalAmount="729.80" OriginalAmount="722.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7331271" Longitude="100.5639705" StarRating="4" HotelCode="|103685" HotelName="Fairmont Bangkok Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10/1 Sukhumvit Soi 20 Sukhumvit Road, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/8/5/103685_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Windsor Suites Hotel Bangkok is rated four stars it has modern standard rooms. SITUATION: This hotel is 100 metres away from the skytrain station of the Asok Skytrain.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="750.43" OriginalAmount="743" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.748394341038" Longitude="100.53488469941" StarRating="5" HotelCode="267297|26393" HotelName="Siam Kempinski Hotel Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,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="94" TotalAmount="784.12" OriginalAmount="776.36" MarkupRule="1.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="794.63" OriginalAmount="786.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.728304" Longitude="100.537427" StarRating="5" HotelCode="|32072" HotelName="Dusit Thani Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>946 RAMA IV ROAD, SILOM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/7/2/32072_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has restaurants, bars with panoramic views. It also has meeting facilities and a luxurious spa. SITUATION: This establishment is in front of Lumphini Park. Is situated in the heart of Los Angeles, next to the railway station and the metro station, close to the Silom night market.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="828.57" OriginalAmount="820.37" MarkupRule="1.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 17/08/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="63" TotalAmount="859.51" OriginalAmount="851.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724054055324" Longitude="100.51408231258" StarRating="5" HotelCode="9973|mandarin_oriental_bangkok" HotelName="Mandarin Oriental Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/08/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="924.15" OriginalAmount="915.00" MarkupRule="1.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 13/08/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="1123.08" OriginalAmount="1111.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7812052" Longitude="100.5061291" StarRating="5" HotelCode="|131490" HotelName="The Siam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3/2 Thanon Khao Vachirapayabal Dusit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/4/9/0/131490_18998011024.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a restaurant, a bar and meeting rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1338.25" OriginalAmount="1325.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.72098914" Longitude="100.56586637" StarRating="4" HotelCode="677215|davis_thai_house" HotelName="Davis Thai House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>88 Sukhumvit 24, Klongteoy Bangkok, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/c1/aac1ed1bb6d89f622d309aa39749d861f410f41b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1488.74" OriginalAmount="1474.00" MarkupRule="1.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="Non Refundable" 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="94" TotalAmount="18.07" OriginalAmount="17.89" MarkupRule="1.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="26.13" OriginalAmount="25.87" MarkupRule="1.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 17/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>86 Jakkapong Talat Yot, Phra Nakhon, Khao San Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.58" OriginalAmount="37.21" MarkupRule="1.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 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>291/87 Song prabha Road, Donmuang, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.11" OriginalAmount="39.71" MarkupRule="1.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 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>59 Soi Phraya Suren 10, Bang Chan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.85" OriginalAmount="43.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.725421" Longitude="100.6813798" StarRating="0" HotelCode="|358228" HotelName="Pa Chalermchai Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 On-Nut Road, On-Nut 65 Yeak 3, Prawet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.10" OriginalAmount="44.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7545265" Longitude="100.4982936" StarRating="0" HotelCode="|358242" HotelName="Boon Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>138-140 Bunsiri Road, Kwang San Chao Pho Sua, Phra Nakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.22" OriginalAmount="45.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.762229" Longitude="100.493922" StarRating="2" HotelCode="|358791" HotelName="Khaosan Art" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>76-76/1-3 Phra-Arthit Rd., Chanasongkhram, Phranakhorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.19" OriginalAmount="49.69" MarkupRule="1.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 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.3 Soi Phaholyothin 5, Phaholyothin Road, Samsen Nai, Phayathai,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.51" OriginalAmount="50.01" MarkupRule="1.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="50.58" OriginalAmount="50.08" MarkupRule="1.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 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>435, Chang Arkad Utid Rd., Donmuang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.20" OriginalAmount="50.69" MarkupRule="1.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="Non Refundable">
        <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="51.33" OriginalAmount="50.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7533614" Longitude="100.5372103" StarRating="0" HotelCode="|277606" HotelName="Micro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>39/8 Petchburi15 Petchburi Rd. Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.25" OriginalAmount="52.72" MarkupRule="1.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 14/08/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="54.20" OriginalAmount="53.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7557365" Longitude="100.5367733" StarRating="2" HotelCode="|358696" HotelName="Bird Room -pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Phetburi Soi 13, Phayathai, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.13" OriginalAmount="54.58" MarkupRule="1.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 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>2771-2779, 1291, 1291/1, Phetchaburi Rd., Saunlaung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.75" OriginalAmount="55.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7537242" Longitude="100.4988054" StarRating="0" HotelCode="|277454" HotelName="Mahannop" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 Thanon Mahannop Khwaeng Sao Chingcha, Khet Phra Nakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.14" OriginalAmount="59.54" MarkupRule="1.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 18/08/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="60.32" OriginalAmount="59.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.724711" Longitude="100.524741" StarRating="2" HotelCode="|95417" HotelName="Eros Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="61.24" OriginalAmount="60.63" MarkupRule="1.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="62.68" OriginalAmount="62.06" MarkupRule="1.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 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 Soi Silom 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="62.75" OriginalAmount="62.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.926717166666664" Longitude="100.59995766666668" StarRating="4" HotelCode="4031071" HotelName="12 The Residence Hotel And Apartment" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Saranakom 10 Seekun Don Mueng, Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>Enjoy a meal at the restaurant or snacks in the hotel's coffee shop/cafe. Wrap up your day with a drink at the bar/lounge. Japanese breakfasts are available daily from 6:30 AM to 10:30 AM for a fee. Featured amenities include a 24-hour front desk, luggage storage and an elevator. Free self parking is available onsite.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.86" OriginalAmount="66.20" MarkupRule="1.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="67.65" OriginalAmount="66.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.739323" Longitude="100.555147" StarRating="2" HotelCode="|95393" HotelName="Crown BTS Nana " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="67.65" OriginalAmount="66.98" MarkupRule="1.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 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Ratchadapisek Soi 30 Chandrakasem, Chatuchak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.00" OriginalAmount="67.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.75674" Longitude="100.52669" StarRating="0" HotelCode="|246858" HotelName="Greenery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>209/6 Soi Petchburi 5, Petchburi Road Thung Phayathai, Ratchathevi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.44" OriginalAmount="69.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7945941" Longitude="100.5496051" StarRating="0" HotelCode="|359152" HotelName="Ora Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/08/2026">
        <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="71.91" OriginalAmount="71.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.761773" Longitude="100.495952" StarRating="0" HotelCode="|358510" HotelName="Lamphuhouse Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>77 Soirambruttri Chakkrapong Rd. Chanasongkarm Phranakorn Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.18" OriginalAmount="80.38" MarkupRule="1.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="90.06" OriginalAmount="89.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.663843" Longitude="100.6307144" StarRating="3" HotelCode="|446530" HotelName="Orion Hotel and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="92.67" OriginalAmount="91.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7385595" Longitude="100.5488835" StarRating="3" HotelCode="|278062" HotelName="Sukhothai Residence Ruam Ruedi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26-26/24 Soi.Ruamruedee Ploenchit Rd, Ploenchit, Patumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.47" OriginalAmount="95.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.76319" Longitude="100.498043" StarRating="0" HotelCode="|382652" HotelName="Klong House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RimklongBanglumpoo watsamphaya 182/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.11" OriginalAmount="97.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.737802" Longitude="100.55337" StarRating="0" HotelCode="|359121" HotelName="Royal Garden Home Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit 3, Nana Nue 63/1-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.89" OriginalAmount="115.73" MarkupRule="1.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 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>9, Phra Sumen Rd, Chanasongkram, Phranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.95" OriginalAmount="118.76" MarkupRule="1.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>
    <HotelStay SourceId="94" TotalAmount="137.04" OriginalAmount="135.68" MarkupRule="1.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="95" TotalAmount="138.48" OriginalAmount="137.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.721677" Longitude="100.52626" StarRating="3" HotelCode="4029637" HotelName="Asai Bangkok Sathorn" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>195 North Sathorn Road, Soi Sathorn 12, Silom, Bang Rak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center, or other amenities including complimentary wireless internet access and a fireplace in the lobby.. Featured amenities include a computer station, a 24-hour front desk, and luggage storage. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.76" OriginalAmount="138.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.682792" Longitude="100.614003" StarRating="0" HotelCode="|446509" HotelName="Maneeya Park Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101/1 Sukhumvit Road Maneeya Ville, Bangkok, Bangkok 10260</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.43" OriginalAmount="167.75" MarkupRule="1.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="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44/8 46 Sukhumvit Rd, Phra Khanong, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="191.57" OriginalAmount="189.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.762006" Longitude="100.5015" StarRating="3" HotelCode="4030830" HotelName="Lilit Bang Lumphu Hotel" Meals="SUITE" BedType="SUITE">
        <Address>
          <AddressLines>
            <AddressLine>55 Soi Banphanthom,,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>Enjoy the recreation opportunities such as an outdoor pool or make use of other amenities including complimentary wireless internet access.. Featured amenities include a 24-hour front desk, luggage storage, and an elevator. Free self parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Conference Hall,Designated Smoking Area,Fax,Telephone Service,Wheelchair Access,Bicycle Rental,Currency Exchange,Lounge,Shopping Arcade,24 Hour Security,Airport Transfer (on Demand),Parking,Spa,Dining,Pets allowed,Kitchen,Central Heating,Jacuzzi,Swimming Pool,Diet Meals,Nightclub,Garden,Golf,Heated Pool,24 Hour Front Desk,24 Hour Room Service,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,LCD/Projector,24 Hour Power Supply,Babysitting,Business Centre,Printer,Wake-up Call Service,Luggage Storage,Beauty Salon,Smoking Rooms,Meeting Room,Convenience Store,ATM/Cash Machine,Banquet Hall,Valet Parking,Kids Play Area,Library,Porter</BasicAmenities>
    <HotelRating>4,3,2,5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,ALL INCLUSIVE,HALF BOARD,FULL BOARD,LUNCH,DINNER</Meals>
    <PropertyType>VILLAGE,CITY HOTEL,HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,CLUB RESORT,SPA HOTEL,HOTEL DE CHARME,APARTMENT,RESIDENCES,INNS,AIRPORT HOTEL,BOUTIQUE HOTEL,HOSTELS,HOSTEL,GUESTHOUSE,APARTHOTEL,AIRPORT HOTELS,ECO HOTEL,GUEST HOUSES,HOLIDAY HOMES,RESORT,BEACH HOTEL,COUNTRY HOUSE,FINCA,VILLA,BED AND BREAKFASTS,CONDOS,HOMESTAYS</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
7da49c5e-f706-4c7a-8597-edc405da6dc0|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
7da49c5e-f706-4c7a-8597-edc405da6dc0|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="7da49c5e-f706-4c7a-8597-edc405da6dc0">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73355" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-22T00:00:00" End="2026-08-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|471983" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="holidays2@airwingspk.com" Password="Airwings@123+" RequestedCurrency="GBP" ClientNationality="pk" ClientCountry="Pakistan" 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
7da49c5e-f706-4c7a-8597-edc405da6dc0|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="7da49c5e-f706-4c7a-8597-edc405da6dc0" TimeStamp="0001-01-01T00:00:00" HotelName="Benjarong Bangkok" HotelCode="471983" GTCityId="73355" CountryCode="TH" CityName="Bangkok" CountryName="Thailand" Address="Ratchadaphisek Rd, Chan Kasem," SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Double room" RoomTypeCode="471983H1_1090H1HNHN2n2n4|1786350803.DIVDAP-GBRA7b0e1offJ|90.24|94|OTAuMjR8RVVSfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="77" TotalPrice="77.88" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-10T09:33:23.5951573+01:00" End="2026-08-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="77.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Double room" RoomTypeCode="471983H1_1090H2HNHN1009nf|1786350803.DIVDAP-GBRA7b0e1offJ|106.83|94|MTA2LjgzfEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="91" TotalPrice="92.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-10T09:33:23.598265+01:00" End="2026-08-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="91.29" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_218d1ad2009.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_1e2b7012006.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_1fc74f32007.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_20790382008.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_233c84f2011.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_1ed4a6f2006.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_22924cc2010.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_1e8fead2006.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_1f380232007.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_1f7b0ae2007.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_202550f2008.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_20d54e42008.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_21393042009.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_21e3f3d2009.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_223fb1f2010.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_22e34f12010.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_238e8ab2011.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_23db2ae2011.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_2431a6a2012.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/7/1/9/8/3/471983_2483ec32012.jpg" /></Images><HotelDescription /></HotelRoomRS>||True