<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
46ddc7ce-aede-423f-8b49-fa9695e5d8e4|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="46ddc7ce-aede-423f-8b49-fa9695e5d8e4">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73722" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-27T00:00:00" End="2026-05-31T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="TRAVELMINT.OFFICE@GMAIL.COM" Password="London@2026" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
46ddc7ce-aede-423f-8b49-fa9695e5d8e4|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
46ddc7ce-aede-423f-8b49-fa9695e5d8e4|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
46ddc7ce-aede-423f-8b49-fa9695e5d8e4|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
46ddc7ce-aede-423f-8b49-fa9695e5d8e4|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:41cb819c-2492-4f8f-ba38-f670ebe00f7a
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
46ddc7ce-aede-423f-8b49-fa9695e5d8e4|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
46ddc7ce-aede-423f-8b49-fa9695e5d8e4|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
46ddc7ce-aede-423f-8b49-fa9695e5d8e4|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
46ddc7ce-aede-423f-8b49-fa9695e5d8e4|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-05-08T10:34:55.1918504+01:00" Version="0" EchoToken="Search" TransactionIdentifier="46ddc7ce-aede-423f-8b49-fa9695e5d8e4" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="28.01" OriginalAmount="27.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.958967016079" Longitude="100.88964450066" StarRating="3" HotelCode="141084|120834" HotelName="Wongamat Privacy Resort &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157/365 Moo 5 Soi Naklua 16/2, Naklua, Banglamung, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/c7/e3c7a84e5d0c6b0dfdb2978dd21083bb9e153fa3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90904881" Longitude="100.90369376" StarRating="2" HotelCode="603861|je" HotelName="J&amp;E" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>98/165 Moo 11 Soi Khaotalo 5, Pattaya, Chonburi 20160</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/9f/819f1f64662bf92aa7801976d84f22e0405f7f39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation offers a laundry service and a theatre hall. Wireless internet access is available...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.68" OriginalAmount="31.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.898073" Longitude="100.869631" StarRating="0" HotelCode="|534166" HotelName="Scandia Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Soi Chom Thian 2,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/1/6/6/534166_1a7698e1158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="37.84" OriginalAmount="36.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.961982" Longitude="100.896055" StarRating="3" HotelCode="897780|188897" HotelName="Siam Pura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>119/102 Pattaya-Naklua Rd., Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cf/59/cf5960e74c2f59f237daac1506f4d0f892c31380.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya, about 1.6 km from the beach.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951068690754" Longitude="100.89766629753" StarRating="2" HotelCode="442492|aromdee_apartments_" HotelName="Aromdee Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>150/11 Pattaya 3rd Road Moo 5, Chaloem Phrakiat, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/ef/8cef47c6ca05f7ac97c663d7bf984ca907d844fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Chonburi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.57" OriginalAmount="39.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.96828675" Longitude="100.89434551" StarRating="4" HotelCode="425478|1867908" HotelName="Southern Star Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar">
        <Address>
          <AddressLines>
            <AddressLine>535/25 Moo 5, Soi 12, Naklua Road, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/de/3eded55d95606dd4c5c7b4802afedf5a168c25b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Southern Star Resorts is located ten minutes from walking street and offers a quite location for tho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.55" OriginalAmount="40.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.961764" Longitude="100.896225" StarRating="4" HotelCode="|464664" HotelName="Chateau En Ville Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>119/102 Moo. 5, Pattaya Naklua Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/6/6/4/464664_4e7ec6b1818.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.53" OriginalAmount="41.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93061" Longitude="100.89381" StarRating="2" HotelCode="|235436" HotelName="M Place Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>422/15-16 Moo 9, Arunothai Soi 2 Central Pattaya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/4/3/6/235436_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.930589997959" Longitude="100.89350973725" StarRating="2" HotelCode="377600|175167" HotelName="M Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>422/15-16 Soi Arunothai 2 Moo 9, Nong Prue, Banglamung, Central Pattaya, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0023/40309/2340309/34.jpg?f=15668352</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.96" OriginalAmount="43.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93018" Longitude="100.884457" StarRating="0" HotelCode="|477455" HotelName="I-Rovers Sports Bar and Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi LK Metro 33/126 moo 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/7/4/5/5/477455_749582f1044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90937238" Longitude="100.85912516" StarRating="2" HotelCode="361753|175110" HotelName="Jardin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>456/70-71 Moo12, Pratamnak soi 5, Nongprue Banglamung, Pattaya South 45668</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/eb/01/eb01e8a5c21df28698598d7f73cbd119e78782b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93026529" Longitude="100.88443524" StarRating="3" HotelCode="428661|pasadena_lodge" HotelName="Pasadena Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Lounge,Parking,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33/127 M.10 Soi LK Metro  soi Diana Inn, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/a9/cda909b14775916c2e37d01bd257fa793ebfd802.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Pasadena Lodge in Pattaya Central Pattaya, you'll be minutes from C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.04" OriginalAmount="44.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.928174" Longitude="100.878908" StarRating="0" HotelCode="|475855" HotelName="Seedling House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>215/23-24, Pattaya Second Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/8/5/5/475855_4a463a72038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.35" OriginalAmount="45.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="0" HotelCode="448277|merry_inn_" HotelName="Merry Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>363/14 Moo 10, Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/05/9205a30a59a9d1da58fe38d1088964c8b2ca2deb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel is clean and tidy with friendly helpful staff,the rooms are comfortable and the location is 2 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.35" OriginalAmount="45.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92337189" Longitude="100.88282866" StarRating="0" HotelCode="748923|green_hotel_26" HotelName="Greenvale Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Coffee Shop,Concierge,Designated Smoking Area,Golf,Internet,Laundry,Parking">
        <Address>
          <AddressLines>
            <AddressLine>193/124-5 South Pattaya Road, Rungland Village, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/0a/b30a8215d8ca2f367c3e7978eb001a11460ec73a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of South Pattaya, Greenvale Serviced Apartment promises ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90857446" Longitude="100.88149609" StarRating="3" HotelCode="360039|81159" HotelName="Momento Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>143/117 Thepprasit Road Moo 12, Soi 8, Soi Daeng Dum, Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c5/68c5d9f483bdde5a5310603c43a3036f74add2db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.55" OriginalAmount="47.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.86159" Longitude="100.896396" StarRating="3" HotelCode="|210605" HotelName="Sunday Beachfront View Jomtien Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>73-74 Moo.1 Najomtien ,Sattahip, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/6/0/5/210605_1_776.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.88" OriginalAmount="47.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.921939" Longitude="100.876313" StarRating="3" HotelCode="|553320" HotelName="PN Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>198/7 Pattaya Sai 2 Soi 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/3/2/0/553320_8c900a11312.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.44" OriginalAmount="48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.917376" Longitude="100.86581133333" StarRating="3" HotelCode="200025|76939" HotelName="Hillside Resort Pattaya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>305 Moo 12, Pratumnak Soi 2, South Pattaya, Pattaya, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ca/d4/cad43c096e1a5c0965ccf98a31e5219a0545850e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.78" OriginalAmount="48.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931245" Longitude="100.886423" StarRating="3" HotelCode="|534033" HotelName="The Sports Lounge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi Buakhao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/0/3/3/534033_cfe85b51143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.69" OriginalAmount="49.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90985" Longitude="100.85878" StarRating="3" HotelCode="|236262" HotelName="Patamnak Beach Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>352/85-86 Phra tumnak Soi 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/2/6/2/236262_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.30" OriginalAmount="49.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91421768" Longitude="100.88472768" StarRating="3" HotelCode="774081|3659015" HotelName="Nine Blue Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>164/ 39 Moo 10, Nongprue, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/5f/ff5f57aaa4a7568f6f5253ecf670201511dd557d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.57" OriginalAmount="50.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.958735" Longitude="100.89797" StarRating="2" HotelCode="|169689" HotelName="Ploen Pattaya Residence By Tolani" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>137/58 Moo 5, Photisan 10, Naklua, Banglamoonog</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/6/8/9/169689_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is an ideal place for relaxing, has 26 rooms and internet. SITUATION: This establishment, Pattaya it is in it is located close to the beach.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.79" OriginalAmount="50.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9224139" Longitude="100.87500126" StarRating="3" HotelCode="867331|3549145" HotelName="Marine Paradise" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Phra Tamnak, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/09/9309aeee10cc62e0ad930c1764c2ddd2da9274e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.08" OriginalAmount="50.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95178" Longitude="100.89114" StarRating="4" HotelCode="|83175" HotelName="Sunday JA Plus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>3/248 Moo 6 Pattaya sai 3 road, Naklua, Banglamung, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/1/7/5/83175_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: 15 minutes away from the establishment, clients can find a beach, Close to shops and nightlife. it is 1 kilometre away from Pattaya bus station. HOTEL: This conference hotel, has with air-conditioning, 120 rooms, a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. It also has a cafÃ©, a bar, a breakfast room, conference facilities, internet (for a fee), room service, a laundry service and a car park. ROOM: The spacious and smart rooms, have beautiful views, a bathroom with a shower, a bath and a hairdryer. Are also furnished with a double bed, a satellite TV, internet, a safety deposit box, a mini-bar, an air-conditioning system and a balcony or terrace. FACILITIES: Guests can enjoy an outdoor swimming pool and a massage service. At the beach, clients can enjoy deck chairs (available for a fee). RESTAURANT: This hotel has a bar and a restaurant. It serves a continental buffet breakfast and set-menu lunch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.11" OriginalAmount="50.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91636761" Longitude="100.89479685" StarRating="2" HotelCode="438198|3547265" HotelName="CK Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>565/67-8 Moo 10, Nongprue, Banglamung, Chonburi, Pattaya South 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/be/acbed788bae2f8568b49e4031b520d1cf0057da4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.27" OriginalAmount="50.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90049" Longitude="100.89658" StarRating="3" HotelCode="|244357" HotelName="The Train Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>22/5 Moo 11, Sukhumvit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/3/5/7/244357_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.46" OriginalAmount="50.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.89716906" Longitude="100.86849329" StarRating="3" HotelCode="853766|3576055" HotelName="Vickans Guesthouse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>144/2 Jomtiensaineung Road, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/5c/6b/5c6b540623344be77b81834a9a47fdf3476f3d42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.929327477029" Longitude="100.88418728732" StarRating="2" HotelCode="383346|nemos_guesthouse_and_massage" HotelName="Nemo's Guesthouse and Massage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33/46 Moo 10, Soi Diana Inn, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/c5/fcc5dbecd2b5e9d506c72dee5aa1f126c5c24a51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.86" OriginalAmount="51.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92583" Longitude="100.88141" StarRating="2" HotelCode="|242564" HotelName="The Links Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>316/145-146 Soi Buakhow</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/5/6/4/242564_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="52.91" OriginalAmount="51.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946878182926" Longitude="100.89638829231" StarRating="3" HotelCode="401204|121313" HotelName="J.A. Villa Pattaya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/248 Moo 6 Pattaya Sai 3 Road, Naklua, Pattaya, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/14/8114837b6dd30c197ed5fca92b90ac2d5dd2f865.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Pattaya, this hotel is approximately 1.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.02" OriginalAmount="52.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92139" Longitude="100.8745" StarRating="2" HotelCode="|231846" HotelName="Oyo 1068 Nn Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>198/7 Moo 10 Soi Yensabai, Pratumnak Rd Nongprue Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/8/4/6/231846_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.18" OriginalAmount="52.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.897042" Longitude="100.86977" StarRating="3" HotelCode="|408594" HotelName="Stefans Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75/63-65 Moo. 12 Jomtien Beach Road, Soi 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/5/9/4/408594_a5ea1e60845.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.38" OriginalAmount="52.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927475" Longitude="100.889678" StarRating="0" HotelCode="|389409" HotelName="OYO 458 Nakorn Siam Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>417/698 Soi Bongkot 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/4/0/9/389409_1552ca11053.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92143013" Longitude="100.87448556" StarRating="2" HotelCode="536952|81347" HotelName="NN Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>198-7 Soi Yensabai  Moo 10, Nongprue Banglamung, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/2a/4a2a8c91ef694d0b057e129942fb0eca130aac0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.88338262" Longitude="100.8833813" StarRating="2" HotelCode="411778|jomtien_hostel" HotelName="Jomtien Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/05/2026" HotelFacility="Air Conditioning,Bar,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Library,Luggage Storage,Parking,Pets allowed,Room Service,Smoking Rooms,Spa">
        <Address>
          <AddressLines>
            <AddressLine>279/347 Moo 12 Soi Sarita Hotel, Jomtien Beach Rd, Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/c8/75c81905729818e9f05523bdefdc7f896ff3bef8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Jomtien Beach, Jomtien Hostel promises a relaxing and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.915916782381" Longitude="100.8665838454" StarRating="3" HotelCode="936767|the_fourth_pratumnak" HotelName="FX Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>352/316 Moo 12, Pratamnak Road Soi 4, Pattaya, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1b/1f/1b1f54640342af246ae2e8dcd0e700b9c50c1906.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Chonburi. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92244901" Longitude="100.88271582" StarRating="2" HotelCode="783029|la_canteena" HotelName="La Canteena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10193/174 Moo, Rungland Village, Pattaya, Chanburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/70/58709f5628fedb2def3a310efb114873535436e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.83" OriginalAmount="54.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.88343" Longitude="100.88317" StarRating="0" HotelCode="|234631" HotelName="Jomtien" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>279/347 Moo 12, Soi Sarita Hotel Jomtien Beach Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/3/1/234631_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.08" OriginalAmount="54.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92618426226" Longitude="100.87474175667" StarRating="1" HotelCode="340268|3592605" HotelName="Encore Walking St. Guesthouse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>109/29-30 Moo 10, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/1b/fb1b4dad16f1318473e3e3c7cbdb4e0130085065.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.10" OriginalAmount="54.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.930631" Longitude="100.881292" StarRating="0" HotelCode="|467466" HotelName="The Lodge Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>284/1 M.10 Pattaya Sai 2 Road. (Soi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/4/6/6/467466_39cb0e21717.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.44" OriginalAmount="54.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.948196" Longitude="100.897533" StarRating="3" HotelCode="900662|99422" HotelName="Bella Villa Serviced Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Apartment Hotel,Guesthouse,Hostel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8/82, Moo 6, Pattaya 3rd Road, Naklua, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/4a/394ab8fe0b96a7aa7ac4fd08775e8ce92d14fe6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the 3rd Road in the North Pattaya area, which is just a few steps from the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92579025" Longitude="100.88139407" StarRating="2" HotelCode="493560|the_links_hotel_" HotelName="The Links Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>316/145-146 Soi Buakhow Moo 10, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/5a/365ae854e0b9dcb074ffb2a8c792ee3031a1a319.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features room service for a comfortable and relaxing stay. Wireless internet access in pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92919886" Longitude="100.88434599" StarRating="3" HotelCode="546751|harrys_hotel_bar_restaurant" HotelName="Harrys Hotel Bar &amp; Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>33/47-48-49 Moo 10, Soi Diana Inn, Nongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/25/9725cc19fcb55e9f1a5d75f1c3329514d1685cd1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.42" OriginalAmount="55.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92428" Longitude="100.882893" StarRating="0" HotelCode="|553159" HotelName="The Freelancer" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>124 Moo 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/1/5/9/553159_d8ce3b61236.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.68" OriginalAmount="56.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94364137" Longitude="100.88675718" StarRating="2" HotelCode="632021|soi_5_apartment_3" HotelName="Soi 5 Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Internet,Massage Centre,Parking">
        <Address>
          <AddressLines>
            <AddressLine>235/2 Moo 9 Soi 5 Pattaya Beach Road, Nong Prue, Bang Lamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/ed/7fed2ae815ef9e6c5dd2f0312cfb8858e5253be8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star Soi 5 Apartment offers comfort and convenience whether you're on business or holiday in P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.70" OriginalAmount="56.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.926039" Longitude="100.87571" StarRating="0" HotelCode="|567196" HotelName="Walking Street Encore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 Thanon Pattaya Tai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/1/9/6/567196_aee01231438.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.06" OriginalAmount="56.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9487" Longitude="100.89337" StarRating="0" HotelCode="|229751" HotelName="Navin Mansion 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>171/19 M.6 North Pattaya Rd. Soi7 North Pattaya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/7/5/1/229751_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.46" OriginalAmount="56.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9282" Longitude="100.88676" StarRating="2" HotelCode="|232956" HotelName="Chaiyapoon Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>383/78 Soi Chaiyapoon Third Rd. No. 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/9/5/6/232956_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.71" OriginalAmount="57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92304329" Longitude="100.87842583" StarRating="2" HotelCode="344698|260045" HotelName="Holidays Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>20/175 South Pattaya Road Moo 10, Nongprue, Banglamung, Chonburi, Pattaya South 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/5c/065c7e21570cde9138f80d8113e381cc1c082663.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92552414" Longitude="100.87416085" StarRating="2" HotelCode="380888|dream_hotel_4" HotelName="Dream Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>115/11 Moo 10 Pratumnak Road, Walking Street, 20260 Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/2e/f32e84bb965e5a4735f5a6e573bb453d2bd813bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Dream Hotel places you in the heart of Pattaya, steps from Walking Stree...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91589891" Longitude="100.8799755" StarRating="2" HotelCode="600699|orient_house__2" HotelName="Orient House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>584/78 Soi 17 Moo 10, Nongprue Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/fc/0efc7c2c15effaf4418351a63658ff4cce932dd6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91193138" Longitude="100.86953465" StarRating="2" HotelCode="853378|bed_n_bev_pattaya_hostel" HotelName="Bed N Bev Pattaya Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>144/62 Thappraya Road, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/d7/bad7f6c3eaf0cde8cf47bc77d36ba847569f292f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.16" OriginalAmount="57.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92232" Longitude="100.87498" StarRating="2" HotelCode="|169629" HotelName="Marina Inn Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>273/ 13 15 SOI YENSABAI PRATAMNAK RD SOUTH PATTAYATHA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/6/2/9/169629_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 114 rooms, internet, a swimming pool and a restaurant. SITUATION: This hotel Pattaya it is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.26" OriginalAmount="57.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94696" Longitude="100.90277" StarRating="3" HotelCode="|244605" HotelName="The Ld Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>209/116, Moo 6, Soi.Paniadchang 1 North Pattaya Road Naklua</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/6/0/5/244605_2bab9511127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.34" OriginalAmount="57.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.920253" Longitude="100.869711" StarRating="3" HotelCode="|46149" HotelName="Manita Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>561/1 moo 10, Nongprue, Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/4/9/46149_1_4499.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is in Pattaya the southern area of it is situated close to Wat Khao Phra Bat the temple the establishment, is close to Bali Hai the Marina of Walking Street the street. ROOM: The establishment has studios with modern furniture, a hairdryer, WiFi, cable television and computer safe. FACILITIES: Regarding the food and beverage offering, there is a restaurant, The establishment has a swimming pool with a garden.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.50" OriginalAmount="57.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.889627" Longitude="100.885546" StarRating="3" HotelCode="|389336" HotelName="Le Nara Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13/75 Soi Wat Boonkanchana Moo 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/3/3/6/389336_873722e1115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92843693" Longitude="100.88433738" StarRating="2" HotelCode="321643|191644" HotelName="18 Coins Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>198/20 Soi Buakhao, South Pattaya, Banglamung, Central Pattaya, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/d5/bcd5063fb1ed29f8b448ce13efc99cd95a7a3ce5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.945387296688" Longitude="100.88774756634" StarRating="2" HotelCode="378802|195530" HotelName="Seaside Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102/7 Pattaya Moo 9, Soi 3, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/c1/86c122d5b00a6400e79b6e28b77ed58165b281c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.13" OriginalAmount="58.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946669" Longitude="100.884797" StarRating="2" HotelCode="|479281" HotelName="The Bedrooms Hostel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>436/49 Moo 9, Beach road, Soi 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/2/8/1/479281_e6e60781310.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="60.52" OriginalAmount="58.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.929370866151" Longitude="100.88157514968" StarRating="2" HotelCode="915573|232701" HotelName="The Siam Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>528/26 Moo 10, Soi 12 Pattaya Sai Song  2nd Road, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/0e/9c0ef9abee59046ba0792b26a6208b69f5497a8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the centre of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94455852" Longitude="100.91552279" StarRating="4" HotelCode="615914|247089" HotelName="CK Resort Pattaya" 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>999  Soi Nongyai 14 Moo 11, Nongprue, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/cd/12cd928e08f64dc172b181e587c4945aa7d6eace.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.87" OriginalAmount="59.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.897878" Longitude="100.86828" StarRating="0" HotelCode="|522512" HotelName="By Dee @Jomtien (Sha)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>152/42, Moo 12, Jomtien Soi 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/5/1/2/522512_e50cbc51045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.90" OriginalAmount="59.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95443" Longitude="100.90191" StarRating="4" HotelCode="|242727" HotelName="Lk Noble Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>268/44 Moo 6 Phothisan Road Soi 4 Naklue, Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/7/2/7/242727_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.12" OriginalAmount="59.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90134556" Longitude="100.90256357" StarRating="2" HotelCode="321647|1866578" HotelName="Baan Kaew Ruen Khwan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>46/3 Moo 11, Sukhumvit Road, Soi 87 Nongkabok, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/8d/148d8a4391a1cd833aa9084e554cc6c892a29b8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.31" OriginalAmount="59.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91627" Longitude="100.87146" StarRating="0" HotelCode="|229033" HotelName="T5 Suites At Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>162/210 Moo 10 Soi Thappraya 5 Nongprue, Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/0/3/3/229033_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.44" OriginalAmount="59.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93041982" Longitude="100.88893811" StarRating="2" HotelCode="624487|3589875" HotelName="Happy Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Internet,Laundry,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>332/9 Soi Chaloem Phrakiat 21/1 Moo 9, Pattaya Sai 3 Road, Nongprue, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c4/dfc4b00499394aad36a926f0b750f6ead9f804d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.55" OriginalAmount="59.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92745696" Longitude="100.8760717" StarRating="3" HotelCode="321654|1866048" HotelName="The Copa Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>325/106-109 Pattayaland Soi 3, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/f3/f5f3378e73099a905798c7224b90446ce0f72da9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.68" OriginalAmount="59.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91631593" Longitude="100.87175833" StarRating="3" HotelCode="429699|1201468" HotelName="T5 Suites @ Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Lounge,Luggage Storage,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>162/210 Soi Thappraya 5 Moo 10, Banglamung District, Nongprue, South Pattaya City, Thailand, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/a1/cea1a6633f42aa6a34003d22ced42bf090629a19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at T5 Suites @ Pattaya in Pattaya South Pattaya, you'll be minutes fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.75" OriginalAmount="59.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.942570236686" Longitude="100.92142671347" StarRating="3" HotelCode="186205|1578648" HotelName="Eastiny Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>147/7 Moo 6 Soi Siam Country Club, Tambon Nongprue, Amphur Banglamung, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/e7/13e7f6e688998c821eb16db9e06e641ea3c9f84a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in the private residential area of Pattaya, approximately 5 km away from Patta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.20" OriginalAmount="60.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.944641" Longitude="100.915743" StarRating="4" HotelCode="|388468" HotelName="Oyo 1130 Ck Resort Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>999 Moo 11 Soi Nongyai 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/4/6/8/388468_5091a6e1036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.24" OriginalAmount="60.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91551568" Longitude="100.91575109" StarRating="3" HotelCode="359492|3604355" HotelName="Siwa House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>38/53  Moo 10 Soi, Boonsamphan13, Nong Prue, Bang Lamung, Pattaya, Chonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/18/7318862bb2ff7d6c35aa9aa1fd193e6dc95de446.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.35" OriginalAmount="60.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92788192" Longitude="100.88348067" StarRating="3" HotelCode="552230|3615035" HotelName="Pace Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>420/177 Soi Buakhaow Moo 9, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/46/8746a882fbdc2c61f43fd0431428eba961724630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.71" OriginalAmount="60.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.925343" Longitude="100.874042" StarRating="3" HotelCode="|389169" HotelName="Dream" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115/11 M.10 Pratumnak Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/1/6/9/389169_9deb8ca1141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93545" Longitude="100.8907" StarRating="2" HotelCode="|229519" HotelName="Highfive Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>70/7 Pattaya Klang road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/5/1/9/229519_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.97" OriginalAmount="61.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91537" Longitude="100.87122" StarRating="3" HotelCode="|169557" HotelName="Zing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>192 THAP PHRAYA ROAD SOI 7 NONGPREU BANGLAMUNG PHR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/5/5/7/169557_1_3940.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers rooms with air-conditioning, WiFi (free of charge), a car park (free of charge), a swimming pool, tourist information and a massage service. SITUATION: This hotel is 10 minutes away from the pedestrian area and Pattaya the beach 15 minutes away, you can find Central Festival the shopping centre it is situated 45 minutes away from Suvarnabhumi Airport. ROOM: All the rooms have cable television, a safety deposit box, a fridge, a bathroom and complimentary bathroom items. Some rooms offer kettle. OTHERS: The establishment offers a reception and a laundry.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.06" OriginalAmount="61.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92144524" Longitude="100.87546502" StarRating="3" HotelCode="71658|3635635" HotelName="König" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>568/18  Moo 10, Soi Yensabai, Nongprue, Banglamung, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/42/fc4210fdf2bbe592e8ff5a2e60736603d305a33e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="63.28" OriginalAmount="61.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92909458" Longitude="100.8848727" StarRating="2" HotelCode="545873|702558" HotelName="Charlie Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>33/56-59 Soi Buakhao, Nongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/3f/323f4d2b3fe14c317d2ea7fbe8f16d93cd7c3206.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation offers a wide range of services and facilities to ensure a comfortable stay, makin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.34" OriginalAmount="61.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93556" Longitude="100.88592" StarRating="0" HotelCode="|596288" HotelName="Kaen Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>328/23 ,Pattaya sia 2 Raod,Nong Prue,Bang La Mung,Chon Buri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/6/2/8/8/596288_515b9eb2137.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.47" OriginalAmount="61.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90211" Longitude="100.89896" StarRating="3" HotelCode="|246101" HotelName="Blue Garden Resort Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>47/22 Moo11 Soi Sukhumvit Pattaya 85 Nongprue Banglamung Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/1/0/1/246101_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.86" OriginalAmount="62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93080834" Longitude="100.89012436" StarRating="3" HotelCode="360889|53592" HotelName="AA Pattaya Ville" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>87/41 Moo9 Soi Chalerm Prakiat 14, 20260 Pattaya, Pattaya 3rd Road</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/7c/7b7c1d3731cd721ea83e16f7d12d118e5e66a34c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The upper floors of the hotel can be accessed by lift. A restaurant is available to travellers. Wire...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.86" OriginalAmount="62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.928322292615" Longitude="100.88460189418" StarRating="3" HotelCode="353101|85219" HotelName="Maleez Lodge Hotel &amp; Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>312/84-85 Soi Bua Khao Moo 9, Tambon Nongprue, Amphoe Banglamung, Pattaya Central 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/a5/2fa52c8f4392729dacd5bcf64a77976282c28096.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Maleez Lodge welcomes you with warmth and a feeling that each guest is truly special. Located in Sou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.928040327574" Longitude="100.87600672595" StarRating="2" HotelCode="362766|taj_place_guest_house_" HotelName="Taj Place Residency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>325/13 Beach Road Moo10, Soi 13/4, Pattayaland 2, Pattaya, Chon Buri 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/6e/426e0aee41b9ba8a236dbf75584b5bab28cf1959.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92821012" Longitude="100.88559183" StarRating="2" HotelCode="545878|new_nikom_court_" HotelName="New Nikom Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>312/90 Soi Lengkee Moo 9, Nongpure, Banglamung, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/9a/ce9ac43cf2c113fabf78ae43cbd6502637cf54f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92822405" Longitude="100.88427164" StarRating="2" HotelCode="491967|br_guest_house" HotelName="BR Guest House Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>420/26,28 Soi Buakhao Moo 9, Banglamung, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/a8/8ca82273852e3f3662b7e35f9f67f0308404bd51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.01" OriginalAmount="62.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91927" Longitude="100.87659" StarRating="0" HotelCode="|235909" HotelName="V Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>598/1 Pattaya sai3 road T. Nong Prue A. Bang Lamung, Chonburi, Pattaya South, Chon Buri Province 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/9/0/9/235909_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="64.43" OriginalAmount="62.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.960604036751" Longitude="100.89082539082" StarRating="3" HotelCode="188353|330503" HotelName="Riviera Resort pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157/1 Soi Naklua 16/1, Pattaya Naklua Road, Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/d5/93d51ace2c9b9c7343ba92ea6b597fc5f15bfbce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.59" OriginalAmount="62.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.911531" Longitude="100.870525" StarRating="0" HotelCode="|535829" HotelName="SAB Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>308/114 Soi 15 Thappraya Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/8/2/9/535829_f7e646d1111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.89741731" Longitude="100.86990517" StarRating="2" HotelCode="585712|233833" HotelName="Artem's Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>144/62 Jomtien Beach Road Soi 4, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/95/e7/95e7db9ce12d8e10fdd0e8a5a68e30e5b180fa61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.928387" Longitude="100.884495" StarRating="2" HotelCode="351718|195554" HotelName="Sutus Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>420/100 Soi Buakhaw Moo 9, Nongprue, Banglamung, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/9a/b79a18b51ce3183279b1cbafce90efc57610b162.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.01" OriginalAmount="63.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94504" Longitude="100.88889" StarRating="3" HotelCode="|177576" HotelName="Red Planet Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>255/7 Moo 9, Nongprue , Banglamung, Chonburi 20150 , Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/7/5/7/6/177576_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.05" OriginalAmount="63.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.87657577" Longitude="100.88591552" StarRating="3" HotelCode="118755|1578668" HotelName="RS Seaside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Lounge,Luggage Storage,Parking,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>125/19 Moo 12 Jomtien Beach Road, Nougpour Banglamung, Jomtien Beach, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/305341/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;An affordable 76-room hotel right by Jomtien Beach in Pattaya (Thailand), just 2 kilometres from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.24" OriginalAmount="63.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91486" Longitude="100.858953" StarRating="2" HotelCode="|481957" HotelName="Phratamnak Inn - Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>366/9 moo 12 soi 4 Phratamnak Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/9/5/7/481957_eb8c9ba1303.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.54" OriginalAmount="63.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95339" Longitude="100.89731" StarRating="3" HotelCode="|246042" HotelName="Le Palm Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160/29 Moo 5, T. Naklua, Pattaya 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/0/4/2/246042_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.72" OriginalAmount="63.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.897015" Longitude="100.871784" StarRating="3" HotelCode="|407388" HotelName="Lek Jomtien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>75 94 Moo 12 Soi 7 Jomtien Pattaya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/3/8/8/407388_51b63f31213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.77" OriginalAmount="63.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91955" Longitude="100.89362" StarRating="2" HotelCode="|235464" HotelName="T Sleep Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>249/18 M. 10 Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/4/6/4/235464_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93600539" Longitude="100.88461982" StarRating="3" HotelCode="71649|227077" HotelName="Eastiny Bella Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>217 / 29 Pattaya Beach Road, Soi 7-8, Pattaya City 20510</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/50/ad504d837e47c117112f4de02457bfd570e2013d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in central Pattaya between Soi 7 and Soi 8, surrounded by a wide range of shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.936827716078" Longitude="100.8881513749" StarRating="2" HotelCode="397236|bedtime_pattaya" HotelName="Bedtime Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>199/25-28 Moo 9, Pattaya Klang Soi 16, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/0e/310e1a9a15154042cce3f6b9b588936b630f95da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.937203483213" Longitude="100.8908516264" StarRating="3" HotelCode="380903|pj_inn_pattaya" HotelName="Pj Inn Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>243/28 Central Pattaya Road Moo 9, Soi 12, Pattaya Central, Pattaya, Chon Buri 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/15/5d15597edf37f8a573414ea0a1f29ab4a2d416c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91571195" Longitude="100.87504854" StarRating="2" HotelCode="738663|apartment_x5" HotelName="Apartment X5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Garden,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>530/11  Soi Bonkai  2 Moo 10, South Pattaya, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/10/7c10f8d4293255bfc6edafa7a608444a9332a497.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in South Pattaya, Apartment X5 is a perfect starting point from which to explore Pattaya. Of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91037421" Longitude="100.86830828" StarRating="2" HotelCode="625459|nong_guest_house" HotelName="Nong Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>377/316 Moo 12</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/e8/c2e8f03f051f8b10b4f7cf94a3f34001924050c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.915521" Longitude="100.871443" StarRating="3" HotelCode="933177|hotel_zing" HotelName="Hotel Zing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>192 Moo 10 Thap Phraya Road Soi 7, Nongpreu, Banglanumg, Chon Buri, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/a6/e8a6836fa341dc7c348c131f4b6555235485d39b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Utapao (UTP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.13" OriginalAmount="64.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92174" Longitude="100.87468" StarRating="3" HotelCode="|243342" HotelName="Koenig Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>568/18 M.10 Soi Yensabai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/3/4/2/243342_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.35" OriginalAmount="64.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927401" Longitude="100.876072" StarRating="3" HotelCode="|180583" HotelName="Copa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>PATTAYALAND SOI 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/5/8/3/180583_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.60" OriginalAmount="64.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91311" Longitude="100.88477" StarRating="3" HotelCode="|401706" HotelName="Lk Crystal Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Moo 10, Nongprue, Banglamung, 168/44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/7/0/6/401706_c53c3f31229.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.86" OriginalAmount="64.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931699502307" Longitude="100.90576298556" StarRating="3" HotelCode="380825|1218788" HotelName="The Icon Place at Nurn Plub Wan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>14/66 Soi Nurnplubwan Moo 5, Sukhumvit Road, Nongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/45/9645c703949d09cea115be8522af1b767679aa88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bang Lamung.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.87" OriginalAmount="64.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.897401" Longitude="100.870052" StarRating="2" HotelCode="|405775" HotelName="Baanmaeresidence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>75/74 Moo 12 Jomtien Soi 4 Nongprue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/7/7/5/405775_2369f491031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.93" OriginalAmount="64.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9795209" Longitude="100.9258304" StarRating="2" HotelCode="773044|3548315" HotelName="Tippawan Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19/65 Nongpachai Road, Sukhumvit Soi 15, Banglamung, Chonburi, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/a3/13a3efc8493921e84d53e740b45b59f8b75d2f9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.95" OriginalAmount="65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91508089" Longitude="100.85888681" StarRating="2" HotelCode="604437|234429" HotelName="Phratamnak Inn Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>366/9 Phratamnak Road, Moo 12 Soi 4, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/1b/281bd002b5d9e5fded030657f08dda4fcd5b5a31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.89036802" Longitude="100.87478466" StarRating="2" HotelCode="387440|wilai_guesthouse" HotelName="Wilai Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>344/10 Moo 12 Soi 9, Jomtien Beach, Nongprue, Pattaya 20250, Banglamung</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/4a/c04af667b83248b5cec68684ec6284bca2ef72a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.958644908809" Longitude="100.90297721025" StarRating="4" HotelCode="380898|lakkhana_poolside_resort" HotelName="Lakkhana Poolside Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>178/58 Soi Phothisarn 4 Moo 6, Naklua, Banglamuang, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/5e/d95e19d1e67335329b7031928ad89a7a3cd583b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.04" OriginalAmount="65.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.893731" Longitude="100.876591" StarRating="3" HotelCode="|405945" HotelName="Frankie's Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jomtien Second Rd Second Road 380 89 Na Jomtien</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/9/4/5/405945_9e441381102.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.38" OriginalAmount="65.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.89393098" Longitude="100.87644424" StarRating="3" HotelCode="777868|2523555" HotelName="T2 Jomtien Pattaya" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>380/95 Moo 12, Tambon Nongpure, Amphoe Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/c4/2ec46d2afeb960bda4af7bd868593687a4443e88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94475324" Longitude="100.89417638" StarRating="3" HotelCode="440589|nice_shot_resort" HotelName="Nice Resort Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>44/2 Moo 6, Tambon Naklua, Ampur Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/31/353158470373eb869aa15693cd142d27dd89506d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92844056" Longitude="100.88621155" StarRating="2" HotelCode="545871|kjs_house" HotelName="KJS House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>383/94 Soi Chaloem Phrakiat 25 Moo 9, Nongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/b0/acb00db019c170cdc10f41b61d201a7e2054eefa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A wide range of services and facilities ensures a comfortable stay at the hotel for business travell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="0" HotelCode="981731|oyo_279_sweet_pound_hotel" HotelName="Sweet Pound Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>519/16-17 Soi 9 Pattayasaisong Road, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/fd/22fd40e01ab0ae22ec0e3d0e9fb6441b6329f2bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.19" OriginalAmount="66.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.960707" Longitude="100.8907" StarRating="0" HotelCode="|468306" HotelName="Safari Riviera Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Soi Na Kluea 16/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/3/0/6/468306_49bd7261133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.24" OriginalAmount="66.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.968611" Longitude="100.893816" StarRating="3" HotelCode="|406454" HotelName="Prima House Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>534/36 Soi Na Kluea 12 Nakluea</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/4/5/4/406454_bc7bcbf1112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.44" OriginalAmount="66.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.916182" Longitude="100.886278" StarRating="3" HotelCode="|407724" HotelName="Lk Majestic Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>454/55 Thep Prasit Soi 6 Road Opposite Soi Khopai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/7/2/4/407724_0b144d01247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.47" OriginalAmount="66.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91603" Longitude="100.87151" StarRating="3" HotelCode="|44632" HotelName="Naris Art" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>162/234 SOI 5 THAPPRAYA ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/3/2/44632_1_6180.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inPattaya the city centre of. ROOM: The establishment has 71 rooms with mini-bar, a safe and an air-conditioning system. FACILITIES: The establishment boasts a cafÃ© and a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.60" OriginalAmount="66.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.88543134" Longitude="100.88125004" StarRating="3" HotelCode="345315|3550765" HotelName="Ananya Boutique Jomtien Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>334/41-42 Moo 12, Soi Welcome, Jomtien Beach, Pattaya, Chonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/51/055191c29fdc70986979b78574a2e908f364bca6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.89" OriginalAmount="66.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.89739635" Longitude="100.87006406" StarRating="3" HotelCode="621436|3592155" HotelName="Baanmae Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>144/74 Soi 4 Jomtien, Nongprue, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/cf/1dcffa0b79f783d2769210c7e3130702181f76b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.01" OriginalAmount="67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91195222" Longitude="100.87043219" StarRating="3" HotelCode="434073|77674" HotelName="Pattaya Garden Apartments Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>308/13-15Soi Thappraya 15, Jomtien Road, Pattaya  20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/42/af427c285232d0e208181f6a1ddeef2445652487.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a bar and a transfer service. Wireless internet access ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923204140666" Longitude="100.8817002028" StarRating="3" HotelCode="401211|diamond_city_place" HotelName="Diamond City Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>513 Moo 10, South Pattaya, Pattaya, Cholburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/4e/604eef45df359c01cde0a2a71b1b4e71f4726047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.89656494553" Longitude="100.86930725858" StarRating="3" HotelCode="444785|gi_guesthouse" HotelName="G I Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>75/14 Jomtien Soi 5 (Soi Immigration) Moo 12, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/46/e146c19373624261c565a1fbf99985af5ec9aad3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9088348" Longitude="100.90232423" StarRating="3" HotelCode="639226|retreat_by_the_tree_pattaya" HotelName="Retreat By The Tree Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>256 Moo 11, Soi Khoatalo Sukumvit Road, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/72/8772ac311e0dcfb86ec5667327980737b9390e27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.74" OriginalAmount="67.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92845" Longitude="100.88623" StarRating="2" HotelCode="|237664" HotelName="KJS Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>383/94 Soi Chaloem Phrakiat 25 Moo 9 Nongprue Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/6/6/4/237664_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.932112442384" Longitude="100.8927749827" StarRating="2" HotelCode="380895|the_right_resort" HotelName="The Right Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 13/05/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Elevator,Garden,Internet,Laundry,Parking,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>439/39 Soi Chaleamprakiet 10/1 Moo 9, Pattaya Sai 3, Nongprue, Banglamung, Central Pattaya, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/f8/0bf89483790d065623923a47175255f3c8d283cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location Located in Pattaya Central Pattaya, The Right Resort is minutes from Pattaya Memor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.08" OriginalAmount="68.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.87662" Longitude="100.885639" StarRating="0" HotelCode="|482075" HotelName="Blue House Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>125/8-9 Moo 12 Jomtien Beach, Nongprue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/0/7/5/482075_08edddb1332.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.12" OriginalAmount="68.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92951525" Longitude="100.88637885" StarRating="3" HotelCode="584700|2244595" HotelName="P Plus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>373/63 Soi Chaloem Phrakiat 23 Moo 9, Pattaya 3 Road, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ce/bfce06d47226675018d00b081a3185e861275f3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.27" OriginalAmount="68.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92791" Longitude="100.88355" StarRating="3" HotelCode="|244606" HotelName="Pace Residence Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>420/177 Moo 9, Soi Buakao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/6/0/6/244606_4b51c5c1003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.39" OriginalAmount="68.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.899736" Longitude="100.869455" StarRating="3" HotelCode="186384|1579068" HotelName="Jomtien Plaza Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>500/5 Moo 12 Thappraya Road, Pattaya, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/d8/17d8a627d224a7934b153ac02c7082ff7642dac3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a 5-minute walk to Jomtien Beach, situated in the prime location in Jomtien close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.41" OriginalAmount="68.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94356" Longitude="100.93582" StarRating="0" HotelCode="|562573" HotelName="Ampan Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19/26 Moo.1, Soi Pornprapanimitr</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/2/5/7/3/562573_1080caf1200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.47" OriginalAmount="68.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.965853" Longitude="100.898335" StarRating="0" HotelCode="|391820" HotelName="Asleep by Lantana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1115/1 Moo 5 Pattaya Na-Klua</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/8/2/0/391820_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.99" OriginalAmount="68.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90958394" Longitude="100.85840428" StarRating="2" HotelCode="351789|3593385" HotelName="Baan Talay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>352/189-191 Moo 12, Pratumnuk Soi 5, 20150 Pattaya South</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/90/fd907c4775942f0c3aea9f64b342adc8cdf64cc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92344" Longitude="100.88284444" StarRating="3" HotelCode="384036|land_royal_residence_" HotelName="Land Royal Residence Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>193/131-135 Nonpure, Banglamoung, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/35/3135b1bed868b70c604164dc7d94224c2bff3c54.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92914102" Longitude="100.88503438" StarRating="2" HotelCode="573016|chill_inn_5" HotelName="Chill Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>64/86 Soi Buakhao, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/fe/f3fe1ca67c9c709564516ec21e3cafc2067237bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.89741707" Longitude="100.86930258" StarRating="2" HotelCode="620872|kontiki_guesthouse" HotelName="Kontiki Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>144/122 Jomtien Soi 3 Moo 12, Pattaya 20150, Nong Prue, Bang Lamung, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/d2/20d27615113da6184183d1bf5f6b868c3979444e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.35" OriginalAmount="69.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.976587" Longitude="100.92045" StarRating="3" HotelCode="|408781" HotelName="kasalong resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258/11-12 Moo2, Sukumvit Road 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/7/8/1/408781_e9071580333.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.10" OriginalAmount="70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.86365668" Longitude="100.89503264" StarRating="3" HotelCode="321644|81341" HotelName="5iVE Beach House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>79/88 Moo 1, Jomtien Beach, Najomtien, Sattahip, Pattaya 20250, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/eb/dbebdf93fbdeb083b5cbd2aed6049616de9e4c3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.10" OriginalAmount="70.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92240938" Longitude="100.87877301" StarRating="3" HotelCode="571621|the_grand_day_night" HotelName="The Grand Day Night" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 South Pattaya Road, Moo 10, Nongprue, Banglamung, Chonburi, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/c3/d6c34478f2b2bb58c3480e0f4b5d81a63086303a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.26" OriginalAmount="70.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.905835" Longitude="100.878461" StarRating="0" HotelCode="|470030" HotelName="T2 Adira Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Thep Prasit Soi 13, Bang Lamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/0/3/0/470030_dabe0eb1806.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.47" OriginalAmount="70.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.932906749613" Longitude="100.8923024929" StarRating="3" HotelCode="380907|3575435" HotelName="Chitra Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>87/54 Moo 9, Soi Chalermprakiat 10, Pattaya 3rd Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/2b/012b236e29b71919d60c53b0b3e2a644138c76bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92497326" Longitude="100.87364973" StarRating="3" HotelCode="588837|kkinn_south_pattaya" HotelName="KKinn South Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>486 Moo 10, Nongprue, Pattaya, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/8f/9f8fec51da54eda2b86a14c560d08d24d4dd310f.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="16" TotalAmount="73.36" OriginalAmount="71.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90133378" Longitude="100.86932978" StarRating="4" HotelCode="352180|1201308" HotelName="Zing Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>413/85,86 Moo 12, Jomtien Complex, Jomtien Beach, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/20/c82045daa22be3c8e1e73b3333f4453a94360c6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.16" OriginalAmount="72.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946036466273" Longitude="100.88484674692" StarRating="3" HotelCode="401167|sabai_inn" HotelName="Sabai Inn Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>380/5 Mu 9, Soi 2, Pattaya Beach Road, Nongprue, Banglamung, Chon Buri 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/73/8a738183940242b5e180c1ea3c371a4c89c00c45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.16" OriginalAmount="72.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92037517" Longitude="100.87637012" StarRating="3" HotelCode="540055|the_point_residence" HotelName="The Point Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>247/51-56 Moo 10 Soi Yensabai, Nongprue Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/7b/0c7b1f1923f9e8a1ed52124ad28d674f2ac1c4d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.37" OriginalAmount="72.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.926236" Longitude="100.872874" StarRating="2" HotelCode="|475917" HotelName="Walking Street Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Walking Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/9/1/7/475917_814c6322137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.39" OriginalAmount="72.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.976308" Longitude="100.920441" StarRating="4" HotelCode="|465844" HotelName="Kasalong Resort And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Naklua Road Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/8/4/4/465844_380bb6d1828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.00" OriginalAmount="72.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.968637884186" Longitude="100.89394574783" StarRating="3" HotelCode="188317|4761185" HotelName="Prima House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>534/36 Naklua 12, Banglamung, Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/fa/c2fab5d97140c4f8023c0fab02621bafa8fd7df1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Baliya Place hotel is a 3 star hotel suitable for both business and leisure travelers. Guests at Bal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.06" OriginalAmount="72.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.924749089672" Longitude="100.87333946361" StarRating="2" HotelCode="619270|2333635" HotelName="7 Days Premium Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>115/15-16 Moo 10, Tambon Nongprue, Pattaya, Amphur Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/92/0892d80d2ac83c2a8062eedf63a505d2f2a289c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.44" OriginalAmount="73.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94805645" Longitude="100.89295999" StarRating="3" HotelCode="602207|3571925" HotelName="Baan Pattaya Plus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>171/24 Moo 6, Naklua, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/e0/b6e060e30c4c30011a20b95798502427075ac624.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.45" OriginalAmount="73.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.956181" Longitude="100.890514" StarRating="3" HotelCode="29054|1578688" HotelName="Romeo Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>500/21 Soi 18 Pattaya Na Kluea Road, 20150 Pattaya City</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/44/de/44de90f1dc4360bd694c3d48fdcb8917303d3720.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the tranquil end of North Pattaya, yet only 2 minutes away from the fun and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.55" OriginalAmount="73.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.941807" Longitude="100.89112" StarRating="3" HotelCode="|439797" HotelName="The Tamnan Pattaya and Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Phatthayasaisong 4, Central Pattaya, Pattaya, Chonburi, 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/7/9/7/439797_7c922eb1052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.57" OriginalAmount="73.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8729399" Longitude="100.8902171" StarRating="3" HotelCode="|408621" HotelName="Lotusland Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>409/49-50 Moo12, Jomtien Beach 16/1 Alley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/6/2/1/408621_dd05f050921.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="75.73" OriginalAmount="73.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.930399" Longitude="100.88542" StarRating="2" HotelCode="65494|53063" HotelName="Sawasdee Siam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>524/26 Moo 10, Pattaya 2nd Road, Soi 11, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/e8/c8e87cbc8661d94cc45031ba4ee243f38c40c109.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location, a 10-minute walk from Pattaya beach, shopping centres, restaura...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.19" OriginalAmount="73.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931590910938" Longitude="100.88437199593" StarRating="3" HotelCode="168297|127314" HotelName="Bella Express Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>336/22 Central Pattaya Road Moo 9, Pattaya, Amphoe Bang Lamung, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/b4/e0b4fd815432edba9cf93825b40b491c031128ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in central Pattaya. It can be accessed both from Pattaya 2nd Road (opposite Soi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91656752" Longitude="100.86998735" StarRating="3" HotelCode="358631|wiz_hotel" HotelName="Wiz Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>144/81 Thappraya Soi 8, Thappraya Road, Pattaya South, 20260 Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/c7/90c7dc9f72489ffb406ba3001e1ccc9db65f5f3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.929816489163" Longitude="100.8796389287" StarRating="3" HotelCode="357934|max_hotel_2" HotelName="Max Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>183/53,55,57 Soi Post Office Moo 10, Pattaya Beach Road 13/2, Nongprue, Pattaya, Amphoe Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/33/a533e12e68939c3ce9fb5197b2eca25b1833dabd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.63" OriginalAmount="74.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93761" Longitude="100.88937" StarRating="2" HotelCode="|234919" HotelName="The Garden Place Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>164/16 Moo.9 Soi Pattaya Klang 14 T. Nong Prue, A. Bang Lamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/9/1/9/234919_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.87" OriginalAmount="74.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.919767" Longitude="100.879281" StarRating="2" HotelCode="|180995" HotelName="Phuphaya Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>171/11-12 Moo 10, Soi 17, pattaya 3 rd Road,South Pattaya, Nongprue, BanglamungChonburi 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/9/9/5/180995_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="77.05" OriginalAmount="74.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.889514697817" Longitude="100.88558491" StarRating="3" HotelCode="378657|704913" HotelName="Sea Breeze Jomtien Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/05/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>13/75 Soi Wat Boonkanchana Moo 12, Nongprue, Banglamung, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/75432/3675432/1.jpg?f=15399049</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.05" OriginalAmount="74.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.930436" Longitude="100.88561" StarRating="3" HotelCode="|32770" HotelName="Sawasdee Siam, Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>524/26 M.10 SOI 11, PATTAYA 2 RD 524/26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/7/0/32770_d40a1ad0916.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.25" OriginalAmount="75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946183" Longitude="100.887459" StarRating="3" HotelCode="186380|79749" HotelName="Sabai Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>380 Moo 9 Pattaya Soi 2, Pattaya City 20150, Chon Buri</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/260433/w_260433_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort enjoys a convenient location in the heart of Pattaya City. It is just a 5-minute walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.25" OriginalAmount="75.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93035372" Longitude="100.88111736" StarRating="3" HotelCode="584640|snoozzotel" HotelName="SnoozZotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>284/4 Pattaya 2nd Road Moo 10, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/dc/ffdc13c560911867048c00cfe065726f998c678d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.67" OriginalAmount="75.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90145" Longitude="100.87113" StarRating="3" HotelCode="|242954" HotelName="Jomtien Longstay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>403/28 Moo 12 Jomtien Beach Road Nongprue Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/9/5/4/242954_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.73" OriginalAmount="75.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.926428" Longitude="100.885486" StarRating="3" HotelCode="168616|138954" HotelName="Vogue Pattaya" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>315/33 Moo 9 Pattaya 3rd Road, Central Pattaya, Pattaya City 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/90/5990612afe8418a7debfea95d97a433e1e979dc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Pattaya 3rd Road, in Central Pattaya city, near the nightlife and shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.83" OriginalAmount="75.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92969323" Longitude="100.8801803" StarRating="3" HotelCode="352230|1166908" HotelName="The Privi Hotel Pattaya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>219/47 Soi 13/1 Moo 9, 2nd Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/72/5b726be2413eb9ae82f40e2624d119d6a9353a3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Utapao (UTP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.84" OriginalAmount="75.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.960242" Longitude="100.892468" StarRating="2" HotelCode="|389337" HotelName="Green Beach Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>272/59 Moo 5, Soi 16/1, Pattaya- Naklua Road, Bang Lamung, Pattaya, 20260</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/3/3/7/389337_6f305951139.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92796057" Longitude="100.87624446" StarRating="3" HotelCode="380808|the_red_balcony_inn_4" HotelName="The Red Balcony Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>325/11 Pattaya Beach Road Moo 10, Pattayaland 13/4, Nongprue, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/74/d47438f2c99281fbda1d103b37389cac16f9a20a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94183739" Longitude="100.89095002" StarRating="3" HotelCode="754913|the_tamnan_pattaya_hotelresort" HotelName="The Tamnan Pattaya Hotel &amp; Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>156/159 Phettrakul Road Moo 9, Pattaya City, Nong Prue, Bang Lamung, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/0a/6c0abd791db6b2a5c3f04ddb34a975c8c453b117.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9584815" Longitude="100.88711328" StarRating="0" HotelCode="874788|cosi_pattaya_naklua_beach" HotelName="COSI Pattaya Naklua Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Moo 5, Naklua, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/34/e534543ad25285c433cb8d20d55bbbeb7c8e1631.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91425977" Longitude="100.86699658" StarRating="3" HotelCode="950090|argyle_apartments_pattaya" HotelName="Argyle Apartments Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>338 Phratamnak Road, Pattaya, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/a7/1ba7e6367a5bc12694c6fcc58e094965a9ef0bb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.43" OriginalAmount="76.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.922431" Longitude="100.881188" StarRating="2" HotelCode="|535326" HotelName="Aree House Poshtel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Moo 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/3/2/6/535326_0abe9ae1114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.49" OriginalAmount="76.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951545" Longitude="100.884026" StarRating="3" HotelCode="98797|86678" HotelName="Bella Villa Metro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38/15, Moo 5 Pattya-Naklua Road, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/71/6771ec314a8e7b1b4e5a9b479f4f6df7d2dacebd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in North Pattaya Naklua, close to the Sanctuary of Truth, and only a 10-minute ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.94" OriginalAmount="76.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.96789" Longitude="100.90832" StarRating="2" HotelCode="|224781" HotelName="Yellow Moon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>332/14 M.5 Soi Huatung Naklue Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/7/8/1/224781_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.05" OriginalAmount="76.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95394" Longitude="100.90134" StarRating="0" HotelCode="|240565" HotelName="Vareena Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>265/49 Moo 6 Photisarn 1/1 Rd, Pattaya Naklua, Banglamung, Pattaya North 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/5/6/5/240565_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.31" OriginalAmount="77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92341203" Longitude="100.87611767" StarRating="2" HotelCode="413537|85206" HotelName="Iris Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Bar,Coffee Shop,Dry Cleaning,Housekeeping,Internet,Laundry,Parking">
        <Address>
          <AddressLines>
            <AddressLine>26/169 M.10 Soi VC.hotel, Nongprue, Banglamung, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/a9/5ca957a9b149064c678d002a2ea845270cc286ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Iris Residence in Pattaya (South Pattaya), you'll b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.31" OriginalAmount="77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91966231" Longitude="100.8627766" StarRating="3" HotelCode="481957|195512" HotelName="Phu View Talay Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>396/102 Soi Kasetsin 3 Moo 12, Rajchawaroon Road, Cosy Beach, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/81/19/8119df92c6f6275fe7a1642c8ee0880b1e64cb8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.34" OriginalAmount="77.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92221" Longitude="100.86276" StarRating="3" HotelCode="|246902" HotelName="The Hideaway Resort Pattaya Chonburi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>396/191 M.12, Soi Kasetsin 2, Phra Tamnak Hill, Chonburi Province 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/9/0/2/246902_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.55" OriginalAmount="77.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.922201" Longitude="100.879057" StarRating="3" HotelCode="|553405" HotelName="Kann Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>498/9 Moo 10 Soi Khopai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/4/0/5/553405_13606e41315.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933026805203" Longitude="100.89208399842" StarRating="3" HotelCode="380821|chitra_suite_2" HotelName="Chitra Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Inns" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7/44 Moo 9, Chalermprakiat 10, Pattaya 3rd Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/31/a13140bb7f2676ed964729d9142adafd3f61b892.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92735441" Longitude="100.8863001" StarRating="3" HotelCode="545817|admire_house" HotelName="Admire House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>315/12 Pattaya Sai 3 Road Moo 19, Soi Lengkee, In front of Vouque Hotel, Nongprue, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/a1/40a1126a1de00573418b1f9a142a0345d8443e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93122784" Longitude="100.89906499" StarRating="3" HotelCode="492746|the_park_pattaya" HotelName="The Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>510/1 Moo 9, Pattaya Klang, Nongprue, Bang Lamung, 20150 Pattaya Central</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/a1/fea1288b830b4940028bc87949ea54ab5587a0af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="0" HotelCode="965338|marine_yensabai_hotel_pattaya" HotelName="Marine Yensabai Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>523/3 Moo 10, Nongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/31/fe313324b5a088cbaa44386007c04a76d1ea002f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.37" OriginalAmount="79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93101843" Longitude="100.88390316" StarRating="2" HotelCode="620120|260069" HotelName="New Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>502 Pattaya Saisong 11 Moo 10, Pattaya 20260, Nongprue, Banglamung</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/85/a48592c8e2e53b1ff552612e8ce628694565b9e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.37" OriginalAmount="79.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92075808" Longitude="100.88162364" StarRating="4" HotelCode="843034|glow_inn_south_pattaya" HotelName="Glow Inn South Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>193/948 3rd Road Moo 10, Nongprue, Bang Lamung District, Pattaya South, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/5d/9a5d4a3464d050daf2758a9853fb04aaa358c538.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.49" OriginalAmount="79.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935988" Longitude="100.883682" StarRating="3" HotelCode="11968|1164278" HotelName="Eastiny Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>441/1 Pattaya Beach Road, Soi 8, Tambon NongPrue, Amphur Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/60/b3600694714e16cdbfbc4f5f64d11f250cb5d05c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a prime spot in central Pattaya, surrounded by plenty of shopping, dining a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.02" OriginalAmount="79.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95257668673" Longitude="100.88824510574" StarRating="3" HotelCode="388331|3634815" HotelName="East Sea Paradise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pattaya Naklua Road, Pattaya City 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/33884/3833884/14.jpg?f=15674626</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.949711846676" Longitude="100.89561235936" StarRating="4" HotelCode="422152|trio_hotel_pattaya" HotelName="J Residence Wing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>221 Moo 6, North Pattaya, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/4a/874a12fc34ec537d48da7fa2161f96867ee6a73b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93911358" Longitude="100.89963955" StarRating="3" HotelCode="546689|sriwipha_boutique" HotelName="Sriwipha Boutique Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>158/5 Paniad Chang Road Moo 9, Nongrue, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/dc/87dcf957416722849f72a781157bd141d131413b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Sriwipha Boutique to discover the wonders of Pattaya. Both business travelers and tourists c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92147074" Longitude="100.86259426" StarRating="3" HotelCode="623431|the_hideaway_22" HotelName="The Hideaway Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>396/191 Soi Kasetsin 2 Moo 12, Amphoe Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/5a/485a6b5ebba93de590f98b2b28b57264b1853497.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.95" OriginalAmount="80.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.919602" Longitude="100.8826983" StarRating="3" HotelCode="|162536" HotelName="Memo Suite Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO 10, SOI RUNGLAND VILLAGE, NONGPRUE, BANGLAMUNG 193/445</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/2/5/3/6/162536_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2012, has 78 rooms, 14 single rooms, 56 double rooms and 8 suites. SITUATION: This establishment, Pattaya it is in is situated in the city centre excellent transport links to the city, is close to public transport services and a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.28" OriginalAmount="80.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="3" HotelCode="401218|1106808" HotelName="Mountain Beach" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>378/16 Moo 12, Pattaya, Cholburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/08/082433/082433a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.42" OriginalAmount="80.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.956074" Longitude="100.88913" StarRating="3" HotelCode="9025|468605" HotelName="Pattaya Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157/77 Pattaya-Naklua Road, Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/92/4b92c5266bd9174d1f9b3c33696418a171191854.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel lies just a stone’s throw from the city centre. In the immediate vicinity (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.46" OriginalAmount="81.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.919990879249" Longitude="100.87813515032" StarRating="3" HotelCode="337410|1868128" HotelName="OYO 144 Piyada Residence Pattaya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>390/23 Pattaya 3 Road, Moo 10, South Pattaya, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/84/cc84e42d27c242cffe766d2387c5449de684bb0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.55" OriginalAmount="81.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93269269" Longitude="100.88097003" StarRating="2" HotelCode="351813|1867688" HotelName="Natural Beach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>216 Soi Pattaya 11 Beach Road Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/52/b752798bb34f4eee35c20dc648de0b03b72d6dce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.67" OriginalAmount="81.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.96451" Longitude="100.89745" StarRating="4" HotelCode="|169515" HotelName="Crystal Palace Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28468 MOO 5 PATTAYANAKLUA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/5/1/5/169515_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Pattaya the centre of It has excellent transport links to the shopping centres and leisure areas. it is situated 1 kilometre away from Pattaya the beach about 90 minutes away (by car) from Suvarnabhumi Airport. ROOM: The establishment has superior rooms and standard rooms. FACILITIES: This establishment has a swimming pool, a sauna, a beauty centre, WiFi, a restaurant and a meeting room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.68" OriginalAmount="81.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93345418" Longitude="100.89510696" StarRating="3" HotelCode="137342|2251015" HotelName="Embryo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>503/19 Moo 9, Noungprue, Banglamung, Pattaya, Chon Buri Province 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/59/4a59724f1efa013bf0fad538d46229bd23495e41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.70" OriginalAmount="81.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.88741" Longitude="100.88288" StarRating="3" HotelCode="|440504" HotelName="Atlantis Athena Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>atlantis athena ,sai 2 jomtien beach, pattaya, chonburi, thailand, Pattaya, chonburi, 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/5/0/4/440504_11c218e1757.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.83" OriginalAmount="81.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.953897" Longitude="100.888534" StarRating="3" HotelCode="187597|1214348" HotelName="Lek Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>570/274 Moo 5, Pattaya-Naklua Road, Soi 18/2, 20150 Pattaya City, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/fe/effe2883c96ddc7dadd6790a31d3d590e1bd9828.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.84" OriginalAmount="81.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.932534" Longitude="100.881327" StarRating="2" HotelCode="|181403" HotelName="Natural Beach  Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>216 Soi Pattaya 11, Beach Road, Pattaya, Thailand 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/1/4/0/3/181403_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.99" OriginalAmount="81.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951839" Longitude="100.884039" StarRating="3" HotelCode="|62909" HotelName="Best Bella Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38/32 M.5 PATTAYA-NAKLUA RD PATTAYA CITY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/9/0/9/62909_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 8 floors, a lobby, sofas, outdoor swimming pool, a jacuzzi, a sauna, a conference room and a restaurant with international dishes. SITUATION: The establishment, is situated 120 kilometres away from Suvarnabhumi Airport it is located near the beach, the commercial area, close to the establishment, clients can find the pedestrian area. ROOM: Clients are offered deluxe rooms with swimming pool views, All the accommodation options have a balcony, a television, a writing desk, 2 sofas, a hairdryer, a safety deposit box, a kettle, a coffee maker, a microwave, WiFi (free of charge) and a bathroom with a shower or bath.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.18" OriginalAmount="81.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92835" Longitude="100.87855" StarRating="3" HotelCode="|169734" HotelName="The Privi Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CHONBURI BANGLAMUNG NONGPRUE 231/19 MOO 10 SAI 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/7/3/4/169734_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has air-conditioning in communal areas, internet, 30 rooms, a reception and a safety deposit box service. The establishment also offers a currency exchange service, a lift, room service and a laundry service. SITUATION: This hotel Pattaya it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.19" OriginalAmount="81.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92934" Longitude="100.884082" StarRating="3" HotelCode="|409239" HotelName="Bliss Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>452 Moo 10 Soi Diana Inn 2Nd Road Nongprue Banglam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/2/3/9/409239_766d9181610.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.46" OriginalAmount="82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92753525" Longitude="100.87461566" StarRating="2" HotelCode="425486|343139" HotelName="At Sea Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Beauty Salon,Concierge,Designated Smoking Area,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>118/4 Moo10, Pattaya Beach Road, banglamung, Pattaya, Chon Buri  20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/87/2a8722836126f74595c2474318631221d87b8f40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Walking Street, At Sea Residence promises a relaxing ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.85" OriginalAmount="82.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.919885" Longitude="100.877634" StarRating="0" HotelCode="|468330" HotelName="The Chanthong Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>, Chanthong Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/3/3/0/468330_55ed42e1145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.07" OriginalAmount="82.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.906406" Longitude="100.906319" StarRating="3" HotelCode="|410541" HotelName="B Space Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>209/29 Moo. 10 Soi Khao Talo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/5/4/1/410541_f92fffb1609.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.33" OriginalAmount="82.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.925922743231" Longitude="100.88230635577" StarRating="3" HotelCode="165839|1578418" HotelName="Golden Sea Pattaya Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>316/152 Chalermprakiat Road Moo 10, Pattaya 3 Road, Soi Chalermprakiat 33, Nongprue, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/91/ac910c6a6dfef1292a747baf76bcf249edd21bf3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally situated at the heart of South Pattaya with three entrances (South Pattaya So...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.64" OriginalAmount="83.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92267" Longitude="100.88283" StarRating="0" HotelCode="|234734" HotelName="Anantra Resort Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78/62-63 Moo 9 Burana RD. T. Nongprue A.Banglamung Chonburi, Pattaya Central 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/7/3/4/234734_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.89" OriginalAmount="83.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931709" Longitude="100.883205" StarRating="3" HotelCode="|389296" HotelName="The Scenery City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>503/3 Moo 10, Pattaya Second Road Soi11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/2/9/6/389296_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.95" OriginalAmount="83.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91758" Longitude="100.87888" StarRating="3" HotelCode="|232843" HotelName="Prs" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>599/3-4 Moo10 Pattaya 3rd Rd. Soi 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/8/4/3/232843_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.12" OriginalAmount="83.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.919195" Longitude="100.879179" StarRating="3" HotelCode="68029|84098" HotelName="Mind Resort Pattaya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>171/16 Soi 17 Pattaya 3rd Road Moo 10, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/83/af83bb238ed684aa30222933266cea4b8089e82e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located around 1 km from the city centre, this city hotel is also around a 15-minute drive from Jomt...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.13" OriginalAmount="83.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.884207" Longitude="100.883278" StarRating="3" HotelCode="|404446" HotelName="A2sea Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>279/171 M.12 Nongprue, Pattaya, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/4/4/6/404446_71cca481109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.24" OriginalAmount="83.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.939024" Longitude="100.892979" StarRating="3" HotelCode="|408617" HotelName="Baan Pakdi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>465/77 Moo.9 Soi Chaleum Phrakiet 7/1, Nhong Prue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/6/1/7/408617_ad2a2c30917.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.44" OriginalAmount="83.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9293" Longitude="100.88513" StarRating="2" HotelCode="|229747" HotelName="Katesiree House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>33/67-68 M.9 Soi Buakhao T.Nongprue A.Banglamung, Central Pattaya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/7/4/7/229747_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931701859458" Longitude="100.88320186628" StarRating="3" HotelCode="396921|the_scenery_city_hotel_" HotelName="The Scenery City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>503/3 Pattaya Second Road Soi 11 Moo 10, Nonprescription, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/dc/33dced8b33e35e0a326636dcc184178444f62249.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92343639" Longitude="100.88132827" StarRating="3" HotelCode="496410|pintree_service_apartment_pattaya" HotelName="Pintree Service Apartment Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>513/9 Moo10, Soi Weera Soi 9, South Pattaya, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/0a/dd/0add70c0c04ed2b550051466de8b25b4e73e470b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.96" OriginalAmount="84.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.88706" Longitude="100.882614" StarRating="3" HotelCode="|415449" HotelName="Atlantis Condo Resort Jomtien By Evt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>jomtien beach pattaya city</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/5/4/4/9/415449_6d4fb2c1753.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.96" OriginalAmount="84.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.932637" Longitude="100.89529" StarRating="3" HotelCode="|396931" HotelName="DeeProm Pattaya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>503/24 Moo 9 Nongprue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/9/3/1/396931_7d92b4c0941.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.98" OriginalAmount="84.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.916146" Longitude="100.895031" StarRating="0" HotelCode="|481917" HotelName="Eve Place Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>565/57, Moo10, Nongprue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/9/1/7/481917_e2bad6c1354.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.09" OriginalAmount="84.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9350781" Longitude="100.887125" StarRating="3" HotelCode="|77099" HotelName="Bella Express" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>M.9, CENTRAL PATTAYA 336/22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/7/0/9/9/77099_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the centre of Pattaya. 10 minutes walk away, guests will find Central Beach Festival Mall Shopping Centre. It is situated 5 minutes walk away from the centre of Pattaya. 10 minutes away, clients can find Pattaya Beach. It is 40 minutes drive away from Bangkok it is 70 kilometres away from U-Tapao Pattaya Airport. HOTEL: The hotel was renovated in 2009 and has 180 standard rooms. In the establishment entrance, guests will find a lobby, a reception, a safety deposit box service, a lift, a cafÃ© and a restaurant. You are also offered conference facilities, WiFi (for a fee), room service, a laundry service, bicycle rental, a car park and indoor parking. ROOM: All the rooms have modern facilities, satellite and cable TV, a fridge, a safety deposit box, WiFi (free of charge), a double or king-size bed, a radio, a coffee maker and a kettle. They also have a bathroom with a shower, a bath, a hairdryer, individual air-conditioning and a balcony or terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.35" OriginalAmount="84.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.957408093704" Longitude="100.89196697545" StarRating="3" HotelCode="422253|3534585" HotelName="Villa Lamai - Wong Amat House Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Concierge,Designated Smoking Area,Dry Cleaning,Housekeeping,Internet,Laundry,Parking,Pets allowed,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>57/6 Soi 16/2 Pattaya-Naklua Road, Wongamat Beach, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/78/8678757487e3084be855b1ee73931ecb6629ea39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location Located in Pattaya Central Pattaya, Villa Lamai - Wong Amat House Pattaya is minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.35" OriginalAmount="84.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92465" Longitude="100.8728" StarRating="3" HotelCode="|405282" HotelName="Marine Plaza Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200 Moo 10 Phratamnak Rd, Nongprue, Pattaya, Chon Buri 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/8/2/405282_d11c7811033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.40" OriginalAmount="84.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.912662" Longitude="100.87856" StarRating="4" HotelCode="|439387" HotelName="Iris Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>380/99 Moo 10, Pattaya, Chonburi, 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/3/8/7/439387_b0dd7041028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.46" OriginalAmount="84.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.960032" Longitude="100.893075" StarRating="2" HotelCode="188355|1578708" HotelName="Sawasdee Place Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>272/75 M.5, Pattaya-Naklua Rd., Naklua, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/79/bd7906bcd0563f47eba791ee8fb80b042b59bfa9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sawasdee Place Pattaya Hotel is perfectly located for both business and leisure guests in Pattaya. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.889812778055" Longitude="100.87805271149" StarRating="3" HotelCode="188367|234744" HotelName="Villa Navin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>350 Sukhumvit Road Moo 12, Bangna-Trad, 150th km Nongpreue, Banglamoong, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/da/36da5814ff0b43e4f27795813f288de94ac56578.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="0" HotelCode="869876|serene_hotel_4" HotelName="Serene Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>564 Beach Road</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/55/98/55981b63ca9d9ff3e879bf168336bdbce0fdbbbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.92" OriginalAmount="85.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.922151" Longitude="100.885733" StarRating="2" HotelCode="|180703" HotelName="LK Pavilion Executive Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>M10 SUTH PATTAYA ROAD NONGRUE BANGLAMUNG CHONBURI 124/11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/7/0/3/180703_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.98" OriginalAmount="85.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946583" Longitude="100.888001" StarRating="3" HotelCode="186378|1203178" HotelName="Sabai Wing Pattaya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>436/542 Moo 9, Soi 1, Pattaya 2nd Road, Pattaya City 20150, Chon Buri</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/d7/a7d7b3e6233886824501f484877c5fceec15a57e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Pattaya Soi 2 road in the city of Pattaya, just 5 minutes’ walk to the beach...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.02" OriginalAmount="85.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.924015846464" Longitude="100.87415665159" StarRating="3" HotelCode="356665|811831" HotelName="Babylon Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>26/154-155 Soi 17 Moo 10, Tambon Nong Prue, Pattaya South, Pattaya 20150, Amphoe Banglamung</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/8c/9b8c8ab7e07c3c0dcb54154e7ebea382309d45b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service and a restau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.26" OriginalAmount="85.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.938105516036" Longitude="100.88879576357" StarRating="3" HotelCode="63813|55684" HotelName="The Seasons Pattaya" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>425/9 Moo 9 Pattaya Second Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/22/dc22f290ca15cfe59fc6e2e00acc26464e0cc3be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the quieter region of Central Pattaya. Visitors can enjoy tranquilli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.27" OriginalAmount="85.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.964507" Longitude="100.887338" StarRating="3" HotelCode="|405287" HotelName="The Hermitage" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>285/199 M.5 Soi Naklua 16 Pattaya-Naklu, Banglamung, Wongamat Beach, Pattaya, Chonburi, 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/8/7/405287_96d5a9a1146.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.50" OriginalAmount="85.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.937454" Longitude="100.926961" StarRating="0" HotelCode="|389373" HotelName="Pattaya Bed Boutique SHA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>164/38 Moo 6, Pornprapanimit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/3/7/3/389373_f1651d51053.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.58" OriginalAmount="86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.895627624707" Longitude="100.87018847465" StarRating="2" HotelCode="188345|72858" HotelName="Opal House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75/180-183 Jomtien Beach Rd., Pattaya, Banglamung, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/45/ab459719a1c915f6d7c2124bf1425d0edd709659.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.58" OriginalAmount="86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93767369157" Longitude="100.88928235587" StarRating="2" HotelCode="401828|195573" HotelName="The Garden Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>164/16 Moo 9, Soi Pattaya Klang 14, Tambon Nong Prue, Amphoe Bang Lamung, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8627859</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.929888862888" Longitude="100.88553595487" StarRating="3" HotelCode="377466|the_moonlight_place" HotelName="The Moonlight Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>524/29 Pattaya Sai 2 Soi 11 Moo 10, Soi Bua Khao, Nongplue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/0f/320f483f83c2109ff868382c5645d89a6df30d10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.03" OriginalAmount="86.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92558" Longitude="100.88126" StarRating="0" HotelCode="|600540" HotelName="Dania" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>316/148-151 Soi buakaow</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/0/5/4/0/600540_3f4471a1027.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="89.13" OriginalAmount="86.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.96543797" Longitude="100.89853345" StarRating="3" HotelCode="449218|176612" HotelName="Siam Platinum Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>116/131 Moo 5, Naklua, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/612965/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Siam platinum Pattaya is a popular choice amongst travelers in Pattaya, whether exploring or just pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="89.47" OriginalAmount="86.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.912691030621" Longitude="100.8854803461" StarRating="3" HotelCode="384634|261543" HotelName="Deeden Pattaya Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>59/26 Threppasit Road Soi 6 Moo 12, Soi Korpai, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/d4/64d44c12a33c4a5c46b89b52b4846ef3114f0580.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Pattaya.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.54" OriginalAmount="86.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92827592" Longitude="100.88518533" StarRating="3" HotelCode="71668|1248948" HotelName="Opey de Place Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>312/86 Moo 9, Soi Lengkee 1, Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/96/0296f1208d99d2302fafe8a9c38363238adec3d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.59" OriginalAmount="86.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.877667" Longitude="100.899708" StarRating="3" HotelCode="|552943" HotelName="Bears Den Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>127/43 Sukhumvit-Pattaya66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/9/4/3/552943_0a009b61129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.947782931489" Longitude="100.90132449839" StarRating="3" HotelCode="380817|79571" HotelName="Diana Garden Resort &amp; Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>209/112 North Pattaya Road Moo 6, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5b/415b9d3c105f17b41fc6e3d3a239b599c40a8e15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927043030856" Longitude="100.8749690311" StarRating="3" HotelCode="380890|85204" HotelName="Honey Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>597/8 South Pattya Road Moo 10, Pattaya Beach Road, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/84/0c84defdcf01fa770673ee4d80bc777c07bff4e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927105" Longitude="100.880357" StarRating="3" HotelCode="305803|85202" HotelName="Neta Resort Pattaya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>293/36 Moo.10 Nongprue, 20150 Pattaya City</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/e6/1ae6ee41195aa4a3ab1d39937f5873d8d423de6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92206031" Longitude="100.88393236" StarRating="3" HotelCode="357290|b2_south_pattaya" HotelName="B2 South Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>321/9 Moo 10 Tambol Nongprue, Banglamung, 20150 Pattaya South, Chon Buri</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/f0/baf08c33e7df3bd46eab2a8d930887bd5fd0b986.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.70" OriginalAmount="87.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8762448" Longitude="100.8864024" StarRating="3" HotelCode="|404102" HotelName="Jomtien Hisotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125/24-26 Moo.12 Nongplue, Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/0/2/404102_ab5495f1647.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.88" OriginalAmount="87.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.922846" Longitude="100.874205" StarRating="3" HotelCode="|409151" HotelName="Marine Yensabai  Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>523/3 Moo 10 Nongprue Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/1/5/1/409151_8265cb11046.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.07" OriginalAmount="87.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="3" HotelCode="71653|1578318" HotelName="Mike Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pattaya Beach Road, 124/7 Moo 9, Soi 4, Pattaya, Nongprue, Banglamung, Chonburi 201150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/0f/400f8386bb6c1c8f5f7d5be47392a5b2b369cbff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in Pattaya and near the beach. Guests can enjoy all Pattaya's sightse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.08" OriginalAmount="87.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935480784482" Longitude="100.88432908058" StarRating="3" HotelCode="18075|49834" HotelName="Sunshine Hotel &amp; Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>217/1 M. 10 Soi 8, Beach Road, 20150 Pattaya City</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/22/1d227311638491ff10b7f70ef5c150e89f15721e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Pattaya's famous Soi 8 nightlife and entertainment zone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.17" OriginalAmount="87.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935388" Longitude="100.88376" StarRating="3" HotelCode="98801|93942" HotelName="Baron Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>525/1, Moo 10, soi 9, Pattaya Beach Road, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/b2/01b2df8135cc2dbcdde2668e622a0f456e6c4ee4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the vibrant city of Pattaya, this hotel is surrounded by thousands of shops,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="90.35" OriginalAmount="87.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.937749849373" Longitude="100.88470458984" StarRating="3" HotelCode="9017|80416" HotelName="Basaya Beach Hotel &amp; Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>137 Moo 9, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/50/b550942214dbc8047d6ea7cad5277f384a60104c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 10-minute walk from the centre of Pattaya. Bangkok’s Suvarnabhumi Airpor...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="90.38" OriginalAmount="87.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.939227684215" Longitude="100.89379238412" StarRating="3" HotelCode="383246|690814" HotelName="Mooks Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>222/99 Chalermprakiat Pattaya 3rd Road, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/af/e8af066787ecc25bb944add10046b4dd469358f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.52" OriginalAmount="87.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.921406" Longitude="100.860683" StarRating="4" HotelCode="|62897" HotelName="Mountain Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>378/16 Moo 12 Nongpure Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/8/9/7/62897_1_2384.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays and it offers comfortable facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.54" OriginalAmount="87.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92985643" Longitude="100.88482966" StarRating="2" HotelCode="636637|3567625" HotelName="Metro Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>33/85-86 Soi Lk Metro, Chonburi, 20260 Pattaya Central</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/be/92be60dae1613aaa93fe9df9c5c953c57c8aa554.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.64" OriginalAmount="88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.906411" Longitude="100.869273" StarRating="3" HotelCode="167007|75862" HotelName="Chateau Dale Boutique Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chateau Dale Plaza, Thappraya Road, Nongprue, Pattaya, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/66/7666f673503b32a8b1c82fb2c215d517076a5592.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Utapao (UTP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.937596113093" Longitude="100.88782653983" StarRating="3" HotelCode="380915|april_suites" HotelName="April Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>346/4 Pattaya 2nd Road Moo 9, Soi 6, Soi Saithong, Nongprue, Banglamung, Central Pattaya, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/c0/e1c016afc320ed6c4cc635875876c481ae85d31b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.917584891166" Longitude="100.87889289591" StarRating="3" HotelCode="393051|prs" HotelName="PRS Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>599/3-4 Pattaya 3rd Road Moo 10, Soi 17, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/00/510027a6eb9e2da7500022c18307cc205325fbc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94484859" Longitude="100.88501855" StarRating="3" HotelCode="358706|the_beach_front_resort_pattaya_" HotelName="The Beach Front Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>124/1-3 Moo9 Soi 4 (Beach Road), North Pattaya 20150, Bunlamung Chonburi, Thailand</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/a6/2ba693dca0d957910aae2c1a2687963af3ed07a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92773424" Longitude="100.88655024" StarRating="2" HotelCode="583715|clean_guest_house" HotelName="Clean Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>315/14-15 Soi Lengkee Moo 9, Nongprue Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/f8/09f8875e069a8e175506f075c0a234bdb1bc0bb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.87" OriginalAmount="88.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9193862" Longitude="100.8897243" StarRating="3" HotelCode="|210609" HotelName="The Grass Serviced Suites By At Mind" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>599/10 Moo 10 South Pattaya Rd. Nongprue Banglamung Chonburi 20150 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/6/0/9/210609_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.99" OriginalAmount="88.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927408" Longitude="100.876143" StarRating="3" HotelCode="188310|1200778" HotelName="Ambiance Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>325/89 Pattayaland Soi 3, South Pattaya City, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/d6/52d6b0f848592a7056cdbd75f5def8546bc5acf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.06" OriginalAmount="88.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935603" Longitude="100.884289" StarRating="3" HotelCode="|35390" HotelName="Sunshine and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>217/1 Moo 10, Soi.8, Beach Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/9/0/35390_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, has 188 standard rooms, a lobby, a restaurant and conference facilities. SITUATION: This urban hotel is in the leisure area of Soi 8. ROOM: The rooms have individual air-conditioning, a bathroom with a shower or bath, cold water, hot water, cable television, a mini-bar, a direct line telephone and a radio. FACILITIES: Outdoors, clients have access to 2 swimming pools and a garden with tropical plants. Clients can enjoy activities such as a pool table and ping pong. Guests are offered a massage service. OTHERS: Clients have at their disposal All Day Cafe With A Breakfast, Lunch And Dinner Service Restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.67" OriginalAmount="89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.896456438522" Longitude="100.8712130785" StarRating="3" HotelCode="89162|78196" HotelName="Mermaid's Beach Resort Jomtien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75/101-102 Jomtien Beach Road Moo 12, Nongprue, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/8d/828d43c116501dedd86be6f817559c301475aeea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a group of low rise buildings, the location of the resort is quite favourable for business tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92769823" Longitude="100.87515701" StarRating="3" HotelCode="563225|lido_beach_2" HotelName="Lido Beach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>236/7-15 Pattaya Beach Road Moo 10, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/b5/2db5ac5fba5ffe1aaa4fd0c35b7fe1dfa4f72c9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.884176633231" Longitude="100.88334522804" StarRating="2" HotelCode="585136|a2sea_hotel" HotelName="A2Sea Jomtien Pattaya Hotel &amp; Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>279/171 Moo 12, Nongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4d/454d98ea74666d7e30ee643c615fbdbd8f34b1c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.96" OriginalAmount="89.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8966194" Longitude="100.8721725" StarRating="3" HotelCode="|39125" HotelName="Mermaid's Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>75/101-102 Moo 12, Jomtien Beach Road, Nongprue,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/2/5/39125_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays, was opened in 1989 and has 120 rooms. The Mermaid's Beach Resort Jomtien is rated three stars. It has excellent service, a lobby with a reception, a safety deposit box service, a lift, a hairdresser's, a restaurant, room service, a laundry service and a car park. SITUATION: It is situated in the beach Jomtien. 10 minutes away from the establishment, guests will find the city centre. It is situated 140 kilometres away from the capital. ROOM: The rooms have an air-conditioning system, a bathroom, a television, video, a mini-bar, a safe and a balcony or terrace. FACILITIES: The establishment boasts a swimming pool with a children's area. 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 Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.18" OriginalAmount="89.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9402011" Longitude="100.8910078" StarRating="3" HotelCode="|44954" HotelName="Nova Park Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80/164 Moo 9,Soi Sukrudee (Soi AR) 80/164</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/5/4/44954_aa6fdc41050.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 2009, has a lobby, a reception, a safety deposit box service, a bar, a pub and a restaurant. The establishment offers internet, room service, a laundry service and a car park. SITUATION: It is in an excellent location. ROOM: The rooms have a kitchen, a mini-bar, a fridge and a microwave. They also have a direct line telephone, a satellite television, a safe, individual air-conditioning and a balcony or terrace. FACILITIES: Clients can find a swimming pool, a gym, a massage service and billiards. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.941631784639" Longitude="100.88641583919" StarRating="3" HotelCode="9030|175100" HotelName="Tropicana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 18/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98  Pattaya Beach Road Moo 9, 20260 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/cd/36cd039f68a4ad647d7f63177c4aeec47a99ece7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set on the Beach Road, the hotel presents a private tropical haven, just a few paces from the energe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.902577" Longitude="100.869576" StarRating="3" HotelCode="401209|pattaya_hiso_hotel" HotelName="Pattaya Hiso Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Free CXL until 18/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>514/10 Tapphaya Road Moo 10, Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/35/da35b4191f45356fa4efed90b2e27c10c68b4001.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the south central area of the city of Pattaya city. It enjoys an outstanding...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91942566569" Longitude="100.89191616743" StarRating="4" HotelCode="459650|the_grass_serviced_suites" HotelName="The Grass Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Business Centre,Designated Smoking Area,Laundry,Parking,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>599/10 Moo 10 South Pattaya Road, Nongprue Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/57/2c577e14285f2baa2a18d345f4615da6773d20e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Grass Serviced Suites is brand new property that has just been added to At Mind Group's Collecti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.06" OriginalAmount="90.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.940182244982" Longitude="100.89091639385" StarRating="3" HotelCode="401202|1015715" HotelName="Nova Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80/164 Moo 9, Soi Sukrudee (Soi AR), Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/47/6447336c748fe8bb84c2ffac57c0e7d8ba0ab1bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Well located in Pattaya, the hotel offers guests the perfect base from which to explore the city. Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.14" OriginalAmount="90.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.16918" Longitude="100.93075" StarRating="3" HotelCode="|37556" HotelName="Pacific Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SRIRACHA NAKORN 3 RD,SRIRACHA 2/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/5/6/37556_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel 276 rooms, The establishment with air-conditioning, renovated in 2007, has a lobby, a reception, a safety deposit box service, a lift, a hairdresser's, a television room and a restaurant. The establishment also offers WiFi, a laundry service and a car park. SITUATION: The hotel Sukhumvit Road it is in it is 120 kilometres away from Don Mueang Airport 100 kilometres away from the establishment, guests will find Suvarnabhumi Airport. ROOM: The rooms have an air-conditioning system, a safe, a direct line telephone, a DVD player, a hairdryer, cable and satellite television, internet, a bathroom with a shower and a bath. They also have a king size or double bed, a Hi-Fi, a kitchen, a microwave, a mini-bar, a washing machine, an ironing set and a balcony or terrace. FACILITIES: The establishment boasts an outdoor swimming pool, a gym and a golf course. PAYMENT METHODS: Customers can pay using 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="93.25" OriginalAmount="90.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9469316" Longitude="100.8874119" StarRating="3" HotelCode="|36824" HotelName="Crown Pattaya Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>436/11-13 M.9, Beach Rd., Soi 1 North Pattaya 436/11-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/8/2/4/36824_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique, beach hotel, has 123 rooms, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, 2 lifts, a restaurant, internet, room service, a laundry service and a car park. SITUATION: It is 2 minutes away fromPattaya the beach it is close to a commercial centre, a restaurant and shops. it is situated 120 kilometres away from Suvarnabhumi Airport. ROOM: The establishment has The rooms a bathroom with a bath, family suites and have a sofa, They also have a hairdryer, a satellite or cable television, internet, a mini-bar, a coffee maker, a kettle, a double bed and a central air-conditioning system. FACILITIES: Outdoors, clients can enjoy a swimming pool, The establishment has a hydrotherapy swimming pool with children's area and a sauna. close to the establishment, you 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 using JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.54" OriginalAmount="90.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.928404" Longitude="100.885311" StarRating="3" HotelCode="|389291" HotelName="Opey De Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>312/86 Moo 9, Soi Lengkee 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/2/9/1/389291_32999501138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.887517618588" Longitude="100.87898870335" StarRating="3" HotelCode="422320|tribe_hotel_pattaya" HotelName="Tribe Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>321 Jomtien Soi 11 Moo 12, Nongprue, Banglamung, Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ec/04eca238f790403d993f9cc2e2bf0b251fd74eb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Eleven@Jomtien Resort in Pattaya, you'll be near ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.928506619845" Longitude="100.88209511472" StarRating="3" HotelCode="933420|ozo_pattaya" HotelName="Travelodge Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>236/26 Moo 10, Nongprue, Banglamung, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/b2/70b2613912f884e73140317f1660750ab5a3f3c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Pattaya, this hotel is about 999 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.937424" Longitude="100.89001" StarRating="3" HotelCode="900651|citin_loft_pattaya_hotel_" HotelName="Pattaya Loft Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177/3, Moo 9 Nongprue, Pattaya Klang Soi 12, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/52/fd52cac8c2f9f6241717a7013f36210d95421760.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Pattaya, this hotel is approximately 1.6 km from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.34" OriginalAmount="91.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927031" Longitude="100.877418" StarRating="0" HotelCode="|478764" HotelName="House Hotel Walking Street Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>194/51 Pattaya 2nd Road Soi 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/7/6/4/478764_47cc5331331.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.47" OriginalAmount="91.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.913518095606" Longitude="100.86227735872" StarRating="4" HotelCode="531456|1995915" HotelName="Unique Regency Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/05/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>557 Prathumnak Soi 5, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/c9/9dc995df14b44d45d25dd0c7d10fa2cf2df5a40e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.54" OriginalAmount="91.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.928109" Longitude="100.881831" StarRating="4" HotelCode="|396343" HotelName="Journeyhub Pattaya Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>236/21 Moo 10, Pattaya Road 2 Soi 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/3/4/3/396343_d3b66cd0615.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.76" OriginalAmount="92.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8979636" Longitude="100.87462691" StarRating="3" HotelCode="584106|lawinta_hotel_pattaya" HotelName="Lawinta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>44/286 Moo 12, Jomtien 2nd, Nongplue, Ampur Banglamung, Pattaya, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/80/5d80b1abffc51b8583b8164b21e9a816c302be93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.76" OriginalAmount="92.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92230658" Longitude="100.86952382" StarRating="2" HotelCode="449030|the_monaco_residence" HotelName="The Monaco Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>16/1 Pratumnak Rd., 199 Moo 10, Chonburi, Pattaya South, 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/51/7651fb008ab219e71a436a80a87ba92479792696.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.84" OriginalAmount="92.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90142" Longitude="100.86846" StarRating="3" HotelCode="|205876" HotelName="The Venue Residence and Cabaret" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>413/26 Jomtien Complex ; Thappraya road Jomtien</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/8/7/6/205876_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.07" OriginalAmount="92.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935893818568" Longitude="100.88535636663" StarRating="3" HotelCode="12554|1866998" HotelName="Flipper House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>213/3 Soi 7, Pattaya Beach Road, 20260 Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/f4/15f4167429b71a626e9ad3e6698d46172d8cca5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.56" OriginalAmount="92.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93433" Longitude="100.8883" StarRating="3" HotelCode="|246743" HotelName="D Apartment 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>348/17 M. 9 Soi Bukhao Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/7/4/3/246743_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.56" OriginalAmount="92.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.97531" Longitude="100.91407" StarRating="2" HotelCode="|235209" HotelName="Ruenthip Residence Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>287 Moo 2, Sukhumvit Rd Naklua, Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/2/0/9/235209_1_7218.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.20" OriginalAmount="93.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.930733" Longitude="100.879932" StarRating="3" HotelCode="|389297" HotelName="Aa Pattaya Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>109/20 MOO 10 SOI 13 Beach Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/2/9/7/389297_3f371741151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.21" OriginalAmount="93.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927471" Longitude="100.875825" StarRating="2" HotelCode="|181371" HotelName="Lido Beach  Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>236/7-15 Pattaya Beach Road, Pattaya City Chonburi 20150 THAILAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/1/3/7/1/181371_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.37" OriginalAmount="93.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.928048" Longitude="100.886042" StarRating="0" HotelCode="|481283" HotelName="Travellers Rest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>312-44/45 Soi Lengkee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/2/8/3/481283_70bf3e71820.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.70" OriginalAmount="93.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.914173" Longitude="100.858499" StarRating="3" HotelCode="9014|33814" HotelName="Asia Pattaya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Golf Hotel" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>352 Pratamnak Road Moo 12, Nongprue, Pattaya City, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/01/9201d0d8aa34e4b35672c26e812d7cd9fb964dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive beach hotel is located right next to the beach, outside Pattaya.</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.75" OriginalAmount="93.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9492314" Longitude="100.8963497" StarRating="4" HotelCode="|39042" HotelName="Lk Mantra Pura Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>M6 NORTH PATTAYA NAKLUA 3/300</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/2/39042_1_5863.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant complex rooms, has 3 buildings, a lobby, a currency exchange service, a bar, a restaurant, internet in communal areas, (for a fee), room service and a laundry service. SITUATION: It is in the city centre, is close to the tourist attractions, the beaches. ROOM: standard rooms and suites, have parquet flooring, a marble bathroom, a flat-screen television, a fridge, a coffee maker, a kettle and views of the swimming pool. FACILITIES: The establishment has a tropical swimming pool, hydromassage beds, pool bar, a massage service, aerobics and a gym. OBSERVATIONS: Check-in is at 13:00 and check-out is at 12:00. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92410125" Longitude="100.87907747" StarRating="3" HotelCode="496312|trebel_service_apartment_pattaya" HotelName="Trebel Service Apartment Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>111/52 Soi Buakhao Moo 10, South Pattaya, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/44/8344e426bf4043bd36b7797a6325950843547309.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90951445" Longitude="100.88169444" StarRating="4" HotelCode="622990|sukhotai_resort_pattaya" HotelName="Sukhotai Resort Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42/1 Thepprasit Soi 8 Moo 12, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/65/4465e4164bb583d51054ac20de4a97102754c572.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.88" OriginalAmount="94.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8977193" Longitude="100.8703279" StarRating="3" HotelCode="|169687" HotelName="Nirvana Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO 12, NONGPRUE, BANGLAMUNG, JOMTIEN 75/187-190</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/6/8/7/169687_d5936f81145.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 30 rooms, 4 floors, a lobby with a reception, a restaurant, a bar and a car park. The establishment also offers room service, a laundry service (for a fee), WiFi and a transfer service. SITUATION: This hotel is situated near the beach, Jomtien Beach is situated in 15 minutes away from the establishment, clients can find Pattaya the city centre of it is 10 minutes away from the nightlife, Close to shops, restaurants and places of interest. it is situated 158 kilometres away from Don Mueang Airport it is 127 kilometres away from Suvarnabhumi Airport. ROOM: All the rooms have a bathroom, an air-conditioning system, a shower, cable and satellite television, a mini-bar and a safe. FACILITIES: Guests are offered a swimming pool and deck chairs. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service and a bar. PAYMENT METHODS: Customers can pay by Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.11" OriginalAmount="95.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.928296" Longitude="100.884175" StarRating="3" HotelCode="|446309" HotelName="Honey Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>529/50-51 Thanon Second soi 11 Nongpure, Bang lamung, Chonburi, 20150 Pattaya Central, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/3/0/9/446309_110b3c21729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.21" OriginalAmount="95.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9539" Longitude="100.88718" StarRating="3" HotelCode="|245438" HotelName="Let's Hyde Pattaya Resort and Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>170/1 Moo 5 Soi Na Klua 18/2 Pattaya-Naklua Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/4/3/8/245438_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.25" OriginalAmount="95.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.934503282082" Longitude="100.88908543961" StarRating="4" HotelCode="267096|1472268" HotelName="LK Royal Wing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66/44 Soi Buakhao Moo 9, Pattaya City, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/14/3514bf8ebeaa468730ac90b04628e0ebc0c20c2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.48" OriginalAmount="95.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9309037" Longitude="100.87993967" StarRating="3" HotelCode="267705|1578588" HotelName="Inn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>322/1 Soi 13, Pattaya Beach Road, Nongpru, Banglamung, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/03/1803b7f5debc28de46dfc47d93f31baca16ff242.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Utapao (UTP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.88" OriginalAmount="96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.926140288709" Longitude="100.87524143002" StarRating="3" HotelCode="296212|85217" HotelName="Honey Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>529/41 Moo 10, Pattaya 2nd Road, Soi 11, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/d7/4bd75e67cdf5571fbcd537c4365d98a54bcf213c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in Pattaya, about 800 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95304553" Longitude="100.89774857" StarRating="3" HotelCode="360038|the_siamese_hotel" HotelName="The Siamese Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>160/60 Moo.5 Naklua, Pattaya, Banglamung Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/a6/a3a61094984f838576803516bd74be5e2e4ee8c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91903427" Longitude="100.88734881" StarRating="2" HotelCode="621961|the_tung" HotelName="The Tung" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>45/15-16 Moo 10, Nongprue, Bang Lamung, Pattaya 20150, Chon Buri</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/76/2376be23e7a41fb3d4dd5a30e5c4db14fcbf7927.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.941281498011" Longitude="100.88865548372" StarRating="4" HotelCode="907145|centara_pattaya_hotel" HotelName="Centara Pattaya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78/140 Moo 9, Nongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1d/15/1d1501fe5a3a8928c65a23d2ca10cabcae3c56f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in the renowned beach area of Pattaya, a lively destination filled with shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.07" OriginalAmount="96.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.949389" Longitude="100.896543" StarRating="4" HotelCode="401194|104551" HotelName="Mantra Pura Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/300 Moo 6, Naklua, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/1c/061cb927219b3f0d68ed3948b1c4b363b42524ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated within the city, just minutes away from attractions and beaches.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.22" OriginalAmount="96.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95386793" Longitude="100.88767176" StarRating="2" HotelCode="17376|2193065" HotelName="Let's Hyde Resort &amp; Villas" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>170/1 Pattaya-Naklua Road Moo 5, Soi Na Klua 18/2, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d1/bd/d1bd4d1c9f44722a41fab280afec38fa8bb9a2f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.62" OriginalAmount="96.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94749" Longitude="100.887745" StarRating="3" HotelCode="76230|97149" HotelName="ibis Pattaya Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>463/79 Moo 9, Pattaya Second Road, Nhongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/fc/d8fc289dba20c9231222b6700599321e0e4cc2d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Pattaya, this hotel is approximately 800 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.78" OriginalAmount="96.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.939068236842" Longitude="100.88903671579" StarRating="3" HotelCode="405882|2249875" HotelName="March Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323/9 Central Pattaya Road Moo 9, Soi 16, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/42263/2442263/1.jpg?f=15245181</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.78" OriginalAmount="96.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.958717" Longitude="100.903121" StarRating="0" HotelCode="|446420" HotelName="Arthitaya Green Nature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>178/178 Moo. 6, Soi Photisarn 4, Pattaya 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/2/0/446420_663997f1002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.89" OriginalAmount="96.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8659961" Longitude="100.8927965" StarRating="3" HotelCode="|396986" HotelName="Rodina Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69/4 Moo 1 Jomtien Beach Road Pattaya.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/9/8/6/396986_35365851205.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93503451" Longitude="100.88548701" StarRating="3" HotelCode="71648|80910" HotelName="High Five" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>217/8 Soi 8, Pattaya 2nd road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/86/b38697600ffa1084761d8b23a548ad100cf2f8e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93379506" Longitude="100.89095023" StarRating="3" HotelCode="545868|d_xpress_apartment" HotelName="D Xpress Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>347/16 Moo 9, Chalermprakiet 11, Banglamung, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/7e/097e3e6a633501685bfbb7d5a66ef8bf060764e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation features a café for a comfortable and relaxing stay. Wireless internet access is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="3" HotelCode="731180|cozy_resort_4" HotelName="Times Cozy Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>153/21 Moo 10, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/c1/edc161f438e8c86bc09527b1aeeaf49e0456cdee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.928571862941" Longitude="100.87979520867" StarRating="3" HotelCode="915567|the_golden_ville_boutique_hotel" HotelName="The Golden Ville Boutique Style Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>215/55 Moo 10, Pattaya 2nd Road, Nongprue, Pattaya 20150, Banglamung</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/01/2901ca80696a5667bc92259733b52e7389ed4076.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Pattaya, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.39" OriginalAmount="97.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.941349" Longitude="100.890854" StarRating="4" HotelCode="170643|472225" HotelName="Centara Nova Hotel &amp; Spa Pattaya" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80/167 Moo 9, Nongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/af/caaf5782fd7096f8ae378953849bcc8437755970.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a central location in Pattaya, the hotel is conveniently located near shopping, dining and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.39" OriginalAmount="97.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9337" Longitude="100.891" StarRating="3" HotelCode="|404871" HotelName="D Xpress Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>347 16 M 9 CHALERMPRAKIET 11 CENTRAL PATTAYA BANGL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/8/7/1/404871_6525ab21113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.52" OriginalAmount="97.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93437" Longitude="100.8858" StarRating="4" HotelCode="|36836" HotelName="Caesar Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>176 M.10 PATTAYA 2ND ROAD 176</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/8/3/6/36836_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 220 rooms, attentive service, a safety deposit box service, a currency exchange service, a hairdresser's, a restaurant, conference rooms, room service and a laundry service. SITUATION: Pattaya It is in it is near the beach, the nightlife. ROOM: The comfortable rooms, have fitted carpets, a direct line telephone, a satellite television, a mini-bar, individual air-conditioning, a bathroom with a shower or bath, cold water and hot water. deluxe rooms and have a balcony. FACILITIES: Outdoors, guests have access to a swimming pool with a children's area and an outdoor bar. Clients can enjoy activities such as play ping-pong. MEALS: Regarding the food and beverage offering, the establishment offers 2 Chinese and seafood restaurants and a coffee shop. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.81" OriginalAmount="97.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.945007" Longitude="100.904551" StarRating="4" HotelCode="299082|958675" HotelName="Grand Bella Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>336/26 Nongprue Moo 9, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/60/3e600a52baa5d1ecccd8d0c2f2bc320b053018a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.82" OriginalAmount="97.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92968177" Longitude="100.88255626" StarRating="3" HotelCode="321652|1866038" HotelName="Chada Thai House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>397/47 Moo 10, Soi 14, Pattaya 2nd Road, Central Pattaya, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/b2/b6b2caf7b1912011893903a209fb5737e5469d08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.86" OriginalAmount="97.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94233" Longitude="100.8849" StarRating="3" HotelCode="|46911" HotelName="Tropicana Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>MOO9 PATTAYA BEACH ROAD 98</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/1/1/46911_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, beach hotel, renovated in 2006, has 182 rooms, 67 standard rooms, 102 deluxe rooms and 13 large Junior suites. The establishment also has a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service, a cafÃ©, a restaurant, conference facilities, WiFi (for a fee), room service, a laundry service and a car park. SITUATION: Beach Road It is in it is near Pattaya the centre of it is situated 150 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have a bathroom, a hairdryer, a television, internet, a mini-bar, a coffee maker, a kettle, a double bed and a central air-conditioning system. Deluxe rooms and Junior suites and have spacious balconies. FACILITIES: The establishment has 2 pools with children's area, a snack bar, deck chairs and Thai massages. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927184882577" Longitude="100.88634280553" StarRating="3" HotelCode="380911|access_inn_pattaya" HotelName="Access Inn Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>315/29 Moo 9, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/second/d8/1d/d81db1732a5ecebce4b7da37b69eab3f09097eaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.12" OriginalAmount="98.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.915032" Longitude="100.871578" StarRating="3" HotelCode="|180698" HotelName="Harmony Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>THAP PHRAYA SOI.7, NONGPRUE, BANGLAMUNG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/6/9/8/180698_a37396e1047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.46" OriginalAmount="98.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.926158" Longitude="100.874759" StarRating="2" HotelCode="|537448" HotelName="The Encore Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>109/29-30, Moo 10, Nongprue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/4/4/8/537448_08889ab0936.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.73" OriginalAmount="98.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93194" Longitude="100.88304" StarRating="0" HotelCode="|224861" HotelName="Robin’s Nest Guesthouse and Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33/42-44 M 10 Soi Diana Inn 2nd Rd Pattaya, Nongprue,Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/8/6/1/224861_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92785535392" Longitude="100.89520932032" StarRating="4" HotelCode="915569|lk_legend" HotelName="LK Legend" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>258  Moo 9  , Soi Arunothai  , Central Pattaya  , Nongprue  Banglamung  , Chonburi  20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/34/c534df2e5978b518eace34849ec0460b343b20c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 129 rooms. Individual storeys are accessible via the lift or stairs. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.25" OriginalAmount="99.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91486" Longitude="100.85873" StarRating="4" HotelCode="|33067" HotelName="Asia Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>352 Moo 12 Pratamnak Road, Nongprue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/0/6/7/33067_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2004, has 305 rooms and 187 suites. In the entrance, you can find a lobby with elevators, a reception, a safety deposit box service and a currency exchange service. has a bar, a restaurant with air-conditioning, with highchairs, shops, a hairdresser's, a TV room and conference rooms. Children can enjoy a playground, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: It is in front of a beach, is in Pattaya the outskirts of. ROOM: The cosy, comfortable rooms, a bathroom with a shower, a bath, a direct line telephone, a mini-bar and a safety deposit box (available for a fee). FACILITIES: Outdoors, guests have access to a swimming pool, Clients can enjoy activities such as pedal-boating, diving, play golf and enjoy tennis. Guests can also enjoy a gym and a massage service. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.29" OriginalAmount="100.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.013976" Longitude="100.928529" StarRating="3" HotelCode="188357|1578518" HotelName="Serene Sand Health Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157/1 Moo. 2, Banglamung, Chonburi, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/65/a765df9c45a294f65af0c67b7acdfab6b55308c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcomed at the hotel, which has a total of 20 rooms. The accommodation offers a baggage ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.45" OriginalAmount="100.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9294715" Longitude="100.8846207" StarRating="4" HotelCode="|39041" HotelName="Lk Metropole Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>M10 PATTAYA NONGPRUE 33/35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/1/39041_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban establishment, has a safety deposit box service, a bar, a restaurant, conference facilities, WiFi, a laundry service and a car park. SITUATION: Soi Buakaow Is situated in it is in Pattaya the centre of. ROOM: suites, have a sitting room, a hydromassage bath, a kitchen with fridge, a microwave, satellite or cable TV, a safe, a double bed and a bathroom. FACILITIES: Outdoors, guests have access to a tropical swimming pool and a sunbathing terrace. Customers can enjoy a sauna, a solarium, a steam bath and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant with breakfast, lunch and dinner service. PAYMENT METHODS: The establishment accepts Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.90" OriginalAmount="100.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.930841" Longitude="100.879742" StarRating="2" HotelCode="188308|1172018" HotelName="AA Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>182-182/2 Soi 13, Beach Road, Banglamung, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/0d/520d1e0cdc1bd4835a654e991e2e3f27353522f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.908131913782" Longitude="100.86876694618" StarRating="3" HotelCode="559913|grande_caribbean_resort" HotelName="Grande Caribbean Condo Resort Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>492/2 Thappraya Road Moo 12, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/66/9866fa6c9188705554e1ebf56786e899c9654926.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.901021244257" Longitude="100.87061595834" StarRating="3" HotelCode="906331|aiyaree_place" HotelName="Aiyaree Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>481/14 Moo 12, Pattaya, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/11/ee1132099484768e5cc640ce90f54c505a1cf6e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Jomtien Beach can be reached within 2 minutes from the hotel. It is also conveniently located to go ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.40" OriginalAmount="101.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.916581" Longitude="100.875346" StarRating="0" HotelCode="|486432" HotelName="DEL MAX resort Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>154/50-51 Moo 10, T. Nongprue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/6/4/3/2/486432_af6d9c42127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.58" OriginalAmount="101.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94903" Longitude="100.88487" StarRating="3" HotelCode="|169731" HotelName="Markland Seaside Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>MOO 9 BEACH ROAD SOI 1 NORTH PATTAYA NONGPR 436/541</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/7/3/1/169731_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers air-conditioning in communal areas, a reception, a safety deposit box service, a lift, a laundry service and a restaurant. SITUATION: This hotel Pattaya it is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.94" OriginalAmount="101.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8874851" Longitude="100.8789732" StarRating="3" HotelCode="|403567" HotelName="Tribe Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>321/14 Moo12,Jomtien soi 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/5/6/7/403567_60131cb0924.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.02" OriginalAmount="101.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.949841" Longitude="100.895167" StarRating="4" HotelCode="|388465" HotelName="J Inspired Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8/49 Moo 6, Pattaya, 20150 Pattaya Central, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/4/6/5/388465_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.27" OriginalAmount="102.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.930531" Longitude="100.883572" StarRating="3" HotelCode="|414375" HotelName="The Base Central Pattaya Sea View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>88 Pattaya Saisong Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/4/3/7/5/414375_32f0cc31738.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.47" OriginalAmount="102.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.88985" Longitude="100.87652" StarRating="4" HotelCode="|44601" HotelName="Sea Breeze Jomtien Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>347/5 JOMTIEN BEACH ROAD 347</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/0/1/44601_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is perfect for business and holiday stays a babysitting service, tourist information, a medical care service, a currency exchange service, wedding facilities, meeting rooms, conference rooms, a sauna and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.47" OriginalAmount="102.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.913231" Longitude="100.863574" StarRating="0" HotelCode="|244175" HotelName="Unique Regency Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>557 Pratumnak Hill, Soi 5, Nongprue, Bang Lamung District, Pattaya City, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/1/7/5/244175_1_1104.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.47" OriginalAmount="102.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90745" Longitude="100.86891" StarRating="0" HotelCode="|245821" HotelName="Grande Caribbean Pattaya Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>823/103, moo 12, Thappraya Road Nongprue, Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/8/2/1/245821_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.80" OriginalAmount="102.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93112" Longitude="100.887803" StarRating="3" HotelCode="|416567" HotelName="Nalanta Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64/5 Moo 9 Soi Chaloem Phrakiat 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/5/6/7/416567_a8425fb0612.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95671398" Longitude="100.89087197" StarRating="3" HotelCode="545862|175027" HotelName="Blue Boat Design Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>158/7-8 Naklua 16/3 Alley, Bang Lamung District, Pattaya North, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/ea/32ea3fbd449f4d805a407ba0cb938d9fb352dfcf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931555164875" Longitude="100.88236347484" StarRating="3" HotelCode="380897|maytara" HotelName="Maytara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/05/2026" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>216/102 Pattaya 2nd Road, Soi Pattaya 11, Beach Road, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/02/ba028012c802d018d2b6e8cd0e406fa0d2b52896.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.930602" Longitude="100.883576" StarRating="3" HotelCode="629962|central_pattaya_2" HotelName="The Base Central Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>88 Pattayasaisong Road, Nongprue, Banglamung, 20150 Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/63/6963d038e96f80efd94d5fe5bc73f917414b26b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.43" OriginalAmount="103.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.915082" Longitude="100.877" StarRating="3" HotelCode="|409015" HotelName="Cozy Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>153/21 Moo 10 Nongprue Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/0/1/5/409015_9c1772c1212.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.52" OriginalAmount="103.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.903959" Longitude="100.867307" StarRating="3" HotelCode="|416349" HotelName="Plaza Residence Jomtien Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Moo 12, Thappraya Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/3/4/9/416349_2be19781703.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.58" OriginalAmount="103.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.894343" Longitude="100.871311" StarRating="3" HotelCode="|169581" HotelName="Jomtien Boathouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jomtien Beach Road, Jomtien Beach, Pattaya 380/5-6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/5/8/1/169581_9578c861129.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 24 rooms and it offers internet. SITUATION: This establishment, Pattaya it is in it is situated 42 kilometres away from the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.72" OriginalAmount="103.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.88675" Longitude="100.883" StarRating="3" HotelCode="|410570" HotelName="Atlantis Condo Pattaya By Panissara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jomtien Sai 2 Road, Pattaya, 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/5/7/0/410570_ed9a5631625.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.93" OriginalAmount="103.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93971" Longitude="100.89029" StarRating="3" HotelCode="|169711" HotelName="Siam View Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PATTAYA KLANG SOI 12 NONGPRUE BANGLAMUNG CHONBURI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/7/1/1/169711_1_9070.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 69 rooms, a reception, a safety deposit box service and a lift. The establishment also offers room service, breakfast service in rooms, a laundry service and a car park. SITUATION: This establishment, is in Pattaya a good area in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.05" OriginalAmount="103.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.881549" Longitude="100.881989" StarRating="3" HotelCode="|180980" HotelName="The Jomtien Twelve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>240/12 Moo12 Jomtien Beach Rd. Pattaya Chonburi 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/9/8/0/180980_703110a1116.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.949671389748" Longitude="100.89478434176" StarRating="4" HotelCode="552617|j_inspired_hotel_pattaya" HotelName="Hotel J Inspired Wing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>221 Moo 6, North Pattaya, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/67/a96796f0a04f8055b0c8e550ae733f0e4f89e4f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.77" OriginalAmount="104.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9480608" Longitude="100.8856808" StarRating="3" HotelCode="36343|675319" HotelName="The Mark Land Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>436/541 Beach Road Moo 9, Soi 1, North Pattaya, Nongprue, Banglamung, Pattaya, Chon Buri 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/06787a71fc90a6fc/d0/d0b293346da824d3/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the northern part of the city of Pattaya in Thailand, by North Pattaya Bea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.23" OriginalAmount="105.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.922891" Longitude="100.872989" StarRating="4" HotelCode="|33279" HotelName="Camelot  Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>373/17 Moo 10 Pratamnak Road 373/17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/7/9/33279_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel, has 161 comfortable rooms, a stylish restaurant, a conference room, a hairdresser's and a laundry service. SITUATION: Is situated inPattaya the centre of it has good links to the tourist attractions. ROOM: Clients are offered suites, All the rooms have a direct line telephone, a satellite television, a mini-bar, an individual air-conditioning system, fitted carpets, a bathroom with a shower or bath, cold water and hot water. FACILITIES: The establishment has a billiards room, a karaoke room, an outdoor swimming pool with a children's area, a snack bar and a sauna. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, The establishment offers a breakfast, lunch and dinner service. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.28" OriginalAmount="105.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931439" Longitude="100.882465" StarRating="3" HotelCode="|389162" HotelName="Maytara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>216/102 Soi Pattaya 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/1/6/2/389162_7760a861103.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.73" OriginalAmount="105.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.922861" Longitude="100.881173" StarRating="5" HotelCode="|470086" HotelName="Tycoon Place Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>497 Pattayatai 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/0/8/6/470086_423fe311950.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.94" OriginalAmount="105.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.87206" Longitude="100.88937" StarRating="2" HotelCode="|33660" HotelName="Dragon Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>411 Moo 12, Jomtien Beach Road 411</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/6/6/0/33660_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This typical style complex, has 100 rooms, 5 floors, a lobby with air-conditioning, express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a mini-market and a hairdresser's. You are also offered a bar, a pub, a restaurant, WiFi (for a fee) and conference facilities. There are many services available at the establishment, including room service and a laundry service. SITUATION: This complex is in front of the beach, Jomtien Beach it is in In the surrounding area, you can find pubs, bars and restaurants. it is situated 150 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have a direct line telephone, internet, a satellite or cable television, an air-conditioning system, heating, a bathroom with a shower or bath, a hairdryer, a safety deposit box, a mini-bar, a coffee maker, a kettle, a washing machine, an iron and a balcony or terrace. FACILITIES: The establishment has a swimming pool, a children's swimming area, a snack bar and a massage service. Clients can enjoy activities such as diving, motorboat rides, jet-skiing, speedboating and cycling. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, a set-menu lunch and an Ã  la carte or set-menu dinner. PAYMENT METHODS: The establishment accepts JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.28" OriginalAmount="106.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92973047" Longitude="100.88227961" StarRating="2" HotelCode="584860|3538535" HotelName="Arcadia Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>397/46 Soi 14, Second Road, Nongprue, Banglamung, Pattaya City 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/4a/e64a3d08f8a3cf203b59ddc5c1b30bc9a5fa00d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.45" OriginalAmount="106.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.911568" Longitude="100.873435" StarRating="3" HotelCode="|439465" HotelName="The Rizin Phratumnak" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>352/1500 Moo.12 Soi Pratumnak 5 Alley, Pratumnak Rd, Banglamung, Pattaya, Chonburi, 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/4/6/5/439465_8e828d31746.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.62" OriginalAmount="106.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.929197" Longitude="100.884306" StarRating="3" HotelCode="|409280" HotelName="Harrys , Bar and Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>33 47 48 49 Moo 10 Soi Diana Inn Nongprue Banglamu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/2/8/0/409280_715d0751557.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.83" OriginalAmount="106.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927867" Longitude="100.881023" StarRating="3" HotelCode="41064|73279" HotelName="Mercure Pattaya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>484 Moo 10, Pattaya Second Road Soi 15, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/39/3039bf3108f7293d93c6d0ded9d3e21b45b475a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Pattaya, a few minutes' walk from the beach and next to the cit...</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.94" OriginalAmount="106.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="3" HotelCode="71652|1867558" HotelName="Twin Palms Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>429/1 Beach Road, Central Pattaya Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/4e/f54e1339eb39de83b1d814fb3a9aff79b34c9822.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.94" OriginalAmount="106.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94624" Longitude="100.88622" StarRating="3" HotelCode="|586104" HotelName="The Shade Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103/2 Moo9, North Pattaya beach road, Nongprue, Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/6/1/0/4/586104_dc681b01004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="107" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.922733902785" Longitude="100.87314963341" StarRating="3" HotelCode="71642|12396" HotelName="Camelot" 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,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>373/17 Moo 10 Pratamnak Road, Pattaya City, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/0f/920f283f4805aacf4157b37b3112c687664ad9c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Pattaya city, providing guests with a central location, ideal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.30" OriginalAmount="107.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.945827" Longitude="100.887494" StarRating="0" HotelCode="|465808" HotelName="Soi 2 Inn Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>380/41 Moo 9, Soi 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/8/0/8/465808_c420bd61056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.37" OriginalAmount="107.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.87200658511" Longitude="100.88913559914" StarRating="3" HotelCode="188356|1578308" HotelName="Seaside Jomtien Beach" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>309/47-48 Moo 12, T.nongprue, A.banglamung, Chonburi, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/ac/a5ac394cbbdf0b9f8f6660dcd094e10b299b0821.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.71" OriginalAmount="107.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.924721" Longitude="100.869563" StarRating="3" HotelCode="|554272" HotelName="Windy Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Muang Pattaya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/2/7/2/554272_4acd7921350.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.89" OriginalAmount="107.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933981" Longitude="100.888252" StarRating="3" HotelCode="|404463" HotelName="D  Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41/29 M.9 Soi Buakhao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/4/6/3/404463_a3860d70639.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.24" OriginalAmount="108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95511474" Longitude="100.89330068" StarRating="2" HotelCode="957768|marin_house" HotelName="Marin House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>570/39 Soi Naklua 27, North Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/5b/bd5b07d9d39e45b9d6c7b5c414a3330caa162a71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.82" OriginalAmount="108.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931611" Longitude="100.888844" StarRating="0" HotelCode="|439708" HotelName="Sleep With Me Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77/777 Chalermphrakiat 19 Moo 9, Sai 3 Nongprue Banglamong, Pattaya, Chonburi, 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/7/0/8/439708_576e0d81031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93053281" Longitude="100.87841627" StarRating="2" HotelCode="495765|nonze_hostel" HotelName="Nonze Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13/2 Beach Road Soi, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/d6/06d6503b6e51d49c56d15f350231fca748fecf65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.38" OriginalAmount="109.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9279735" Longitude="100.8810557" StarRating="3" HotelCode="|34596" HotelName="Heeton Concept Hotel Pattaya by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>484 MOO 10 PATTAYA SECOND ROAD SOI 15 484</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/5/9/6/34596_1_6547.jpg</HotelPictures>
        <HotelDescription>HOTEL: the complex, has 245 standard rooms and suites, The hotel with air-conditioning, has a safety deposit box service, a restaurant and room service. SITUATION: It is inPattaya the heart of it is close to the beach, restaurants and boutiques. it is situated 40 kilometres away from Utapoa Airport. ROOM: Guests are offered non-smoking rooms, The modern and comfortable rooms, have a hairdryer, a satellite or cable television, a Hi-Fi, a mini-bar and individual air-conditioning. FACILITIES: Outdoors, clients have access to a swimming pool. OTHERS: Regarding the food and beverage offering, clients have 3 typical and international cuisine restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.49" OriginalAmount="109.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94932457" Longitude="100.89721733" StarRating="0" HotelCode="962787|4761165" HotelName="Sn Connx" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3/353 North Pattaya Sai 3 Moo 6, Na Klua, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1101888/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.70" OriginalAmount="109.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94686357" Longitude="100.88835437" StarRating="3" HotelCode="585099|3558345" HotelName="Ploen Place Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>436/19 Pattaya City Beach Road Moo 9, Soi 1, Nongprue, Bonglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/38/74389ded1233e754309073d2d419f9f96c9fee20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.81" OriginalAmount="109.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.938617" Longitude="100.892795" StarRating="3" HotelCode="|207581" HotelName="Garner Hotel Pattaya Central by IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80/168 Moo 9 Nongprue, Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/7/5/8/1/207581_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.07" OriginalAmount="109.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.881031" Longitude="100.885787" StarRating="3" HotelCode="|439820" HotelName="The TJ Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>29/34 Moo12 Soi14, Nongprue, Bang Lamung District, Pattaya, Chon Buri, 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/8/2/0/439820_083f0e61032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.30" OriginalAmount="110" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.930686" Longitude="100.884482" StarRating="3" HotelCode="293077|53591" HotelName="247 Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>529/52 M.10, Pattaya 2nd Rd., Soi 11, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/86/3f86d83d2beeef236e1692ffc81f8c4ef57b759a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in Pattaya, about 800 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.74" OriginalAmount="110.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9474981" Longitude="100.8877925" StarRating="3" HotelCode="|45635" HotelName="Ibis Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>463/79 Moo 9 Pattaya Second Road Nhongprue Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/3/5/45635_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is non-smoking, has a reception, a currency exchange service, internet (for a fee), a restaurant, a bar, a car park, meeting room and a dry cleaner's. Guests can also enjoy a swimming pool and a ping pong table. SITUATION: This establishment is in a central area. It is near Pattaya Beach, close to shops, restaurants, cafÃ©s, bars and nightclubs. ROOM: The rooms have an air-conditioning system, a bathroom, a hairdryer, a satellite television, a direct line telephone, WiFi (available for a fee) and coffee service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.93" OriginalAmount="110.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.920753" Longitude="100.881613" StarRating="4" HotelCode="|439397" HotelName="Glow Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>193/949 Moo 10, Pattaya South Sai 3, Tumbon Nongprue, Amphoe Bang Lamung, Pattaya, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/3/9/7/439397_0e022f41002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.00" OriginalAmount="110.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93112" Longitude="100.880463" StarRating="3" HotelCode="|416393" HotelName="A.a. Pattaya Golden Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>224/26 Moo 10 Soi 12 Beach Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/3/9/3/416393_59d7d6c1537.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.06" OriginalAmount="110.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93688043976" Longitude="100.88769053685" StarRating="3" HotelCode="308192|1205538" HotelName="August Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111/43 Moo 9, Central Pattaya Road, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/95/c1950913bab28dbee61240a22915c60bc7281136.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Utapao (UTP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.47" OriginalAmount="111.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951188668681" Longitude="100.88643997908" StarRating="3" HotelCode="9029|36604" HotelName="Sunshine Garden" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240/3 Moo 5, North Pattaya Circle, 20150 Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/1e/f11e439d8ce36670daebb423dc924f012f560e40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the edge of North Pattaya circle, offering easy access to almost everywhere ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.57" OriginalAmount="111.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.954187" Longitude="100.89039" StarRating="3" HotelCode="172510|1578768" HotelName="Wind Mill Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>665 Pattaya-Naklua Road, Banglamung, Pattaya City, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/df/b5df061697a8e7f5f484ddf451b19385f0512166.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the North Pattaya, which is 10 minutes from many shopping malls...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.10" OriginalAmount="111.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9213753" Longitude="100.883588" StarRating="4" HotelCode="|215818" HotelName="Beston Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>321/11 Moo 10 Nongprue, Banglamung, Chon buri 321/11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/8/1/8/215818_35a1fc51109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.926147860017" Longitude="100.78767981506" StarRating="2" HotelCode="419423|sea_beach_koh_larn" HotelName="Sea Beach Koh Larn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>134 Moo 7 Naklua, Banglamung, Koh Lan, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/0e/060e605ec4a50ae1d2be89e502d695b70e8e8b12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Koh Lan, Sea Beach Koh Larn 2 is convenient to Na Baan ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.890499852652" Longitude="100.87910009362" StarRating="3" HotelCode="393591|duo_residence_jomtien" HotelName="Villa Navin Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>350/79 Jomtien Beach Road Moo 12, Soi Bunkanchana, Nongprue, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/66/fd6661d2b8cfa7cb147c9adfbfb1ce79883915da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.96" OriginalAmount="112.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.968522" Longitude="100.898411" StarRating="0" HotelCode="|553426" HotelName="LHC HOTEL AND RESORT" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>89 Soi Na Kluea 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/4/2/6/553426_ce50dc51322.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.08" OriginalAmount="112.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94650705" Longitude="100.88938468" StarRating="2" HotelCode="625862|703197" HotelName="Sindy Room &amp; Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>78/99-100 Pattaya Road Moo 9, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/6f/466fb6e8e9711198f970633ba58df41026d19a47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.11" OriginalAmount="112.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.990072" Longitude="100.922349" StarRating="3" HotelCode="98791|55024" HotelName="Bella Villa Cabana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Apartment Hotel,Guesthouse,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>55/7 M.1 Sukhumvit Road, Naklua Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/50/0e50fe074aa8aa6e83a1187fb4953c4ba0757447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Pattaya just 100 m from its private beach and the nearest restaur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.29" OriginalAmount="112.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90788" Longitude="100.85899" StarRating="5" HotelCode="|36854" HotelName="Adriatic Palace Hotel Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>469 Moo 12 Khao Phra Tamnak Road, Bang Lamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/8/5/4/36854_1ac4ab41306.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 3 stars. SITUATION: It is inPattaya the coast of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.42" OriginalAmount="113.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94696987" Longitude="100.88784022" StarRating="3" HotelCode="435242|1904995" HotelName="Sunshine Hip Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>436/617 Moo 9, Nongprue Banglamung, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/540404/540404a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.44" OriginalAmount="113.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94556" Longitude="100.88568" StarRating="3" HotelCode="|153205" HotelName="Mood Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115/11 Moo 9 North Pattaya Beach Road, Nong Prue, Banglamung, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/2/0/5/153205_1_1300.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 142 modern rooms and with internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.88" OriginalAmount="113.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94371911" Longitude="100.8861934" StarRating="3" HotelCode="352135|1867538" HotelName="Seven Zea Chic Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>225/62 Pattaya Beach Road, Soi 5, Moo 9, Pattaya City 20150, Nongprue, Banglamung, Chonburi, North Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/76/a676e9db358f892a833d7811a41e5b5ca04b41e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.04" OriginalAmount="113.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92902" Longitude="100.88345" StarRating="4" HotelCode="315647|1476758" HotelName="Centra by Centara Avenue Hotel Pattaya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>198/30 Moo 9, Nongprue Sub-district, Banglamung District, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/82/ac82934d4ab833c0ec5cb1b84e385c1eb60468e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.13" OriginalAmount="113.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.907694" Longitude="100.86893" StarRating="3" HotelCode="|416395" HotelName="Grande Caribbean Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>492/2 M.12 Thappraya Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/3/9/5/416395_3f38e371723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.17" OriginalAmount="113.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.921979" Longitude="100.871869" StarRating="3" HotelCode="208952|920425" HotelName="The Sun Xclusive" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>358/27 Thap Phraya Road Moo 10, Tambon Nongprue, Amphoe Banglamung, South Pattaya, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/4d/ae4d0a884e7751a3f2c0e90c0a30d5df213d14cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.19" OriginalAmount="113.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9519322" Longitude="100.8858123" StarRating="0" HotelCode="|35388" HotelName="Sunshine Garden Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>240/3 Moo 5 North Pattaya Circle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/8/8/35388_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated complex in 2005, has 116 rooms, a lobby with a reception, a reception, a safety deposit box service, a currency exchange service, a restaurant, conference rooms and internet. At an additional cost, you can enjoy WiFi, room service and a laundry service. You are also offered a car park. SITUATION: North Pattaya Circle It is in In the surrounding area, you can find bars, the nightlife, shops and the bus station. it is situated 140 kilometres away from Bangkok Airport. ROOM: The establishment has superior rooms, superior bungalows, studios, deluxe rooms, garden suites and family suites, All the rooms have an individual air-conditioning system, a bathroom with a shower or bath, a hairdryer, a television, a mini-bar, internet, a direct line telephone, a coffee maker, a kettle, a double bed, a safety deposit box and a balcony or terrace. FACILITIES: The establishment has a large garden, a swimming pool that has an area for children, a sunbathing terrace, deck chairs, parasols and a pool bar. At the beach, customers can enjoy water sports, is 5 kilometres away from a golf course. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.19" OriginalAmount="113.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95442" Longitude="100.89034" StarRating="3" HotelCode="|83178" HotelName="Windmill Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO 5, PATTAYA-NAKLUA RD., BANGLAMUNG, CHONBURI 665</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/1/7/8/83178_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Pattaya it is in 10 minutes away from the establishment, clients can find the shopping centres, is located near the beach. HOTEL: The establishment offers a restaurant. ROOM: All the rooms have an air-conditioning system, a direct line telephone, a fridge, a television, a terrace with swimming pool views and a bathroom with a shower. FACILITIES: Outdoors, guests have access to a swimming pool with an outdoor bar, Guests can also enjoy a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.936467029199" Longitude="100.88286492894" StarRating="3" HotelCode="380889|85203" HotelName="Tweet Tweet Nest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar">
        <Address>
          <AddressLines>
            <AddressLine>522/10-11 Moo 10, Soi 8, Tambon Nongprue, Amphoe Banglamung, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/ae/e6ae7b565b27c7c86dc3d732edf1878781240df1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.42" OriginalAmount="114.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9334083" Longitude="100.88102356" StarRating="3" HotelCode="361225|serenotel_pattaya" HotelName="Serenotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>481 M.10 Soi 10 Beach Road  Banglamung  Chonburi, 20150 Pattaya Central</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/7a/797a5c94ebefb76e89844cfaa57149ee58997666.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.33" OriginalAmount="114.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.949374805903" Longitude="100.89469030919" StarRating="3" HotelCode="174049|1119488" HotelName="Hotel J Pattaya" 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>221 Moo 6, North Pattaya, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/9a/619a2bffdbb476cd74279b592cf74dc5e10dfe0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.45" OriginalAmount="115" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93083962" Longitude="100.87989163" StarRating="3" HotelCode="359584|53595" HotelName="The A.A. Pattaya Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>109/20 Moo 10 Soi 13 Beach Road, T.Nongprue, A.Banglamung, Pattaya 20260, Pattaya Central</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/d9/a0d9987385d270d394fb5a362e761bb814148fd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92083981" Longitude="100.88161347" StarRating="3" HotelCode="831511|rooms_republic_pattaya" HotelName="Rooms Republic Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>193/432-436 Moo 10, Pattaya South Sai 3, Tumbon Nongprue, Amphoe Banglamung, Pattaya South 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/47/b34738baa7deb003d55d77e34ed7305e0b137d54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.79" OriginalAmount="115.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.943283" Longitude="100.8853468" StarRating="3" HotelCode="267095|930545" HotelName="Selection Pattaya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Moo 9, Nongpreu, Banglamung, Pattaya Beach Road, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/f8/94f8f429a2142a7f6db6ece29ec7273027e85e2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.98" OriginalAmount="115.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.910105" Longitude="100.901004" StarRating="3" HotelCode="58117|1578248" HotelName="Eastern Grand Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99/1 Moo 11 Soi Khao talo, Nong Prue 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d1/49/d149feaef835af90907fd0dab76fd790a280ed36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a perfect place in south Pattaya, near the Pattaya railway station. The bus ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.00" OriginalAmount="115.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946823" Longitude="100.887798" StarRating="0" HotelCode="|396346" HotelName="Sunshine Hip" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>436/617 Moo 9, Nongprue Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/3/4/6/396346_3a4a8320738.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.37" OriginalAmount="115.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.932843843183" Longitude="100.8849727896" StarRating="3" HotelCode="56690|28604" HotelName="Golden Beach Pattaya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>519/27  Pattaya 2nd Road, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/e5/60e53bfc3c214429c4180de6f57d30f29e1e8b26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only 5 minutes on foot from Pattaya beach and countless bars and shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.48" OriginalAmount="116" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93343164" Longitude="100.88086733" StarRating="3" HotelCode="419542|81278" HotelName="Serenotel Pattaya Beach Front" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Designated Smoking Area,Elevator,Internet,Luggage Storage,Parking,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>310/10 Soi 10 Moo 10, Beach Road, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/69357/2269357/1.jpg?f=15072301</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Serenotel Pattaya Beach Front in Pattaya (Pattaya B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95113988" Longitude="100.89092389" StarRating="3" HotelCode="630881|fairtex_residence_pattaya" HotelName="Fairtex Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>212/19 North Pattaya Road Moo 5, Naklua, Bang Lamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/2d/9a2d8813d330c66b511408527bfff63cd76dfbb9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.97" OriginalAmount="116.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93996037" Longitude="100.89004721" StarRating="3" HotelCode="353099|1217128" HotelName="KTK Royal Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>352/4 Moo.9 Soi Pattaya Klang 12, Pattaya Klang Road, Pattaya, 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/91/5391a9eb601e92487723a83ff503a003ce48a36b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.11" OriginalAmount="116.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9009171" Longitude="100.8687803" StarRating="4" HotelCode="|357819" HotelName="The Agate Pattaya Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>413/93-96 Moo 12, Jomtien Pattaya Second Road,Nongprue, Banglamung, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/8/1/9/357819_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.94" OriginalAmount="117.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.937431" Longitude="100.890641" StarRating="0" HotelCode="|446424" HotelName="The Quba Boutique Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>243/12 Moo 9, Nong Prue, Pattaya, Chonburi, 20150 Pattaya, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/2/4/446424_9d984c71057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.06" OriginalAmount="117.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92498" Longitude="100.87379" StarRating="3" HotelCode="|408776" HotelName="Ambrosial Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59/24-25 Pattaya Sai 2 Road Opposite White Rose 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/7/7/6/408776_69bcbf10353.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.52" OriginalAmount="117.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9346423" Longitude="100.8880797" StarRating="4" HotelCode="|39040" HotelName="Lk Royal Suite Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>M9 SOI BOUKHOW 66/33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/0/39040_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant, business hotel, has 46 rooms, a restaurant, room service and a laundry service. SITUATION: The complex, is in an excellent location, is near the central area, has good links to public transport services, is near the railway station, the bus station, is situated 160 kilometres away from Bangkok the International Airport of. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a television, a small kitchen, a mini-bar, a fridge, a microwave, an iron and a safe. FACILITIES: Outdoors, guests have access to a swimming pool, The establishment also has a hydromassage bath and a solarium. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoyLe' Kitchen the restaurant a cafÃ©. The establishment offers all meals Ã  la carte.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.54" OriginalAmount="118" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95215124" Longitude="100.89768648" StarRating="5" HotelCode="585529|234271" HotelName="Le Bali Resort &amp; Spa" 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>160/68-160/69 Moo 5, Naklua, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/6c/186c5f5793195c3266c7d166e92e410857b51baa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort features various services and facilities, including a restaurant, a bar, room service and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.74" OriginalAmount="118.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92753" Longitude="100.87652" StarRating="0" HotelCode="|244301" HotelName="The Classroom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>325/80 Soi 13/4 Moo 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/3/0/1/244301_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.81" OriginalAmount="118.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94326" Longitude="100.89381" StarRating="4" HotelCode="|388482" HotelName="T Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80/5 Moo 6, Soi Chalermprakiat 7, Pattaya 3rd Rd., Pattaya, Chon Buri 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/4/8/2/388482_cea13971042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.97" OriginalAmount="118.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9290685" Longitude="100.8834277" StarRating="4" HotelCode="|171448" HotelName="SHILAT Avenue Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>198/30 Moo.9, Nongprue Sub-district</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/4/4/8/171448_0b67b161155.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 8 floors, 51 rooms, a sinagogue, a swimming pool on the rooftop and a fitness centre. The establishment also offers WiFi. SITUATION: This establishment, is close to The Avenue the shopping centre it is in Pattaya the city centre of. ROOM: All the rooms have views of the city, an air-conditioning system, a television, a safe, a mini-bar, a kettle, a coffee maker, a bathroom with a shower and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.09" OriginalAmount="118.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931554" Longitude="100.883063" StarRating="3" HotelCode="|152906" HotelName="The One  Bay Breeze Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>503/2 Pattaya 2nd Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/9/0/6/152906_4536e111105.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Bay Breeze is rated three stars, it offers excellent service. SITUATION: This hotel is in the city centre of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.18" OriginalAmount="118.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92428" Longitude="100.87373" StarRating="2" HotelCode="|181008" HotelName="VC. Hotel " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>492 M.10, Pratumnak Rd., South Pattaya, Chon Buri 20260, Thailand.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/1/0/0/8/181008_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.21" OriginalAmount="118.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931622281129" Longitude="100.88314086199" StarRating="3" HotelCode="188299|1578558" HotelName="Bay Breeze Pattaya" 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>503/2 Pattaya 2nd Road Soi 11, Pattaya City 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/eb/c0eb5b127d2c16ac718e23da5713192f2f14c012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.25" OriginalAmount="118.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.930755045635" Longitude="100.87976633505" StarRating="3" HotelCode="378449|1909735" HotelName="Sandy Spring Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>494 Pattaya Beach Road, Soi 13, Entrance from Pattaya 2nd Road, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/43287/2443287/34.jpg?f=15649505</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.35" OriginalAmount="118.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.928281827481" Longitude="100.88266612268" StarRating="4" HotelCode="565825|1989535" HotelName="Centara Azure Hotel Pattaya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>198/31 Moo 9, Nongprue Sub-district, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/43/43219a417c8f7236/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.04" OriginalAmount="119.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.88476" Longitude="100.8862" StarRating="0" HotelCode="|245233" HotelName="Le Bali Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160/68,160/69 Moo.5, Naklua, Pattaya,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/2/3/3/245233_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.16" OriginalAmount="119.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9349228" Longitude="100.8963154" StarRating="4" HotelCode="|43428" HotelName="Adelphi Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>390/14 Moo 9 Pattaya Sai 3 Road, Soi Chalamprakiat 21, Nongprue Banglamung Pattaya Central Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/4/2/8/43428_1_1586.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, room service, a safety deposit box service and a car park (for a fee). SITUATION: This hotel is situated in Pattaya the centre of it is close to the shopping area, restaurants and the leisure areas. it is situated 100 kilometres away from Bangkok Airport it is situated 90 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have a balcony, a bathroom with a shower or bath, towels, bedding, a wardrobe, a direct line telephone, a satellite television, internet, a mini-bar, a fridge and an individual air-conditioning system. FACILITIES: Outdoors, clients can enjoy a swimming pool. PAYMENT METHODS: The establishment accepts Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant, The establishment offers all meals in menu form.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.49" OriginalAmount="119.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.939028" Longitude="100.889179" StarRating="3" HotelCode="|404451" HotelName="March  Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>323/9 Moo 9 Nongprue Banglamung, 323/9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/4/5/1/404451_7ec01e10614.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.51" OriginalAmount="119.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.940114" Longitude="100.890032" StarRating="3" HotelCode="|180261" HotelName="Ktk Pattaya and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>352/4 Moo 9, Soi Pattaya Klang,Nongprue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/2/6/1/180261_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92720588" Longitude="100.88079212" StarRating="3" HotelCode="586513|the_whisper_hotel" HotelName="The Whisper Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>484/555 Pattaya Soi 15 Moo 10, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/18/901838ab2affa95bae49311aa66ae0d3e9888c9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="0" HotelCode="975301|capital_o_631_blooming_hill_boutique_suites" HotelName="Blooming Hill Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>352/233 Phatumnak Road Moo 12, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/fb/6dfb6e43e9a20254fe10690ee2d97101a828f4f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.65" OriginalAmount="120.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.915039" Longitude="100.8667022" StarRating="3" HotelCode="|405241" HotelName="Blooming Hill Boutique Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>352/233 Moo 12 Phatumnak Road, Pattaya, Chonburi, 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/4/1/405241_dce10fe0952.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.69" OriginalAmount="120.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9206" Longitude="100.87226" StarRating="0" HotelCode="|36826" HotelName="Pattaya Hiso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>MOO 10 TAP-PRAYA ROAD, SOUTH PATTAYA, MUANG 514/10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/8/2/6/36826_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inPattaya the city centre of Pattaya Beach 1 kilometre away from the establishment, guests will find it is 2 kilometres away from a public transport stop situated 125 kilometres away fromSuvarnabhumi Airport. ROOM: The rooms have a direct line telephone, a mini-bar, cable television, WiFi, a safe, a bathroom with a shower, individual air-conditioning and a balcony or terrace. FACILITIES: The establishment boasts a swimming pool, a snack bar, deck chairs and parasols. in the surrounding area, you can find a beach. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.70" OriginalAmount="120.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.934922" Longitude="100.884063" StarRating="2" HotelCode="|459443" HotelName="Pattaya At Nine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>217/10 Moo 10 Pattaya Soi 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/9/4/4/3/459443_deec3ac1842.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.16" OriginalAmount="120.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93533" Longitude="100.887018" StarRating="4" HotelCode="|151578" HotelName="Grand Bella" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>336/20 Central Pattaya M.9 Nongprue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/1/5/7/8/151578_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a spacious hall, tourist information, ticket sales and multilingual staff. ROOM: The establishment has 360 comfortable rooms. FACILITIES: The establishment boasts 2 swimming pools, a slide, a sauna and a gym. Regarding the food and beverage offering, there is 2 restaurants, The establishment also has a children's swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.36" OriginalAmount="120.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8918835" Longitude="100.8737612" StarRating="3" HotelCode="|169418" HotelName="Jomtien Garden and Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31/71 Moo 12 Jomtien Beach Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/4/1/8/169418_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment with air-conditioning, renovated in 2010, has 192 rooms, a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service, a cloakroom and a lift. Our guests can find a games room, a playground, a cafÃ© and a restaurant. The establishment also offers conference facilities and internet. At an additional cost you can have access to a laundry service, bicycle rental, room service and a car park. SITUATION: This establishment, Bangkok it is situated 147 kilometres away from Pattaya 10 minutes away from the establishment, clients can find It has excellent transport links to shopping centres, restaurants and tourist points of interest. 90 kilometres away from the establishment, guests will find Suvarnabhumi Airport. ROOM: The establishment has standard rooms, superior rooms, deluxe rooms, suites, two bedroom deluxe suites with a living room-bedroom and a bathroom with a bath, They have a direct line telephone, internet, a mini-bar, a hairdryer, an air-conditioning system and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.40" OriginalAmount="120.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946363" Longitude="100.885463" StarRating="3" HotelCode="59500|44364" HotelName="Sandalay Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>389 Moo 9 Beach Road, Nort Pattay, Banglamung, Pattaya City, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ed/14ed7907caf22e0eee1be78287c15e8f79e87e32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the beach road with easily access to the sea as well as to major shopping c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.47" OriginalAmount="120.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92748591" Longitude="100.87648124" StarRating="2" HotelCode="583745|3564645" HotelName="The Class Rooms Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>325/80 Soi 13/4 Moo 10, South Pattaya, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/56/a956516b988b563868ccb1844199953bc98552e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.84" OriginalAmount="121.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.913448" Longitude="100.885405" StarRating="4" HotelCode="|388467" HotelName="Lk Crystal Ville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>168/44-46 M.10 Soi. Korphai 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/4/6/7/388467_3dbfe5d1017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.05" OriginalAmount="121.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.918" Longitude="100.889" StarRating="3" HotelCode="|402349" HotelName="LK Celestite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45/99 Moo. 10, Nongprue, Banglamung, Pattaya, Chonburi, 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/3/4/9/402349_f97a8c11025.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.09" OriginalAmount="121.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.883876434517" Longitude="100.87987937301" StarRating="3" HotelCode="384783|1867118" HotelName="Inn Residence Serviced Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>279/310 Jomtien Beach Road Moo 12, Nongprue, Banglamung, Pattaya, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/c3/8dc3bc64b9049ea2708d0b0f096b5bafcb5fdff8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Jomtien Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.12" OriginalAmount="121.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.89802" Longitude="100.87469" StarRating="0" HotelCode="|244860" HotelName="Lawinta Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>44/286 Nongprue, Banglamung, Jomtien Beach 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/8/6/0/244860_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.62" OriginalAmount="121.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935523" Longitude="100.885197" StarRating="3" HotelCode="18045|28804" HotelName="Sunbeam Pattaya" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>217/27 Soi 8 Moo 9 Pattaya Beach Road, Nongpure, Banglamung, 20150 Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/42/6d/426d9ce167d13ddb2f6dfdf49fe3a61bbd5af1fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated an hour away from Bangkok and is the focal point in the centre of Pattaya. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.930187090877" Longitude="100.88062494993" StarRating="3" HotelCode="188302|79845" HotelName="Dynasty Inn Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>596/16 Moo 10, Soi 13 Pattaya Beach Rd, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/95/49957d1021fdedda97333cb02744b957081a2573.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.76" OriginalAmount="122.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8824186" Longitude="100.8824081" StarRating="4" HotelCode="|210608" HotelName="Sea Crest By Jomtien" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>249/16-18 Soi Jomtien 12, T. Nongpluar, A. Banglamuang, Chonburi 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/6/0/8/210608_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92661284" Longitude="100.87405907" StarRating="3" HotelCode="321659|79572" HotelName="Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Moo 10, Soi 14 Walking Street, South Pattaya, Pattaya 20260, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/ce/facee98e2bf4f78644adc84a153691d6078ffcea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9276448" Longitude="100.8799896" StarRating="3" HotelCode="71650|195732" HotelName="Royal Twins" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Pattaya 2nd Road Moo 10, Pattaya City, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/14/7214e74257fbb1201a26e0b99c2c8f9ca44402e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="0" HotelCode="841365|east_shore_pattaya_resort" HotelName="East Shore Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3/12 Moo 9</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/72/aa72ccf905029543b6d33d962d5901d3477e5dd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.18" OriginalAmount="123.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.969455" Longitude="100.885341" StarRating="3" HotelCode="|411782" HotelName="Serenity Condo Wongamat By Patsamon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi Na Kluea 12, Na Kluea, Floor 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/7/8/2/411782_5e6e2891634.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.31" OriginalAmount="123.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935437" Longitude="100.8847971" StarRating="4" HotelCode="|31852" HotelName="Sunbeam Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>217/27 Moo 9, Beach Road, Nongprue, Banglamung, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/8/5/2/31852_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a lobby, a safety deposit box service (for a fee), a currency exchange service, room service, conference rooms and conference facilities. With regards to the food and beverage offering, the establishment has Sri Siam the buffet restaurant with typical and international cuisine Bouquet Parlour the bar CafÃ© et GÃ¢teaux the cafÃ©. SITUATION: Bangkok It is situated 60 minutes away from it is in Pattaya the centre of. ROOM: The rooms a bathroom, a satellite TV, a mini-bar and a balcony. FACILITIES: Outdoors, clients have access to a swimming pool, The establishment has a pool bar and a massage service. At the beach, clients can enjoy diving, windsurfing, speedboating and jet-skiing. You can also enjoy an entertainment programme and play golf.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.48" OriginalAmount="123.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.926502" Longitude="100.88249" StarRating="4" HotelCode="|388488" HotelName="Holiday Inn Express Pattaya Central, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>293/16 Moo 10, Nongprue, Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/4/8/8/388488_09cafb41041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93338696" Longitude="100.89682518" StarRating="3" HotelCode="539694|luxe_residence_2" HotelName="Luxe Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>190/20 Central Pattaya Soi 4 Moo 9, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/9f/3a9fb597bca0e296f0b595b3045dc40f8946381d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.92" OriginalAmount="124.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9251048" Longitude="100.8845246" StarRating="4" HotelCode="|71509" HotelName="Four Seasons Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>341/44 Moo. 9, Soi Chalermprakait 22 Nongprue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/5/0/9/71509_3e2af941238.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Four Seasons Place is rated four stars. It has a concierge, a safety deposit box service, a swimming pool, a sports centre, a sauna, a cafÃ© and business facilities. SITUATION: It is situated in the coast of Pattaya. It is near the metro station of NA. ROOM: The establishment has 70 rooms with an air-conditioning system and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.14" OriginalAmount="124.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946575" Longitude="100.885574" StarRating="3" HotelCode="|37667" HotelName="Sandalay Resort Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>389 MOO 9, BEACH ROAD, NORTH SIDE 389</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/6/6/7/37667_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 104 stylish rooms, air-conditioning, express check-out, a reception, a safety deposit box service, a lift, a lobby, a hairdresser's, a cafÃ©, a bar, a pub and a restaurant. The establishment has internet (free of charge), conference facilities, room service and a laundry service. close to the establishment, you can find a car park. SITUATION: Is situated in the road, with direct access to the sea, the shopping centres, In the surrounding area, you can find restaurants, pubs and nightclubs. it is 5 minutes away from the city centre situated 15 kilometres away fromDon Mueang Airport it is situated 14 kilometres away from Suvarnabhumi Airport. ROOM: The modern rooms, have a bathroom, shower or bath, individual air-conditioning, a safe, a hairdryer, an iron, a direct line telephone, a television, internet, a mini-bar, a coffee maker, a kettle and a balcony or terrace. FACILITIES: Outdoors, guests have access to 2 swimming pools with children's areas, deck chairs and parasols (available for a fee), For a fee, you can enjoy a jacuzzi, a terrace and a massage service. it is 20 kilometres away from Siam Country Club the golf course of. PAYMENT METHODS: Customers can pay by credit cards, American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.20" OriginalAmount="124.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.89567" Longitude="100.8734" StarRating="3" HotelCode="|410135" HotelName="Thanyalak At The Gallery Condominium" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>14/44-45 floor 5th, Soi 8 Moo4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/1/3/5/410135_6923f2a1749.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.54" OriginalAmount="124.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.932922" Longitude="100.8849768" StarRating="3" HotelCode="|30302" HotelName="Golden Beach  Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>PATTAYA 2ND ROAD, PATTAYA CITY, CHONBURI 519/27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/3/0/2/30302_c3c71fa1515.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is comfortable. SITUATION: It is 5 minutes away fromPattaya the beach Where you can find bars and business zones. ROOM: The large rooms, are traditional-style, They have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a double or king-size bed, a coffee maker, a teapot, a safe and a balcony or terrace. FACILITIES: The establishment has a large swimming pool and a massage service. PAYMENT METHODS: Customers can pay by Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.91" OriginalAmount="125.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91955" Longitude="100.872023" StarRating="3" HotelCode="888644|1158728" HotelName="Residence Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146/107 Moo 10, Thappraya Road, 20260 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/f0/7bf0a41a096bdd8cdf3ea9eee580562b01a9b668.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.23" OriginalAmount="125.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.945106" Longitude="100.887491" StarRating="3" HotelCode="35006|36614" HotelName="Sunshine Vista Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201/1 Moo 9 Soi 3, Beach Road, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/96/b2969ca781961b9223203b107624f5853ca2656d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Soi 3, Beach Road. It enjoys a prime location in the town, and is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.06" OriginalAmount="126.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923515" Longitude="100.873412" StarRating="2" HotelCode="|469332" HotelName="M Casa Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>373/1 Moo10, Nong Prue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/3/3/2/469332_d5302ec1209.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927619160472" Longitude="100.87916268466" StarRating="3" HotelCode="71636|195522" HotelName="Royal Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>215 Pattaya 2nd Road Moo 10, Pattaya City, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/d9/53d935cb7f633c84ceaec6115bd2be3780252fc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.91" OriginalAmount="127.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935846764087" Longitude="100.88341712952" StarRating="3" HotelCode="12555|1578458" HotelName="Flipper Lodge" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>520/1 Soi 8, Pattaya Beach Road, 20260 Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/ff/efffc85ad8d37e0ebc3fec4dbe55e9e21cd0c7b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Pattaya, this hotel is just a few metres from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.29" OriginalAmount="127.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93116071" Longitude="100.88430592" StarRating="4" HotelCode="613279|659481" HotelName="Acqua Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>666 Moo 10 Pattaya 2nd Road, Soi 11, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/5a/015a7750db04a0116a850f3d62706501ba3e99b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.58" OriginalAmount="127.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94463" Longitude="100.88757" StarRating="3" HotelCode="|65387" HotelName="Bella Villa Prima" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>138 M.9 PATTAYA 2ND RD. NONGPRUE BANGLAMUNG; CHONB</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/3/8/7/65387_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is in Pattaya city centre. ROOM: The modern rooms have room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.80" OriginalAmount="127.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.922582" Longitude="100.871529" StarRating="3" HotelCode="409181|80504" HotelName="Nova Platinum" 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,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>562-562/1 Moo 10 Pratamnak Road, Banglamung, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/6a/c66a8a8896d3925fdbc112f75bb6101e255ac72a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in South Pattaya, this hotel is only a short distance from the main entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.84" OriginalAmount="128" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.985905093307" Longitude="100.91951161623" StarRating="4" HotelCode="56691|32185" HotelName="Cholchan Pattaya Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Moo 1, Tambon Nagulea, Amphur Banglamung, Pattaya, Chonburi 20150, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/ca/a5ca8ebdd29b1d8d759cc329a8ce0d4275d7e4da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is quietly situated close in tropical Pattaya. The fully integrated international resort ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92665005" Longitude="100.88243498" StarRating="0" HotelCode="951821|holiday_inn_express_pattaya_central" HotelName="Holiday Inn Express Pattaya Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>293/16 Moo 10, Nongprue Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/96/66/966645e9abfc0e93cdd089dde190376730fe2db2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.34" OriginalAmount="128.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.945006535818" Longitude="100.88513374329" StarRating="3" HotelCode="69848|84302" HotelName="Baboona Beachfront Living" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119/3 Moo 9, North Pattaya Beach Road, 20260 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/6e/016eca757d17c0471eb698972268dfda2f4fb265.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between Pattaya Soi 3 and Aoi 4 Pattaya City. The nearest beach is just a ston...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.49" OriginalAmount="128.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927218" Longitude="100.878184" StarRating="3" HotelCode="65096|53274" HotelName="Welcome Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Conference Hotel" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>213, Pattaya 2nd Road, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/32/713247dbde84b8f3a71ce021b760f8b4de5cf8e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and conference hotel is located in South Pattaya where guests can find a range of shopping...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.63" OriginalAmount="128.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9357" Longitude="100.889" StarRating="4" HotelCode="|45006" HotelName="Vista Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>196 Pattaya Soi 4, Pattaya 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/6/45006_1_3347.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, beach hotel, was built in 2008, has a lobby, a bar, a restaurant, conference facilities and room service. nearby, there is a car park. SITUATION: It is located close to the beach, is in Pattaya the centre of it has good links to the shopping areas. ROOM: The modern rooms, have a direct line telephone, an LCD satellite television, WiFi, a mini-bar, a safe, individual air-conditioning, a bathroom with a hairdryer and a bathrobe. FACILITIES: Outdoors, guests have access to a swimming pool with salt water and an outdoor bar. The establishment also has a gym, hydrotherapy and a massage service. PAYMENT METHODS: Customers can pay using Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoyPatio Bar and Restaurant the restaurant The establishment offers a breakfast service, an Ã  la carte lunch and a set-menu dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.925640068378" Longitude="100.8805311902" StarRating="3" HotelCode="380892|superbed_otel" HotelName="SuperBed 'Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>111/299 Soi Buakhao Moo 10, South Pattaya, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/07/f707362e411a5253d5ecb3b3a9c5085d0a0a3fec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.65" OriginalAmount="129.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="4" HotelCode="69742|91949" HotelName="Mike Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>221/71-72 Moo 6 Pattaya 3rd Road, Soi Chalermprakiat 1, Pattaya, Naklua, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/70/7d70515f6ff2c7b54f993cea4f753be52ba1289c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Pattaya’s commercial district, just 10 minutes from the c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.67" OriginalAmount="129.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92829" Longitude="100.87976" StarRating="3" HotelCode="|169730" HotelName="The Golden Ville Boutique and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>215/55 M10 Pattaya 2nd Rd. Nongprue Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/7/3/0/169730_1_2265.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2011, has 20 rooms, with internet, a sauna and a massage service. SITUATION: This establishment, Pattaya it is in it is in the city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.25" OriginalAmount="130.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.894824" Longitude="100.872297" StarRating="3" HotelCode="|389329" HotelName="The Gallery Jomtien Beach Pattaya Condo By Dome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>514/35 Tower B, 4 fl., Jomtien Beach Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/3/2/9/389329_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.32" OriginalAmount="130.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91276" Longitude="100.86093" StarRating="0" HotelCode="|43484" HotelName="Hill Fresco Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>MOO.12, PHRA TAMNAK RD., SOI5, NONGPRUE,BANGLAMUNG 359/109</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/4/8/4/43484_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: the hotel has 53 rooms, a restaurant, a bar, WiFi in communal areas and a transport service. SITUATION: Is situated inPattaya a peaceful area of it is 5 minutes away from the city centre. ROOM: The establishment has 53 inviting deluxe rooms and superior rooms, The rooms a bathroom, a direct line telephone, a satellite or cable television, a mini-bar, a coffee maker, a kettle, individual air-conditioning, a balcony or terrace and internet. FACILITIES: Outdoors, clients can enjoy a swimming pool, The establishment also has a hydromassage bath, an outdoor bar, a gym and a massage service. PAYMENT METHODS: Customers can pay by Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have an international restaurant, The establishment offers a continental or buffet breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="0" HotelCode="985775|343446" HotelName="The Base Central Pattaya by Supee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88/9 Pattayasaisong Road, Group 10, Bang Lamung District, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/cf/79cfdbc2bb95138f1e24f13f1624a6526da44c2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.21" OriginalAmount="131.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.96355934" Longitude="100.89095132" StarRating="5" HotelCode="353887|542881" HotelName="The Radiance Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>285/219 Moo 5 Soi Naklua 16, Banglamung Chonburi, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/c0/dac0f4d773df50f9c55a326ab459be37248bc547.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.86" OriginalAmount="132.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933947" Longitude="100.896889" StarRating="3" HotelCode="|210603" HotelName="Levana Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>192/10 Moo 9 Soi Central pattaya 4 Central pattaya Road Nongprue, Banglamung,Chonburi, Central Pattaya, Pattaya, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/6/0/3/210603_7e0dce21134.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.30" OriginalAmount="133.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.97109" Longitude="100.91863" StarRating="3" HotelCode="|229147" HotelName="Villa Wanida Garden Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>370/2 Moo 4 Soi Sukhumvit-Pattaya 27 Naklua Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/1/4/7/229147_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927007776305" Longitude="100.87604102245" StarRating="2" HotelCode="393307|mike" HotelName="Mike Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>339 Mike Department Store Building Moo 9, Second Road, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/a6/23a61f460b97301033ddbf00906f22c2913c830c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.38" OriginalAmount="134.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92297" Longitude="100.87162" StarRating="0" HotelCode="|47968" HotelName="Sun City Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Moo 10, Pratamnuk Road, T. Nongprue A,, 557 10, Pattaya, Chonburi Province, 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/6/8/47968_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, has 136 rooms, attentive service, a safety deposit box service, a currency exchange service, a hairdresser's, a laundry service and a car park. SITUATION: It is inTailandia the east coast of Chonburi it is in near the establishment, guests will find the beach, the leisure areas and the business areas. It is situated 2,5 kilometres away fromPattaya the centre of 5,4 kilometres away from the establishment, guests will find public transport services, is situated 4,7 kilometres away from Jomtien the beach It is 5 hours away fromSuvarnabhumi Airport. ROOM: The modern rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar, a fridge and an individual air-conditioning system. Clients are offered non-smoking rooms. FACILITIES: The establishment boasts a tennis court, a billiards room, a swimming pool, a gym and a massage service. PAYMENT METHODS: Customers can pay by Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.66" OriginalAmount="135.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927728" Longitude="100.887313" StarRating="4" HotelCode="|396887" HotelName="LK President" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>340/123 Moo 9, Pattaya 3rd Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/8/8/7/396887_0c7763e0816.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.79" OriginalAmount="135.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.902624" Longitude="100.874115" StarRating="3" HotelCode="188368|1220118" HotelName="Villa Thongbura Serviced Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>221/100 Moo 12, Soi Thepprasit 17 Thepprasit Rd., Nongprue, Banglamung, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/4d/1f4da79401d4294e7169e758848aa39eaf24bfe7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.19" OriginalAmount="136.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93017" Longitude="100.881984" StarRating="4" HotelCode="401221|68314" HotelName="Intimate" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>397/42, M.10, Soi 14, South Pattaya 2nd Road, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/bd/aebde68d34b5216f0229676333c01e3ee5e98231.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Pattaya, 5 minutes from the sandy beach, between 2 shopping cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.21" OriginalAmount="136.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90975064" Longitude="100.85781038" StarRating="5" HotelCode="263225|937155" HotelName="Centara Grand Phratamnak Pattaya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Phratamnak Soi 5, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f73dce7c729c563/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.65" OriginalAmount="136.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.948129" Longitude="100.896802" StarRating="4" HotelCode="|439357" HotelName="Best Western Plus Nexen Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8/159 Moo.6 North Pattaya,Bang Lamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/3/5/7/439357_6038f4f1012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.69" OriginalAmount="136.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.87802963" Longitude="100.88488994" StarRating="4" HotelCode="546014|2615295" HotelName="Bay Beach Resort Pattaya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>132/3 277/9 Na Jomtien Road Soi Jomtien 14/1, Moo 12, Nongprue, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/06/3006c65cfb72f0cdd5e3b5a2b51e03287747a2fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.10" OriginalAmount="136.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.952085261262" Longitude="100.88583648205" StarRating="3" HotelCode="9022|28624" HotelName="The Green Park Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240/5 Soi Ping Pa, Moo 5, North Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ef/25ef899b14339f06f9a41b9269d58c1cf689adeb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a genuine resort in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.48" OriginalAmount="137.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.959429" Longitude="100.887204" StarRating="4" HotelCode="|152928" HotelName="Prima Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157/22-23 M.5 Pattaya Naklua Road Naklua Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/9/2/8/152928_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a swimming pool, rooms with balcony, a car park (free of charge), a gift shop and a currency exchange service (on request). SITUATION: This establishment, Pattaya it is in 100 metres away, guests can find Wong Amat the beach Chao Pho Khao Yai Santuario it is 25 kilometres away from This establishment, is 45 minutes away from Suvarnabhumi Airport. ROOM: Each room has an air-conditioning system, wooden furniture, a television, a direct line telephone, a bathroom with a shower and complimentary bathroom items. FACILITIES: Guests are offered treatments, a spa and a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.54" OriginalAmount="137.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92365" Longitude="100.8672" StarRating="0" HotelCode="|232458" HotelName="Balihai Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>311/15 M. 10 T. Nongprue A. Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/4/5/8/232458_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.93" OriginalAmount="138.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9452935" Longitude="100.8875781" StarRating="0" HotelCode="|35391" HotelName="Sunshine Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>201/1 MOO 9, SOI 3, BEACH ROAD 201/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/9/1/35391_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This central aparthotel, has 130 rooms, a lobby, a reception, a restaurant, conference facilities and a laundry service. nearby, there is a car park. SITUATION: Soi 3 Beach Road Is situated in it is 200 metres away from Pattaya the beach It is 100 metres away fromBig C the shopping centre. ROOM: The establishment has superior rooms, studios, executive studios and family suites, All the rooms have a balcony, individual air-conditioning, a bathroom with a bath, a shower, hot water, cold water, satellite and cable TV with international channels, a mini-bar, a direct line telephone and a safe. FACILITIES: Outdoors, clients can enjoy a swimming pool, The establishment has a hydromassage bath, a children's swimming pool and an outdoor bar. in the surrounding area, you can find a beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.32" OriginalAmount="139.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946915" Longitude="100.886842" StarRating="3" HotelCode="|469986" HotelName="Sabai Sabana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>436 Soi Pattaya 1,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/9/8/6/469986_ab546ae1819.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.79" OriginalAmount="139.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8832262" Longitude="100.8805954" StarRating="3" HotelCode="|151574" HotelName="The Now" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>279/450 Jomtien Beach Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/1/5/7/4/151574_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a lobby, 51 rooms and 8 floors. SITUATION: This establishment, is in Jomtien the beach. ROOM: All the rooms have wooden floors and modern facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.24" OriginalAmount="140.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92129" Longitude="100.86989" StarRating="4" HotelCode="|68190" HotelName="Signature Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>561 South Pattaya Road, Pratumnak Hill, Pattaya 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/1/9/0/68190_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers attentive service. The establishment offers guests views of the bay. The establishment boasts restaurants. ROOM: Customers have fully-equipped rooms. OTHERS: The establishment offers American breakfast free of charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.67" OriginalAmount="140.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93073" Longitude="100.87993" StarRating="3" HotelCode="|404101" HotelName="The A.A Pattaya Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>109/20 M.10 Soi.Pattaya13 T.Nongprue A.Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/1/0/1/404101_6c821f31628.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.26" OriginalAmount="141.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93308637" Longitude="100.88148613" StarRating="3" HotelCode="368604|1246858" HotelName="Sea Me Spring Too" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>311 Moo 9, Soi 10 Pattaya 2nd Road, Nongprue, Pattaya, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/23/8c2300db19a16bcefc60a261cf290a383fc3df44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.26" OriginalAmount="141.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93035" Longitude="100.8803" StarRating="3" HotelCode="|479180" HotelName="Whitehouse Condotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>596/2 Moo12 soi 13 Pattaya 2nd road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/1/8/0/479180_c9a0b691341.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.41" OriginalAmount="141.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.850545" Longitude="100.901067" StarRating="4" HotelCode="|36842" HotelName="Pinnacle Grand Jomtien Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>37/2-11 MOO.2, SUKHUMVIT RD., NA JOMTIEN 37/2-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/8/4/2/36842_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 245 rooms, a lobby, a bar, a restaurant, room service and a laundry service. SITUATION: This hotel is by the beach with private access, is situated 9 kilometres away from Pattaya south This hotel is surrounded by a green area, near the establishment, you will find the tourist area, 160 kilometres away from the establishment, guests will find Suvarnabhumi Airport. ROOM: The establishment has economical rooms, standard rooms, superior rooms and deluxe rooms. All the rooms have a mini-bar, a satellite television, films, a direct line telephone, a bathroom with a shower or bath, a balcony or terrace, an individual air-conditioning system and a double bed. Guests are offered interconnecting rooms. FACILITIES: The establishment has a swimming pool that has an area for children, a bar and a tropical garden. Clients can enjoy activities such as diving, tennis, ping pong, volleyball, billiards, badminton, rowing and darts. it is situated 30 minutes away from 26 golf courses. OTHERS: Regarding the food and beverage offering, clients have a buffet dinner, an Ã  la carte lunch and a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.00" OriginalAmount="141.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.924052" Longitude="100.867177" StarRating="3" HotelCode="318830|1896895" HotelName="Balihai Bay Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>311/15 M. 10 Pattaya Beach Road, T. Nongprue, Walking Street, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/82/21824379606e1997dd893ed49618424b92849749.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.01" OriginalAmount="141.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93303294" Longitude="100.88120428" StarRating="3" HotelCode="351254|1246848" HotelName="Sea Me Spring" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>343/21 Moo 10, Soi 10 Pattaya 2nd Road, Nongprue, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/6f/006f88f47e132ace71f08da906dd1644c9651534.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.01" OriginalAmount="141.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933142910105" Longitude="100.88140002035" StarRating="3" HotelCode="540846|1986035" HotelName="Sea Me Spring Tree Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>343/21 Moo 10, Soi 10 Pattaya 2nd Road, Nongprue, Pattaya, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/af/47afb1c367a9c1c0f1224b6b22611d08408ee382.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.943256401071" Longitude="100.89151386602" StarRating="5" HotelCode="548412|234096" HotelName="Grand Palazzo Hotel Pattaya" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>292 Petchtrakul Road Moo 6, Naklua, Bang Lamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/1c/761cc76eb76dfb76da295e2307ecd18d02aa5506.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.55" OriginalAmount="142.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.930179" Longitude="100.8831124" StarRating="4" HotelCode="|49302" HotelName="Lk Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>MOO 10 SOI 13 PATTAYA 2ND RD., BANGLAMUNG 33/154</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/3/0/2/49302_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, is well-connected, has rooms and with WiFi. The establishment also offers a swimming pool and a jacuzzi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.88" OriginalAmount="142.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9488695" Longitude="100.8964266" StarRating="4" HotelCode="|62895" HotelName="Mike Garden Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO.6 PATTAYA 3 RD. SOI CHALERMPRAKIAT1 NAKLUA 221/71-72</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/8/9/5/62895_60ed0ab0916.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 173 rooms, The establishment boasts air-conditioning, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment also offers a television room, a restaurant, conference facilities, internet (free of charge), room service, a laundry service and a car park. SITUATION: This urban hotel is situated in Pattaya the commercial area of 10 minutes away, you can find the city centre, 10 minutes away from the establishment clients have the beach, 4 minutes away, guests can find the bus station, is situated 125 kilometres away from Suvarnabhumi Airport. ROOM: The establishment has superior rooms, deluxe rooms and suites. They have an electronic key, a balcony, a bathroom with a shower, a bath, a hairdryer and a direct line telephone. They also have cable television, a safety deposit box, internet, a mini-bar, a fridge, a coffee maker, a kettle and an air-conditioning system. FACILITIES: Customers can enjoy a swimming pool that has an area for children, a jacuzzi, a terrace, a sauna, a steam bath, spa treatments and a massage service. 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 Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.94" OriginalAmount="142.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9434642" Longitude="100.8916709" StarRating="5" HotelCode="|277708" HotelName="Grand Palazzo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>292 Moo 6 Petchtrakul Road, Naklua</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/7/0/8/277708_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.03" OriginalAmount="142.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.901236" Longitude="100.868843" StarRating="3" HotelCode="|410609" HotelName="East Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>413/51-53 Thappraya Rd, Jomtien Complex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/6/0/9/410609_f8dcc291636.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.06" OriginalAmount="142.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9105" Longitude="100.868871" StarRating="3" HotelCode="|414678" HotelName="Simply Comfy Apartment By Patsamon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>391/154 Thappraya Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/4/6/7/8/414678_9733a981719.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92806" Longitude="100.878412" StarRating="4" HotelCode="900668|aya_boutique_hotel_pattaya" HotelName="Aya Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>555/54 Moo 10, Pattaya Beach Road, Nongprue, Banglamung, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/0f/6a0f0fa8ca28001e65ad6417ae16b9cfdec457ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located just off an attractive tropical beach, and is only minutes from Pattaya city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.930347" Longitude="100.883272" StarRating="4" HotelCode="906350|lk_renaissance_2" HotelName="LK Renaissance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33/154, Moo 10, Soi Diana, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/d8/b7d8c53ab9433a54b214dd79369dbec68cb77b11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.92" OriginalAmount="143.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9391558" Longitude="100.8903777" StarRating="4" HotelCode="|40630" HotelName="Nova Suites Pattaya By Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>254 M.9, SOI PETCHTRAKOOL NONGPRUE 254</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/3/0/40630_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers excellent service and comfortable facilities. SITUATION: This establishment, is in Pattaya the city centre of Close to the beach, the shopping area and the nightlife.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.87711985" Longitude="100.88531717" StarRating="4" HotelCode="376570|beach_gallery_house" HotelName="Beach Gallery House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131/5 Beach Road Moo 12, Jomtien Beach, Bang Lamung, Pattaya, Thailand, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/f3/2ff340bc023d7ba62043be82c3cc63bf39db7d50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.57" OriginalAmount="144.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92794" Longitude="100.87556" StarRating="4" HotelCode="|152891" HotelName="Aya Boutique Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>555/54 Moo 10, Pattaya Beach Road., Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/8/9/1/152891_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, has a terrace, a covered swimming pool and a gym. SITUATION: This establishment, Pattaya it is close to the beach, is situated in Pattaya the Promenade of Close to restaurants and leisure areas. 15 hours from the establishment, you can find Suvarnabhumi Airport. ROOM: All the rooms have wooden floors, a flat-screen television, a sitting room and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.68" OriginalAmount="144.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.932806" Longitude="100.880724" StarRating="3" HotelCode="|210606" HotelName="Sea Me Spring Tree" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>343/21 SOI 10,MOO 10, PATTAY 2 ROAD,NONGPRUE, BANGLAMUNG CHONBURI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/6/0/6/210606_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.82" OriginalAmount="144.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.943782" Longitude="100.886392" StarRating="3" HotelCode="|407146" HotelName="Paradise Land Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>359/12 North Pattaya Beach Road Soi 5 Nongprue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/1/4/6/407146_84c28481232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.82" OriginalAmount="144.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95173" Longitude="100.88547" StarRating="3" HotelCode="|33976" HotelName="Green Park Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>240/5 Moo 5 Soi Naklua 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/7/6/33976_1_5872.jpg</HotelPictures>
        <HotelDescription>HOTEL: This typical style hotel, is surrounded by a wonderful garden area, has 176 rooms, a safety deposit box service, a currency exchange service, a bar, a restaurant, air-conditioning, conference facilities and a laundry service. SITUATION: Is situated inPattaya the heart of. ROOM: The rooms a bathroom, a direct line telephone, satellite or cable TV, a radio, a mini-bar and an air-conditioning system. FACILITIES: The establishment boasts a swimming pool, jacuzzis, a snack bar and a children's swimming pool. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant with typical dishes and international cuisine, Clients have at their disposal room service and a swimming pool bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.31" OriginalAmount="144.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95128" Longitude="100.889919" StarRating="4" HotelCode="|60679" HotelName="Floral · Dolphin Circle Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>179/185-212 Moo 5 N Pattaya Rd Naklue, Banglamung,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/7/9/60679_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has tropical gardens and sports facilities. SITUATION: Near the establishment, you will findPattaya the beach Pattaya 15 minutes away from the establishment you have It is well-connected with the nightlife, entertainment and leisure areas. ROOM: The establishment has 103 rooms and suites. They have an air-conditioning system, a mini-bar, a satellite TV, a radio, a safety deposit box, internet, a kettle, a coffee maker, a hairdryer and a bathrobe. FACILITIES: Clients can enjoy activities such as tennis, squash, badminton, basketball, aerobics and yoga. Guests can also find a swimming pool, a gym, a climbing wall, a sauna, beauty treatments and a massage service. Regarding the food and beverage offering, there is a restaurant and a cafÃ©.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.33" OriginalAmount="144.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.925999186191" Longitude="100.87438841252" StarRating="2" HotelCode="337883|1867388" HotelName="The Green View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,ATM/Cash Machine,Bar,Massage Centre,Spa">
        <Address>
          <AddressLines>
            <AddressLine>175/51 Walking Street Moo 10, Soi 15, South Pattaya, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/4e/764ec7d147f450e8d48d7b60d323266bec4e28c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Green View offers unique style and a relaxing atmosphere on the famous "Walking Street" well kno...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.943547997348" Longitude="100.8872145229" StarRating="4" HotelCode="356675|234508" HotelName="Season Five Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>235/3 Pattaya Soi 5 Moo 9, Nongprue, Pattaya, Amphoe Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/bc/d2bcd1eca2f440ba4b558a0a92e6df488de7d2ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.77" OriginalAmount="145.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92463" Longitude="100.87818" StarRating="0" HotelCode="|245456" HotelName="Asana and Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>111/279 M.10 South Pattaya Road, Soi 24 Nongprue, Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/4/5/6/245456_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.86" OriginalAmount="145.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.89855" Longitude="100.86745" StarRating="0" HotelCode="|30303" HotelName="Jomtien Palm Beach and Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>408 Moo 12. Jomtien Beach Road 408</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/3/0/3/30303_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel and has 723 rooms, In the entrance, you can find a lobby with a reception, The establishment boasts a restaurant with typical and international cuisine. SITUATION: This modern hotel is in a tropical garden, is in Jomtien the lovely beach of. ROOM: The rooms have fitted carpets, a bathroom with a bath, a sitting area, a double or king-size bed, a hairdryer, a direct line telephone, satellite and cable TV, a radio, a stereo, a mini-bar, a safe (available for a fee), internet, a kettle, a coffee maker, an individual air-conditioning system and a balcony or terrace. PAYMENT METHODS: The establishment accepts Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.937038146076" Longitude="100.89051459161" StarRating="3" HotelCode="436105|at_mind_premier_suites_hotel" HotelName="@Mind Premier Suites Central Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>85/85 Moo 9, Tambol Nongprue, Pattaya, Amphur Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/c8/cdc811b023aeb7ccc9be2e228e24ecb774236b5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91285994" Longitude="100.86763204" StarRating="3" HotelCode="449186|westbury_residence" HotelName="Westbury Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>338/17 M 12 Pratamnak Road, Banlamung, Pattaya City, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/e4/62e4ac3df0fc06ef89a723ff5f74aaedcee57d4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91045225" Longitude="100.86891203" StarRating="3" HotelCode="746824|treetops_pattaya_condominium" HotelName="Treetops Pattaya Condominium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>391/154 Thappraya Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/1e/9f1ea16d302ceed22a4d6a42494cddfc58e9df7c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.52" OriginalAmount="147.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.96844" Longitude="100.89604" StarRating="4" HotelCode="|388492" HotelName="TSix5 Quarter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>555/85 Moo 5, 12 Naklua Rd., Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/4/9/2/388492_4490c991040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="151.59" OriginalAmount="147.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946962" Longitude="100.88866" StarRating="3" HotelCode="186379|143252" HotelName="Sabai Empress Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>436/21 Pattaya 2nd Road, Pattaya City 20150, Chon Buri</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/bd/1abdac3e9a75790840b5f7d5fcc31914c73493ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Pattaya Soi 2 road in the city of Pattaya, just 5 minutes’ walk from the bea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.62" OriginalAmount="148.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.926573" Longitude="100.875562" StarRating="3" HotelCode="|169636" HotelName="Mike" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>564/2 Moo.10 South Pattaya 2rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/6/3/6/169636_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is an ideal place for relaxing, has 104 rooms, internet, a swimming pool and a massage service. SITUATION: This hotel Pattaya it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.70" OriginalAmount="148.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93394295" Longitude="100.88325951" StarRating="3" HotelCode="971624|1201158" HotelName="VTSix Condo at View Talay 6 Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>243/36 Moo 10 Sai Song, View Talay 6 Pattaya Beach Condominium, Between Siam Bay view Hotel &amp; Central Festival, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/ea/daeadc27a2aac6be72fd7363c8925f89d5fe6efc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.49" OriginalAmount="149.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.88198" Longitude="100.88243" StarRating="3" HotelCode="|46105" HotelName="Sarita Chalet and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>JOMTIEN BEACH ROAD 279/373</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/0/5/46105_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex beach, has 82 rooms, a lobby, a restaurant, conference facilities, meeting rooms and WiFi. SITUATION: It is inJomtien the beach road Pattaya it is in Is situated in a peaceful area, is in front of a beach. ROOM: Clients are offered interconnecting rooms, The modern rooms, have a hairdryer, a satellite or cable television, a mini-bar, an individual air-conditioning system and a safe. FACILITIES: Outdoors, guests have access to a swimming pool, The establishment also has a massage service. PAYMENT METHODS: Customers can pay using Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients haveSasitara the restaurant, which serves typical, French and Italian cuisine.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.945835929773" Longitude="100.88557894974" StarRating="4" HotelCode="438758|aone_new_wing_hotel" HotelName="A-One New Wing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>499 North Pattaya Beach Road, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/63/0d63c7ff4859938c6a3c0c86fdedca7e39a579bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.96268491" Longitude="100.90946302" StarRating="4" HotelCode="781854|centre_point_hotel_pattaya" HotelName="Centre Point Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>275 Sukhumvit Road Moo 6, Naklua, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8f/55/8f55b2395c5750422d4c3a17b6c5d50ac813c5bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.21" OriginalAmount="150.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.885689994663" Longitude="100.8787416339" StarRating="3" HotelCode="47008|28614" HotelName="Grand Jomtien Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>356 Jomtien Beach Road, Pattaya City, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/b5/1fb5ef8194cc305f571ff6df98437988d2f7a907.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a quiet part of the sandy Jomtien Beach, only 2 hours from Suwannabhumi Airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.01" OriginalAmount="151.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.973500578726" Longitude="100.89280754328" StarRating="4" HotelCode="9979|28594" HotelName="Garden Sea View Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>207/1 Moo 5 Pattaya - Naklua Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/b0/72b05d5e01900517ea9ed1564dfdb76567b77ecb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive beach hotel is situated on headlands directly beside the sea. From here, it is about...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93466" Longitude="100.88209" StarRating="4" HotelCode="|598211" HotelName="VTSIX at View Talay 6" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>243 View Talay 6 Condominium, Pattaya 2nd Road, Moo 10, Nongprue, Banglamung, Cholburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/2/1/1/598211_603000c2228.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.93" OriginalAmount="152.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93338569" Longitude="100.88122945" StarRating="3" HotelCode="589571|3544635" HotelName="Deep Blue Z10" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>310/10-1 Moo 10, Soi 10 Beach Road, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/f7/edf76d6bd0999aff5b5aaaa4c38ef4cd05aef4c4.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="94" TotalAmount="157.08" OriginalAmount="152.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.930456" Longitude="100.881582" StarRating="4" HotelCode="|38339" HotelName="Intimate  Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>397/42 M.10 SOI 14 SOUTH PATTAYA 2ND ROAD 397/42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/3/3/9/38339_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, has WiFi, (for a fee), cable TV, a safety deposit box service, an electronic key and a conference room. This establishment has 42 rooms a lobby with a reception, express check-out, a currency exchange service and a lift. You are also offered a cafÃ©, a hairdresser's, a bar, a restaurant, room service, a laundry service and a car park. SITUATION: The hotel is in Pattaya the heart of 5 minutes away from the establishment clients have the beach, is located between shopping centres, 3 hours away from the establishment, clients can find Bangkok Airport. ROOM: The establishment has Junior Suites, deluxe rooms and superior rooms. All the accommodation options have an air-conditioning system, WiFi, an electronic key, a mini-bar, a satellite TV, a safe, a bathroom with a shower, a bath, a king-size bed, a hairdryer, a radio, a microwave, a coffee maker, a kettle and a balcony or terrace. FACILITIES: The establishment boasts a swimming pool that has an area for children and an outdoor bar (available for a fee), Guests are offered a sauna, a massage service (available for a fee), spa treatments and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant. PAYMENT METHODS: Customers can pay by credit cards, American Express, Mastercard and Visa. OBSERVATIONS: The establishment offers reception.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.44" OriginalAmount="152.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91019" Longitude="100.881136" StarRating="3" HotelCode="|455857" HotelName="Valhalla Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Thepprasit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/8/5/7/455857_f9925321737.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.73" OriginalAmount="153.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.900647" Longitude="100.86611" StarRating="4" HotelCode="|169745" HotelName="Welcome World Beach Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>439/8-9 Moo 12, Thuppraya Road, Nongprue Banglamung, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/7/4/5/169745_afcf6db1155.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a swimming pool, a reception, a laundry service, meeting facilities and private parking (free of charge). SITUATION: This establishment, is 2 minutes away from Dongtarn the beach 5 minutes away from the establishment, you can find Jomtien the beach Underwater World Pattaya, Bali Hai Pier and The 4-Region Floating Market it is situated 15 minutes away from Art In Paradise 25 minutes away, guests can find. ROOM: Customers can find modern rooms with an air-conditioning system, a balcony, cable television, a mini-bar, kettle, a bathroom with a bath, a hairdryer and a bathrobe. OTHERS: Regarding the food and beverage offering, clients have a cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.77" OriginalAmount="153.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93342" Longitude="100.88117" StarRating="3" HotelCode="|244295" HotelName="Deep Blue Z10 Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>310/10-1 Moo 10, Soi 10 Beach Road Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/2/9/5/244295_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.35" OriginalAmount="153.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.81139079" Longitude="100.91465965" StarRating="4" HotelCode="572370|2173765" HotelName="X2 Vibe Pattaya Seaphere Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Moo 3 Soi Na Jomtien 32, Sattahip, Pattaya, Chonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/689489/a_689489_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="160.54" OriginalAmount="155.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.89349" Longitude="100.873087" StarRating="3" HotelCode="24785|81994" HotelName="Jomtien Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31/71 Moo 12, Nongprue, Banglamoung, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/a1/6ba19ce171e86f9718bb888eb4f376e5e31bd6fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated approximately 147 km south of Bangkok and only a 10-minute drive south of Patt...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.10" OriginalAmount="156.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.87336" Longitude="100.88797" StarRating="4" HotelCode="|221626" HotelName="Royal Heritage Pavillion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>246/91 M.12, Jomtien Beach Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/6/2/6/221626_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.89050014" Longitude="100.8755322" StarRating="3" HotelCode="368022|jomtien_beach_residence" HotelName="Jomtien Beach Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>344/16  Moo 12, Jomtien Beach Road, 20260 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/2e/d22ebc39d379dfaac9712e83bba545961b47c252.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93277854" Longitude="100.8803519" StarRating="3" HotelCode="71657|81271" HotelName="Nautical Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10/10 Soi 11, Pattaya Beach Road, Pattaya City, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/d4/65d450111c559177dd23159ae2408c31e831b307.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92860835" Longitude="100.88460211" StarRating="2" HotelCode="740042|duannaming" HotelName="Duannaming Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Business Centre,Designated Smoking Area,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>420/42 Soi Buakhao Moo 9, Nongprue, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/f9/41f976874d77f26d6916c07aa799b4030090164c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Duannaming Hotel Pattaya offers comfort and convenience whether you're on business or hol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.22" OriginalAmount="158.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.905725" Longitude="100.861815" StarRating="3" HotelCode="|34835" HotelName="Pattaya Park Beach Resort -" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>345MOO 12 TABDHRAYA RD,NONGPRUE, BANGLAMUNG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/3/5/34835_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, renovated in 2002, with air-conditioning, has 14 floors, 720 rooms, 60 suites and 22 apartments. In the entrance, you can find an inviting hall, a reception, a safety deposit box service and a currency exchange service. Guests are also offered a lift, a kiosk, a mini-market, a hairdresser's, shops and a bar. Some of the facilities that the establishment offers to guests include a television room, an Ã  la carte restaurant, a conference room, internet, room service, a playground and a car park. SITUATION: Jomtien It is in a few minutes walk away, you can find the beach, Pattaya it is situated 6 kilometres away from Where you can find a golf course, bars, cafÃ©s, pubs and nightclubs. it is situated 45 kilometres away from Utapao Airport. ROOM: standard rooms, suites and apartments, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, satellite or cable TV, internet, a radio, fitted carpets, a mini-bar a fridge and a large bed. They also have individual heating, an individual air-conditioning system, a balcony or terrace and a safety deposit box (available for a fee), one-bedroom junior suites and have a bathroom, All the rooms have sea views, two bedroom family suites, one-bedroom apartments and have a living room. FACILITIES: Outdoors, guests have access to a swimming pool, a snack bar, deck chairs and parasols. The establishment has a jacuzzi, a sauna and a massage service. Clients can enjoy activities such as beach volleyball, playing billiards, speedboating, use the gym and speedboating. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment offers all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner. dietary restrictions can be accomodated for Clients have at their disposal special dishes, Guests can book all inclusive.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.96" OriginalAmount="159.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933928" Longitude="100.883514" StarRating="3" HotelCode="|412651" HotelName="Viewtalay6 By Pat 42" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>View Talay 6, Floor 3, 243/42 Moo 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/2/6/5/1/412651_d8ebb431636.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.36" OriginalAmount="159.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.932477" Longitude="100.8831" StarRating="3" HotelCode="|440668" HotelName="View Talay 6 Condominium By Honey" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>243/21 Pattaya Second Road, Nongprue, Banglamung, Pattaya, Chonburi, 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/6/6/8/440668_1a3c4bc1706.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.64" OriginalAmount="159.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.950742" Longitude="100.93095" StarRating="3" HotelCode="|411397" HotelName="Taratai Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>158/2 Moo 1, Chaiyapornvitee Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/3/9/7/411397_e2b59721630.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.75" OriginalAmount="159.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.915934" Longitude="100.866866" StarRating="4" HotelCode="|388501" HotelName="Has Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>338/226 Moo 12, Pratamnak Rd., Nongprue, Banglamung,, 20150 Selatan Pattaya, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/5/0/1/388501_8b1ac7f1051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.80" OriginalAmount="160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93343207" Longitude="100.88324995" StarRating="0" HotelCode="971630|view_talay_6_pattaya_beach_condominium_by_hy" HotelName="View Talay 6 Pattaya Beach Condominium by Honey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>243/23 Pattaya Second Road, View Talay 6 Pattaya Beach Condominium, Next to the Hilton Hotel on Pattaya Beach, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/16/e116a35c1c02cdbf681457dedde7b4b2a0e00484.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.51" OriginalAmount="160.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931491" Longitude="100.8798903" StarRating="4" HotelCode="|444884" HotelName="Hermann Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>240 Moo 10, Beach Road Soi 12, North Pattaya Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/8/4/444884_db82a721059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.83" OriginalAmount="161" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90104854" Longitude="100.86773807" StarRating="4" HotelCode="353430|81339" HotelName="Welcome World Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>439/8-9 Moo12 Thruppaya Road Dongtarn Beach Nongprue Banglamung Chonburi, 20150 Pattaya South</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/57/ef/57ef49767d79a448cdfd3c98eb130d13ae57c415.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.66" OriginalAmount="161.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.902202" Longitude="100.86946" StarRating="4" HotelCode="|439391" HotelName="Poseidon Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>413/3-5 Moo 12,Thappraya Road, Nongprue Banglamung, Pattaya, Pattaya, 20260</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/3/9/1/439391_180d0bd1632.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.81" OriginalAmount="162.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="3" HotelCode="9026|28704" HotelName="Pattaya Park Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>345 Jomtien Beach, Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4b/e3/4be3bed0ab00ea8a4b79c3f46e9bea1ff5a7467c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The modern hotel is located on the headland of Jomtien, a quiet and secluded location. The sandy bea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.83" OriginalAmount="163.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.920437" Longitude="100.875266" StarRating="4" HotelCode="915568|1472248" HotelName="Miracle Suite" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>247/130 Moo, 10 Pattaya Third Road, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/46/5e/465e5587d82d11b178e9ee6d53706637934d89d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.53" OriginalAmount="164.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8970456" Longitude="100.8706337" StarRating="4" HotelCode="|34301" HotelName="Jomtien Thani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75/261 Moo 12, Jomtien Beach Road, Pattaya City, Chon Buri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/3/0/1/34301_c18972b0937.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel an ideal place for relaxing, has 246 rooms, a reception, a currency exchange service, a hairdresser's and a laundry service. SITUATION: It is located 500 metres away fromPattaya the beach it is situated 4 kilometres away from the shopping area, 20 minutes away from the establishment, you can find the bus station, Bangkok It is situated 100 kilometres away from. ROOM: The large rooms, have a balcony, a bathroom with a shower and a mini-bar. FACILITIES: There is a variety of facilities and services available at the establishment, including a swimming pool, deck chairs, a children's area, a sauna and a gym. You can also enjoy Thai massages, play ping-pong and playing billiards. PAYMENT METHODS: Customers can pay using credit cards, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: Check-in is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.66" OriginalAmount="164.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.926397" Longitude="100.874324" StarRating="3" HotelCode="|389304" HotelName="W14 Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>109/50 Moo 10, Walking Street Soi 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/3/0/4/389304_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.37" OriginalAmount="165.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.909509" Longitude="100.857982" StarRating="4" HotelCode="|446242" HotelName="The Sanctuary Resort Pattaya, Bw Signature Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>352, 430 Phra Tam Nak 6, Pattaya 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/4/2/446242_0434c121052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.60" OriginalAmount="165.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.844581" Longitude="100.908827" StarRating="3" HotelCode="|408239" HotelName="Carunda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18/16 M00.2 Najomtien Sattahip</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/2/3/9/408239_39814aa1705.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.932490188169" Longitude="100.88235497475" StarRating="4" HotelCode="173404|74002" HotelName="Page 10" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>365/3 Pattaya 2nd Road Soi 10 Moo 10, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/d2/5bd2f7b9440401c78309e53c0a86612d2d039554.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently situated in the heart of Central Pattaya. Popular shopping areas like the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.07" OriginalAmount="169" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92744574" Longitude="100.88622765" StarRating="2" HotelCode="494822|175111" HotelName="Jasmine House @ Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>340/83  Pattaya 3rd Road, Moo 9, Nongprue, Banglumng, Pattaya Central, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/8e/458e292d57acb2d4d9b4c6ea92581f763a50becf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.07" OriginalAmount="169" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951489" Longitude="100.891688" StarRating="3" HotelCode="18229|4008" HotelName="Thai Garden Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>179/168 Moo 5 North Pattaya Road, Naklua, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/31/0f31981ddea03d6507ec1198295d5fc65dac7b34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in North Pattaya, 5 km from the centre of Pattaya. Sights in the near vicinity...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93417499" Longitude="100.89715946" StarRating="3" HotelCode="754202|chezzotel_pattaya" HotelName="Chezzotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Housekeeping,Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine>190/190 Soi Central Pattaya 4 Moo 9, Tambon Nongprue, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/30/903049ccf6d6d5c1068a9bf52b34f07568caaed9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming Hotel is set in Central Pattaya. Chezzotel Pattaya Hotel features a total of 50 rooms....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.43" OriginalAmount="170.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95701" Longitude="100.89278" StarRating="5" HotelCode="|386523" HotelName="Brighton Grand Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>666/66 Moo 5 Naklua 23-25, Naklua Sub-Direct, Banglamung District, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/5/2/3/386523_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.39" OriginalAmount="172.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.938532" Longitude="100.890454" StarRating="4" HotelCode="|388479" HotelName="Arden and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42/111 Moo 9 T.Nong Prue A.Banglamung Chonburi, 20150 Pattaya Central, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/4/7/9/388479_94be3e51044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.80" OriginalAmount="172.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91217" Longitude="100.862104" StarRating="4" HotelCode="|470423" HotelName="Sirin Exclusive And Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>139 Phra Tam Nak 5,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/4/2/3/470423_d48bf3f1132.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.28" OriginalAmount="173.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9629552" Longitude="100.9071368" StarRating="5" HotelCode="|439298" HotelName="Mandarin Eastville, Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>66/66 ,Moo.6 ,Na Kluea, Bang Lamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/2/9/8/439298_a6c40c51002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.11" OriginalAmount="173.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91566306" Longitude="100.85739671" StarRating="3" HotelCode="71638|3651145" HotelName="Birds &amp; Bees Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>366/11 Moo 12, Phra Tam Nak 4 Road, Nongprue, Banglamung, Pattaya, Chonburi  20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/5a/3c5aab40af4e41710e4a5487ef61c3aff97bdd51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.22" OriginalAmount="175.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9216" Longitude="100.8904" StarRating="3" HotelCode="|244173" HotelName="Noursabah Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43/71 Pattaya Tai Soi 10, Bang Lamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/1/7/3/244173_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92831365" Longitude="100.87650391" StarRating="3" HotelCode="945654|pind_balluchi_inn" HotelName="Pind Balluchi Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>325/25-26 Soi 13/3 Moo 10, Near Beach Road, Near Walking Street, Sub District Nong Prue, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/b5/6ab53d8ba8a573829417dd19b7961da6405e742a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.17" OriginalAmount="179.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9452608" Longitude="100.8856359" StarRating="4" HotelCode="|73096" HotelName="A-ONE Pattaya Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115/9 Moo 9 North Pattaya Beach Road, Nong Prue, Banglamung, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/0/9/6/73096_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, has 52 rooms, 44 deluxe rooms and 8 deluxe ocean view rooms. SITUATION: This establishment, is in Pattaya the beach it is surrounded by palm trees. ROOM: The rooms have sea views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.17" OriginalAmount="179.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.936262" Longitude="100.885126" StarRating="4" HotelCode="|439315" HotelName="Blackwoods Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>213/2 Soi 7 Nongprue Banglamung, Pattaya, Chonburi Province 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/3/1/5/439315_779b9cf1015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.43" OriginalAmount="181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.936283" Longitude="100.892546" StarRating="0" HotelCode="|446413" HotelName="Shambhala Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>245/187 Moo. 9 Pattaya 3rd Road Bang Lamung, Pattaya Central 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/1/3/446413_201b2661052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.44" OriginalAmount="181.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.97028242" Longitude="100.88433378" StarRating="4" HotelCode="758552|2322235" HotelName="Golden Tulip Pattaya Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>469 Moo 5, Naklua, Chon Buri, Banglamung, Pattaya  20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/0080599c83de924e/2b/2bf575d136d7b0af8a2763965cde548b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.46" OriginalAmount="182.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.932550111851" Longitude="100.88232670514" StarRating="3" HotelCode="380896|view_talay_condo_6_by_room_rental_service_" HotelName="View Talay 6 Pattaya Beach Condominium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Bar,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>243/37 Moo 10 Second Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/22/9f22d88f79310908b9bc81aa84f2b2131745861e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.12" OriginalAmount="182.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9295979" Longitude="100.883414" StarRating="3" HotelCode="|60657" HotelName="Areca Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>198/21-23 M 9 Soi Diana Inn Pattaya 2nd Rd, Banglamung Chonburi 20260</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/5/7/60657_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 216 rooms and suites. It has air-conditioning, a lobby, a reception, express check-out, a safety deposit box service, a casino and a restaurant. The establishment also offers WiFi, a hairdresser's, a laundry service and bicycle rental. SITUATION: It is inPattaya the heart of close to the establishment, clients can find shopping centres, a beach. ROOM: All the rooms have a bathroom with a shower, a bath, a television, internet, a coffee maker and a kettle. They have individual air-conditioning and a balcony or terrace. FACILITIES: The establishment has 2 swimming pools, a jacuzzi, a gym and a sauna. MEALS: Regarding the food and beverage offering, the establishment offers a set-menu lunch and an Ã  la carte or set-menu dinner. PAYMENT METHODS: The establishment accepts Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.07" OriginalAmount="183.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9284" Longitude="100.788" StarRating="3" HotelCode="|404878" HotelName="Koh Larn Riviera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>170/26 Moo.7 Koh Larn, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/8/7/8/404878_232c53f1119.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.96" OriginalAmount="184.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.87353" Longitude="100.88787" StarRating="4" HotelCode="|83177" HotelName="Royal Thai Pavilion Jomtien Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>246/91 Moo 12, Jomtien Beach Road, Nongprue, Banglamung, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/1/7/7/83177_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This complex Jomtien Beach (Pattaya) it is in Jomtien Beach (Pattaya) 50 kilometres away from the establishment, guests will find Utapao Airport it is situated 155 kilometres away from Suvarnabhumi (Bangkok International) Airport Suvarnabhumi (Bangkok International) 30 minutes away, clients can find golf courses, in just 15 minutes, clients can get to the city centre. HOTEL: This complex has 31 large suites and 5 Royal Chalets. ROOM: The rooms have a bathroom with a shower or bath, a hairdryer, a double or king-size bed, satellite and cable TV, internet, a safety deposit box, a mini-bar, a coffee maker, a teapot and a balcony or terrace. FACILITIES: The establishment has a restaurant and room service. Outdoors, clients can enjoy an uncovered saltwater swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="191.61" OriginalAmount="186.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.897063013455" Longitude="100.87082147598" StarRating="3" HotelCode="21431|138964" HotelName="Jomtien Thani Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>75/261 Jomtien Beach Road Moo 12, Pattaya City, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/19/3419fbc521d2decc00cfbc7ebda771508e000dca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 500 m from the beach in Pattaya - the city is which known worldwide as a moder...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="192.30" OriginalAmount="186.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933580296047" Longitude="100.88188827038" StarRating="4" HotelCode="9427|60698" HotelName="The Bayview Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 18/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>310/2 Moo 10, Beach Road, 20150 Pattaya, Cholburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/5c/255c65bcaf9a381e2ccd9d27e6847d8812cf00fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Beach Road runs between the hotel and the beach and there is also a train station in the immedia...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.61" OriginalAmount="187" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.924652" Longitude="100.874103" StarRating="3" HotelCode="11035|6699" HotelName="Hotel Beverly Plaza" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59/35 Phratamnak Road Moo 10, South Pattaya, Pattaya City, Chon Buri 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/73/4b739838b3c5eb205239774e73d8a95b0c21685a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the city, next to Casino Lisboa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.83" OriginalAmount="188.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8114698" Longitude="100.9146612" StarRating="4" HotelCode="|382645" HotelName="Cross Vibe Pattaya Seaphere" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>223 Moo 3 Soi Na Jomtien 32 Na Jomtien, Pattaya City, Sattahip District, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/6/4/5/382645_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.36" OriginalAmount="188.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92129" Longitude="100.88674" StarRating="3" HotelCode="|169688" HotelName="Piyada Residence Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39023 M10 PATTAYA 3 RDSOUTH PATTAYA CHONBURI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/6/8/8/169688_e03fcec1156.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 75 rooms, internet, a restaurant, a swimming pool and a car park. SITUATION: This establishment, Pattaya it is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.37" OriginalAmount="192.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8716581" Longitude="100.8892184" StarRating="3" HotelCode="|30324" HotelName="Natural Park Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>412 Moo 12, Jomtien Beach 412</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/3/2/4/30324_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 86 standard rooms, a lobby, meeting rooms, a games room, a restaurant, a laundry service and a car park. SITUATION: This complex is situated in Jomtien Road. Is in Cholbury It's 12 kilometres from Mini Siam Theme Park. It's 9 kilometres from Pattaya Railway Station. ROOM: All the rooms have smart bathrooms and modern facilities. Clients are offered presidential suites with 3 bathrooms, a sauna, a hydromassage bath, a living room and a multipurpose room. The establishment has 14 junior suites, 48 superior rooms, 21 suites and 3 Deluxe Suites. All the rooms have a shower, a direct line telephone, a television, a mini-bar and an individual air-conditioning system. FACILITIES: The establishment has 2 swimming pools, a Jacuzzi, a sauna and a billiards table. MEALS: The restaurant offers seafood, Chinese food and international cuisine. Guests are offered a breakfast, lunch and dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="199.05" OriginalAmount="193.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931815" Longitude="100.879819" StarRating="4" HotelCode="187188|1472258" HotelName="LK The Empress" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240/1 M.10 Soi.12, Pattaya Beach Road, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/c1/1fc1abc1e6973af9e6630ebdb15a9e5fb75e6e0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the heart of Pattaya with beachfront views. Surrounding the hotel is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.45" OriginalAmount="193.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.96275" Longitude="100.90963" StarRating="4" HotelCode="|247299" HotelName="Centre Point Prime Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>275 Sukhumvit Road Moo 6, Naklua, Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/2/9/9/247299_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.94" OriginalAmount="194.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946052" Longitude="100.886861" StarRating="0" HotelCode="|446414" HotelName="Payaa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102/35 Moo 9, Pattaya 3 Alley, Pattaya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/1/4/446414_2e245a91006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="200.38" OriginalAmount="194.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.85946152" Longitude="100.89700406" StarRating="4" HotelCode="621438|2373185" HotelName="Veranda Residence Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>211 Moo 1, Pattaya, Chonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/35/6435fe4da3d0d6e61c2f802a5948d31fa34b6436.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="200.95" OriginalAmount="195.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91162489" Longitude="100.87102882" StarRating="3" HotelCode="321649|1203318" HotelName="Baan Souy Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>308/3 Moo 10, Soi 15 Thappraya Road, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/23/e623b45c7d8744b90502f58f79526392b00b7ea0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.88" OriginalAmount="196.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92787576423" Longitude="100.87625293811" StarRating="3" HotelCode="383481|penthouse_hotel_2" HotelName="Penthouse Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>325/61 Pattaya Beach Road Moo 10, Soi 13/4, Soi Pattaya Funland, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3c/5d/3c5d35768a86848e20747b4d9d53d5c011786dae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="203.11" OriginalAmount="197.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.970414" Longitude="100.886238" StarRating="5" HotelCode="39084|38404" HotelName="Garden Cliff Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222/20 Moo 5, Soi 16 Naklua, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/27/c6279d4e4fa645208c8defe277a564446e351bb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly beside Crescent Moon beach within exotic surroundings. It is the per...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.94" OriginalAmount="198.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93071761" Longitude="100.8832102" StarRating="3" HotelCode="961717|many_holiday_the_base_condo" HotelName="The Base Central Pattaya by Many Holiday The Base Condo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88/929 Pattaya Saisong Road, Chon Buri, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/98/4498b02010164be63df2b0b4dfd1227d181a72cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.97" OriginalAmount="199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94079242561" Longitude="100.88970122454" StarRating="4" HotelCode="905811|at_mind_serviced_residence_pattaya" HotelName="@Mind Serviced Residence Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Kitchen,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>99/1-2 Pattaya Second Road Moo 9, Pattaya, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/d3/9ad349a14769b5b6ecfbdef768e4d1e27b2c50e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in central Pattaya, just a 10-minute stroll from the beach with several shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.22" OriginalAmount="199.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.907643" Longitude="100.861053" StarRating="4" HotelCode="|169533" HotelName="The Heritage Pattaya Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>435 Moo 12, Pratumnak 6 Road Nongprue, Banglamung Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/5/3/3/169533_8dafbd61121.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was built in 2010, has an annexed building, a main building, has 248 rooms, 100 single rooms, 148 double rooms, 8 junior suites, 10 suites, 248 rooms adapted for people with reduced mobility, 4Â quadruple rooms and 8 family rooms. This building has facilities for people with disabilities, The establishment has a car park. SITUATION: This establishment, Chonburi it is in it is in the city centre, is well-connected, near the establishment, guests will find the railway station and the bus, close to the establishment, guests have the bus stop, the metro stop and the airport. it is located close to the city, a golf course and the beach.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="205.30" OriginalAmount="199.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94157166085" Longitude="100.89017629623" StarRating="3" HotelCode="186382|1868438" HotelName="The Leela Resort &amp; Spa Pattaya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Apartment Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>155 Moo 9 Pheltrakul Road, Nongprue, Banglamung, Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/a7/a1a78aab19b26753234d3da21baef061bba1bc90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated approximately one and half hours from Bangkok. The property is centrally locat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.48" OriginalAmount="199.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.921625" Longitude="100.860264" StarRating="3" HotelCode="|33539" HotelName="Cosy Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>400 Moo 12 Soi Rajchawaroon Pratamnuk Road Pattaya Chonburi, Pattaya South 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/5/3/9/33539_1_501.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, renovated in 2005, with air-conditioning, has 14 floors, 304 rooms and 3 suites. In the entrance, guests are offered a lobby with a reception, a currency exchange service and a safety deposit box service. Guests are also offered a cafÃ©, a hairdresser's, shops, a souvenir shop, an Ã  la carte restaurant, internet and WiFi. There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: It is inPattaya south it is near the city centre, Where you can find shops, bars and restaurants. it is situated 60 kilometres away from Utapao Airport the establishment is 150 kilometres away from the international airport. ROOM: standard rooms and suites, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, internet, satellite or cable TV, a mini-bar, a large bed, an air-conditioning system, fitted carpets, a safety deposit box (available for a fee), a kettle and a coffee maker. FACILITIES: Outdoors, clients can enjoy 2 swimming pools with children's areas, a snack bar, a sunbathing terrace, deck chairs and parasols. Guests are offered a massage service, Clients can enjoy activities such as water-skiing, windsurfing and parasailing. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. dietary restrictions can be accommodated Customers have at their disposal special dishes can be made. PAYMENT METHODS: Customers can pay using Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.37" OriginalAmount="200.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9009" Longitude="100.8654" StarRating="0" HotelCode="|83202" HotelName="Avalon Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>436 Moo 12, Thuppraya Road, Dongtarn Beach, Jomtien, Nongprue, Banglamung, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/2/0/2/83202_aaa35971134.jpg</HotelPictures>
        <HotelDescription>SITUATION: This complex is in Dongtarn (Jomtien) the beach Dongtarn (Jomtien) Bangkok it takes 120 minutes to get to 10 minutes away, you can find Pattaya the centre of Close to Pattaya Park the beach In the surrounding area, you can practise activities and leisure activities. HOTEL: The complex has 79 rooms, a restaurant, internet and room service. ROOM: The spacious rooms, have tiled floors, wooden furniture, a bathroom with bath and shower, a hairdryer, a bathrobe, a direct line telephone, cable television, a DVD player and WiFi. Are also equipped with a mini-bar, a coffee maker, a kettle, a safe, an individual air-conditioning system, sofas, a balcony and a smoke detector. FACILITIES: Outdoors, guests have access to a swimming pool, Guests can also enjoy a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.29" OriginalAmount="202.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.97011" Longitude="100.8864" StarRating="5" HotelCode="|30301" HotelName="Garden Cliff Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>220/21 Moo 5, Soi 16 Naklua, Pattaya, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/3/0/1/30301_1_4020.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Garden Cliff Resort and Spa is rated five stars. It was built in 2005, has 3 restaurants, lifts, a concierge, a safety deposit box service, a swimming pool, a sauna, room service, a cafÃ© and business facilities. SITUATION: It is in the coast of Pattaya. ROOM: The establishment has 249 rooms with a hairdryer, an air-conditioning system and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.21" OriginalAmount="203.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.953058" Longitude="100.883405" StarRating="0" HotelCode="|396388" HotelName="Lk Emerald Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>189 Moo 5 Soi 20 Pattaya-Naklua Rd., Naklua, Banglamung, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/3/8/8/396388_c4565ec1108.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.95" OriginalAmount="204.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9492827" Longitude="100.8868441" StarRating="4" HotelCode="|388443" HotelName="Ozo North Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>240 / 43 Moo.5 Naklua Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/4/4/3/388443_906996d1024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.15" OriginalAmount="205" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94589" Longitude="100.888776" StarRating="4" HotelCode="224707|51413" HotelName="Siam@Siam Design Hotel Pattaya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>390 Moo 9, Pattaya Sai 2 Road, Nongprue, Pattaya 20150, Banglamung, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/b8/66b8c837abbddc7580b5141f85f06552a05f19b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Chonburi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.85" OriginalAmount="205.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92801" Longitude="100.87627" StarRating="3" HotelCode="|244878" HotelName="Penthouse - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soi Pattayaland 2, Pattaya Funland Pattaya Beach Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/8/7/8/244878_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.27" OriginalAmount="206.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91848" Longitude="100.872067" StarRating="3" HotelCode="|405537" HotelName="Le Prive Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>praya Road Soi1 Nongprue Banglamung Chonburi 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/5/3/7/405537_e57fcd81153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.58" OriginalAmount="208.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.87788" Longitude="100.88522" StarRating="4" HotelCode="|246754" HotelName="Marine Beach Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>131/62 Moo 12 Jomtien Beach Rd. Nongprue, Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/7/5/4/246754_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.86" OriginalAmount="208.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.878" Longitude="100.88516" StarRating="0" HotelCode="|246995" HotelName="Bay Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>132/3, 277/9 Moo.12 Soi Jomtien 14/1 Na Jomtien Rd., Nongprue, Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/9/9/5/246995_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.33" OriginalAmount="211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91878719" Longitude="100.87276714" StarRating="0" HotelCode="749138|le_prive" HotelName="Le Prive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Coffee Shop,Dry Cleaning,Golf,Internet,Laundry,Parking,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>146/43 Thappraya Road Soi 1 Moo 10, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/67/0067ab1b66c9ec5cae3a1d77fdb9f124dc3af97b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of South Pattaya, Le Prive promises a relaxing and wonde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.34" OriginalAmount="211.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9423718" Longitude="100.8852272" StarRating="4" HotelCode="|40400" HotelName="The Pattaya Discovery Beach  Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>489 Moo 9, Sol 6/1, North Pattaya Beach Road Banglamung, Pattaya, Chonburi, 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/0/0/40400_1_1575.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, was built in 2007, has 12 floors, 165 rooms, it offers a lobby, a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a hairdresser's, a bar, a games room, a pub, a television room, a restaurant, conference facilities, internet, WiFi, room service, a laundry service and a car park (for a fee), Children can enjoy a playground. SITUATION: It is inPattaya northern 10 metres away from the establishment, you can find the beach, Clients can find shops, banks, mini-markets, restaurants, bars and leisure areas. it is situated 120 kilometres away from Bangkok Airport. ROOM: The traditional in style rooms, has a balcony, a bathroom with telephone, a hairdryer, a bathrobe, slippers, a mini-bar, a coffee maker, a kettle, a television, a radio, a stereo, internet, a washing machine, an iron, an air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a body care area and a solarium. Guests can enjoy enjoy tennis, At an extra cost, you can find a gym, a swimming pool with hydromassage, children's swimming pools, an outdoor bar and water slides. it is located 30 minutes away from Pattaya Country the golf course of. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, Guests are offered American breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: The establishment accepts Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.83" OriginalAmount="213.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.97151" Longitude="100.903" StarRating="3" HotelCode="|34667" HotelName="Kram Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88/17-18 MOO 2 PATTAYA NAKLUA RD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/6/7/34667_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has a main building, 76 rooms, 3 chalets, meeting rooms with a TV, a video player and conference facilities. This establishment has air-conditioning, a safety deposit box service, a currency exchange service, a bar, a restaurant, room service and a laundry service. SITUATION: It is inNaklua the road of Bangkok it is 90 minutes away from It is situated 2 hours away from the international airport. ROOM: The rooms a bathroom, a satellite or cable television, a mini-bar, a central air-conditioning system, a safety deposit box and a terrace. FACILITIES: Guests can enjoy an outdoor swimming pool, a beach for private use and a gym. OTHERS: The establishment offers lunch and dinner service and a cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.42" OriginalAmount="214.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90660457" Longitude="100.88838894" StarRating="3" HotelCode="848910|the_cinnamon_resort_pattaya" HotelName="The Cinnamon Resort Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>64/124 Moo 12, Jomtien Beach, Pattaya, Chonburi Province, Eastern Thailand</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/b6/ebb6ac1198d158ff539682912a122ba687de90c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.47" OriginalAmount="214.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.96401" Longitude="100.88573" StarRating="4" HotelCode="|36857" HotelName="Long Beach Garden Hotel &amp; Pavilions" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>499/7 MOO 5, 16 NAKLUA RD, WONGAMART BEACH 499/7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/8/5/7/36857_1_29.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 16 floors, an annexed building, air-conditioning, 670 rooms, a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, a hairdresser's, a cafÃ©, a bar, a restaurant, conference facilities and WiFi. There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This family-owned hotel, Pattaya is situated in it is near Coralina the island the botanical garden, is 50 metres away from Wongamart the beach it is situated 2 kilometres away from the city centre, is situated 130 kilometres away from Suvarnabhumi Airport. ROOM: luxurious, standard rooms and elegant suites, a bathroom with a bath, a shower, a hairdryer, a direct line telephone, a television, internet, a mini-bar, a coffee maker, a kettle, a safety deposit box, an individual air-conditioning system and a balcony or terrace. FACILITIES: Outdoors, clients can enjoy a swimming pool, parasols and deck chairs. The establishment also has a pool bar, a terrace, a gym, a sauna, a spa and a massage service. At an additional cost, you can play ping-pong and billiards. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and Ã  la carte, menu or buffet lunch and dinner. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.21" OriginalAmount="214.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.919195" Longitude="100.85962" StarRating="3" HotelCode="|440593" HotelName="The Andromeda Condominium" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>247/125-126 Bang, Lamung District, Pattaya, Chonburi, 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/5/9/3/440593_8c0140c1231.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.40" OriginalAmount="214.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9103984" Longitude="100.8571047" StarRating="3" HotelCode="|169703" HotelName="Royal Beach View Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>362/9 Soi 5, Moo 12 Pratumnak Road, Nongprue, Banglamung, Cholburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/7/0/3/169703_e9abe0a1105.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 36 rooms and a restaurant. SITUATION: This establishment, Phra Tamnak Hill it is in 50 metres away you can find a beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.45" OriginalAmount="215.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.940069803694" Longitude="100.88430150403" StarRating="4" HotelCode="435401|mera_mare_hotel" HotelName="Mera Mare Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>420/200 Beach Road Moo 9, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/43/ac4369e78a736ef62a73e4df5d3ed2a086db353d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.45" OriginalAmount="215.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91261271" Longitude="100.87356094" StarRating="0" HotelCode="759406|sansuk_suana__guesthouse" HotelName="Sansuk Sauna And Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Bar,Business Centre,Designated Smoking Area,Elevator,Internet,Massage Centre,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>391/66 Soi 11 Thappraya Road Moo 10, Jomtien, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2f/e42feb421dc85b1b8efbcaeb84e2742ef47b90b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Phra Tamnak Hill, Sansuk Gay Sauna and Guesthouse pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.55" OriginalAmount="215.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9237566" Longitude="100.8697128" StarRating="5" HotelCode="|31252" HotelName="Siam Bayshore Resort Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>559, Moo 10, Beach Road, Pattaya 20150 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/2/5/2/31252_1_1577.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Pattaya Beach, close to Pattaya Beach, Walking Steet, Bali-Hai Pier and the Ripley's Believe It or Not Museum.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="221.68" OriginalAmount="215.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.947777" Longitude="100.887319" StarRating="4" HotelCode="300250|TH000052" HotelName="Mercure Pattaya Ocean Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>463/100 Moo 9, Pattaya Second Road-Nhongprue Banglamung, 20260 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/ee/f5ee758604c37c92fb79b11f594c68d57e692d83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.33" OriginalAmount="216.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9466" Longitude="100.888" StarRating="4" HotelCode="|397057" HotelName="Xq Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>436/628, Bang Lamung District, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/0/5/7/397057_3a642b11034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.48" OriginalAmount="216.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.962310893508" Longitude="100.89573383331" StarRating="3" HotelCode="26520|4470905" HotelName="Naklua Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88/17-18 Moo 5, Pattaya-Naklua Raod, Banglamung, 20150 Cholburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0a/32/0a32436bf078489641aefdd06a78f4da6223b610.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on Naklua Road in Pattaya city. The hotel is approximately 90 minutes from Ban...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.12" OriginalAmount="217.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.952811" Longitude="100.889352" StarRating="4" HotelCode="|455260" HotelName="Akara Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>777, Moo 5 Muang Pattaya (159 Pattaya-Na Kluea Road)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/2/6/0/455260_b42f9741244.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.47" OriginalAmount="220.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.940884" Longitude="100.888968" StarRating="4" HotelCode="|388458" HotelName="The Leela Resort and Spa Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155 Moo 9 Pettrakul Rd. Nongprue, Banglamung, Pattaya, Chonburi, 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/4/5/8/388458_1f60b2a1047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="228.05" OriginalAmount="221.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923704390442" Longitude="100.86962644667" StarRating="4" HotelCode="9028|28784" HotelName="Siam Bayshore" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>559 Beach Road, Pattaya City, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/b2/ddb27c142feec52339ca7362a10fe296e87d6ffa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unique hotel in Pattaya is situated in an 80,000 m² of lush, tropical garden.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.48" OriginalAmount="221.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.930548" Longitude="100.888099" StarRating="4" HotelCode="|388485" HotelName="Amber Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>399/9-10 M.9 Pattaya 3rd Rd.Soi Chalermprakiat 21Nongprue, BanglamungChon Buri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/4/8/5/388485_e59f1ee1005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="230.81" OriginalAmount="224.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92921" Longitude="100.880305" StarRating="5" HotelCode="118743|92537" HotelName="Baraquda Pattaya - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Business 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,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>485/1 Pattaya 2nd Road Moo 10, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1a/b7/1ab7941efa5c27299bca125be4393c206d00ab12.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of central Pattaya which is close to The Avenue, (a lifestyle sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.81" OriginalAmount="227.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8663701" Longitude="100.89270408" StarRating="3" HotelCode="582872|zand_morada_pattaya" HotelName="Zand Morada Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>126 Jomtien Sai 1 Road, Moo 1, Najomtien, Sattahip, Pattaya, Chaonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/da/f1da4e62be9e8f2dd75430e6e11fb0f4b5b68d31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="235.54" OriginalAmount="228.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.892125087925" Longitude="100.87696317752" StarRating="3" HotelCode="380816|521962" HotelName="Costa Village Pool Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 18/05/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>344/81 Soi Jomtien 9, Jomtien beach Road, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/61/2a6104890ba09ab0843f2e1d3a8be8af97b7e7d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Pattaya.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="239.99" OriginalAmount="233.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.88547882" Longitude="100.89027374" StarRating="3" HotelCode="754192|busaba_house" HotelName="Busaba House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>25/4 Moo 12, Nong Prue, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/b4/33b49d3bd1ce5099af97cb40b72902e286d1a802.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.57" OriginalAmount="234.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.968604" Longitude="100.895493" StarRating="5" HotelCode="|388449" HotelName="Tsix5 Phenomenal Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>555/87, Moo 5, Soi 12 Naklua Road, Banglamung, Chonburi, 20150 Pattaya North, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/4/4/9/388449_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="245.82" OriginalAmount="238.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.838723" Longitude="100.909194" StarRating="0" HotelCode="|32958" HotelName="Ambassador City Jomtien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21/10 Sukhumvit Rd., Na Jomtien</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/9/5/8/32958_49dcd6b1109.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 4210 rooms, This establishment is ideal for family holidays, with air-conditioning, has a lobby, a reception, a safety deposit box service, a currency exchange service, a lift, a kiosk, a hairdresser's, a games room, a playground, a cafÃ©, a bar and a restaurant. You are also offered conference facilities and WiFi. At an additional cost, you can enjoy room service and a laundry service. nearby, there is a car park. SITUATION: This beach hotel is situated 10 minutes away from Pattaya the centre of it is near the beach, In the surrounding area, you can find public transport services, shops and the tourist attractions. it is situated 100 kilometres away from Suvarnabhumi Airport it is situated 190 kilometres away from Don Mueang Airport. ROOM: The establishment has 385 single rooms, 2965 double rooms and 860 suites. The rooms have a king size or double bed, a direct line telephone, a bathroom with a shower, a bath, a hairdryer, a satellite or cable television, internet, a mini-bar, a coffee maker, a kettle, an iron, an air-conditioning system and a balcony or terrace. FACILITIES: The establishment boasts 5 swimming pools, an outdoor pool, deck chairs and an outdoor bar. The establishment also has a hydromassage bath and a sauna. For a fee, guests can enjoy a gym, a steam bath, a spa and a massage service. in the surrounding area, you can find a beach, Where customers can find deck chairs, At an extra cost, you can find water sports, water-skiing, jet-skiing, diving, windsurfing, jet-skiing, sailing and beach volleyball. Guests can also enjoy play badminton, squash, tennis, play ping-pong, playing billiards and darts. it is located 10 minutes away from Phoenix Golf Course the golf course. OBSERVATIONS: Ask about key collection. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Clients have at their disposal a cafÃ© and room service. Regarding the food and beverage provision, the establishment offers American buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="248.43" OriginalAmount="241.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.918931" Longitude="100.858255" StarRating="3" HotelCode="|162429" HotelName="Pattaya Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>286/4 Kaopratamnak Rd. Nhongprue Banglamung Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/2/4/2/9/162429_1.jpg</HotelPictures>
        <HotelDescription>FACILITIES: The establishment boasts a swimming pool on the roof terrace, WiFi (free of charge) and a transfer service. SITUATION: This establishment, is a 5-minute walk away from The Avenue the shopping centre about 10 minutes away (by car) from the leisure areas, and Central Festival the shopping centre. ROOM: It has bright, large rooms with an air-conditioning system, cable television, a fridge, a balcony and a bathroom with a shower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.62" OriginalAmount="243.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9239" Longitude="100.789" StarRating="3" HotelCode="|408630" HotelName="Suntosa Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>162 M.7(Na Baan Pier) Naklua Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/6/3/0/408630_63777450907.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.88" OriginalAmount="244.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9330722" Longitude="100.88237" StarRating="4" HotelCode="|31653" HotelName="The Bayview  Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>310/2 BEACH ROAD 310</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/6/5/3/31653_1_1611.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for family holidays, has 270 standard rooms and suites, 9 floors, a reception, a safety deposit box service, a currency exchange service, a hairdresser's, WiFi and conference rooms. The establishment has restaurants, a swimming pool, a garden, room service, a laundry service and a car park. SITUATION: This hotel is situated near the beach and the railway station. It is 45 minutes away from U-Tapao Airport. In the surrounding area, you can find shops and a shopping centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.72" OriginalAmount="247.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.88576" Longitude="100.88223" StarRating="2" HotelCode="|36843" HotelName="Welcome Jomtien Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>427 Moo 12 Jomtien Beach Rd 427</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/8/4/3/36843_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, has 381 rooms and 18 floors. This air-conditioned hotel has a lobby, with a reception, a safety deposit box service, a currency exchange service, a lift, a restaurant and internet. The establishment has room service, a laundry service, a car park, conference rooms and 9 meeting rooms. SITUATION: It is 200 metres away fromJomtien Beach the beach it is near shops, the leisure areas, 10 kilometres away from the establishment, guests will find a bus station, is situated 150 kilometres away from Suvarnabhumi Airport. ROOM: Guests are offered deluxe rooms with views of the sea, a balcony and wooden floors. You are offered superior rooms and with a balcony and sea side views and parquet flooring and standard rooms with a balcony, sea side views and fitted carpets. All the rooms have a bathroom with a shower or bath, a direct line telephone, a television, a mini-bar, a double bed and individual air-conditioning. FACILITIES: The establishment boasts a gym, an outdoor pool (available for a fee) and parasols (available for a fee), it is located 30 minutes away from Siam Country Club the golf course of. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, The establishment offers an Ã  la carte restaurant with traditional and international cuisine. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OBSERVATIONS: Customers have a reception, a security service and safe free of charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.72" OriginalAmount="250.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.918974" Longitude="100.858141" StarRating="0" HotelCode="|440727" HotelName="Cross Pattaya Pratamnak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>286/4 Moo 12 Kasetsin Road, Nongprue, Banglamung Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/7/2/7/440727_e590a251037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.65" OriginalAmount="261.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933293" Longitude="100.891527" StarRating="5" HotelCode="|440726" HotelName="Arbour and Residence Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99/10 M.9 Pattaya 3rd Rd., Tambol Nongprue Amphur Banglamung, Chon Buri, Thailand, 20150 Pattaya, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/7/2/6/440726_fe689e21030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.72" OriginalAmount="261.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.833017" Longitude="100.912557" StarRating="5" HotelCode="|60690" HotelName="Ravindra Beach Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>246 M. 4, Sukhumvit Road, Na Jomtien, Sattahip, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/9/0/60690_1_2158.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 277 rooms, a lobby, a bar, a pub, a restaurant, conference facilities, internet in communal areas and a games room. SITUATION: This beach hotel is located 100 metres away from the promenade, Pattaya it is 15 minutes away from it is situated 1,5 kilometres away from Suvarnabhumi Airport. ROOM: The establishment has 277 standard rooms and suites 5 chalets, with swimming pool, have an air-conditioning system, a satellite television, a DVD player, a direct line telephone, WiFi, a bathroom with a bath, a shower, a hairdryer, slippers, a fridge, a mini-bar, a coffee maker, a kettle, a safety deposit box, a balcony and a terrace. FACILITIES: Outdoors, clients have access to a swimming pool with an open-air bar, The establishment boasts a gym, a massage service and a spa. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant where they serve seafood, typcial local cuisine and international cuisine, a coffee shop and room service. Customers have at their disposal karaoke and a lounge. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.18" OriginalAmount="262.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9446719" Longitude="100.8874083" StarRating="5" HotelCode="|169421" HotelName="Terra Nara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>239 Moo 9, Beach Rd., Soi 4, Nongprue, Banglamung, Pattaya.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/4/2/1/169421_7dbc9391221.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has excellent service. SITUATION: This establishment, Pattaya Soi 4 it is in near the establishment, guests will find the beach and shops, is in the city centre excellent transport links to the shopping area, the nightlife and restaurants. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="271.69" OriginalAmount="263.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.952377" Longitude="100.887904" StarRating="4" HotelCode="19433|28824" HotelName="Woodlands Hotel &amp; Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164/1 Pattaya-Naklua Road Moo 5, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/1a/e51a6c30ab126f0d1d4c720a77039285679fff2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated just 5 minutes by foot from North Pattaya Beach. It is a world famous holiday...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.85" OriginalAmount="266.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.947592" Longitude="100.88704" StarRating="0" HotelCode="|396399" HotelName="One Patio Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>464/59 Moo 9, Pattaya 2nd Road, Tambon Nongprue, Amphur Banglamung, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/3/9/9/396399_e6863800946.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="276.27" OriginalAmount="268.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.832107" Longitude="100.911053" StarRating="4" HotelCode="67538|98459" HotelName="Ravindra Beach Resort" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 12/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>246 Moo 4, Sukhumvit Road. (km.157), Na Jomtien, Pattaya, Sattahip, Chonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/71/0471df0a919920f08cef1e904a1568c389fc4a87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach resort is within 100 metres of the beach front, 15 minutes from Pattaya City and only 1.5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="277.27" OriginalAmount="269.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93402" Longitude="100.885155" StarRating="4" HotelCode="|446216" HotelName="Somerset Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>528 Moo 10, Pattaya 2 Road, Nongprue, Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/1/6/446216_b7a78ac0739.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="281.01" OriginalAmount="272.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.962186735104" Longitude="100.8850774169" StarRating="5" HotelCode="9021|84535" HotelName="Pullman Pattaya Hotel G" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Conference Hotel,Family-friendly 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,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Pattaya-Naklua Roadd, Soi 16, 445/3 Wongamart Beach, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/5f/7a5f59b383ad7b236a3d08a123d1fe21b8f2c8c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious resort is serenely situated on one of the finest beaches in the Gulf of Thailand, Won...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="285.53" OriginalAmount="277.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.83257" Longitude="100.90978" StarRating="4" HotelCode="|46189" HotelName="Dor-shada Resort By The Sea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>256 Moo 4 Najomtien, Sattaheap, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/8/9/46189_260e80e1122.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex beach, was built in 2008, has 172 rooms, 16 chalets, a lobby, a playground, a restaurant, conference facilities and WiFi. SITUATION: It is inJomtien the private Beach of Pattaya it is in near the establishment, you will find the city centre. ROOM: The rooms have direct access to, the swimming pool, hydromassage, a bathroom with a shower or bath, a double bed, a direct line telephone, satellite or cable TV, a mini-bar and individual air-conditioning. FACILITIES: Outdoors, guests have access to a swimming pool with an outdoor bar, The establishment has a gym, spa treatments and a golf course. PAYMENT METHODS: Customers can pay by Mastercard and Visa. OTHERS: The establishment offers all meals Ã  la carte.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="285.93" OriginalAmount="277.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.950208425287" Longitude="100.88450074196" StarRating="5" HotelCode="9019|28584" HotelName="Dusit Thani Pattaya" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Apartment Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240/2 Pattaya Beach Road, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/40/494071a28ad8f76edfef033bdfffcf4a977262d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located directly beside a private beach at the north end of Pattaya Bay. In abo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.43" OriginalAmount="281.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.947577761844" Longitude="100.89148851035" StarRating="3" HotelCode="380893|rose_bay_resort_2" HotelName="Rose Bay Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,ATM/Cash Machine,Bar,Beauty Salon,Coffee Shop,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Massage Centre,Parking,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8/162 Pattaya 2nd Road Moo 6, Soi 1, Na-Klua Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/49/0c49599826e0c2322fd39d5bb7e483c042f40e43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Rose Bay Resort in Pattaya Central Pattaya, you'll be minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.57" OriginalAmount="283.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94538" Longitude="100.8871" StarRating="5" HotelCode="|221380" HotelName="Mytt Hotel Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Moo 9 North Pattaya Beach Road, T.Nongprue A.Banglamung, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/3/8/0/221380_1_5730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="293.39" OriginalAmount="284.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.859244933581" Longitude="100.89688388295" StarRating="5" HotelCode="327770|435898" HotelName="Veranda Resort Pattaya MGallery by Sofitel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>211 Na Jomtien Soi 4, Moo 1, Chonburi, Pattaya 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a0/a0f166d1e871845a/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located off the beaten track, this hotel is situated about 10 km from the centre of Pattaya.</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="294.94" OriginalAmount="286.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9700086" Longitude="100.8946636" StarRating="5" HotelCode="|95390" HotelName="The Zign Premium Villa - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>555/65 Moo 5, 12 Naklua Rd., Banglamung, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/3/9/0/95390_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel is in Pattaya northern it is in Wongprachan the beach 5 minutes away from the establishment, guests will find Pattaya the centre of. HOTEL: The establishment has banquet facilities, 4 restaurants, 4 bars, swimming pools, a gym, a spa, a jacuzzi, a laundry service, a currency exchange service, a medical care service and a car park (for a fee). ROOM: All the rooms have an air-conditioning system, internet, a television, a safety deposit box and a mini-bar. Guests are offered double rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.11" OriginalAmount="287.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95224" Longitude="100.88777" StarRating="4" HotelCode="|35709" HotelName="Woodlands and Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>164/1 MOO 5 PATTAYA-NAKLUA ROAD 164/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/0/9/35709_1_6657.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet complex, has 134 rooms, a lobby, express check-out, a reception, a safety deposit box service, a currency exchange service, a cafÃ©, a bar, a restaurant, WiFi, room service and a car park. SITUATION: It is 5 minutes away fromPattaya the beach it is in a peaceful area, 400 metres away, guests will find the beach, shops, leisure activities and restaurants. Bangkok It is situated 145 kilometres away from it is situated 120 kilometres away from Suvarnabhumi Airport it is situated 150 kilometres away from Don Mueang Airport. ROOM: The establishment has recently renovated superior rooms, They are equipped with a balcony or terrace, a swimming pool and garden views, a satellite TV, a mini-bar, a direct line telephone, a bathroom with a shower, a bath, a hairdryer, a radio, a stereo, internet, a coffee maker, a kettle, a safety deposit box and an individual air-conditioning system. Our guests also have available Deluxe Pool rooms Suite Pool rooms and with direct access to the swimming pool. FACILITIES: The establishment boasts 2 swimming pools, an outdoor bar, a gym, a sauna, a steam bath, a spa with a massage service and treatments. MEALS: Regarding the food and beverage offering, the establishment offers a coffee shop, Garden the bar a bar with terrace and a bakery. Guests are offered 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="63" TotalAmount="297.67" OriginalAmount="289.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.939863" Longitude="100.88795" StarRating="3" HotelCode="401198|grand_sole_pattaya_beach_hotel" HotelName="Grand Sole" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>370, Pattaya 2nd Road, Pattaya City, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/09/7909ff3e50ded1e31cf4ea33e482f6b35e6f63ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located near to the business centre of Pattaya and is just 5 km from Pattaya bus ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="303.86" OriginalAmount="295.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.952271" Longitude="100.884415" StarRating="4" HotelCode="|446239" HotelName="Courtyard By Marriott North Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>240/44-45 Soi Naklua 22, Moo 5, Naklua, District Bang La Mung, Pattaya, Thailand, 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/3/9/446239_e5726821021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="305.09" OriginalAmount="296.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.952381" Longitude="100.887976" StarRating="4" HotelCode="96808|93040" HotelName="Woodlands Suites Serviced Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>172/3 Soi Naklua 22 Moo 5, Naklua, Benglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/b5/1bb5178ca5576d6d2f7bea979fe91fd2c7169633.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Northern Pattaya, in peaceful surroundings, away from the hustle and bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.13" OriginalAmount="297.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9397104" Longitude="100.8877235" StarRating="3" HotelCode="|36853" HotelName="Grand Sole Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>PATTAYA 2ND RD. PATTAYA CITY, CHOLBURI 370</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/8/5/3/36853_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel centrally located, has meeting facilities, 226 standard rooms, a safety deposit box service, a nightclub, a restaurant, room service and a laundry service. SITUATION: This urban hotel is close to the Pattaya business district, 5 kilometres away from the railway station the bus station. It's 1.4 kilometres from the harbour. ROOM: Guests are offered 11 floors. Each room has luxurious furniture, a television, a mini-bar, individual air-conditioning and fitted carpets. FACILITIES: The establishment has an outdoor pool and a massage service. Close to the establishment, clients can find a beach. OTHERS: Guests of the establishment can enjoy a cafÃ©. The establishment offers a breakfast service and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="307.97" OriginalAmount="299.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.85561619" Longitude="100.89925552" StarRating="4" HotelCode="393193|saisawan_beach_resort" HotelName="Saisawan Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>336-338 M.1 T.Najomtien, A.Satahip, Chonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/cf/dccf0347e889ea85e34f3bcc9425275bd24f80fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="309.00" OriginalAmount="300" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.939119" Longitude="100.885493" StarRating="4" HotelCode="20548|1198" HotelName="Hard Rock Hotel Pattaya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 18/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>429 Pattaya Beach Road Moo 9, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/c4/b0c48e064a3ed706a1ab7e764d3bc4fe95666dd9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located in Pattaya on the Gulf of Thailand. The hotel complex is only across t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.79" OriginalAmount="302.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.970204" Longitude="100.894995" StarRating="5" HotelCode="|37751" HotelName="The Zign Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>555/65 MOO 5, 12 NAKLUA RD., BANGLAMUNG 555/65</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/7/5/1/37751_1_7079.jpg</HotelPictures>
        <HotelDescription>SITUATION: This luxurious hotel is in North Pattaya the beachfront it is in Naklua the area close to the establishment, clients can find the sanctuary, is 10 minutes away from Pattaya the heart of In the surrounding area, you can find shopping centres, leisure areas and shops. ROOM: Customers can find modern rooms. FACILITIES: Clients can enjoy activities such as yoga and aerobics. Guests are offered treatments, a spa and a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="312.56" OriginalAmount="303.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.962663" Longitude="100.885095" StarRating="5" HotelCode="|119906" HotelName="Pullman Pattaya G" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>445/3 Wongamart Beach, Pattaya-Naklua Road, Soi 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/9/0/6/119906_4aabb220906.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Pullman Pattaya G is rated five stars, has luxury facilities, swimming pools, a spa and a restaurant. SITUATION: This establishment is close to the city centre of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="313.02" OriginalAmount="303.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927747" Longitude="100.883557" StarRating="4" HotelCode="|446231" HotelName="Amethyst Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>799/1 Moo 10, Soi Buakhao15, Nongprue Banglamung Chonburi, 20150 Pattaya South, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/3/1/446231_a8ca3141020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="313.35" OriginalAmount="304.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.945646975307" Longitude="100.88561654091" StarRating="4" HotelCode="166905|28764" HotelName="A-One The Royal Cruise" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>499 North Pattaya Beach Road, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/91/1d91c9beeb64a031bf5bf87f2ea7b2ebb5ed4c2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday complex is located near the centre of the city of Pattaya, on the Gulf of Thailand, and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.15" OriginalAmount="305.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95667396" Longitude="100.89188172" StarRating="4" HotelCode="783216|m_pattaya_hotel" HotelName="M Pattaya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>571/112 Naklua Road Moo 5, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/21/7921f8c27b76454d803f6b8f7e8e09412aca78fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.62" OriginalAmount="305.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9456786" Longitude="100.8853802" StarRating="4" HotelCode="|29812" HotelName="The Cruise " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>499 North Pattaya Beach Road, Pattaya, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/8/1/2/29812_1_621.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern complex, was opened in 2002, has 2 buildings, 465 rooms and 28 suites. In the entrance, you can find a lobby, a reception with air-conditioning, a safety deposit box service, a currency exchange service and a lift. The establishment boasts a hairdresser's, shops, a kiosk, a games room, a sitting room with a TV, bars and 4 restaurants. It also has event rooms, conference rooms, room service, a laundry service and WiFi. Children can enjoy a playground, The establishment has a car park. SITUATION: It is close toPattaya the centre of close to the establishment, clients can find the beach, Clients can find shops, restaurants, boutiques, nightclubs and leisure areas. it is situated 45 kilometres away from Utapao Airport. ROOM: cruise cabin style rooms, a bathroom with a bath, a shower, a direct line telephone, a fridge, satellite or cable TV and an individual air-conditioning system. The establishment has luxurious standard rooms with a hairdryer, internet, a safe (available for a fee), a coffee maker and a teapot. spacious suites and have a sitting room, All the rooms have have a balcony or terrace and sea views some rooms. FACILITIES: Outdoors, clients have access to a swimming pool, a sunbathing terrace, deck chairs and parasols. The establishment has a swimming pool bar, a spa, a massage service, a gym, a sauna and a steam bath. Guests are offered an entertainment programme, At the beach, clients can enjoy sports activities (available for a fee). OBSERVATIONS: For an extra cost you can make use of medical care. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and JCB. OTHERS: The establishment offers all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner. dietary restrictions can be accomodated for Clients have at their disposal special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="325.45" OriginalAmount="315.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8279192" Longitude="100.9102" StarRating="4" HotelCode="|36850" HotelName="Ocean Marina Resort Pattaya Jomtien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>MOO4,SUKHUMVIT HIGHWAY KM. 157 NAJOMTIEN 274/1-9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/8/5/0/36850_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury complex, has 51 rooms, a lobby, a bar, a games room, internet and room service. SITUATION: This complex is close to Jomtien the beach Bangkok a few minutes walk away from the establishment, clients can find it is situated 120 kilometres away from Suvarnabhumi Airport. ROOM: The establishment has 43 deluxe rooms and 8 suites. They have views of the marina, the sea, wooden furniture, a bathroom, a mini-bar, a direct line telephone, a television, individual air-conditioning and a safe. FACILITIES: The establishment has sports facilities, a covered swimming pool, a children's swimming pool, an outdoor pool, a sauna, tennis courts, squash courts, a gym, aerobics room and games rooms. You can also enjoy diving. PAYMENT METHODS: The establishment accepts credit cards, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have typical and international cuisine restaurants, The establishment offers a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.86" OriginalAmount="317.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.902833" Longitude="100.8635406" StarRating="4" HotelCode="|35012" HotelName="Rabbit Resort Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>318/84 Moo 12, Soi Dongtan Police Station, Jomtien, Nongprue, Banglamung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/0/1/2/35012_ec2519b0920.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique complex, has 45 rooms, a bar, pubs, internet and a laundry service. SITUATION: It is inDongtan the beach the establishment is 6,2 kilometres away from a train station, is situated 113 kilometres away from Don Mueang Airport. ROOM: The rooms have wooden floors, Some rooms have Thai showers, garden showers and a hydromassage bath. All the rooms have a double or king-size bed, a hairdryer, a direct line telephone, a television, a small kitchen with mini-bar, a kitchen, a microwave, an individual air-conditioning system and a balcony or terrace. FACILITIES: Outdoors, clients have access to a swimming pool with a children's area. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and a lunch and dinner service. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="328.76" OriginalAmount="319.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.794489" Longitude="100.9098187" StarRating="3" HotelCode="|30325" HotelName="Sunset Park Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99/19 Moo 3, Soi Najomtien 48, Sukumvit Road, k.m. 161.5 Najomtien, Sattahip, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/3/2/5/30325_b3cb8ae0943.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, has 53 rooms, a restaurant, conference facilities, internet, a playground, room service and a laundry service. SITUATION: This establishment, is in Pattaya south Bangkok it is 2 hours away from 10 minutes away from the establishment, clients can find Dongtan the beach 15 minutes away from the establishment guests have the railway station, the bus station, is situated 37 kilometres away from Laem Chanbang Port 136 kilometres away, you can find Suvarnabhumi Airport it is 164 kilometres away from Don Mueang Airport. ROOM: The establishment has 53 cabins and chalets, The rooms have a balcony or terrace, a safety deposit box, a hairdryer, a satellite TV, individual air-conditioning, a direct line telephone, a mini-bar, a coffee maker, a kettle and a bathrobe. FACILITIES: The establishment boasts 2 swimming pools with children's areas and saunas. At the beach, you can find a restaurant, a bar and an indoor courtyard. Clients can enjoy music and a gym. Clients can enjoy activities such as lawn bowling, a driving range, rowing, cycling and go jogging. PAYMENT METHODS: The establishment accepts Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers American breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="332.93" OriginalAmount="323.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94961" Longitude="100.88841" StarRating="5" HotelCode="|224983" HotelName="Grande Centre Point Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>456, 777, 777/1 M.6 Na Kluea, Bang Lamung, Pattaya, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/9/8/3/224983_1_9590.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.04" OriginalAmount="323.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9391199" Longitude="100.88556" StarRating="4" HotelCode="|29813" HotelName="Hard Rock  Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO 9, PATTAYA BEACH ROAD 429</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/8/1/3/29813_1_1077.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 320 rooms, suites and 10 floors. The establishment has a lobby, a reception, a currency exchange service, a lift, internet, a bar, computer games and a safety deposit box service. It also has a hairdresser's, a games room, a nightclub, coffee shops, a restaurant and a bar. The establishment boasts conference facilities, it offers room service, a laundry service, a playground and a car park. SITUATION: This hotel is in Pattaya, close to the beaches. 10 minutes walk away, you can find shops and leisure areas. It is just 50 kilometres away from Utapao Airport and 2.5 hours away from Airport Bangkok.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.35" OriginalAmount="323.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.947793" Longitude="100.885572" StarRating="4" HotelCode="900187|119452" HotelName="Holiday Inn Pattaya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach 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,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>463/68 Pattaya Sai 1 Road, Nongprue, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/6d/c56dcb7b90c349e2cb74bcf77f2aa7370d4c3e35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach hotel is located in North Pattaya, roughly 122 km from the Suvarnabhumi International Airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="337.99" OriginalAmount="328.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9361511" Longitude="100.890413" StarRating="3" HotelCode="|205849" HotelName="Aster and Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85/85 Moo 9, Nongprue , Banglamung, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/8/4/9/205849_0972a9e1301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="338.69" OriginalAmount="328.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.859428" Longitude="100.896914" StarRating="5" HotelCode="|198406" HotelName="Veranda Resort Pattaya Mgallery - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>211 Moo 1 Na Jomtien Soi 4, Sattahip, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/4/0/6/198406_498cfd01217.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="351.22" OriginalAmount="340.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91266" Longitude="100.8733" StarRating="3" HotelCode="|411586" HotelName="ROMANTIC Pool Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>391/51 Moo 10, Thappraya Road Soi 11, 20150 Pattaya South, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/5/8/6/411586_04c39061604.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="353.29" OriginalAmount="343" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.948446547482" Longitude="100.88616248347" StarRating="4" HotelCode="9018|365" HotelName="Amari Pattaya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>240 Pattaya Beach Road, Nong Prue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/0f/0f38d263259525db/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just north of Pattaya, very near to Bangkok. It is situated just across the roa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="354.28" OriginalAmount="343.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.954311" Longitude="100.883342" StarRating="5" HotelCode="186790|921875" HotelName="Cape Dara Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Pattaya-Naklua Road, 256 Dara Beach Soi 20, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/73/6f7334f8a56a282924f332df6910dad427a5928a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in a quiet area in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="357.41" OriginalAmount="347.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91115885" Longitude="100.85855479" StarRating="4" HotelCode="495992|magic_villa_pattaya" HotelName="Magic Villa Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Villa" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>418/83 Phratumnak Road Soi 5, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/98/5798250d551517a8112a2402fe73df4cf615649b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="359.13" OriginalAmount="348.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9118887" Longitude="100.86473801" StarRating="4" HotelCode="439022|3534435" HotelName="Avoca Pool Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>389/68 Phratumnak Road Soi 5, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/7c/0a/7c0a9020a2309ab060396f87f30d1f7fcb2d41e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a transfer service and room service. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="359.80" OriginalAmount="349.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.910869666667" Longitude="100.86547946667" StarRating="4" HotelCode="398116|3592315" HotelName="Tortuga Villas Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Massage Centre,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>415/14 Soi Phra Tam Nak 6, Pattaya 20150, Chon Buri</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/25/bc2577a8a4767252cae206a0998394ae38b48941.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="369.07" OriginalAmount="358.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.7853304" Longitude="100.9061541" StarRating="3" HotelCode="|35387" HotelName="Sunset Village Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>89/5 Moo 8, Soi Najomtien 52, Sukhumvit Road, k.m. 162.5 Najomtien, Sattahip, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/8/7/35387_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 59 cabins and a large garden area. The establishment boasts a currency exchange service, a bar, a restaurant, conference facilities, internet, room service and a laundry service. Children can enjoy a playground. SITUATION: This hotel is situated by the beach with private access, is on the east coast, Pattaya it is situated 15 minutes away from Where you can find the railway station. ROOM: The establishment has 40 one or two bedrooms cabins, All the rooms have a bathroom, a hairdryer, satellite or cable TV, a mini-bar, individual air-conditioning, a safety deposit box and a terrace. FACILITIES: Outdoors, clients have access to a swimming pool with a children's area, Customers can enjoy a sauna, music, a restaurant, a bar and a swimming pool area. PAYMENT METHODS: Customers can pay by Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers American, continental and Asian breakfast and lunch and dinner service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="373.57" OriginalAmount="362.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.88154" Longitude="100.886665" StarRating="0" HotelCode="|440665" HotelName="Ht9" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>277/10 Soi, 14/1 Village No. 12, Pattaya, Chonburi, 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/6/6/5/440665_b43fb401020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.75" OriginalAmount="366.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8402137" Longitude="100.9072278" StarRating="5" HotelCode="|396426" HotelName="Ana Anan Resort and Villas Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>288 M.2, Soi Na Jomtien 20, Na Jomtien, Sattahip, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/4/2/6/396426_9c55ed71132.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="389.05" OriginalAmount="377.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90144" Longitude="100.87" StarRating="3" HotelCode="|415151" HotelName="Anb Pool Villa Modern 3br At The Ville Jomtian Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172 Moo 12 Liab Thang Rot Fai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/5/1/5/1/415151_1e7a39b1734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="394.12" OriginalAmount="382.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8878242" Longitude="100.8903319" StarRating="0" HotelCode="|446545" HotelName="The Elysium Pratumnak Pattaya - By Shg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>194/1 moo 12 soi kasetsin 7 Pratumnak, Pattaya, Bang Lamung, Chon Buri Province, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/5/4/5/446545_34991641704.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="395.47" OriginalAmount="383.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.833722" Longitude="100.909137" StarRating="5" HotelCode="|207585" HotelName="Mövenpick Siam Na Jomtien Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Moo 2 Sukhumvit Road Na Jomtien</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/7/5/8/5/207585_1_6359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="401.70" OriginalAmount="390" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.83389613" Longitude="100.90935955" StarRating="5" HotelCode="322894|95464" HotelName="Mövenpick Siam Hotel Na Jomtien Pattaya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>55 Moo 2, Sukhumvit Road km 156.5, Na Jomtien, Sattahip, Chonburi, Pattaya 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/65/fd653e815edc31af63c81a21ca9923535eeaf28a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in a quiet area in Pattaya, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="401.89" OriginalAmount="390.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.929191079676" Longitude="100.87923824787" StarRating="5" HotelCode="9976|28694" HotelName="Avani Pattaya Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>218/2-4 Moo 10, Beach Road, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/f5/c5f55e1ad32d1f439bc0f8a551a45f0f4dcece52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located about 25 minutes from the beach, 90 minutes (130 km) from Suvarnabhumi Interna...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.82" OriginalAmount="394.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91751299" Longitude="100.85716956" StarRating="4" HotelCode="387399|the_monttra_pattaya" HotelName="Floral Lux Hotel Monttra Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>398 Moo 12 Rajchawaroon Road, Nongprue, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/a8/f2a8a358f41db2cf0470ed08881ef3e68a3469d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="407.58" OriginalAmount="395.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.859233" Longitude="100.896885" StarRating="4" HotelCode="|389161" HotelName="Veranda Beachfront Residence Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Na Jomtien 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/1/6/1/389161_9c034151124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="417.01" OriginalAmount="404.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9701226" Longitude="100.8997656" StarRating="5" HotelCode="|358268" HotelName="Navana Nature Escape" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>558 Moo 5, Naklua, Chonburi Province 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/2/6/8/358268_1_8834.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="433.05" OriginalAmount="420.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.924833157157" Longitude="100.86098849773" StarRating="5" HotelCode="186453|28734" HotelName="Royal Cliff Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>353 Phra Tamnuk Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/50/7650cadab74ed2f167eedd51c2f01947e49bd41e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Pattaya, this hotel is near a sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="436.47" OriginalAmount="423.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.916585" Longitude="100.856799" StarRating="5" HotelCode="|95440" HotelName="Intercontinental Pattaya Resort, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Phra Tamnak Road, Bang Lamung,437</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/4/4/0/95440_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service, 153 rooms, air-conditioning, a restaurant, room service and a car park. SITUATION: This establishment, is in Pattaya south it is on the beachfront, Close to Jomtien the beach the city centre, the promenade and shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="449.29" OriginalAmount="436.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.925615" Longitude="100.862399" StarRating="5" HotelCode="39406|1221067" HotelName="InterContinental Pattaya Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>437 Phra Tamnak Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/6b/196b089056c52c85d76dc48287b90c0dd1a69747.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled in a picturesque cliff headlands south of Pattaya, the resort offers sweeping views across t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="452.06" OriginalAmount="438.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.947282" Longitude="100.931298" StarRating="5" HotelCode="|439399" HotelName="The Gems Mining Pool Villas Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>888 Moo.1 Nongprue Banglamung Pattaya Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/3/9/9/439399_2cd80c01032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="483.30" OriginalAmount="469.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.911588" Longitude="100.867449" StarRating="0" HotelCode="|440743" HotelName="Sweet Villa Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>345/3 Moo 10 Pratumnak Road Soi 6, Pattaya, 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/7/4/3/440743_34a2b471732.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="493.97" OriginalAmount="479.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933857" Longitude="100.881323" StarRating="5" HotelCode="|151571" HotelName="Wave Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>310/3 Beach Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/1/5/7/1/151571_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: The establishment, is 5 minutes away from Central Festival the shopping centre. ROOM: The rooms have modern facilities. FACILITIES: The establishment has an outdoor pool, a reception and WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="497.49" OriginalAmount="483.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.96529627" Longitude="100.88916547" StarRating="3" HotelCode="603573|4poolvillas" HotelName="4poolvillas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>298/337 Moo 5 Soi Regent Park Naklua Road Soi 16, Pattaya North, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/be/c2be11218d987ddc4fccd5ca9312811eb5bb6420.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="522.60" OriginalAmount="507.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91777" Longitude="100.85732" StarRating="5" HotelCode="|235953" HotelName="The Monttra Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>398 Moo.12 Rajchawaroon Road, Nongprue, Banglamung, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/9/5/3/235953_1_990.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="536.15" OriginalAmount="520.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9237118" Longitude="100.8597336" StarRating="5" HotelCode="|36846" HotelName="Royal Cliff Beach Terrace - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>353 Phra Tamnuk Rd. 353</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/8/4/6/36846_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This typical style hotel, has air-conditioning and 89 rooms. In the entrance, you can find a lobby with a reception, a safety deposit box service, a lift, a currency exchange service and a hairdresser's. The establishment has various facilities, such as a cafÃ©, a bar, a restaurant, conference facilities, WiFi (for a fee), room service, a laundry service and a car park. SITUATION: Is situated in a green area, Jomtien and Pattaya it is between Is situated inPhra Tamnuk the street 5 minutes away from the establishment, guests will find the city centre, is situated 5 kilometres away from the bus station, close to the establishment, guests have places of interest, is situated 135 kilometres away from Suvarnabhumi Airport it is situated 180 kilometres away from Don Mueang Airport. ROOM: The rooms a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, a satellite television, a stereo, internet, a safety deposit box, a mini-bar, a coffee maker, a kettle, an air-conditioning system and a balcony or terrace. FACILITIES: The establishment boasts 10 restaurants, 5 bars, 5 swimming pools with children's areas, a swimming pool bar, a terrace, deck chairs and parasols. At the beach, guests can find deck chairs and parasols. For a fee, you can enjoy 7 tennis courts, 2 squash courts, 2 spas, a massage service, jogging circuits, a health centre with a sauna, a steam bath, a playground and a putting green. You also have at your disposal a gym, At an additional cost, you can play ping-pong, billiards, beach volleyball and mini-golf. it is located 30 minutes away from 18 golf courses. OBSERVATIONS: Guests have electronic key, Ask about key collection. 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, a buffet dinner and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="536.20" OriginalAmount="520.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.949639" Longitude="100.898486" StarRating="5" HotelCode="|444799" HotelName="Grande Centre Point Space Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>888 Thanon Pattaya Nuea,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/9/9/444799_e0059b91000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="536.73" OriginalAmount="521.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.922389" Longitude="100.8602295" StarRating="5" HotelCode="|36848" HotelName="Royal Cliff Grand - Sha Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>353 PHRA TAMNUK RD. 353</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/8/4/8/36848_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, has air-conditioning, 372 rooms, a lobby with a reception, a safe, a currency exchange and a hairdresser. The establishment also has a spa, a TV room, a cafÃ©, a bar, a restaurant, conference facilities, wifi, room service, a laundry service and a car park. SITUATION: It is in a green area. It is located between Jomtien and Pattaya. It is located in Phra Tamnuk Street. 5 minutes away from the establishment, guests will find the city centre. It is 5 kilometres away from a bus station. It is situated 135 kilometres away from Suvarnabhumi Airport. It is 180 kilometres away from Don Mueang Airport. ROOM: The rooms bathroom with shower, bath, a hairdryer, a double bed, a direct line telephone, satellite TV, internet, safe-deposit box, a fridge, a coffee maker, a kettle, an air-conditioning system and a balcony or terrace. FACILITIES: Customers have at their disposal 10 restaurants, 5 bars, 5 swimming pools, an open-air bar, a private beach, 7 tennis courts, 2 squash courts, 2 spas, a massage service, a jogging circuit, a gym with sauna, a steam bath, a playground, a putting green and catamaran excursions. Clients can enjoy activities such as aquagym, aerobics, play ping-pong, billiards and beach volleyball. The establishment also has deck chairs and sunshades. The establishment offers an entertainment programme. Some services at an additional cost. MEALS: Regarding gastronomy, the establishment has buffet and continental breakfast, Ã  la carte and menu lunch and buffet, set-menu and Ã  la carte dinner. PAYMENT METHODS: Customers can pay with American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: Clients have at their disposal electronic key.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="557.27" OriginalAmount="541.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9587194" Longitude="100.8858955" StarRating="5" HotelCode="|66689" HotelName="Centara Grand Mirage Beach Resort Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO.5 NAKLUA BANGLAMUNG 277-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/8/9/66689_18.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Pattaya northern Next to Wong Amat the beach it is situated 70 kilometres away from Suvarnabhumi the airport. HOTEL: This building has 18 floors standard rooms and suites with sea views, This establishment is situated in a natural area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="565.80" OriginalAmount="549.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923800524896" Longitude="100.86025893688" StarRating="5" HotelCode="186455|28744" HotelName="Royal Cliff Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/05/2026" HotelFacility="Air Conditioning,Bar,Golf,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>353 Phra Tamnuk Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/08/080871/080871a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.5 km from the centre of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="571.60" OriginalAmount="554.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923507727123" Longitude="100.86004972458" StarRating="5" HotelCode="186452|28754" HotelName="Royal Cliff Beach Terrace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>353 Phra Tamnuk Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/db/67/db67c7e9f1b9665bf4fffeb0a033dee9612844e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="573.31" OriginalAmount="556.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935179" Longitude="100.882845" StarRating="5" HotelCode="161449|137081" HotelName="Hilton Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333/101 Moo 9, Nong Prue, Banglamung, Pattaya Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/8e/d08eb03d33f928a267dbaf0f7ab579f7224d4bd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in the very heart of Pattaya, the beach hotel is close to many of Pattaya's entertainment venues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="591.43" OriginalAmount="574.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.911558" Longitude="100.865888" StarRating="3" HotelCode="|411417" HotelName="Abacus Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>365/76 Soi Pratumnak Soi 6, Moo 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/4/1/7/411417_e456cfa1632.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="607.96" OriginalAmount="590.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.895706" Longitude="100.880474" StarRating="4" HotelCode="|439381" HotelName="Premium Pool Villas Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Moo 12. Palm Oasis Village, Thepprasit Road Soi 17, Pattaya, Chonburi, 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/3/8/1/439381_63aa1d91011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="607.96" OriginalAmount="590.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.89545" Longitude="100.882269" StarRating="5" HotelCode="|395001" HotelName="Villas In Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Moo 12. Palm Oasis Village, Thepprasit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/5/0/0/1/395001_e6e59b71434.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="620.52" OriginalAmount="602.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.947806" Longitude="100.932515" StarRating="5" HotelCode="|446232" HotelName="La Miniera Pool Villas Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>666 Moo 1, Nongprue T. Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/3/2/446232_afeef0d1027.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="752.93" OriginalAmount="731.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="0" HotelCode="870928|villa_bos_5_mins_to_beach_of_pattaya" HotelName="Villa Bos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>138/125 Soi Chaiyaphruek 2, Nong Prue, Mueng Pattaya, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/52/175240d96b7bd6aeddf00e52fb4efffeeb48e631.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="928.03" OriginalAmount="901" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90238892" Longitude="100.89238229" StarRating="3" HotelCode="774614|343369" HotelName="Punnapha Pool Villa Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70/7 Green Residence, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/88900/3788900/1.jpg?f=15568435</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1009.14" OriginalAmount="979.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.80263" Longitude="100.917077" StarRating="5" HotelCode="|388453" HotelName="Mason Pattaya " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>285 Moo 3, Sukhumvit Road, Na Jomtien Sattahip, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/4/5/3/388453_f5bf3ed1005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1069.89" OriginalAmount="1038.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.930569" Longitude="100.889525" StarRating="0" HotelCode="|446357" HotelName="Kingston Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pattaya 3rd Rd, Pattaya, Chon Buri 20150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/3/5/7/446357_7d6d4ba1101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1113.43" OriginalAmount="1081.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90244713" Longitude="100.89240521" StarRating="4" HotelCode="581596|ramida_pool_villa" HotelName="Ramida Pool Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>70/6 Green Residence, Tambon Nongprue, Amphoe Banglamung, Chonburi 20150, Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/ca/2cca77404ae5d74f65db5ad7f4fc29c58727b8f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1133.00" OriginalAmount="1100" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923902481182" Longitude="100.86116284132" StarRating="5" HotelCode="186456|62652" HotelName="Royal Wing Suites &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>353 Phra Tamnuk Road, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/70/e0/70e0e80a0f79b6718260020196e3836d4e6286d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1160.81" OriginalAmount="1127" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91210939" Longitude="100.87598243" StarRating="3" HotelCode="949666|343275" HotelName="Joopland - Luxury Tropical Villa Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>469/34 Grand Tanyawan 1, Moo 10, Thappaya Road Soi 15, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/33955/3833955/29.jpg?f=15674661</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1187.59" OriginalAmount="1153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91207372" Longitude="100.87535799" StarRating="4" HotelCode="553874|hide_land_pattaya_luxurious_tropical_villa" HotelName="Hide Land Pattaya Luxurious Tropical Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>469/59 Soi 15 Moo 10, Thappraya, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/35/c3357e8d878ec22bf49d8db3819f5b137d046f7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a restaurant, a babysitting service, a childcare servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1205.59" OriginalAmount="1170.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923815" Longitude="100.860574" StarRating="5" HotelCode="|36847" HotelName="Royal Wing Suites and Spa Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>353 Phra Tamnuk Road, Pattaya, Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/8/4/7/36847_c18bbf91057.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated complex in 2006, has 85 rooms, 8 floors, air-conditioning, a hall with a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, 10 restaurants, 5 bars, a games room, a hairdresser's and conference facilities. It has internet (for a fee), WiFi, room service, a laundry service, a car park and a playground. SITUATION: This beach hotel is in a green area, is situated in Phra Tamnuk the road of 5 minutes away, you can find the city centre, is situated 135 kilometres away from Suvarnabhumi Airport it is situated 180 kilometres away from Don Mueang Airport. ROOM: suites, have a marble bathroom, a hydromassage bath, a shower, a hairdryer, a direct line telephone, a satellite television, a stereo, a DVD player, internet, a mini-bar, a coffee maker, a kettle, a double bed, a central air-conditioning system, a safe, a balcony, deck chairs and a terrace. FACILITIES: The establishment has 5 swimming pools with children's areas, an outdoor bar, deck chairs and parasols. At an additional charge 7 tennis courts, ping pong tables, billiards, beach volleyball, 2 squash courts, 2 spas, treatments, a solarium, jogging circuits, a gym with a sauna, a steam bath, a putting green, catamaran excursions, aerobics and water aerobics. The establishment has a private swimming pool, gardens, sunbeds and butler service. Guests are offered an entertainment programme (available for a fee), 30 minutes away, clients have at their disposal a golf course. OBSERVATIONS: The establishment has electronic key. 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 dinner and a lunch service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1332.82" OriginalAmount="1294" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93713468" Longitude="100.90423934" StarRating="3" HotelCode="776769|343520" HotelName="TY Holiday Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soi Wonderland 4, Pattaya Central 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/65/fc6586234a354f0d3d2e0dc18db4f1db57aab1ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1384.32" OriginalAmount="1344.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91142448" Longitude="100.86662109" StarRating="3" HotelCode="582004|pratamnak_viilas" HotelName="Pratamnak Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>365/9-10 Pratamnak Soi 6, Moo 12, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/00/39008108859ca24bd6b771624c9c3e3294af9893.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1392.06" OriginalAmount="1351.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9355815" Longitude="100.9354005" StarRating="3" HotelCode="|405245" HotelName="The Siam Place Pool Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>215 14 PHON PRAPHA NIMIT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/4/5/405245_000b4c01000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1448.38" OriginalAmount="1406.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91136" Longitude="100.86636" StarRating="3" HotelCode="|169722" HotelName="Tamnak Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>365/8 PRATAMNAK SOI 6 MOO12 BANGLAMUNG CHONBURI 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/7/2/2/169722_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was built in 2010, renovated in 2011, has 24 rooms, a safety deposit box service and a car park. SITUATION: This establishment, Pattaya it is in Close to the airport and entertainment areas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1496.59" OriginalAmount="1453.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91125009665" Longitude="100.86667248747" StarRating="3" HotelCode="380818|tamnak_resort_2" HotelName="Tamnak Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>365/8-10 Pratumnak Road Moo 12, Soi 6, Soi Orrisa, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/1e/2c1e72c0e9deb252d5c91ecc49fc633f1a58b571.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2319.56" OriginalAmount="2252.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91942846" Longitude="100.86283706" StarRating="3" HotelCode="548968|sharrow_bay_3" HotelName="Sharrow Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>400/33 Soi Kasetsin 3 Moo 12, Rajchawaroon Road, Tambon Nongprue, Bang Lamung District, Pattaya South, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/0c/c20c3acff51eb340da79e3e477344304a1abe859.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.50" OriginalAmount="223.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94097" Longitude="100.889661" StarRating="4" HotelCode="|402825" HotelName="Altera Hotel and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99/1-2 Moo 9, Pattaya Second Road, Banglamung Chonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="386.67" OriginalAmount="375.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8678" Longitude="100.89543" StarRating="3" HotelCode="|411802" HotelName="Vattui Beach Villa Jomtien" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>127 Moo 9, Jomtien Beach Road.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service,Massage Centre,Room Service,Currency Exchange,Designated Smoking Area,Golf,Jacuzzi,Nightclub,Sauna,Shopping Arcade,Swimming Pool,Wheelchair Access,Central Heating,Spa,Garden,Diet Meals,Kitchen,Heated Pool,24 Hour Power Supply,24 Hour Security,Business Centre,Parking,Housekeeping,Meeting Room,24 Hour Front Desk,Coffee Shop,Elevator,Luggage Storage,Dry Cleaning,LCD/Projector,Beauty Salon,Concierge,Library,Pets allowed,Smoking Rooms,ATM/Cash Machine,Vending Machine,Babysitting,Airport Transfer (on Demand)</BasicAmenities>
    <HotelRating>3,4,5,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,SPA HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,CITY HOTEL,APARTMENT HOTEL,BUSINESS HOTEL,HOTEL,GOLF HOTEL,VILLAGE,GUESTHOUSE,HOSTEL,APARTHOTEL,APARTMENT,HOSTELS,GUEST HOUSES,RESORT,INNS,RESIDENCES,VILLA</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
46ddc7ce-aede-423f-8b49-fa9695e5d8e4|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
46ddc7ce-aede-423f-8b49-fa9695e5d8e4|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="46ddc7ce-aede-423f-8b49-fa9695e5d8e4">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73722" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-27T00:00:00" End="2026-05-31T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="409181|80504" SourceId="16" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="TRAVELMINT.OFFICE@GMAIL.COM" Password="London@2026" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Deserialize:-There is an error in XML document (2, 2).|System.InvalidOperationException: There is an error in XML document (2, 2). ---> System.InvalidOperationException: <ErrorRS xmlns=''> was not expected.
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderHotelRoomRS.Read11_HotelRoomRS()
   --- End of inner exception stack trace ---
   at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
   at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
   at Core.Common.Deserialize[T](String toDeserialize) in D:\Projects\WorldwideDMCV2\Core\Common\Common\Common.cs:line 20||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
46ddc7ce-aede-423f-8b49-fa9695e5d8e4|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
46ddc7ce-aede-423f-8b49-fa9695e5d8e4|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
46ddc7ce-aede-423f-8b49-fa9695e5d8e4|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
46ddc7ce-aede-423f-8b49-fa9695e5d8e4|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="46ddc7ce-aede-423f-8b49-fa9695e5d8e4" TimeStamp="0001-01-01T00:00:00" HotelName="Nova Platinum" HotelCode="409181|2793043" StarRating="3" GTCityId="73722" CountryCode="TH" CityName="Pattaya" CountryName="Thailand" Address="562-562/1 Moo 10 Pratamnak Road, Banglamung, Pattaya City, Chonburi 20150" PostCode="20150" PhoneNo="+6638412214" FaxNo="+6638412215" Email="" CheckInTime="14:00" CheckOutTime="12:00" Latitude="12.922582" Longitude="100.871529" SourceId="12" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR DOUBLE OR TWIN" RoomTypeCode="0|0|82626155|1778232958041275B1000B5||yes|80504|16|MTI3Ljk2fEdCUHwyMDI2LTA1LTA4" OriginalAmount="128" TotalPrice="131.80" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
In event of no show or early check-out, 100% of original booking will be charged.

The hotel will launch a new joiner policy, beginning from Fri 23 August 2019, hotels would charge the Joiner Fee at 200. - THB per person per time (with difference person) or per day (with same person).

IMPORTANT NOTE: Please be informed that the hotel reopened on January 1. The safety and well-being of every guest and team member remains the number one priority of the hotel. In preparation to welcome you back, the hotel have implemented enhanced operational hygiene and safety standards at ONYX Hospitality Group as part of a brand-new ONYX Clean initiative. 

A refundable room deposit of 500 THB /room is required for FIT guests upon check-in to cover loss and damage to the room issue

NOTE: Please be advised that pool landscape renovations will take place from March 1 to March 31, 2025. The facility will remain available for use; however, some noise is expected during this period.&amp;quot;

Please note that there will be no hot water for rooms Grand Deluxe King, Grand Deluxe Twin and Grand Deluxe Terrace, due to general maintenance from April 6 to 8, 2026.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="131.80" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior Double or Twin" RoomTypeCode="0|0|251934585|1778232958040693B1760B9||yes|80504|16|MTI4LjA1fEdCUHwyMDI2LTA1LTA4" OriginalAmount="128" TotalPrice="131.89" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
In event of no show or early check-out, 100% of original booking will be charged.

The hotel will launch a new joiner policy, beginning from Fri 23 August 2019, hotels would charge the Joiner Fee at 200. - THB per person per time (with difference person) or per day (with same person).

IMPORTANT NOTE: Please be informed that the hotel reopened on January 1. The safety and well-being of every guest and team member remains the number one priority of the hotel. In preparation to welcome you back, the hotel have implemented enhanced operational hygiene and safety standards at ONYX Hospitality Group as part of a brand-new ONYX Clean initiative. 

A refundable room deposit of 500 THB /room is required for FIT guests upon check-in to cover loss and damage to the room issue

NOTE: Please be advised that pool landscape renovations will take place from March 1 to March 31, 2025. The facility will remain available for use; however, some noise is expected during this period.&amp;quot;

Please note that there will be no hot water for rooms Grand Deluxe King, Grand Deluxe Twin and Grand Deluxe Terrace, due to general maintenance from April 6 to 8, 2026.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="131.89" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior (Premium Wing) Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-9cef6eff-7421-5e20-bf31-ede0e83c8e98|63|MTI5LjAwfEdCUHwyMDI2LTA1LTA4" OriginalAmount="129" TotalPrice="132.87" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.09-- city tax is included in the room rate.&lt;br/&gt;GBP 10.93-- service fee is included in the room rate.&lt;br/&gt;GBP 7.65-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Smoke Detector|Cable TV|Minibar|DVD Player|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Alarm clock|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-03T00:00:00" End="2026-05-27T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="132.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior Room" RoomTypeCode="302791093|1|130|27|MTMwfEdCUHwyMDI2LTA1LTA4" OriginalAmount="130" TotalPrice="133.90" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T10:36:01.4734578+01:00" End="2026-05-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="130" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR" RoomTypeCode="0|0|1139439045|1778232958083130B2091B35||yes|80504|16|MTMxLjYzfEdCUHwyMDI2LTA1LTA4" OriginalAmount="132" TotalPrice="135.58" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="135.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, DOUBLE OR TWIN BED" RoomTypeCode="0|0|1134322605|1778232960013017B2153B0||yes|80504|16|MTMzLjc1fEdCUHwyMDI2LTA1LTA4" OriginalAmount="134" TotalPrice="137.76" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="137.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: superior" RoomTypeCode="0|0|743117795|1778232959000826B2058B1||yes|80504|16|MTM0LjcyfEdCUHwyMDI2LTA1LTA4" OriginalAmount="135" TotalPrice="138.76" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="138.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: SUPERIOR DOUBLE OR TWIN ROOM" RoomTypeCode="351562506-1-0|750351562506|2|0|12|MTM1Ljc1fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="136" TotalPrice="139.82" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, DOUBLE OR TWIN BED, PREMIUM WING" RoomTypeCode="0|0|1204772805|1778232958044648B2069B1||yes|80504|16|MTM2LjY4fEdCUHwyMDI2LTA1LTA4" OriginalAmount="137" TotalPrice="140.78" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>As per new immigration procedures, all non-Thai nationals entering Thailand by air, land, or sea will be required to complete the Thailand Digital Arrival Card (TDAC) online prior to arrival. It is required to register within 3 days before the arrival date. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="140.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE KING" RoomTypeCode="0|0|129184|1778232958041275B1000B1||yes|80504|16|MTM3LjgwfEdCUHwyMDI2LTA1LTA4" OriginalAmount="138" TotalPrice="141.93" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
In event of no show or early check-out, 100% of original booking will be charged.

The hotel will launch a new joiner policy, beginning from Fri 23 August 2019, hotels would charge the Joiner Fee at 200. - THB per person per time (with difference person) or per day (with same person).

IMPORTANT NOTE: Please be informed that the hotel reopened on January 1. The safety and well-being of every guest and team member remains the number one priority of the hotel. In preparation to welcome you back, the hotel have implemented enhanced operational hygiene and safety standards at ONYX Hospitality Group as part of a brand-new ONYX Clean initiative. 

A refundable room deposit of 500 THB /room is required for FIT guests upon check-in to cover loss and damage to the room issue

NOTE: Please be advised that pool landscape renovations will take place from March 1 to March 31, 2025. The facility will remain available for use; however, some noise is expected during this period.&amp;quot;

Please note that there will be no hot water for rooms Grand Deluxe King, Grand Deluxe Twin and Grand Deluxe Terrace, due to general maintenance from April 6 to 8, 2026.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="141.93" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room King bed - De Luxe" RoomTypeCode="245971770|1|138|27|MTM4fEdCUHwyMDI2LTA1LTA4" OriginalAmount="138" TotalPrice="142.14" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T10:36:01.5801247+01:00" End="2026-05-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="138" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - Superior" RoomTypeCode="318659945|1|139|27|MTM5fEdCUHwyMDI2LTA1LTA4" OriginalAmount="139" TotalPrice="143.17" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T10:36:01.6902225+01:00" End="2026-05-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="139" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior" RoomTypeCode="294987231|1|139|27|MTM5fEdCUHwyMDI2LTA1LTA4" OriginalAmount="139" TotalPrice="143.17" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T10:36:02.1324106+01:00" End="2026-05-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="139" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe King" RoomTypeCode="0|0|38335075|1778232958040693B1760B1||yes|80504|16|MTM5LjcxfEdCUHwyMDI2LTA1LTA4" OriginalAmount="140" TotalPrice="143.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
In event of no show or early check-out, 100% of original booking will be charged.

The hotel will launch a new joiner policy, beginning from Fri 23 August 2019, hotels would charge the Joiner Fee at 200. - THB per person per time (with difference person) or per day (with same person).

IMPORTANT NOTE: Please be informed that the hotel reopened on January 1. The safety and well-being of every guest and team member remains the number one priority of the hotel. In preparation to welcome you back, the hotel have implemented enhanced operational hygiene and safety standards at ONYX Hospitality Group as part of a brand-new ONYX Clean initiative. 

A refundable room deposit of 500 THB /room is required for FIT guests upon check-in to cover loss and damage to the room issue

NOTE: Please be advised that pool landscape renovations will take place from March 1 to March 31, 2025. The facility will remain available for use; however, some noise is expected during this period.&amp;quot;

Please note that there will be no hot water for rooms Grand Deluxe King, Grand Deluxe Twin and Grand Deluxe Terrace, due to general maintenance from April 6 to 8, 2026.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="143.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: ROOM SUPERIOR" RoomTypeCode="1949345493-1-0|751949345493|2|0|12|MTM5Ljg3fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="140" TotalPrice="144.07" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: SUPERIOR DOUBLE OR TWIN" RoomTypeCode="3233713466-1-0|753233713466|2|0|12|MTM5Ljk2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="140" TotalPrice="144.16" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, CITY VIEW" RoomTypeCode="0|0|1139379445|1778232958083130B2091B39||yes|80504|16|MTM5Ljk3fEdCUHwyMDI2LTA1LTA4" OriginalAmount="140" TotalPrice="144.17" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="144.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe room" RoomTypeCode="298727406|1|140|27|MTQwfEdCUHwyMDI2LTA1LTA4" OriginalAmount="140" TotalPrice="144.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T10:36:02.4249851+01:00" End="2026-05-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="140" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior (Premium Wing) Double room (twin beds)" RoomTypeCode="h-d318b996-d13a-5b11-90a1-2232fe52dcaf|63|MTQwLjAwfEdCUHwyMDI2LTA1LTA4" OriginalAmount="140" TotalPrice="144.20" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.19-- city tax is included in the room rate.&lt;br/&gt;GBP 11.86-- service fee is included in the room rate.&lt;br/&gt;GBP 8.31-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Smoke Detector|Cable TV|Minibar|DVD Player|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Alarm clock|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-03T00:00:00" End="2026-05-27T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="144.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, TWIN BEDS" RoomTypeCode="0|0|1136187035|1778232958046080B2165B6||yes|80504|16|MTQxLjE1fEdCUHwyMDI2LTA1LTA4" OriginalAmount="141" TotalPrice="145.38" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="145.38" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE" RoomTypeCode="0|0|1139439035|1778232958083130B2091B27||yes|80504|16|MTQxLjc2fEdCUHwyMDI2LTA1LTA4" OriginalAmount="142" TotalPrice="146.01" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="146.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe (Classic Wing) Double room (full double bed) (king size bed)" RoomTypeCode="h-75a1bbb8-1f93-584f-9dd5-5dd81073a2f8|63|MTQyLjAwfEdCUHwyMDI2LTA1LTE5" OriginalAmount="142" TotalPrice="146.26" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/05/2026"><AdditionalDetails>GBP 1.20-- city tax is included in the room rate.&lt;br/&gt;GBP 12.03-- service fee is included in the room rate.&lt;br/&gt;GBP 8.42-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Smoke Detector|Cable TV|Minibar|DVD Player|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Alarm clock|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-15T00:00:00" End="2026-05-27T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="146.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, KING BED" RoomTypeCode="0|0|1134299375|1778232960013017B2153B4||no|80504|16|MTQ0LjAzfEdCUHwyMDI2LTA1LTE5" OriginalAmount="144" TotalPrice="148.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-15T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="148.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe" RoomTypeCode="0|0|715992465|1778232959007014B2132B7||yes|80504|16|MTQ1LjU1fEdCUHwyMDI2LTA1LTA4" OriginalAmount="146" TotalPrice="149.92" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="149.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: DELUXE KING" RoomTypeCode="373138649-1-0|750373138649|2|0|12|MTQ2LjIwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="146" TotalPrice="150.59" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, KING BED, CLASSIC WING" RoomTypeCode="0|0|1136417505|1778232958044648B2069B3||yes|80504|16|MTQ3LjIxfEdCUHwyMDI2LTA1LTA4" OriginalAmount="147" TotalPrice="151.63" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>As per new immigration procedures, all non-Thai nationals entering Thailand by air, land, or sea will be required to complete the Thailand Digital Arrival Card (TDAC) online prior to arrival. It is required to register within 3 days before the arrival date. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="151.63" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: ROOM DELUXE" RoomTypeCode="1610453896-1-0|751610453896|2|0|12|MTUwLjYzfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="151" TotalPrice="155.15" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: DELUXE ROOM" RoomTypeCode="1163436897-1-0|751163436897|2|0|12|MTUwLjczfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="151" TotalPrice="155.25" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: DOUBLE ROOM KING BED - DE LUXE" RoomTypeCode="844978988-1-0|750844978988|2|0|12|MTUwLjk2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="151" TotalPrice="155.49" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: King Bed - De Luxe" RoomTypeCode="220001265|1|151|27|MTUxfEdCUHwyMDI2LTA1LTA4" OriginalAmount="151" TotalPrice="155.53" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T10:36:02.5836642+01:00" End="2026-05-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="151" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: DOUBLE DELUXE KING BED" RoomTypeCode="2317236818-1-0|752317236818|2|0|12|MTUyLjcxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="153" TotalPrice="157.29" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - Superior - City View" RoomTypeCode="297094707|1|156|27|MTU2fEdCUHwyMDI2LTA1LTA4" OriginalAmount="156" TotalPrice="160.68" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T10:36:02.7444121+01:00" End="2026-05-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="156" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: ROOM SUPERIOR CITY VIEW" RoomTypeCode="1360053887-1-0|751360053887|2|0|12|MTU4LjI4fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="158" TotalPrice="163.03" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Double or Twin SUPERIOR" RoomTypeCode="20260527$20260531$W$321$96290$DBT.SU-1$ID_B2B_88$RO$B2BCNXX$1~2~0$$N@07~A-SIC~227c0~2126055911~N~~~NOR~~362C4D20448C44A177823289538705AAUK01830157001408227c0|8|MTkyLjM5fEVVUnwyMDI2LTA1LTE0" OriginalAmount="166" TotalPrice="171.23" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-14T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="166.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Room SUPERIOR" RoomTypeCode="20260527$20260531$W$321$96290$ROO.SU$ID_B2B_41$RO$FITXX$1~2~0$$N@07~A-SIC~258cd~-456130718~N~~~NOR~~362C4D20448C44A177823289538705AAUK01830157001408258cd|8|MjA1Ljg4fEVVUnwyMDI2LTA1LTA4" OriginalAmount="178" TotalPrice="183.24" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-07T00:00:00+01:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="177.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin/Double room - Superior" RoomTypeCode="121434012|3|179|27|MTc5fEdCUHwyMDI2LTA1LTIw" OriginalAmount="179" TotalPrice="184.37" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 16/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-16T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="179" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, DOUBLE OR TWIN BED, CITY VIEW" RoomTypeCode="0|0|1134299365|1778232958063595B2129B0||yes|80504|16|MTgwLjY1fEdCUHwyMDI2LTA1LTA4" OriginalAmount="181" TotalPrice="186.07" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: To make arrangements for check-in please contact the property ahead of time using the information on the booking confirmation. If you are planning to arrive after 6 PM please contact the property in advance using the information on the booking confirmation. Guests must contact the property in advance for check-in instructions. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately THB 250 for adults and THB 175 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: THB 588.5 per day&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 39.44 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2 people: 51.16 USD (This amount is included within the total price). NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="186.07" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DOUBLE DELUXE KING BED" RoomTypeCode="20260527$20260531$W$321$96290$DBL.DX-KG$ID_B2B_88$RO$B2BCNXX$1~2~0$$N@07~A-SIC~21ed1~-182211462~N~~~NOR~~362C4D20448C44A177823289538705AAUK0183015700140821ed1|8|MjA5LjMwfEVVUnwyMDI2LTA1LTE0" OriginalAmount="181" TotalPrice="186.29" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-14T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="180.86" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, TWIN BEDS, CITY VIEW" RoomTypeCode="0|0|1134439335|1778232963003856B2098B21||yes|80504|16|MTg1Ljk5fEdCUHwyMDI2LTA1LTA4" OriginalAmount="186" TotalPrice="191.57" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="191.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, KING BED, CITY VIEW" RoomTypeCode="0|0|1134439315|1778232963003856B2098B25||yes|80504|16|MTg1Ljk5fEdCUHwyMDI2LTA1LTA4" OriginalAmount="186" TotalPrice="191.57" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="191.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior (Premium Wing) Double room (twin beds) (bed type is subject to availability)" RoomTypeCode="h-ef399b4e-ca26-5f57-97f5-a05a0762afc7|63|MTg3LjAwfEdCUHwyMDI2LTA1LTIw" OriginalAmount="187" TotalPrice="192.61" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/05/2026"><AdditionalDetails>GBP 1.58-- city tax is included in the room rate.&lt;br/&gt;GBP 15.85-- service fee is included in the room rate.&lt;br/&gt;GBP 11.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Smoke Detector|Cable TV|Minibar|DVD Player|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Alarm clock|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-16T00:00:00" End="2026-05-27T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="192.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe (Classic Wing) Double room (full double bed)" RoomTypeCode="h-f4484585-7a8d-58f5-87cc-99d24589b636|63|MTkxLjAwfEdCUHwyMDI2LTA1LTIx" OriginalAmount="191" TotalPrice="196.73" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 16/05/2026"><AdditionalDetails>GBP 1.62-- city tax is included in the room rate.&lt;br/&gt;GBP 16.19-- service fee is included in the room rate.&lt;br/&gt;GBP 11.33-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Smoke Detector|Cable TV|Minibar|DVD Player|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Alarm clock|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-17T00:00:00" End="2026-05-27T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="196.73" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Room DELUXE" RoomTypeCode="20260527$20260531$W$321$96290$ROO.DX$ID_B2B_41$RO$FITXX$1~2~0$$N@07~A-SIC~235df~1044086320~N~~~NOR~~362C4D20448C44A177823289538705AAUK01830157001408235df|8|MjIzLjUzfEVVUnwyMDI2LTA1LTA4" OriginalAmount="193" TotalPrice="198.94" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-07T00:00:00+01:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="193.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Superior Room" RoomTypeCode="302791092|3|195|27|MTk1fEdCUHwyMDI2LTA1LTE4" OriginalAmount="195" TotalPrice="200.85" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-14T12:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="195" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: TWIN/DOUBLE ROOM - SUPERIOR" RoomTypeCode="896676749-1-0|750896676749|2|0|12|MTk1LjMxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="195" TotalPrice="201.17" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe (Classic Wing) Double room (full double bed) (king size bed)" RoomTypeCode="h-98076ca7-83c0-5512-bd97-960abce89e62|63|MTk4LjAwfEdCUHwyMDI2LTA1LTA4" OriginalAmount="198" TotalPrice="203.94" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.68-- city tax is included in the room rate.&lt;br/&gt;GBP 16.78-- service fee is included in the room rate.&lt;br/&gt;GBP 11.75-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Smoke Detector|Cable TV|Minibar|DVD Player|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Alarm clock|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-03T00:00:00" End="2026-05-27T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="203.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: TWIN SUPERIOR" RoomTypeCode="20260527$20260531$W$321$96290$TWN.SU-2$ID_B2B_88$RO$B2BCNXX$1~2~0$$N@07~A-SIC~232e7~658395801~N~~~NOR~~362C4D20448C44A177823289538705AAUK01830157001408232e7|8|MjMxLjUwfEVVUnwyMDI2LTA1LTE0" OriginalAmount="200" TotalPrice="206.04" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-14T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="200.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, KING BED" RoomTypeCode="0|1331|1134299375|1778232960013017B2153B6||yes|80504|16|MjAxLjEzfEdCUHwyMDI2LTA1LTA4" OriginalAmount="201" TotalPrice="207.16" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="207.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR TWIN" RoomTypeCode="317456517-1-0|750317456517|2|0|12|MjAzLjQ5fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="203" TotalPrice="209.59" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Superior" RoomTypeCode="294987233|3|208|27|MjA4fEdCUHwyMDI2LTA1LTEx" OriginalAmount="208" TotalPrice="214.24" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-11T09:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="208" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior (Premium Wing) Double room (twin beds)" RoomTypeCode="h-25dffd0b-f1e6-51f7-bc3d-5b112114950b|63|MjA5LjAwfEdCUHwyMDI2LTA1LTE4" OriginalAmount="209" TotalPrice="215.27" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><AdditionalDetails>GBP 1.77-- city tax is included in the room rate.&lt;br/&gt;GBP 17.71-- service fee is included in the room rate.&lt;br/&gt;GBP 12.40-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Smoke Detector|Cable TV|Minibar|DVD Player|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Alarm clock|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-14T00:00:00" End="2026-05-27T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="215.27" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, TWIN BEDS" RoomTypeCode="0|1331|1136187035|1778232958046080B2165B4||no|80504|16|MjExLjczfEdCUHwyMDI2LTA1LTE5" OriginalAmount="212" TotalPrice="218.08" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-15T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="218.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Grand Deluxe King" RoomTypeCode="0|0|38335185|1778232958040693B1760B5||yes|80504|16|MjE5Ljk0fEdCUHwyMDI2LTA1LTA4" OriginalAmount="220" TotalPrice="226.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
In event of no show or early check-out, 100% of original booking will be charged.

The hotel will launch a new joiner policy, beginning from Fri 23 August 2019, hotels would charge the Joiner Fee at 200. - THB per person per time (with difference person) or per day (with same person).

IMPORTANT NOTE: Please be informed that the hotel reopened on January 1. The safety and well-being of every guest and team member remains the number one priority of the hotel. In preparation to welcome you back, the hotel have implemented enhanced operational hygiene and safety standards at ONYX Hospitality Group as part of a brand-new ONYX Clean initiative. 

A refundable room deposit of 500 THB /room is required for FIT guests upon check-in to cover loss and damage to the room issue

NOTE: Please be advised that pool landscape renovations will take place from March 1 to March 31, 2025. The facility will remain available for use; however, some noise is expected during this period.&amp;quot;

Please note that there will be no hot water for rooms Grand Deluxe King, Grand Deluxe Twin and Grand Deluxe Terrace, due to general maintenance from April 6 to 8, 2026.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="226.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Grand Deluxe Twin" RoomTypeCode="0|0|251934725|1778232958040693B1760B12||yes|80504|16|MjE5Ljk0fEdCUHwyMDI2LTA1LTA4" OriginalAmount="220" TotalPrice="226.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
In event of no show or early check-out, 100% of original booking will be charged.

The hotel will launch a new joiner policy, beginning from Fri 23 August 2019, hotels would charge the Joiner Fee at 200. - THB per person per time (with difference person) or per day (with same person).

IMPORTANT NOTE: Please be informed that the hotel reopened on January 1. The safety and well-being of every guest and team member remains the number one priority of the hotel. In preparation to welcome you back, the hotel have implemented enhanced operational hygiene and safety standards at ONYX Hospitality Group as part of a brand-new ONYX Clean initiative. 

A refundable room deposit of 500 THB /room is required for FIT guests upon check-in to cover loss and damage to the room issue

NOTE: Please be advised that pool landscape renovations will take place from March 1 to March 31, 2025. The facility will remain available for use; however, some noise is expected during this period.&amp;quot;

Please note that there will be no hot water for rooms Grand Deluxe King, Grand Deluxe Twin and Grand Deluxe Terrace, due to general maintenance from April 6 to 8, 2026.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="226.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - Grand De Luxe" RoomTypeCode="101733104|1|220|27|MjIwfEdCUHwyMDI2LTA1LTA4" OriginalAmount="220" TotalPrice="226.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T10:36:02.9135627+01:00" End="2026-05-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="220" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room King bed - Grand De Luxe" RoomTypeCode="112841692|1|220|27|MjIwfEdCUHwyMDI2LTA1LTA4" OriginalAmount="220" TotalPrice="226.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T10:36:03.0787095+01:00" End="2026-05-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="220" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Grand Deluxe (Executive Wing) Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-4157c5b0-bf0e-5b4f-95b0-8fa7c85ccfae|63|MjI1LjAwfEdCUHwyMDI2LTA1LTA4" OriginalAmount="225" TotalPrice="231.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.91-- city tax is included in the room rate.&lt;br/&gt;GBP 19.07-- service fee is included in the room rate.&lt;br/&gt;GBP 13.35-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Smoke Detector|Cable TV|Minibar|DVD Player|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Alarm clock|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-03T00:00:00" End="2026-05-27T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="231.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Grand Deluxe (Executive Wing) Double room (twin beds) (bed type is subject to availability)" RoomTypeCode="h-9357cc63-0fdd-59b1-acd3-5236bd72c4c3|63|MjI1LjAwfEdCUHwyMDI2LTA1LTA4" OriginalAmount="225" TotalPrice="231.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.91-- city tax is included in the room rate.&lt;br/&gt;GBP 19.07-- service fee is included in the room rate.&lt;br/&gt;GBP 13.35-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Smoke Detector|Cable TV|Minibar|DVD Player|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Alarm clock|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-03T00:00:00" End="2026-05-27T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="231.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Grand Deluxe (Executive Wing) Double room (twin beds)" RoomTypeCode="h-91cf31a3-bfbb-509b-ae0b-145b85488f43|63|MjMwLjAwfEdCUHwyMDI2LTA1LTA4" OriginalAmount="230" TotalPrice="236.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.95-- city tax is included in the room rate.&lt;br/&gt;GBP 19.49-- service fee is included in the room rate.&lt;br/&gt;GBP 13.64-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Smoke Detector|Cable TV|Minibar|DVD Player|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Alarm clock|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-03T00:00:00" End="2026-05-27T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="236.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Grand Deluxe (Executive Wing) Double room (full double bed) (king size bed)" RoomTypeCode="h-ce641e4d-0883-5e0e-9b6e-9b28b94b012d|63|MjMwLjAwfEdCUHwyMDI2LTA1LTA4" OriginalAmount="230" TotalPrice="236.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.95-- city tax is included in the room rate.&lt;br/&gt;GBP 19.49-- service fee is included in the room rate.&lt;br/&gt;GBP 13.64-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Smoke Detector|Cable TV|Minibar|DVD Player|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Alarm clock|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-03T00:00:00" End="2026-05-27T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="236.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR DOUBLE/TWIN (M)" RoomTypeCode="780616155-1-0|750780616155|2|0|12|MjMxLjQxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="231" TotalPrice="238.35" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GRAND, DELUXE, TWIN BEDS" RoomTypeCode="0|0|1134286705|1778232959007014B2132B19||yes|80504|16|MjMyLjMxfEdCUHwyMDI2LTA1LTA4" OriginalAmount="232" TotalPrice="239.28" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="239.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GRAND, DELUXE, KING BED" RoomTypeCode="0|0|1134322415|1778232959007014B2132B15||yes|80504|16|MjMyLjMxfEdCUHwyMDI2LTA1LTA4" OriginalAmount="232" TotalPrice="239.28" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="239.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe (Classic Wing) Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-8c440a10-5544-59e5-8fbf-63fe3ec9b4ee|63|MjM4LjAwfEdCUHwyMDI2LTA1LTIw" OriginalAmount="238" TotalPrice="245.14" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/05/2026"><AdditionalDetails>GBP 2.02-- city tax is included in the room rate.&lt;br/&gt;GBP 20.17-- service fee is included in the room rate.&lt;br/&gt;GBP 14.12-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Smoke Detector|Cable TV|Minibar|DVD Player|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Alarm clock|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-16T00:00:00" End="2026-05-27T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="245.14" /></CancelPenalty><CancelPenalty Start="2026-05-23T00:00:00" End="2026-05-27T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="245.14" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Grand Deluxe (Executive Wing) Double room (full double bed)" RoomTypeCode="h-8665f4bf-8311-5ced-be2b-e30ec940feba|63|MjM5LjAwfEdCUHwyMDI2LTA1LTIx" OriginalAmount="239" TotalPrice="246.17" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 16/05/2026"><AdditionalDetails>GBP 2.03-- city tax is included in the room rate.&lt;br/&gt;GBP 20.25-- service fee is included in the room rate.&lt;br/&gt;GBP 14.18-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Fridge|Smoke Detector|Cable TV|Minibar|DVD Player|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Alarm clock|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-17T00:00:00" End="2026-05-27T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="246.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GRAND, DELUXE" RoomTypeCode="0|0|1139439025|1778232960013017B2153B15||yes|80504|16|MjM5LjA2fEdCUHwyMDI2LTA1LTA4" OriginalAmount="239" TotalPrice="246.23" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="246.23" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DELUXE KING (2 PAX)" RoomTypeCode="583926631-1-0|750583926631|2|0|12|MjQwLjAyfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="240" TotalPrice="247.22" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GRAND, DELUXE, DOUBLE BED" RoomTypeCode="0|0|1134286735|1778232959000826B2058B13||yes|80504|16|MjQzLjcxfEdCUHwyMDI2LTA1LTA4" OriginalAmount="244" TotalPrice="251.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="251.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - Grand De Luxe" RoomTypeCode="300793584|1|250|27|MjUwfEdCUHwyMDI2LTA1LTE4" OriginalAmount="250" TotalPrice="257.50" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-14T12:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="250" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DELUXE KING (M)" RoomTypeCode="206876448-1-0|750206876448|2|0|12|MjY2Ljc2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="267" TotalPrice="274.76" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GRAND, DELUXE, TWIN BEDS, POOL VIEW" RoomTypeCode="0|0|1134439225|1778232958051971B2172B2||yes|80504|16|Mjg2Ljg4fEdCUHwyMDI2LTA1LTA4" OriginalAmount="287" TotalPrice="295.49" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="295.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GRAND, DELUXE, KING BED, POOL VIEW" RoomTypeCode="0|0|1134439205|1778232958051971B2172B6||yes|80504|16|Mjg2Ljg4fEdCUHwyMDI2LTA1LTA4" OriginalAmount="287" TotalPrice="295.49" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="295.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GRAND, DELUXE, EXECUTIVE, TWIN BEDS, POOL VIEW" RoomTypeCode="0|0|1139439015|1778232958063595B2129B12||yes|80504|16|Mjk4LjIzfEdCUHwyMDI2LTA1LTA4" OriginalAmount="298" TotalPrice="307.18" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: To make arrangements for check-in please contact the property ahead of time using the information on the booking confirmation. If you are planning to arrive after 6 PM please contact the property in advance using the information on the booking confirmation. Guests must contact the property in advance for check-in instructions. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately THB 250 for adults and THB 175 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: THB 588.5 per day&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 65.92 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2 people: 75.52 USD (This amount is included within the total price). NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="307.18" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GRAND, DELUXE, EXECUTIVE, KING BED, POOL VIEW" RoomTypeCode="0|0|1134290185|1778232958063595B2129B24||yes|80504|16|Mjk4LjIzfEdCUHwyMDI2LTA1LTA4" OriginalAmount="298" TotalPrice="307.18" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: To make arrangements for check-in please contact the property ahead of time using the information on the booking confirmation. If you are planning to arrive after 6 PM please contact the property in advance using the information on the booking confirmation. Guests must contact the property in advance for check-in instructions. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately THB 250 for adults and THB 175 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: THB 588.5 per day&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 65.92 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2 people: 75.52 USD (This amount is included within the total price). NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="307.18" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GRAND, DELUXE, EXECUTIVE" RoomTypeCode="0|0|1515158585|1778232958052672B2057B21||yes|80504|16|MzIzLjM1fEdCUHwyMDI2LTA1LTA4" OriginalAmount="323" TotalPrice="333.05" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-08T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="333.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - Executive - Pool View" RoomTypeCode="272276146|3|373|27|MzczfEdCUHwyMDI2LTA1LTIx" OriginalAmount="373" TotalPrice="384.19" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 17/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-17T19:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="373" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/ostrovok/c6/6a/c66a8a8896d3925fdbc112f75bb6101e255ac72a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/ae/c1/aec156662e6f049c2a2aba2fb6752e192092d69e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/73/b9/73b914ee923df217277a15672d2505669a5fa23b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/aa/d1/aad148a8387c6c51d9f8b5b895f192af232accef.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/e8/2f/e82fa4ecc065b4783eee6532a2e98c43b8f20f5c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/7a/3a/7a3ae90eabd7023c72f4c87da5386f9aafe9cc6d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/f0/32/f0324ea5f507e0c0f54576d64949f3b716f0ebf1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/90/a8/90a87c43437c5ee4abacbae1854e8ea2068150a3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/41/df/41dfc02e4adbc7aa5f6b3a9236fb6eed79a8dc3b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/68/c3/68c3ddcd2c3eba180065386911c121a155b8881d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/3a/f6/3af66d4cf8185506e4c66633a5cdf02d5e55abf8.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/20/74/2074d36dcbcd262242efadb0fa982d4addabc978.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/a2/ea/a2ea4df84327fbf7f8f8b6dc29520d9c456f3ebc.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/6a/57/6a5702c11255a0ca76d575c83bf5775f9f4aa75b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/fd/bf/fdbfdfdbe6424c9f321c2a3cff35eb3deb8f9bcc.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/ae/25/ae25adc697bcd6a19f31751d90df9cf238b82036.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/66/e2/66e2419a3ecb1c7756bb9d24dff94d6fedd0a08c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/75/92/7592c8d320146e0c922949f3ffe139abbe6668ff.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/05/fd/05fd535f9a3aa388e80eee9c3eed5db17aecda85.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/a3/86/a38654495a4a849644cc94a4219b88c16c0f45ca.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/09/6d/096d95ec078477cd844566e284283a165a66eac2.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/32/75/327523cecf0f8e2e05aea5a9dc563d87f0a29c25.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/44/a6/44a6c3c81aff2821e2476911cb091875543b1997.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/f1/cc/f1cc4edd6584f38dc46871c7f5d62d842301169c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/ce/da/cedabaf13485cf807d571f18fcd1805411202766.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/cb/66/cb66bbc1c1a4279759c65961ab56262f83dcb689.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/b4/72/b472af14bf25a86fc1d62a5f61894f63069d1458.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;Conveniently located in South Pattaya, this hotel is only a short distance from the main entertainment and shopping district in Pattaya, as well as from the pier, which provides access to nearby islands. The beach is a mere 200 m away whilst Suvarnabhumi International Airport is 85 km from the hotel.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;78 double rooms are located on 6 storeys and can be reached by lift. Staffed 24 hours a day, the reception desk provides a smooth check-in/check-out service. The hotel provides a safe, a currency exchange service, a babysitting service on request, room service, a laundry service, a conference room and a business centre. Wireless internet access allows guests to stay connected while on holiday. A garden provides extra space for rest and relaxation in the open air. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain comfortable temperatures. A balcony or terrace is among the standard features of some rooms. Rooms include a king-size bed. A safe and a minibar are also available. Additional features include a refrigerator, a mini fridge and a tea/coffee station. A direct dial telephone, a television with satellite/cable channels, a DVD player and WiFi provide all the essentials for a comfortable holiday. Guests will also find slippers in their rooms. A hairdryer and bathrobes are available in the bathrooms, which are equipped with a shower and a bathtub. Family rooms are available for parents with children.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The outdoor pool complex provides invigorating refreshment. The pool area also includes a hot tub, a waterslide and a pool bar. Guests can relax and enjoy the sun loungers and parasols provided. There are many ways to relax or stay active at the hotel, including a gym, a spa, massage treatments and a solarium. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Catering options available at the hotel include half board and full board. Guests can choose to book options such as breakfast, lunch or dinner.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the accommodation: American Express, VISA, Diners Club, JCB and MasterCard.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;**Fees**&lt;br /&gt;&lt;br /&gt;The following fees and deposits are charged by the property at time of service, check-in, or check-out. &lt;br /&gt;  &lt;br /&gt;Fee for buffet breakfast: THB 300 per person (approximately)&lt;br /&gt;&lt;br /&gt;Deposit: THB 1000 per day&lt;br /&gt;                               &lt;br /&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>66-38-711345</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>3.5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Located on main road</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>1981</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2007</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>6</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Garden (m²)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>78</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>78</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>JCB</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour check-in</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Currency Exchange</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Café</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with air conditioning </Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with non-smoking area</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Medical Assistance</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Half Board</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Full Board</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Pool bar</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sun loungers</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Parasols</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Jacuzzi</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Tanning Studio/Solarium</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>City Centre</Description><Value>0 Meter</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Tourist Centre</Description><Value>0 Meter</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Beach</Description><Value>200 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Sea</Description><Value>1000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Shopping opportunities</Description><Value>1000 Meters</Value></HotelFacilities></Facilities></HotelRoomRS>||True