<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
0bd7c8f0-3391-4525-8f6e-331be1ceb6f5|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="0bd7c8f0-3391-4525-8f6e-331be1ceb6f5">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73722" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-17T00:00:00" End="2026-06-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="65096|53274" SourceId="16" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="holidaysworldtours@gmail.com" Password="Birdres@1" 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
0bd7c8f0-3391-4525-8f6e-331be1ceb6f5|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
0bd7c8f0-3391-4525-8f6e-331be1ceb6f5|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
|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
0bd7c8f0-3391-4525-8f6e-331be1ceb6f5|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
0bd7c8f0-3391-4525-8f6e-331be1ceb6f5|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="0bd7c8f0-3391-4525-8f6e-331be1ceb6f5" TimeStamp="0001-01-01T00:00:00" HotelName="Welcome Plaza" HotelCode="65096|53274" StarRating="3" GTCityId="73722" CountryCode="TH" CityName="Pattaya" CountryName="Thailand" Address="213, Pattaya 2nd Road, Pattaya City, Chonburi 20150" PostCode="20260" PhoneNo="+6638424765" FaxNo="+6638424767" Email="welcomeg@loxinfo.co.th" CheckInTime="14:00" CheckOutTime="12:00" Latitude="12.927218" Longitude="100.878184" SourceId="16" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, DOUBLE OR TWIN BED, CITY VIEW" RoomTypeCode="0|1331|1289577555|1780390869083385B2073B0||yes|53274|16|MjUuNzF8R0JQfDIwMjYtMDYtMDI=" OriginalAmount="26" TotalPrice="26.48" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Check In Policy - The room can only be checked in after 12am on Jan 1 and before 12am on Jan 1 NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="26.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room with city view (full double bed)" RoomTypeCode="h-48f79dba-f90e-5ddc-877b-b2f1ebc586d6|63|MjYuMDB8R0JQfDIwMjYtMDYtMDI=" OriginalAmount="26" TotalPrice="26.78" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 0.22-- city tax is included in the room rate.&lt;br/&gt;GBP 2.20-- service fee is included in the room rate.&lt;br/&gt;GBP 1.54-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Fridge|Family room|Cable TV|Minibar|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-28T00:00:00" End="2026-06-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="26.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room with city view (twin beds) (bed type is subject to availability)" RoomTypeCode="h-fb93b281-6a67-55e6-8867-7a38be7bf86f|63|MjkuMDB8R0JQfDIwMjYtMDYtMDI=" OriginalAmount="29" TotalPrice="29.87" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 0.25-- city tax is included in the room rate.&lt;br/&gt;GBP 2.46-- service fee is included in the room rate.&lt;br/&gt;GBP 1.72-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Fridge|Family room|Cable TV|Minibar|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-28T00:00:00" End="2026-06-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="29.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Superior, City View" RoomTypeCode="0|1331|1220551315|1780390868010756B2095B0||no|53274|16|MzAuNDR8R0JQfDIwMjYtMDYtMTY=" OriginalAmount="30" TotalPrice="31.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/06/2026"><AdditionalDetails>The property has a Joiner Fee of THB 300 per person per day.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-12T00:00:00" End="2026-06-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="31.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior, City View" RoomTypeCode="0|0|1220551315|1780390869041296B2081B2||no|53274|16|MzAuOTZ8R0JQfDIwMjYtMDYtMTE=" OriginalAmount="31" TotalPrice="31.89" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-07T00:00:00" End="2026-06-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="31.89" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior room with city view" RoomTypeCode="h-29c1a488-c0c9-58ef-8013-997f5939a6a8|63|MzEuMDB8R0JQfDIwMjYtMDYtMTY=" OriginalAmount="31" TotalPrice="31.93" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/06/2026"><AdditionalDetails>GBP 0.26-- city tax is included in the room rate.&lt;br/&gt;GBP 2.63-- service fee is included in the room rate.&lt;br/&gt;GBP 1.84-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Fridge|Family room|Cable TV|Minibar|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-12T00:00:00" End="2026-06-18T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="31.93" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Premier room" RoomTypeCode="h-d256b8ae-5287-5a19-8b02-3bf873b88ec7|63|NDQuMDB8R0JQfDIwMjYtMDYtMDI=" OriginalAmount="44" TotalPrice="45.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 0.37-- city tax is included in the room rate.&lt;br/&gt;GBP 3.73-- service fee is included in the room rate.&lt;br/&gt;GBP 2.61-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Fridge|Family room|Cable TV|Minibar|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-28T00:00:00" End="2026-06-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="45.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Premier Double room (full double bed)" RoomTypeCode="h-bf70c6e1-d16a-5953-8981-350a89ea0e99|63|NDQuMDB8R0JQfDIwMjYtMDYtMDI=" OriginalAmount="44" TotalPrice="45.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 0.37-- city tax is included in the room rate.&lt;br/&gt;GBP 3.73-- service fee is included in the room rate.&lt;br/&gt;GBP 2.61-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Fridge|Family room|Cable TV|Minibar|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-28T00:00:00" End="2026-06-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="45.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PREMIER" RoomTypeCode="0|0|1238057065|1780390868110806B2153B4||yes|53274|16|NDUuMDN8R0JQfDIwMjYtMDYtMDI=" OriginalAmount="45" TotalPrice="46.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="true" 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|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="46.38" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Premier Double room (full double bed) (king size bed)" RoomTypeCode="h-59aab48a-dc81-553a-8b1e-f0ecad95411a|63|NDYuMDB8R0JQfDIwMjYtMDYtMDI=" OriginalAmount="46" TotalPrice="47.38" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 0.39-- city tax is included in the room rate.&lt;br/&gt;GBP 3.90-- service fee is included in the room rate.&lt;br/&gt;GBP 2.73-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Fridge|Family room|Cable TV|Minibar|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-28T00:00:00" End="2026-06-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="47.38" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: PREMIER, CITY VIEW" RoomTypeCode="0|1331|1489975325|1780390868110806B2153B1||yes|53274|16|NDYuOTV8R0JQfDIwMjYtMDYtMDI=" OriginalAmount="47" TotalPrice="48.36" 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="true" 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|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="48.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Suite with balcony" RoomTypeCode="h-baa3f473-1106-5d5e-873d-caee09f28b8b|63|NDcuMDB8R0JQfDIwMjYtMDYtMDI=" OriginalAmount="47" TotalPrice="48.41" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 0.40-- city tax is included in the room rate.&lt;br/&gt;GBP 3.98-- service fee is included in the room rate.&lt;br/&gt;GBP 2.79-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Fridge|Family room|Cable TV|Minibar|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-28T00:00:00" End="2026-06-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="48.41" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE, BALCONY" RoomTypeCode="0|1331|1382137675|1780390869041296B2081B5||yes|53274|16|NDcuMjB8R0JQfDIwMjYtMDYtMDI=" OriginalAmount="47" TotalPrice="48.62" 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="true" 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|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="48.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Premier Double room with city view (full double bed) (king size bed)" RoomTypeCode="h-c36f881a-42fe-53d7-938f-80a62fc61c9c|63|NDguMDB8R0JQfDIwMjYtMDYtMDI=" OriginalAmount="48" TotalPrice="49.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 0.41-- city tax is included in the room rate.&lt;br/&gt;GBP 4.07-- service fee is included in the room rate.&lt;br/&gt;GBP 2.85-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Fridge|Family room|Cable TV|Minibar|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-28T00:00:00" End="2026-06-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="49.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Double Suite with balcony (full double bed) (bed type is subject to availability)" RoomTypeCode="h-0cbb675c-51d8-56e2-a7c0-4451bb0407de|63|NDkuMDB8R0JQfDIwMjYtMDYtMDI=" OriginalAmount="49" TotalPrice="50.47" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 0.42-- city tax is included in the room rate.&lt;br/&gt;GBP 4.15-- service fee is included in the room rate.&lt;br/&gt;GBP 2.91-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Fridge|Family room|Cable TV|Minibar|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-28T00:00:00" End="2026-06-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="50.47" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Premier room with city view" RoomTypeCode="h-7e12c59a-e865-56ce-9c39-0c1efd046d9b|63|NTEuMDB8R0JQfDIwMjYtMDYtMDI=" OriginalAmount="51" TotalPrice="52.53" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 0.43-- city tax is included in the room rate.&lt;br/&gt;GBP 4.32-- service fee is included in the room rate.&lt;br/&gt;GBP 3.03-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Fridge|Family room|Cable TV|Minibar|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-28T00:00:00" End="2026-06-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="52.53" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Premier room" RoomTypeCode="h-48f3733b-ffde-50ec-84b2-e139ef3cf453|63|NTEuMDB8R0JQfDIwMjYtMDYtMTY=" OriginalAmount="51" TotalPrice="52.53" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/06/2026"><AdditionalDetails>GBP 0.43-- city tax is included in the room rate.&lt;br/&gt;GBP 4.32-- service fee is included in the room rate.&lt;br/&gt;GBP 3.03-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Fridge|Family room|Cable TV|Minibar|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-12T00:00:00" End="2026-06-18T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="52.53" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: PREMIER" RoomTypeCode="0|1331|1238057065|1780390868010756B2095B1||no|53274|16|NTEuMjN8R0JQfDIwMjYtMDYtMTY=" OriginalAmount="51" TotalPrice="52.77" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/06/2026"><AdditionalDetails>The property has a Joiner Fee of THB 300 per person per day.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-12T00:00:00" End="2026-06-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="52.77" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite - Balcony" RoomTypeCode="290481367|3|55|27|NTV8R0JQfDIwMjYtMDYtMDI=" OriginalAmount="55" TotalPrice="56.65" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T10:01:10.3475515+01:00" End="2026-06-18T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, DOUBLE OR TWIN BED" RoomTypeCode="0|1331|1289900075|1780390868013956B2136B0||yes|53274|16|NzUuMDd8R0JQfDIwMjYtMDYtMDI=" OriginalAmount="75" TotalPrice="77.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" 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|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="77.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Superior" RoomTypeCode="0|1331|1103382365|1780390868110806B2153B6||no|53274|16|NzYuNjR8R0JQfDIwMjYtMDYtMDI=" OriginalAmount="77" TotalPrice="78.94" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="78.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (full double bed)" RoomTypeCode="h-99b319f3-1efc-5e47-80c5-feaa7c06101a|63|NzcuMDB8R0JQfDIwMjYtMDYtMDI=" OriginalAmount="77" TotalPrice="79.31" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/05/2026"><AdditionalDetails>GBP 0.65-- city tax is included in the room rate.&lt;br/&gt;GBP 6.53-- service fee is included in the room rate.&lt;br/&gt;GBP 4.57-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Fridge|Family room|Cable TV|Minibar|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-29T00:00:00" End="2026-06-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="79.31" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior room" RoomTypeCode="h-0c35ca4b-6636-504c-a1f9-28fe89b3c5cf|63|NzguMDB8R0JQfDIwMjYtMDYtMDI=" OriginalAmount="78" TotalPrice="80.34" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 0.66-- city tax is included in the room rate.&lt;br/&gt;GBP 6.61-- service fee is included in the room rate.&lt;br/&gt;GBP 4.63-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Fridge|Family room|Cable TV|Minibar|Shower|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-28T00:00:00" End="2026-06-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="80.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/71/32/713247dbde84b8f3a71ce021b760f8b4de5cf8e0.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a6/16/a61644f7f8bfa9d16f5f45215d0589f1d47256e6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/0d/f1/0df1074754febad71d265597e46ece18db725dd0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ed/d0/edd05a7355b1ea26b564f25295e11309a9e2c05b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ca/4f/ca4f3954efc18f5208decb74b1c1da341ba9ca0d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/16/c9/16c91536fedbb6291d2ce6f31ec4cd70ebf0990a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a3/5c/a35cb0721b306c470459ced2f053eb0c175c72d9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ed/5f/ed5f924790543e027fce57821cc8d065c98450e2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e7/6a/e76a5d6f4f545cb3f8ca60fe8a5d2d93c5a6e249.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/7f/31/7f3136450e1700ccabf5a88da077d2d5bdb4aab0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/41/cf/41cfc7d1b9f0d57e3aae9bdc6ea48e3a0ddecba6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/73/18/7318862bb2ff7d6c35aa9aa1fd193e6dc95de446.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/34/e3/34e3e6f77c62c7ef34d678c07c73800f1b4de8a2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ea/8b/ea8bb3146802b1216cd95e77b55391908910a682.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/37/b0/37b09faafd6fa40bb0136c78ab0b4e68a510ce66.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/15/79/15795fc6ea64210ba4d4a2609ed20fa0cd89824b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0b/1a/0b1a88dc5962b0b19f86e9d50945b2883de62092.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9f/de/9fdeafacb6eadb5d30dcaec90624d3186717294e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3f/e3/3fe358a643cdc81f5ab330cf554e4a6f61d6e62d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/81/11/811119ea61a6023d1142fe0987f519bd4e2e076a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b6/7c/b67c1ec756a59401e2c57b2b36fd664993554229.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/01/4a/014af932fc15f30844b0bd1abf60e8ec71185618.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5a/8d/5a8dbd74f6c950cd78ff4a6c30114b131376bd7f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/44/22/4422f69ab80303c8bfab271755418e67f6ba0149.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e8/8b/e88b425403cdc71ae46d959da9ea89e88fbe71cb.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/13/51/1351b1c0f26163424bf75f13b26aa83aa18f2a37.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/38/ed/38ed51f1fdfbc801f7bea1008b020dd90c36eef4.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/10/7f/107f927c43d0fbd02cbcfba5c4bcd8fa145b9bf4.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c2/fd/c2fd91d95108af856b23bfdc0bd91881d3cd55dc.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7c/e5/7ce5cda1279b80650487d70397707da92bd413a2.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a2/4b/a24b24f186f0d7996640808318c1cfe35c4ec586.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/8b/05/8b05154f7c3906f3a314cdc20dd62c366d92f8fc.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/37/c5/37c501e2df88ccd45229845b970c30ff8b147378.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/80/e4/80e493aca0652b5ead9db58c352d296137b41cc4.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/34/85/3485a1af092a50e6632207292034911f3b96dac0.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/8c/10/8c1028a93f7bd1ab87ad2c6ce38ee23111597604.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5e/b7/5eb71817e2305caafb508dc954976fab3ae2d48c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/68/c2/68c27f2e18e8ae0468ae953cb05bfa35fadb4f9f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f9/52/f95276120d9c8fe1abaec127004a51ea6245daca.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/80/48/80481bc4a4347799ab958349a004236f96d8cb2b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/61/0a/610a22a030dd534f3ff7566a4ff3ab9f75b9e066.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/40/28/40280bf64f79176bd1312762cab8501eee0ac8dd.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ec/2d/ec2df455e489fbd6a4070d5797dd02e0f8eb6bc7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/38/61/38611bf5213beac868923e183102f07a7663eeaa.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7c/00/7c0010af039cdeb71c8e39f90ae1da1ac2de6019.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/91/9d/919d372ef41f16d631de1ab61de51d21a31a7934.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0a/8a/0a8ade420f00ac149fcda8f85a01cd32182251bf.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7a/39/7a39598e81ef6323893704bf5540cedf25200bd1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/40/cb/40cbfc6e4d06a901915a9d6c08565e3b7168ac28.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/bb/08/bb08ca4d049e4d0793ed8b6a56853ba456e521e2.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This city and conference hotel is located in South Pattaya where guests can find a range of shopping and entertainment options. The establishment is just a few minutes' walk from the lively seaside promenade and is within 200 metres of Pattaya Beach and the Indian Ocean. Don Mueang International Airport is approximately 45 km from the accommodation.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel has 11 junior suites, 10 suites, 135 single rooms and 114 double rooms, which are located on 10 storeys and are reachable 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 newspaper stand, room service, a laundry service and a conference room. Wireless internet access allows guests to stay connected while on holiday. Souvenirs can be purchased at the gift shop. Children can enjoy the playground. Parking spaces are available to guests travelling by car.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain just the right temperature. A balcony or terrace is among the standard features of some rooms. All rooms are carpeted and have a double bed or 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 telephone, a television with satellite/cable channels, a radio, a CD player and WiFi provide all the essentials for a comfortable holiday. A hairdryer and bathrobes are available in the bathrooms, which are equipped with a shower and a bathtub. The hotel has non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;At the hotel, guests can exercise and enjoy activities or just unwind. The outdoor pool complex provides invigorating refreshment. A short break or an entire afternoon on the sun terrace, which features sun loungers and parasols, is time well spent. The pool bar serves a selection of refreshing drinks. A wellness area with massage treatments is available at the hotel. 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 accommodation include bed and breakfast, 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 hotel: American Express, VISA 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;Children And Information About Extra Beds: &lt;/b&gt;Fee for an extra bed: 800.00 THB per night.&lt;br /&gt;The number of extra beds depends on the room category. You must take a look at the information about the size of the selected room.&lt;br /&gt;Depending on the capacity of the room booked, children up to the age of 11 can stay free of charge providing they share a room with their parents or guardians, in the existing beds.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Early check-in and/or late check-out is available for an additional fee.&lt;br /&gt;A deposit of 1,000.00 THB per stay will be required at check-in to cover any potential damages.&lt;br /&gt;&lt;b&gt;Pets: &lt;/b&gt;No pets allowed.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>663-842-4765</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>3</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 renovation</Description><Value>2007</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>10</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Terrace (m²)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>270</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Single Rooms</Description><Value>135</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>114</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Suites</Description><Value>10</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Junior Suites</Description><Value>11</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>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>Foyer</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Newspaper kiosk</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>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Playground</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>à la carte Lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Evening Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>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>Sun terrace</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Beach</Description><Value>200 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Sea</Description><Value>200 Meters</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a397d63a-7db1-46a4-b945-e38702fc8cf4|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="a397d63a-7db1-46a4-b945-e38702fc8cf4">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="38" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-07T00:00:00" End="2026-07-11T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="drglobalworld@gmail.com" Password="Dharam@0024" 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
a397d63a-7db1-46a4-b945-e38702fc8cf4|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
a397d63a-7db1-46a4-b945-e38702fc8cf4|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
a397d63a-7db1-46a4-b945-e38702fc8cf4|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
a397d63a-7db1-46a4-b945-e38702fc8cf4|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
a397d63a-7db1-46a4-b945-e38702fc8cf4|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
a397d63a-7db1-46a4-b945-e38702fc8cf4|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
a397d63a-7db1-46a4-b945-e38702fc8cf4|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:b84788ea-1465-40a3-9b4a-35bc281a3d7d
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
a397d63a-7db1-46a4-b945-e38702fc8cf4|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-02T10:19:23.052457+01:00" Version="0" EchoToken="Search" TransactionIdentifier="a397d63a-7db1-46a4-b945-e38702fc8cf4" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="50.87" OriginalAmount="49.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256094" Longitude="55.330171" StarRating="0" HotelCode="|506209" HotelName="Pharaohs Inn Deira Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 AlIttihad Road Apt 302,4th floor.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/6/2/0/9/506209_63a21b71051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.31" OriginalAmount="56.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.272336212746" Longitude="55.313718084656" StarRating="3" HotelCode="933775|921955" HotelName="Phoenix Hotel L.L.C" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nakheel Center, P.O.Box: 39674, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/34/8634429d707e6efa5638e8bfc56f4a4ba4669a92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.43" OriginalAmount="56.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.278301710271" Longitude="55.309955477715" StarRating="2" HotelCode="31465|1604788" HotelName="San Marco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>POBox 11292, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/7f/3b7f697d4963718778dc527e3ab8e9f33e02a5f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated on Shomali Street in Frij Murar, around 5 km away from the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.16" OriginalAmount="57.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2722868" Longitude="55.313524" StarRating="3" HotelCode="|87886" HotelName="Phoenix" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>St.28, Community 118.Nakheel Area.Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/8/6/87886_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Nasr Square the district of Dubai it is in 20 minutes away from the establishment, guests will find Dubai the International Airport of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.17" OriginalAmount="57.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.268201436032" Longitude="55.303627951544" StarRating="3" HotelCode="469983|1897435" HotelName="Al Khaleej Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/fc/a3fc339f56ee46c6d4c09402723e1090669b77df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is sitauted on Nasser Square close to Baniyas Street and roughly 10 minutes from Dubai's i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.93" OriginalAmount="59.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26445967667" Longitude="55.319020652778" StarRating="4" HotelCode="174867|639015" HotelName="Sun &amp; Sands Downtown Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Lounge,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/40/344039365d84ef17525e7eea3802156502f1426a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the district of Deira, situated right by Al Rigga Street, which is lined wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.75" OriginalAmount="59.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264665" Longitude="55.318918" StarRating="3" HotelCode="|443881" HotelName="Sun And Sands Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 B Street, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/8/8/1/443881_a90676e1033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.53" OriginalAmount="60.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262404779153" Longitude="55.29760658741" StarRating="4" HotelCode="38016|37094" HotelName="Arabian Courtyard Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, Al Seef Area, Bur Dubai, Opposite to Dubai Museum, P.O.Box 46500, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/08/5a/085a59a65431de1f5b1ef6b5cfb36f6daaa9df15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at heart of Dubai on the well-known Meena Bazaar in Bur Dubai. The Dubai Museum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.06" OriginalAmount="62.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2681032" Longitude="55.3218655" StarRating="3" HotelCode="|118761" HotelName="Dream Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Muraqabat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/7/6/1/118761_1_1377.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Dream Palace is rated three stars and is ideal for business and holiday stays. The establishment offers guests room service and a business centre. This establishment has 147 rooms and a car park. SITUATION: It is situated close to the commercial district. The establishment is in Deira, FACILITIES: Guests are offered a fitness centre well-equipped.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.27" OriginalAmount="65.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.261102" Longitude="55.325279" StarRating="2" HotelCode="27571|2574615" HotelName="Eureka Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, P.O. Box 64103, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9f/ef/9fef7aad0437663393198737377379ca6cbe61fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai, just a short drive from prime business and entertainment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.57" OriginalAmount="67.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260165307468" Longitude="55.324518568122" StarRating="3" HotelCode="371999|31124" HotelName="Nihal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 14914, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/75/66758c698999845b733f956c9ccc85c071f07e1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Al Maktoum Street within a short distance of the Clock Tower in the Deira district of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262735" Longitude="55.294741" StarRating="3" HotelCode="187431|46871" HotelName="Astoria Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, P.O.Box: 457, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/second2/1389672911/7e7dfceb9043c866aebb4aac1a855143.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.33" OriginalAmount="68.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2691793" Longitude="55.3068501" StarRating="3" HotelCode="|55255" HotelName="Landmark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Baniyas Square (also known as Nasser Square)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/5/55255_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Landmark is rated three stars, it offers a transfer service, 2 restaurants, a cafÃ©, a terrace with a swimming pool, a gym, a business centre and conference facilities. SITUATION: It is in the city centre of Dubai. Close to the establishment, clients can find World Trade Centre, ROOM: The rooms a bathroom with a shower with a hairdryer, a direct line telephone, cable television, a mini-bar, a safe and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.33" OriginalAmount="68.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2599603" Longitude="55.3249884" StarRating="3" HotelCode="|30844" HotelName="Nihal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 14914, AL MAKHTOUM STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/4/4/30844_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and has 70 rooms, The establishment has air-conditioning, a safety deposit box service, lifts, the casino, a conference room, room service and a laundry service (for a fee), Guests can find dining facilities, conference facilities and a car park. SITUATION: Al Maktoum It is in Deira It is in it is 5 kilometres away from Dubai Airport It is situated 2 kilometres away from the city centre. ROOM: The rooms a bathroom, a hairdryer, a satellite or cable television, internet, a mini-bar, a coffee maker, a teapot, a central air-conditioning system and a safety deposit box (available for a fee). FACILITIES: Guests can also find a jacuzzi, a swimming pool and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270644871946" Longitude="55.32002615575" StarRating="3" HotelCode="365008|royal_falcon_hotel" HotelName="Royal Falcon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Salah Al Din Street, Al Muteena, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/01/370121943584808ac9abb7a778742a5463a2026c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is situated 8 km from the World Trade Center and many shopping centres, business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.26" OriginalAmount="69.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269225627753" Longitude="55.306891053915" StarRating="3" HotelCode="160796|30944" HotelName="Landmark Plaza Baniyas" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/31/8f31ecd183bd8559be2d8dc4785cf0817965d494.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located at Al Nasser Square, in the heart of Dubai's shopping and commercial area,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.42" OriginalAmount="69.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264464405192" Longitude="55.319664746033" StarRating="4" HotelCode="364929|1470228" HotelName="Landmark Summit Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34B Street, PO Box 64264, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0e/8f/0e8f84da54119a41790b3fc18c4c31e88b53f9e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along one of Dubai’s liveliest, most exciting streets at the heart of the busin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.57" OriginalAmount="69.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269210217067" Longitude="55.305422174193" StarRating="3" HotelCode="364978|30934" HotelName="Landmark Hotel Baniyas" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/55/79559aba0423c4a9ada48af7df7098403a375c3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located amidst Dubai's prime business, banking and shopping areas, the city hotel is 10 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.10" OriginalAmount="70.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.274697941486" Longitude="55.307187147021" StarRating="1" HotelCode="371043|zaineast_hotel" HotelName="Zain East Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Musallah Road, P.O. Box 171577, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/30/3c30274290f8f4bdb0d49c77bc4dd6ae8ceaa291.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Zaineast Hotel is centrally located in Dubai, walking distance fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.32" OriginalAmount="70.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263214956902" Longitude="55.320410728455" StarRating="3" HotelCode="21223|31464" HotelName="Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15th Street, PO Box 33382, Al Rigga, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a5/3a/a53a6afa0d2575ceae9f9c1d11a5f0f7ad8cbbc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near Al Rigga Street in Deira, about 3 km from the city centre. Guests will re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.65" OriginalAmount="70.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263811671188" Longitude="55.32684803009" StarRating="4" HotelCode="63753|68554" HotelName="Grand Central Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Street 24c, PO Box 185722, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/07/f4077b5b4e5f86b65f72d77fc0f176a18c15af5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxurious hotel is located on Deira, a few minutes away from Maktoum Bridge, which links Old and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.66" OriginalAmount="70.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269253" Longitude="55.303148" StarRating="0" HotelCode="|469926" HotelName="Mount Sina Hotel By Aura" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/9/2/6/469926_e31f6411239.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.85" OriginalAmount="70.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262332" Longitude="55.289702" StarRating="2" HotelCode="|30848" HotelName="Regal Peninsula" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>P.O.Box 33502</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/4/8/30848_f703e591747.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, with air-conditioning and has 80 rooms, The establishment has a safety deposit box service, a currency exchange service, a lift, a laundry service and room service. SITUATION: Bur Dubai Is situated in World Trade Center close to the establishment, guests have 8 kilometres away, you can find Dubai the city centre of It is situated 15 minutes away from the airport. ROOM: All the rooms have a bathroom, a hairdryer, a satellite or cable television and a mini-bar. They also have an iron, an ironing board and a central air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.87" OriginalAmount="71.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249137956035" Longitude="55.28312265873" StarRating="4" HotelCode="387139|4866125" HotelName="The Country Club Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mankool Road, Port Rashid Road, Behind New Gold Souk, Bur Dubai, Dubai PO Box 118094</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/fa/acfa4ba95ace47b90e8a7bbbb28b67c5442808f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is ideally located in the centre in the Bur Dubai area, nestled between the imma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.03" OriginalAmount="71.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259715140987" Longitude="55.326024647157" StarRating="4" HotelCode="17013|31064" HotelName="Golden Tulip Nihal Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40c Street, Al Rigga, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a1/a189fb3894db50b1/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Al Maktoum Street, this hotel is close to Clock Tower, Creek Golf and Yacht Club, Dubai C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.37" OriginalAmount="72.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263852907432" Longitude="55.325332581997" StarRating="4" HotelCode="13436|30834" HotelName="Excelsior Hotel Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, P.O. Box 29499, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/97/86/9786ff43df28ea7de77bdb53f5a7d5ceaff8ed1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upscale hotel is located close to Al Rigga Street in the centre of Dubai. The international con...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242484" Longitude="55.359686" StarRating="2" HotelCode="161349|holiday_inn_express_dubai_airport" HotelName="Holiday Inn Express Dubai Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Dubai International Airport Terminal 3, P.O. Box 35257, Umm Ramool, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6e/31/6e3132cec2116103e8f88839b2b958da031ac038.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite Dubai International Airport's Terminal 3. It is just a short walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.35" OriginalAmount="75.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242852" Longitude="55.271732" StarRating="2" HotelCode="888112|93610" HotelName="Holiday Inn Express Dubai - Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Road, P.O. Box 71256, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/41/c1/41c18f6120c90c4dd07b2451ac9c4fe201c9f853.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a convenient base for business and leisure travellers alike, with easy access to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.44" OriginalAmount="75.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.188798669097" Longitude="55.255153813492" StarRating="2" HotelCode="76172|89720" HotelName="Holiday Inn Express Dubai Safa Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Wasl Road, Al Wasl District, P.O. Box 71136, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/95/7e/957e044aaf682a72b2bba77ce28b88689ed201a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is situated in the heart of a major business district in Dubai, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.52" OriginalAmount="75.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.104389" Longitude="55.166133" StarRating="2" HotelCode="70872|73124" HotelName="Holiday Inn Express Dubai - Internet City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Knowledge Village, P.O. Box 282647, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/93263/a_93263_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of a major business district in Dubai, incorporating Knowledge Vil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.53" OriginalAmount="75.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2656249" Longitude="55.3172094" StarRating="4" HotelCode="|121035" HotelName="Landmark Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street, Opposite Al Ghurair Shopping mall</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/0/3/5/121035_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Landmark Grand is rated four stars, has room service and a swimming pool. SITUATION: It is 100 metres away from the metro station of Union and the shopping centre Al Ghurair.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.28" OriginalAmount="76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.268988271748" Longitude="55.313749862774" StarRating="2" HotelCode="409332|35531" HotelName="Royalton Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Fish Roundabout opposite Al Maktoum Hospital, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/d3/b0d3d45c61e2ba8a580a69f33d5599fe0c41754a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai city, just 10 minutes away from Dubai International Airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.28" OriginalAmount="76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.274755644537" Longitude="55.327639093254" StarRating="4" HotelCode="17493|11608" HotelName="Grand Excelsior Hotel Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street, P.O. Box: 5772, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/f7/aef7e6328b9db0460f0a3b0e7f9a726cff855baa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies on Al Mateena road in the district of Deira just 5 km from the centre of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.28" OriginalAmount="76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.266179094087" Longitude="55.317943096161" StarRating="3" HotelCode="60665|31142" HotelName="Zain International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, Near Union Metro, P.O.Box 14936, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/17/be17b843226719a86ba8973e29e943ddb31060a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located only 5 minutes’ drive from the Gold Souq (gold market) and is walking dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.34" OriginalAmount="76.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27415242" Longitude="55.3277168" StarRating="0" HotelCode="957308|2438925" HotelName="City Avenue Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena, Deira, PO Box 83021, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d7/85/d7852715a44943521d211db4fd3c747b40afd8c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.41" OriginalAmount="76.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267076976174" Longitude="55.320061711639" StarRating="4" HotelCode="130160|108452" HotelName="Landmark Hotel Riqqa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al-Jazeera Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/57/5781391a61d396ad/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Riqqa next to Dubai's first shopping centre, Al Ghurair Centre....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.46" OriginalAmount="76.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262615757775" Longitude="55.319941613423" StarRating="4" HotelCode="935401|2370585" HotelName="Landmark Premier Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 80666, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/eb/20eb81d6137e0dacc6cb5cadd117a1d8c8ca6ec1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.51" OriginalAmount="76.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2421435" Longitude="55.3596655" StarRating="2" HotelCode="|80456" HotelName="Holiday Inn Express Dubai Airport, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Oppo Dubai Int'l Airport Terminal 3, Umm Ramool</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/5/6/80456_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 381 rooms a transfer service to, the airport, (free of charge), The establishment boasts 5 meeting rooms and a gym. SITUATION: This hotel is 2 minutes away from the airport, 500 metres away, guests can find the metro station. ROOM: All the rooms have a television, a coffee maker, a kettle and internet (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.41" OriginalAmount="77.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2644825" Longitude="55.3177888" StarRating="3" HotelCode="|87241" HotelName="Zain International" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/2/4/1/87241_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Deira the district of Dubai it is in it is situated 5 minutes away from Dubai Airport. FACILITIES: The establishment boasts a sauna, a gym and a swimming pool on the roof terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.31" OriginalAmount="77.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256551" Longitude="55.29809" StarRating="4" HotelCode="308099|1254448" HotelName="Orchid Vue Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1a Street Bur Dubai, P.O. Box 185170, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/9a/5d9a30dd94f17bcec27df542118a2d6210cb5777.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.35" OriginalAmount="78.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27397" Longitude="55.31901" StarRating="4" HotelCode="14432|31034" HotelName="Marco Polo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street 27, Dubai, P.O.Box: 25570</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b2/95/b2950f9314530816dbf4a0bec4b7935ecb1a3415.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Al Muteena street, around a 15-minute drive from Dubai airport. The centre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.38" OriginalAmount="78.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273989" Longitude="55.319098" StarRating="4" HotelCode="|28163" HotelName="Marco Polo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Mateena St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/1/6/3/28163_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, economical hotel, has 126 comfortable rooms, a safety deposit box service, a lift, a currency exchange service, a cafÃ©, a bar, a nightclub, conference rooms and a banquet hall. Regarding the food and beverage offering, the establishment has restaurants and bars. The establishment boasts room service, a laundry service, WiFi and a car park. SITUATION: This hotel is in Al Muteena the Street of it is 15 minutes away from Dubai Airport it is situated 7 kilometres away from the city centre, Where you can find, the Congress Centre, the trade fair ground, and the museum. ROOM: The rooms have a bathroom with a hairdryer, a satellite TV, a mini-bar, a radio, a stereo, a kettle, a coffee maker, an iron, internet, a safe (available for a fee) and a central air-conditioning system. FACILITIES: Outdoors, clients have access to a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.56" OriginalAmount="78.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27616211" Longitude="55.31037003" StarRating="3" HotelCode="447065|2151925" HotelName="Al Farej Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Fareej Al Murarr Opposite Delhi Restaurant, Near Al Futtaim Mosque, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/28/b3283dc710c86e97b00303fcf9c6da24815464dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.57" OriginalAmount="78.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26537873969" Longitude="55.317395210281" StarRating="4" HotelCode="177181|755245" HotelName="Landmark Grand Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street, P.O. Box 42222, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/0b/3f0baa84f7bae8300e369a6a763152fd3dcf19fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is approximately 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.77" OriginalAmount="78.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25681" Longitude="55.29828" StarRating="4" HotelCode="|185957" HotelName="Orchid Vue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1a Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/9/5/7/185957_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.22" OriginalAmount="78.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2631954" Longitude="55.3205513" StarRating="3" HotelCode="|30843" HotelName="Versailles By Raviz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Street, Al Rigga Road, P.O.BOX 33382, DEIRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/4/3/30843_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2001, with air-conditioning and has 84 rooms, The establishment has a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar, a restaurant and a nightclub. The establishment also offers conference facilities, room service, a laundry service and a car park. SITUATION: Deira It is in 3 kilometres away from the establishment, guests will find the city centre, Al Ghurari Retail City in the surrounding area, clients have 10 minutes away from the establishment, clients can find the airport situated 15 minutes away from the Congress Centre. ROOM: The rooms a bathroom with a hairdryer, a television, a mini-bar, an iron, an ironing board, a safety deposit box (available for a fee) and a central air-conditioning system. FACILITIES: You can find a covered pool and a jacuzzi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.39" OriginalAmount="79.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2779214" Longitude="55.3145827" StarRating="3" HotelCode="|87318" HotelName="Fortune Pearl , Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Khatab Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/1/8/87318_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, a bar, a nightclub, a fitness centre and it offers tourist information. SITUATION: This hotel is in the centre of Dubai. ROOM: Customers have stylish rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.43" OriginalAmount="79.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253920962037" Longitude="55.33253053373" StarRating="3" HotelCode="76174|86449" HotelName="ibis Dubai Deira City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8th Street, Port Saeed District, Opposite Deira City Centre Mall, P.O. Box 185310, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/0a/180a690a9f3ef3627069072dd0c048683f5f1c84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.43" OriginalAmount="79.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1164649" Longitude="55.1956615" StarRating="3" HotelCode="|74904" HotelName="Ibis Mall Avenue Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 A Street, Opposite Mall of the Emirates,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/9/0/4/74904_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 204 rooms with air-conditioning and internet. It also has a restaurant with Italian dishes, a cafÃ© and a bar. SITUATION: Sheikh Zayed Road Is situated in Dubai Internet City and Dubia Media City near the establishment, guests will find it is well-connected with the business area, the leisure area and the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.51" OriginalAmount="79.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116302857621" Longitude="55.195640982803" StarRating="2" HotelCode="103470|104941" HotelName="ibis Dubai Mall of the Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2A Street, P.O.Box 283825, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/5b/d65b0f0b72af73643e0e7d2fdeede20e5296ade8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Mall of the Emirates, the largest mall in Dubai, is right on the hotel's doorstep. Moreover, Gol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.08" OriginalAmount="79.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262325" Longitude="55.289613" StarRating="2" HotelCode="59309|928655" HotelName="New Penninsula Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Laundry,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, Al Souq, P.O. Box 33502, Dubai, Bur Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/5c/485c09ab8c4f35cfe3117463daaf0c919bc11c6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bur Dubai, this hotel lies along Al Fahidi Street. It is just a short distance to the Wor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.49" OriginalAmount="80.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.278531" Longitude="55.313779" StarRating="3" HotelCode="178568|651665" HotelName="Fortune Pearl Hotel Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Khattab Road, After Naif Signal and behind Al Baraha, P.O. Box 98661, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a5/a566beb349c8bf81/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.55" OriginalAmount="80.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2597492" Longitude="55.3258979" StarRating="4" HotelCode="|28227" HotelName="Golden Tulip Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40C STREET, AL RIGGA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/2/7/28227_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has 135 comfortable rooms, a reception, lifts, a safety deposit box service, restaurants, conference rooms, internet, room service, a laundry service and a car park. SITUATION: This hotel is in Al Maktoum Street. It is close to Deira Clocktower, Creek Golf, Gold Souk and Dubai World Trade Centre the trade fair ground. 15 minutes away from the establishment guests have the airport. ROOM: Each room has a bathroom with a hairdryer, internet, a mini-bar, an ironing set and a safety deposit box (available for a fee). FACILITIES: The establishment has a swimming pool, a jacuzzi and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.62" OriginalAmount="80.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.235299770465" Longitude="55.279484932541" StarRating="3" HotelCode="36292|31344" HotelName="Chelsea Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Nightclub,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd December Street 237, Satwa, P.O. Box 24621, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/37/7a3768739ba03e648970e751652e0e2262849e00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the city of Dubai, near the International Exhibition Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.18" OriginalAmount="80.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.02598" Longitude="55.19129" StarRating="0" HotelCode="|444536" HotelName="Youandco Impz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Production City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/3/6/444536_557fd831549.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.27" OriginalAmount="80.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.265218546919" Longitude="55.321252942085" StarRating="3" HotelCode="161166|126934" HotelName="ibis Dubai Al Rigga" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, PO Box 186878, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/01/92015947d62b425362dee69a3c809b4a7f1fb538.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the historic part of Dubai, next to the Creek and Al Ghurair Mall, the hotel is only 300 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.43" OriginalAmount="81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.250809427503" Longitude="55.291957855225" StarRating="3" HotelCode="165581|26615" HotelName="Citymax Hotel Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, Mankhool Road, Al Mankhool, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/8b/198b9a1cfa1d4c7842d183505276b04c54e2bb04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of Dubai. Its setting is especially ideal for business tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260462971097" Longitude="55.326613516891" StarRating="4" HotelCode="29424|30594" HotelName="Avari Dubai Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 50400, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d5/d5085cedefc7628d/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated at the heart of Dubai in the district of Deira. In a few minutes wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.44" OriginalAmount="81.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2535711" Longitude="55.3327453" StarRating="3" HotelCode="|74900" HotelName="ibis Deira Creekside Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 185310 8th street Port Saeed District opp. Deira City Centre MallCentre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/9/0/0/74900_029c97b1234.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 365 rooms and with air-conditioning. The establishment has a restaurant, a bar, internet and WiFi in the hall. SITUATION: It is inDubai the historic area of in front of the establishment, you can find a shopping centre in the business area, 5 minutes away from the establishment guests have Dubai Airport World Trade Center It is 15 minutes away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.55" OriginalAmount="81.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264083" Longitude="55.322115" StarRating="4" HotelCode="|119326" HotelName="GRAND MOOV" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/3/2/6/119326_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.64" OriginalAmount="81.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.219755" Longitude="55.323653" StarRating="3" HotelCode="935102|1041038" HotelName="Reflections Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jaddaf 1, P.O. Box: 30531, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/38/385066/385066a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.12" OriginalAmount="81.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264144481096" Longitude="55.3195853576" StarRating="4" HotelCode="935064|1254388" HotelName="New Black Stone Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, Behind Commercial Bank Building, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/405298/405298a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.72" OriginalAmount="82.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23711464" Longitude="55.30982997" StarRating="4" HotelCode="752298|2236255" HotelName="Roda Links Al Nasr" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10th Street, Oud Metha, Bur Dubai, P.O. Box 43490, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/26/b6/26b67f014ff342bcfc48cbf60ac9e2cd6547b243.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dubai, this hotel is ideal.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.91" OriginalAmount="82.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264732" Longitude="55.3225" StarRating="0" HotelCode="|447617" HotelName="Le Paradise Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>23 C St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/6/1/7/447617_e5cb38b1613.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.95" OriginalAmount="82.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259254696178" Longitude="55.291703485378" StarRating="4" HotelCode="42786|30584" HotelName="Ascot Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, Bur Dubai, 115160, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/7e/887e916123975be5a9bef557b8d7bd6dfabcce5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location of the hotel has made it an ideal base from where guests can explore and work. Built in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.49" OriginalAmount="83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23157461304" Longitude="55.270680708446" StarRating="3" HotelCode="263794|55046" HotelName="Al Khoory Executive Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Wasl Road, P.O. Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/ea/97ea5ac8addd3171f90973f8624f517b786f83dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.91" OriginalAmount="83.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2646489" Longitude="55.3219798" StarRating="3" HotelCode="|74899" HotelName="Ibis Al Rigga" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, PO Box 186878, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/9/9/74899_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inDubai the historic centre of 300 metres away from the establishment, you can find the metro station, 10 minutes away from the establishment you have Dubai Airport Dubai World Trade Center It is situated 15 minutes away from near the establishment, you will find tourist points of interest. ROOM: The establishment has 280 comfortable rooms, fully-equipped with an air-conditioning system and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.18" OriginalAmount="83.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2437539" Longitude="55.2724637" StarRating="2" HotelCode="|80458" HotelName="Holiday Inn Express Dubai Jumeirah, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Road P.O. Box 71256 - Corner Of Jumeirah Road and 60 Road, Al Mina.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/5/8/80458_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 193 rooms, The establishment boasts a lounge bar, a gym and 2 meeting rooms. SITUATION: It is next toJumeirah the beach. ROOM: All the rooms have bedding, a sitting room with sofa and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.45" OriginalAmount="83.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2507791" Longitude="55.291831" StarRating="3" HotelCode="|119046" HotelName="Citymax Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street and Mankhool Road, Al Mankhool</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/0/4/6/119046_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 693 rooms, a swimming pool, a terrace and a gym with features that offer you the maximum level of comfort, The establishment has facilities for people with disabilities. ROOM: They offer cosy, comfortable rooms with internet, a flat-screen television, a small fridge and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.72" OriginalAmount="84.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264651" Longitude="55.318562" StarRating="4" HotelCode="26672|2279465" HotelName="Lotus Grand Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jazeira street, Al Rigga street, P.O.Box 128455, Al Muraqqabat, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/cb/5dcb6948bc4ef4e0961b21ce96b6e9d683798472.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Al Jazeera Street, between Al Maktoum Street and Al Rigga Street. It is jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.81" OriginalAmount="84.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23671" Longitude="55.309996" StarRating="4" HotelCode="|371801" HotelName="Gulf Inn Al Nasr " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10th Street, Oud Metha, Bur dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/1/8/0/1/371801_5cc09151500.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.94" OriginalAmount="84.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.275843878152" Longitude="55.315854373016" StarRating="4" HotelCode="163665|130224" HotelName="Fortune Grand Hotel, Deira, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Khattab Road, Naif Junction, P.O. Box 98661, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/47/c7/47c76090bfac86d0b3b207896af1fa2211a457d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is well located, occupying a prime city centre location in the heart of Dubai, close to Ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.00" OriginalAmount="84.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263331" Longitude="55.318133" StarRating="3" HotelCode="14183|1865748" HotelName="Lavender Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Jazira Street, 40b Street, PB 2786, Al Rigga, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16457/a_16457_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the shopping district, near the Al Ghurair centre. The river c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.00" OriginalAmount="84.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252439125326" Longitude="55.33562284497" StarRating="4" HotelCode="160523|651625" HotelName="Halo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Garhoud Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/67/4e6784c3ecb4a4aca73fbb472e4ac4f8d81fbc99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the Deira district known as 'the heart of Dubai', just five minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.05" OriginalAmount="84.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.274438" Longitude="55.315297" StarRating="3" HotelCode="66871|1039795" HotelName="Fortune Hotel Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Khattab Road, Deira, Dubai 49185</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/51/f7510f7cd8069fb15de16679b4ff698d9bf4d9f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai, near to Fish Roundabout.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.33" OriginalAmount="84.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2591412" Longitude="55.2912199" StarRating="4" HotelCode="|53922" HotelName="Ascot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KHALID BIN WALEED ROAD BUR DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/2/2/53922_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 80 rooms, a smart hall and restaurants. SITUATION: This urban hotel is close to the airport, the business area, is situated 2 kilometres away from Dubai Airport. ROOM: The rooms a bathroom, a hairdryer, a direct line telephone, a satellite television, a mini-bar and an air-conditioning system. MEALS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.35" OriginalAmount="84.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2601257" Longitude="55.2912736" StarRating="3" HotelCode="|30919" HotelName="Admiral Plaza  Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 26888, KHALID BIN WALID ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/9/1/9/30919_0b0dff91627.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004 and has 142 rooms, The establishment boasts a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a hairdresser's, a bar and a nightclub. The establishment also offers a conference room, room service, a laundry service and a car park. SITUATION: It is inAl Nahda the city centre of nearby, you will find the business and commercial area 15 minutes away fromDubai Airport. ROOM: The rooms a bathroom with a hairdryer, satellite or cable TV, a kettle, a coffee maker, a safety deposit box (available for a fee) and a central air-conditioning system. FACILITIES: The establishment boasts a covered pool, a jacuzzi and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.46" OriginalAmount="84.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2524429" Longitude="55.3357708" StarRating="4" HotelCode="|80463" HotelName="The Leela" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Garhoud Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/6/3/80463_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Deira the district of it is situated 5 minutes away from Dubai Airport, the exhibition centre and the shopping centres. ROOM: The establishment has 120 spacious rooms suites with king size bed. FACILITIES: The establishment has a business centre, a gym, a swimming pool and a jacuzzi. With regards to the food and beverage offering, there is a cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260078520183" Longitude="55.291220247746" StarRating="3" HotelCode="56924|201399" HotelName="Admiral Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, Al Nahdha Street, P.O. Box: 26888, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/5e/3b5ee2b5d64d3bbc9b8a650b5c547dc1da2507c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on Al Nahda Street at the heart of Dubai, close to the commercial, business and shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260348496035" Longitude="55.291351583992" StarRating="3" HotelCode="935337|53583" HotelName="Gateway Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nahdha Street, Khalid Bin Al Waleed Road, Al Souqe Al Kabeer, Bur Dubai, Dubai P.O. Box 125448</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/55/f355c1db1d3cf5316ea484c0a33678f9b6218f81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located in the heart of Dubai. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11269883558" Longitude="55.190126897233" StarRating="4" HotelCode="42919|25955" HotelName="Golden Tulip Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Next to Sharaf DG Metro Station, Al Barsha 1, P.O. Box 125962, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/14/20/142016a9ae3b0e874e9e818f7da5008162ce5d2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Al Barsha, the newest development in Dubai on the edges of the Sheikh Zayee...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270654" Longitude="55.316014" StarRating="3" HotelCode="94765|201651" HotelName="Oriental Palace Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al-Khattab Road, P.O.Box: 42440, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/325997/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a prestigious and strategic location in the centre of Dubai, next to the trade and tou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25707038" Longitude="55.28998453" StarRating="4" HotelCode="834318|jacobs_garden_hotel" HotelName="Jacob's Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Rolla Street 316, Raffa, Burdubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/ba/2fbad1c26417af2dbd967d42b2e2cb8f89a1ca5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.93" OriginalAmount="85.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.277229993558" Longitude="55.347455139882" StarRating="4" HotelCode="337418|919965" HotelName="Abjad Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>P.O Box 21969, Opposite Abu Hail Metro Station, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/64/9364e99b687c6c55c587b172268e09d8c26ab073.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Abu Hail Road in the Deira district close to the Galadai roundabout. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.15" OriginalAmount="85.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256903" Longitude="55.287244" StarRating="2" HotelCode="|449826" HotelName="Mra Grand " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rolla Street, Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/8/2/6/449826_006fb141408.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.22" OriginalAmount="85.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260514" Longitude="55.291296" StarRating="3" HotelCode="|163154" HotelName="Gateway" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>AL NAHDA STREET, KHALID BIN WALID ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/1/5/4/163154_7340cea1759.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has modern standard rooms, WiFi, a swimming pool, a spa, a sauna and a hamman. SITUATION: This hotel Dubai it is in 5 minutes away from the establishment, you can find the metro station, is situated 4 kilometres away from the exhibition centre, el Museo de DubÃ¡i 700 metres away, guests have 7 kilometres away, you can find Dubai Airport. ROOM: Each room has a television, an air-conditioning system, a mini-bar, a courtesy tea and coffee service, a fridge, a bathroom with a bath, a hairdryer and complimentary bathroom items. FACILITIES: Guests are offered a fitness centre, tourist information, ticket sales, a living room and a indoor car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.43" OriginalAmount="85.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2706759" Longitude="55.3159479" StarRating="0" HotelCode="|87867" HotelName="Oriental Corner Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Alkhatab Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/6/7/87867_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: Aparthotel small and great value. SITUATION: Is situated in an excellent location. ROOM: The establishment has simple, comfortable rooms and modern. They have a small kitchen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.03" OriginalAmount="86.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27591" Longitude="55.31559" StarRating="4" HotelCode="|119873" HotelName="Fortune Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OMAR BIN AL KHATTAB ROAD, DEIRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/8/7/3/119873_404d7bc2108.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is close to the Hor Al Anz Este shopping centre, restaurants and the beach. The hotel is in the heart of Dubai, 15 minutes away from World Trade Center, Dubai Creek, Gold Souk and the tourist attractions. HOTEL: The hotel offers a hall with a reception, a safety deposit box service, a currency exchange service, a lift, a business centre, a swimming pool, a gym and WiFi (free of charge). The establishment boasts a kiosk, coffee pot, room service and a laundry service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.250882205129" Longitude="55.292306542397" StarRating="4" HotelCode="57062|15498" HotelName="Grand Excelsior Hotel Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Road, Al Mankhool Area, Bur Dubai 121545, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/8d/ee8d5961ccf3fba1ec5e159ebd7a7a841b79210f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, modern hotel is located at the heart of Bur Dubai, a first-class residential district....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252909" Longitude="55.309435" StarRating="4" HotelCode="141981|23013" HotelName="Holiday Inn Bur Dubai - Embassy District" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Hamriya, Khaleed Bin Waleed 20th Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/36/a8360c44ddc7a555921f90f44dddcfc5eeb56ed5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the heart of Dubai, within walking distance of the BurJuman shopping centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.62" OriginalAmount="87.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254827129207" Longitude="55.335194317791" StarRating="4" HotelCode="57905|42384" HotelName="Al Jawhara Gardens Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Port Saeed Street, P.O. Box 121711, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/b9/45b929d1f60f3cb7386a315b06080b79f286e532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at the heart of the city of Dubai, just behind the famous city centre shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.17" OriginalAmount="87.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2446354" Longitude="55.298594" StarRating="2" HotelCode="|87889" HotelName="President" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Trade Center Road - SHEIKH KHALIFAH BIN ZAYED ST KARAMA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/8/9/87889_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi (free of charge) in communal areas, 2 restaurants and a cafÃ©. SITUATION: This hotel is in Al Karama is situated in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.30" OriginalAmount="87.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2197487" Longitude="55.3268176" StarRating="3" HotelCode="|33037" HotelName="Arabian Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Jaddaf Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/0/3/7/33037_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel great value, is ideal for holidays or business trips and has a bar and a restaurant. SITUATION: This hotel is close to Dubai Airport. Near the establishment, you will find Dubai World Trade Centre 20 minutes away from the establishment clients have a beach. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, internet, a coffee maker, a kettle, individual air-conditioning and a safety deposit box. FACILITIES: The establishment has a spa, a gym, a swimming pool with salt water and a terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.53" OriginalAmount="87.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2506318" Longitude="55.292338" StarRating="4" HotelCode="|30894" HotelName="Grand Excelsior Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, PO BOX 121545</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/9/4/30894_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 282 rooms, The establishment boasts restaurants, a lobby, lifts, room service and a laundry service. SITUATION: Is situated inBur Dubai the heart of World Trade Center in the surrounding area, clients have 25 minutes away from the establishment, you can find Dubai Airport It is situated close to restaurants. ROOM: The fully-equipped rooms, have a bathroom, a television and a mini-bar. FACILITIES: The establishment has a gym and a swimming pool. The establishment also offers excursions.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.82" OriginalAmount="88.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254909464039" Longitude="55.291912786411" StarRating="4" HotelCode="570584|2159275" HotelName="Omega Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>17-19d Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/604121/604121a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.86" OriginalAmount="88.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.211272017644" Longitude="55.27412044373" StarRating="4" HotelCode="317014|1467118" HotelName="Emirates Grand Hotel Apartments" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Trade Center 1, PO Box 116957, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/aa/0f/aa0f2286feaeed2a2a44342a3854649506d0f68e.WEBP</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.44" OriginalAmount="88.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.255346172745" Longitude="55.284962241734" StarRating="4" HotelCode="21507|31364" HotelName="Hotel Sea View" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mina Road, Opposite to Dubai Customs Building, P.O. Box 52700, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/bc/79bcbd251968044611896d776e0e8350bbeee921.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is approximately 4 km from WTC and Burjaman Shopping Mall is just 15 minutes' walk a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.44" OriginalAmount="88.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270629723175" Longitude="55.321815559525" StarRating="4" HotelCode="38651|2552675" HotelName="Ramada Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, P.O. Box 42222, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/81/108182ffea6a83d67e7ba3cbc696f5ff2403a522.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies close to Dubai Creek and Salah Al Din Metro (just outside the main entrance), providi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.244911869" Longitude="55.2989128232" StarRating="2" HotelCode="178564|459455" HotelName="President Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Trade Centre Road, P.O. Box 28756, Karama, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/75/32751248027ca44127a02ce7dab107bdb3f35281.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.04" OriginalAmount="89.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2593577" Longitude="55.2932375" StarRating="2" HotelCode="|55263" HotelName="Rush Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>KHALID BIN WALID ROAD BUR DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/6/3/55263_209199e1512.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 140 rooms a lobby, dining rooms, room service and a laundry service. SITUATION: Bur Dubai It is in the establishment, is in the business area, 10 minutes away, guests can find the airport, Clients can also find the exhibition centre and the commercial area. ROOM: The rooms have a mini-bar, a hairdryer, a safe, an ironing set and an individual air-conditioning system. MEALS: In front of the establishment, customers can find a coffee shop.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="92.08" OriginalAmount="89.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.099745408931" Longitude="55.178775894512" StarRating="4" HotelCode="212011|CBD380700" HotelName="Golden Tulip Media Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tecom, P.O. Box 502682, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/cc/b8ccb1528a5990e4ff60a0134df7ee1f0ce535da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.30" OriginalAmount="89.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2565878" Longitude="55.2931573" StarRating="3" HotelCode="|30897" HotelName="Rolla Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 52444, ROLLA STREET, BUR DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/9/7/30897_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, has 152 suites and 7 floors. The establishment has air-conditioning, a safety deposit box service, a cafÃ©, a nightclub, bars and restaurants. The establishment also offers dining facilities, room service and a laundry service. SITUATION: 5 kilometres away from the establishment, guests will findDubai the city centre of in the surrounding area, clients have the fair centre, is situated 15 kilometres away from the airport. ROOM: The establishment has suites with a hairdryer, satellite and cable TV, internet, a mini-bar, a coffee maker, a teapot, an ironing set, a safety deposit box and a central air-conditioning system. FACILITIES: Near the establishment, guests can find sports activities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.55" OriginalAmount="89.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.220564125965" Longitude="55.328028202057" StarRating="3" HotelCode="58748|56234" HotelName="Arabian Park Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jadaf Street, PO Box 122382, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/01/790129f60fbbaacd99083600b53c5a2b095c67fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated, the hotel is a short drive from Dubai International Airport, while also offering q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.63" OriginalAmount="89.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2553779" Longitude="55.2847082" StarRating="4" HotelCode="|87922" HotelName="Sea View Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mina Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/2/2/87922_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Sea View is rated four stars. The establishment offers guests a transfer service to Jumeirah Beach, a spa, a gym and a terrace on the rooftop.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.04" OriginalAmount="90.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.24997" Longitude="55.2819" StarRating="3" HotelCode="901868|121224" HotelName="Smana Hotel Al Raffa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>AL Mina Road, P.O. Box 49789, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/57/c15711234156bde9a59cd7e927bdb892e04fcd5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is near a beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.20" OriginalAmount="90.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256638777184" Longitude="55.293119251728" StarRating="3" HotelCode="37485|30864" HotelName="Imperial Suites Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rolla Street, Al Raffa, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/6b/976b8d903e83177293c2c7cce7d9e606f0e0d5b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on Rolla Street, close to Khalid Bin Walid Street and approximately 5 km from the ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.36" OriginalAmount="90.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262718" Longitude="55.326174" StarRating="4" HotelCode="59001|43484" HotelName="Avenue Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, P.O. Box 182244, Dubai, Deira</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9a/e5/9ae5453d0f505a171f71aeb028a4e03312fe2933.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a deluxe hotel located in Al Rigga Street in the district of Deira, only 100 m away from Al ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.257122793309" Longitude="55.293302877315" StarRating="4" HotelCode="933777|raintree_rolla_hotel_" HotelName="Raintree Hotel Rolla - Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Rolla Road, P.O. Box 5855, Garhoud, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/71/cf71959b039f7411e1f4cbcec520f5343d3ee314.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled in the heart of Bur Dubai, the hotel is an ideal spot from which to discover Dubai. From her...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.00" OriginalAmount="91.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.255758" Longitude="55.301742" StarRating="4" HotelCode="|201590" HotelName="Raviz Center Point" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plot 584,Khalid Bin Al Waleed Road, Mankhool</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/1/5/9/0/201590_1080d1a0556.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.01" OriginalAmount="91.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270588781271" Longitude="55.32701164484" StarRating="5" HotelCode="32629|31264" HotelName="Crowne Plaza Dubai Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Deira, Dubai 8668</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/22/68/2268e079bea07262aebda4ac2e810a2bbd3ab9b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located in the business and shopping district of Dubai, on Al Din Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.23" OriginalAmount="91.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22158984" Longitude="55.33163223" StarRating="3" HotelCode="810431|2330615" HotelName="Premier Inn Dubai Al Jaddaf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Culture Village, Al Jaddaf, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/32/32ba8b5024039ce5/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.26" OriginalAmount="91.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.247778" Longitude="55.278398" StarRating="4" HotelCode="319694|423279" HotelName="Hilton Garden Inn Dubai Al Mina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, Port Rashid district, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/68/9b68e880bf85e41a2c0d3f0a5fe43149dbfefa9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, approximately 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.60" OriginalAmount="91.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270519" Longitude="55.3214008" StarRating="4" HotelCode="|121127" HotelName="Ramada By Wyndham Dubai Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/1/2/7/121127_3984f750917.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is next to Salahuddin the underground station of 15 minutes away, you can find Dubai Airport. FACILITIES: The establishment boasts a swimming pool, a gym and a restaurant. Regarding the food and beverage offering, there is a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.71" OriginalAmount="91.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.115483314906" Longitude="55.203811552649" StarRating="3" HotelCode="161006|143596" HotelName="Citymax Hotel Al Barsha At The Mall" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Behind Mall of Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/36/6536e87f84aa7a6e9c9018179ac1212946a9917b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to business districts and the Dubai Metro, this hotel is convenient for business trave...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.71" OriginalAmount="91.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.114409261513" Longitude="55.202254843015" StarRating="3" HotelCode="882889|2358165" HotelName="Citymax Hotel Al Barsha" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Plot 3731298, Al Barsha Road, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/d2/03d2d336db31ae6eabf5b68d63649e65d2e0a737.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.76" OriginalAmount="92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270027" Longitude="55.331013" StarRating="4" HotelCode="32310|9330" HotelName="Ramada Plaza by Wyndham Dubai Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 81877, Beside Abu Baker Al Siddique Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/0c/d20cc48d18af56eef67b5271eae0406ab2042de3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the city of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.76" OriginalAmount="92.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.008286" Longitude="55.15671" StarRating="3" HotelCode="152741|premier_inn_dubai_investments_park" HotelName="Premier Inn Dubai Investments Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Garden,Golf,Internet,Jacuzzi,Laundry,Restaurant,Shopping Arcade,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Near Green Community, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/1e/621e0d1b4388cc682d524f324b0102c4494fbd69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The business hotel is situated approximately 1 km along on the right between the Green Community and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.76" OriginalAmount="92.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.282650724145" Longitude="55.316512690807" StarRating="3" HotelCode="199613|ewa_hotel_dubai" HotelName="Sun And Sands Sea View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, Near Al Baraha Hospital, PO Box 93499, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/eb/c1eb49a4964443383ace417a09eb7d4bf8d3812e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.60" OriginalAmount="92.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.24294395151" Longitude="55.275583947314" StarRating="4" HotelCode="119228|119872" HotelName="Mercure Gold Hotel Al Mina Road Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, P.O. Box 66431, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/34/82347914c204d50ef34968e1f906e1e2f948ce42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The contemporary hotel is centrally located on Al Mina Road, in close proximity to Sheikh Zayed Road...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.79" OriginalAmount="93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259009" Longitude="55.288926" StarRating="3" HotelCode="364976|32599" HotelName="Panorama Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 773, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8e/8e5787866a316eac/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel's location in the heart of the city provides guests with easy access to the World Tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.79" OriginalAmount="93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26180678619" Longitude="55.31964545105" StarRating="5" HotelCode="59220|2247" HotelName="Carlton Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Street, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/ef/f6efaf67d45c70d1cec982fd9ce8e18179fbf241.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on the prestigious Al Maktoum Street close to Jumeirah Beach at the hea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.82" OriginalAmount="93.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.255273" Longitude="55.284962" StarRating="4" HotelCode="|119189" HotelName="Sea View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mina Road, Bur Dubai, PO BOX 52700, DUBAI , Dubai AE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/1/8/9/119189_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers conference facilities, air-conditioning, a reception, a lift, a hairdresser's, a breakfast room, room service, a laundry service and a car park. SITUATION: The World Trade Centre The establishment is 4 kilometres away from 15 minutes away from the establishment guests have a commercial centre, Opposite the establishment, you can find the bazaar, 10 minutes away from the establishment guests have Deira the city centre of 10 minutes away from the establishment, guests will find the beach, is 15 minutes away from Dubai Airport. ROOM: The rooms a bathroom, a direct line telephone, a satellite TV, internet, a mini-bar and individual air-conditioning. They also have central heating, a desk, a coffee maker, a kettle, a safety deposit box, a hairdryer and a mirror. FACILITIES: Clients can find a health club, a gym, a sauna and a jacuzzi. The establishment also has a steam bath, a heated swimming pool and a terrace with sea views. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, a buffet breakfast, a buffet breakfast and a set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.92" OriginalAmount="93.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.108951455085" Longitude="55.203616397484" StarRating="4" HotelCode="160818|2608225" HotelName="Ramada by Wyndham Chelsea Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/f2/c7f2da08ce83ce0eb4422a81094d6721d8ddf76e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just off Sheikh Zayed Road, the city hotel is one of the few hotels near the Mall of the Emi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.18" OriginalAmount="93.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264918" Longitude="55.329805" StarRating="4" HotelCode="319695|423278" HotelName="Hilton Garden Inn Dubai Al Muraqabat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Baker Al Siddique Road, P.O. Box 50698, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/39/ee396d59b0d70ed5f1f6e33f120fa84d200a38b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.26" OriginalAmount="93.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2721265" Longitude="55.3158996" StarRating="4" HotelCode="|119929" HotelName="Dorus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>UMER BIN KHATT AB ROAD DEIRA DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/9/2/9/119929_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 80 large rooms, a lobby with express check-out and a reception. This renovated establishment in 2010, has a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar, a pub, a nightclub, a restaurant, internet, room service and a laundry service. SITUATION: It is inAl Ghurair City the complex Close to Dubai Airport. ROOM: Each room has a satellite television, a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, internet, a safety deposit box, a fridge, an ironing set and an air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and buffet and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.34" OriginalAmount="93.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116431" Longitude="55.196068" StarRating="3" HotelCode="140884|104831" HotelName="Novotel Suites Dubai Mall of the Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2A Street, P.O. Box 283825, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/2f/212f82de0a4f8dbd5bb2dffbe3ac529e40d0eb46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the World Trade Centre and Jebel Ali, and is ideal for business and le...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.55" OriginalAmount="93.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1887007" Longitude="55.2550959" StarRating="3" HotelCode="|80457" HotelName="Holiday Inn Express Dubai Safa Park, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Wasl District, Dubai, United Arab Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/5/7/80457_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inSheikh Zayed the street 5 minutes away, there is a public transport stop. ROOM: The establishment has 171 rooms, They have an air-conditioning system. FACILITIES: The establishment boasts a gym, a bar and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.59" OriginalAmount="93.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25924094122" Longitude="55.291182007336" StarRating="4" HotelCode="141395|61304" HotelName="Royal Ascot Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, P.O. Box 115160, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a2/d8/a2d8a18292fab486cff0b836bcad793755c5aee6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre and is situated in the main shopping and business district B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.60" OriginalAmount="93.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269106753506" Longitude="55.305659265116" StarRating="1" HotelCode="312720|1073078" HotelName="White Fort Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nasser Square, Near Baniyas Metro Station, Deira, Dubai 83163</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/bc/dbbc8e975fda8032114e90d8d1e1e574d7c4c8e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.62" OriginalAmount="93.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.222843136298" Longitude="55.285739439061" StarRating="3" HotelCode="318973|1604428" HotelName="ibis One Central" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Trade Centre District, P.O.Box 9914, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/bc/e4bcc56fed48daed51032dadccfb3189e9d86235.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, approximately 15.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.82" OriginalAmount="94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.255670877069" Longitude="55.336010456085" StarRating="4" HotelCode="42787|28556" HotelName="City Seasons Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road, Port Saeed, P.O. Box 182002, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/3c/ef3c2b16d31b415d3f1b881e51190426cdff60d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Airport Road, near the Toyota Showroom and just after the DNATA sign. It li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.91" OriginalAmount="94.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.276179" Longitude="55.310341" StarRating="3" HotelCode="|215755" HotelName="Royal Tulip" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Murar, Dubai - Opposite Delhi Restaurant, Behind Al Futaim Mosque</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/7/5/5/215755_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.96" OriginalAmount="94.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25896267629" Longitude="55.296933352947" StarRating="3" HotelCode="68873|31474" HotelName="York International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Khaleed Bin Waleed Road, Dubai P.O.Box 82555</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/3e/d73eb485f1c2bc49645995687dc330590130c519.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai's business district. It is 10 minutes from the city centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.08" OriginalAmount="94.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.272122635571" Longitude="55.315867350368" StarRating="4" HotelCode="162561|2091595" HotelName="Dorus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Omar-Bin-Khattab Road, Downtown Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/ed/d5ed21de1f9a5f7fcca5acf96ce0bffd80f93e2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a commanding central position of Dubai's Al Ghurair City, near Fish Roundabo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.08" OriginalAmount="94.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.074865105404" Longitude="55.145336970569" StarRating="4" HotelCode="936774|1244848" HotelName="Armada BlueBay Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Armada Towers, Jumeirah Lakes Towers, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5a/3a/5a3a5731938a7077c1e4154de66cb975bf5f08e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.09" OriginalAmount="94.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2428483" Longitude="55.2755843" StarRating="4" HotelCode="|118691" HotelName="Mercure Gold Al Mina Road Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road Bur Dubai, P O Box 66431, BUR DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/6/9/1/118691_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2009 and has 184 standard rooms. The establishment has 2 meeting rooms, audiovisual equipment, a business centre, a lobby, express check-out and a reception. It also has air-conditioning, a safety deposit box service and a lift. With regards to the food and beverage offering, the establishment has a bar and a restaurant. The establishment also offers WiFi, room service and a laundry service. SITUATION: This modern hotel is in Al Mina Road, close to Sheikh Zayed Road, the convention centre, the shopping centres and Jumeirah Beach. It is 20 minutes away from Dubai Airport. ROOM: The rooms have internet, a direct line telephone, a coffee maker, a kettle, a mini-bar, a satellite television, an air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a swimming pool, a heated swimming pool, a health club and spa treatments (available for a fee). MEALS: Customers have at their disposal a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.45" OriginalAmount="94.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2593085" Longitude="55.2909989" StarRating="3" HotelCode="|87875" HotelName="City Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Khaleed Bin Waleed Road , Computer Street , Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/7/5/87875_e7340531359.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a lobby with a reception, a lift and seats. SITUATION: It is situated 2 minutes away fromMina the bazaar Burjuman the commercial centre. ROOM: Each room has an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.45" OriginalAmount="94.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256527" Longitude="55.334769" StarRating="4" HotelCode="|57824" HotelName="DoubleTree by Hilton Dubai Port Saeed" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed Al Maktoum Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/8/2/4/57824_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.58" OriginalAmount="94.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270998" Longitude="55.302518" StarRating="0" HotelCode="|491682" HotelName="Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/1/6/8/2/491682_934ad5e1003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.59" OriginalAmount="94.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.271598" Longitude="55.313293" StarRating="2" HotelCode="900231|2606065" HotelName="Gulf Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Yousef Baker Road, Behind Al Maktoom Hospital, Deira, Dubai 88767</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/326391/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Yousef Baker road close to fish round about and Al Maktoum hospital 5 minutes walk to the city cente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25291414" Longitude="55.29666776" StarRating="4" HotelCode="951179|grayton_hotel_dubai" HotelName="Grayton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12A Street, PO Box 7, Al Mankhool, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/95/f89521935036cdfbb27a5aafa23e6f00c239270c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.62" OriginalAmount="95.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1166397" Longitude="55.1959555" StarRating="3" HotelCode="|74920" HotelName="Novotel Suites Mall Avenue Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/9/2/0/74920_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a business centre, a games area and a lobby. SITUATION: Sheikh Zayed Road Is situated in next to the establishment, guests will find a shopping centre, in the surrounding area, clients have places of interest, leisure areas and the beach. ROOM: The establishment has modern suites and fully-equipped.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.76" OriginalAmount="95.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269033765755" Longitude="55.302022191455" StarRating="1" HotelCode="330047|1924675" HotelName="Downtown Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 18th Street Sabkha Road, Naif, Near Nasser Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/12/a712068108f75344efa51ad16b0c44f7dbf922ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.76" OriginalAmount="95.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269224143217" Longitude="55.306211896675" StarRating="3" HotelCode="902062|4557415" HotelName="Royal Mark Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nasr Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a4/f1a4b2713239202d80c782743e1a537f2261aa03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260554" Longitude="55.324745" StarRating="3" HotelCode="36293|orchid_hotel_13" HotelName="Orchid Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c1/ce/c1ce4d3a682f95cf72273ca907c24772506f9e2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the bell tower in Al Maktoum Street, Deira. It is around 5 km from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262706" Longitude="55.322213" StarRating="3" HotelCode="332550|al_sarab_hotel_" HotelName="Al Sarab Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Lounge,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street, PO Box: 113330, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/a0/98a0abf3fffcb46dd365fe04c03527f7cc73d08d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11122739" Longitude="55.19591985" StarRating="4" HotelCode="475958|al_khoory_atrium" HotelName="Al Khoory Atrium Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O.Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/51/1e518e4af008dcb34adf49ce53fde76a5e29f1f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2585041" Longitude="55.3005273" StarRating="4" HotelCode="623302|al_khoory_inn" HotelName="Al Khoory Inn Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>17th Street, Bur Dubai, PO Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/77/8577f153b4c4b5e96bfb09e8d562754822b7c226.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.24" OriginalAmount="96.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.098963896148" Longitude="55.173275823418" StarRating="4" HotelCode="440708|1893205" HotelName="dusitD2 Kenz Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 71162, Barsha Heights, Near Internet City Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/b6/c5b6ff14cfaf22df86aa6c00ae76c7c6569d0491.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.40" OriginalAmount="96.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26341386199" Longitude="55.313678383827" StarRating="2" HotelCode="68507|31194" HotelName="Panorama Deira Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 181211, Omar Bin Al Khatab Road, Opposite Al Ghurair shopping mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f5/6df5d1878c360739c34987c49d64bd28272daa46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the heart of Dubai. Dubai creek is some 2 km away. Many shopping areas and busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.64" OriginalAmount="96.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11152527495" Longitude="55.203422390213" StarRating="4" HotelCode="176180|631365" HotelName="Grand Excelsior Hotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Barsha 1, Near Mall Of The Emirates, Dubai 214343</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f3/f7/f3f7421422c6b3a836d044d40c1421024df9e78a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.64" OriginalAmount="96.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2617195" Longitude="55.3195477" StarRating="5" HotelCode="|20352" HotelName="Knight Castle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>AL MAKTOUM STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/5/2/20352_4b9fd281303.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, has and 212 rooms, 10 floors, this building, with air-conditioning, has a reception, with express check-out, lifts, a hairdresser's and a nightclub. The establishment has restaurants, a bar, conference rooms, internet, room service, a laundry service and a car park. SITUATION: This luxurious hotel is near Jumeirah the beach Deira is situated in is situated in Al Maktoum the street 10 minutes away from the establishment, clients can find the river, in front of the hotel there is a public transport stop, is 15 minutes away from the airport. ROOM: The stylish rooms, well-decorated, a bathroom, a hairdryer, a bathrobe, a satellite or cable television, a radio, a mini-bar, internet, an iron, an air-conditioning system, central heating and a safe (available for a fee). FACILITIES: The establishment has a swimming pool that has an area for children, deck chairs, a gym, a sauna, a jacuzzi and a steam bath. At an additional cost, you can play golf, Around the establishment, our guests can find tennis courts, squash courts and water sports. MEALS: Guests are offered all meals in a buffet format, Clients can book half-board. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270412021452" Longitude="55.380416568123" StarRating="4" HotelCode="904082|30152" HotelName="TIME Grand Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damascus Street, P.O. Box 237844, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/dc/99/dc99348973633d34607c820e5e2f10a790ab5e7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Damascus Road in the heart of the Al Qusais business and commercial dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.281855" Longitude="55.31511" StarRating="4" HotelCode="175597|32089" HotelName="Hues Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corniche, P.O. Box 5245, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/91/ac91c589dcb009b67e5d1ba2ef53e72042298b5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Corniche Deira, the hotel is 13 km away from Dubai International Airport and 9 km away fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.240536601879" Longitude="55.273160720238" StarRating="3" HotelCode="320173|ibis_styles_jumeirah_dubai" HotelName="ibis Styles Dubai Jumeira Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, 2nd December Street, Jumeira 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/99/f099709dd02878fadfe341a3d15ce3c3774c5c44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfect for both corporate and leisure travellers, thanks to its prime location and eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="99.95" OriginalAmount="97.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.06977461" Longitude="55.24312031" StarRating="4" HotelCode="856383|CBE804900" HotelName="The S Hotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>South Umm Suqeim Road, Al Barsha, Dubai Science Park, PO Box 66756, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6b/df6b709e64792f1eb90fda2225e76fbca9d45b02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.29" OriginalAmount="97.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2691696" Longitude="55.3066273" StarRating="3" HotelCode="|87908" HotelName="GSS Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Nasr Square,Besides Baniyas Square Metro Station</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/0/8/87908_8d3e52d1041.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a swimming pool, a sauna, a gym and a nightclub. The establishment also offers WiFi (free of charge). SITUATION: Is situated inDubai the centre of next to the property, you can find Baniyas Square the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.32" OriginalAmount="97.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112519294245" Longitude="55.189019272491" StarRating="4" HotelCode="212682|929195" HotelName="Novotel Dubai Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road Barsha 1, Opposite Sharaf DG Metro Station, Dubai 450011</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/6d/0f6d558f2730dd4f246a9fc1e112d19313086582.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this urban hotel is about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.33" OriginalAmount="97.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270209574732" Longitude="55.306063008598" StarRating="2" HotelCode="162266|1473368" HotelName="Mount Royal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nasser Square, Near to Baniyas Metro Station, Deira, Dubai 34296</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/89/ff89d078be77b22156c8df329c082c987eb87722.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a commanding central position in Dubai's fashionable Merchant City overlook...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.55" OriginalAmount="97.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2625432" Longitude="55.3261478" StarRating="4" HotelCode="|57345" HotelName="Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL RIGGA STREET PO BOX 182244</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/3/4/5/57345_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, family-friendly hotel, has 133 rooms, suites, 7 suites and 14 junior suites. The establishment has air-conditioning, a hall, a reception, a safety deposit box service, a currency exchange service, a lift and a hairdresser's. Our guests can find a cafÃ©, a sports bar, a pub, a nightclub, restaurants, shops and a beauty centre. The establishment also offers the business centre, conference facilities, internet, a laundry service, room service, a car park and an indoor car park. SITUATION: Is situated inAl Rigga the Street of 100 metres away, guests can find the metro station, close to the establishment, guests have the business area, the commercial area 10 minutes away from the airport. ROOM: The rooms a bathroom with a shower or bath, a hairdryer, a king size or double bed, a direct line telephone and a satellite TV. They also have internet, a safety deposit box, a mini-bar, a coffee maker, a kettle and individual air-conditioning. FACILITIES: The establishment boasts a pool that has a children's area, a gym, a terrace and a jacuzzi. MEALS: Clients have at their disposal 2 bars. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OBSERVATIONS: The establishment offers a transfer service to the beach and the shopping centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.65" OriginalAmount="97.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09722" Longitude="55.17596" StarRating="4" HotelCode="141394|119022" HotelName="Byblos Hotel" 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,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Barsha Heights, P.O.Box 500234, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/02/7d0250af0e12a76e1de6545fbf98879d20196d37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Al Barsha Tecom, this business hotel is just a short distance from the metro station, Dub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.80" OriginalAmount="97.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0747811" Longitude="55.1454485" StarRating="4" HotelCode="|180652" HotelName="Armada Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Armada Tower - Jumeirah Lake Towers Sheikh Zayed Road 29591 Dubai United Arab Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/6/5/2/180652_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.81" OriginalAmount="97.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.266931032274" Longitude="55.380969643593" StarRating="3" HotelCode="56926|31204" HotelName="Fortune Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nahda Road, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/29/95293958d1a316e02736138e9dca798f4088d27d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just a few minutes away from the airport, Dubai Expo, Al Mulla shopping c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.89" OriginalAmount="97.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273567" Longitude="55.381388" StarRating="4" HotelCode="31296|84776" HotelName="Dubai Grand Hotel By Fortune" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damascus Street, P.O. Box 34150, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/c2/d6c2720b983bfde00990b00b692ea74149f468a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in Al Ghusais, close to Terminal 2 of Dubaï Airport, the Dubaï World Tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="0" HotelCode="818321|al_karnak_hotel" HotelName="Al Karnak Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Naif Road</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/87/bc87f70fcaa04bea182ee1711c4f1d4785e44efa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.25" OriginalAmount="98.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262667" Longitude="55.322228" StarRating="3" HotelCode="|198481" HotelName="Al Sarab" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL RIGGA STREET, DEIRA N/A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/4/8/1/198481_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="101.27" OriginalAmount="98.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.231964287383" Longitude="55.285562846558" StarRating="3" HotelCode="547026|CBB017300" HotelName="Rove Trade Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2nd December Street, Al Jafiliya, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/02/56027157b17d0baea8ce82f21510c23ec2e68513.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai. Its setting is especially ideal for business trav...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.61" OriginalAmount="98.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2429002" Longitude="55.3585344" StarRating="3" HotelCode="|118767" HotelName="Premier Inn Dubai International Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>52 B street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/7/6/7/118767_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is business. The establishment offers guests a transfer service to the airport (free of charge). The Premier Inn Dubai International Airport is rated three stars and has 281 rooms. SITUATION: It is situated close to the airport. FACILITIES: Clients can find a swimming pool. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.37" OriginalAmount="99.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254558765007" Longitude="55.32778002943" StarRating="4" HotelCode="409633|81144" HotelName="Copthorne Hotel Dubai" 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,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed, Deira, P.O. Box 119311, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/a3/b0a338f972c3264267ff511953b43ba153c41f60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the city, this hotel lies opposite the Deira City Center shopping centre. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260878469057" Longitude="55.322583033344" StarRating="0" HotelCode="57059|delmon_palace_hotel" HotelName="Delmon Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>42 A Street, Al Rigga Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/d6/cfd684e2a2f658cdd20a2328c4d83452adf9d387.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located nearby many interesting places in Dubai, such as Arabian shopping bazaars, cult...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.867133782509" Longitude="55.14689134736" StarRating="3" HotelCode="618721|aloft_dubai_south" HotelName="Aloft Dubai South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Bar,Business Centre,Designated Smoking Area,Dining,Fax,Internet,Lounge,Meeting Room,Printer,Restaurant,Room Service,Smoking Rooms,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 712778, Aviation City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/27/6f27cd4baf9c511cbf2a5a3e259af3fd03532ece.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in Dubai. The total number of rooms is 145. Both wired and wireless c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26942845" Longitude="55.30018142" StarRating="1" HotelCode="649121|maaeen_hotel" HotelName="Maaeen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Street, Near Deira Gold Souq, murshid Souq, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/d1/fad1258f8aa03a73704f7066edd6e1b9aa21d122.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.18" OriginalAmount="100.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2589562" Longitude="55.2969055" StarRating="3" HotelCode="|37805" HotelName="York International" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KHALID BIN WALEED STREET, PO Box 82555</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/8/0/5/37805_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 92 rooms and 19 executive suites. The establishment has a lobby, a currency exchange service, a lift, a cafÃ©, a bar and 2 restaurants. The establishment also offers a conference room, room service, a laundry service and a car park. SITUATION: It is inDubai the business area of 10 minutes away from the establishment, you can find the city centre, World Trade Centre close to the establishment, clients can find close to the establishment, guests have places of interest situated 20 minutes away from the airport. ROOM: The rooms have a mini-bar, cable television, a direct line telephone and a bathroom. They also have a hairdryer, internet, a coffee maker, a kettle, an individual air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a covered pool, a steam bath, a sauna and a gym. MEALS: Regarding the food and beverage offering, the establishment offers restaurants and bars. PAYMENT METHODS: Customers can pay by Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="103.41" OriginalAmount="100.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.234132539839" Longitude="55.314431495701" StarRating="3" HotelCode="516595|CBA480900" HotelName="Rove Healthcare City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Laundry,Lounge,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>19th Street, PO Box 119444, Oud Metha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3c/33/3c33953dd24cffe70d93dda5770a68b45590cc36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect, this hotel is located in the heart of Dubai. The nearest shops can be reached within about ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.42" OriginalAmount="100.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.289885886158" Longitude="55.35428433475" StarRating="5" HotelCode="213695|921085" HotelName="Mövenpick Hotel Apartments Al Mamzar Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Cairo Road and 46th Street, Al Mamzar, Dubai 92114</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/b2/b3b2b275023d712ecf9b3ef1a82cd710b7d472c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="103.66" OriginalAmount="100.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.91106146" Longitude="55.01355748" StarRating="3" HotelCode="871503|CBE950300" HotelName="Rove At The Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Parks and Resorts, PO Box 119444, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/81ce76c0a54dc81d/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.80" OriginalAmount="100.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252884" Longitude="55.285528" StarRating="5" HotelCode="171302|615835" HotelName="The Canvas Hotel Dubai MGallery By Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Kuwait Street, Port Rashid, 116656 Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/be/88be87b8708a18034a25efe810d5bcf72f6a6417.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the traditional Bur Dubai, the hotel is surrounded by the most attractive pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.90" OriginalAmount="100.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252704057461" Longitude="55.335833430408" StarRating="4" HotelCode="522966|1993975" HotelName="Royal Continental Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Rashid Road, Opposite Deira City Center, PO Box 182166, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/56/d056dab1d849c2e6322ea47af288767bae84c3c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.02" OriginalAmount="100.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256068711634" Longitude="55.326083600522" StarRating="4" HotelCode="387048|963835" HotelName="Tulip Creek Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed, Opposite Business Village, Near Clock Tower, Dubai, Deira</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2e/b2/2eb2cf3c16e3d4806c0977ce3cfaddb5563a3357.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a 5-minute walk from the city centre shopping mall, 10 minutes' drive fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.46" OriginalAmount="101.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25281852" Longitude="55.30261608" StarRating="4" HotelCode="440207|1895805" HotelName="City Seasons Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khalifa Bin Zayed Road, Mankhool, Next to Burjuman Mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/4e/694e4dfe33c51d877fa17557aee10c1f9544dba4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.51" OriginalAmount="101.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267860484791" Longitude="55.304746896525" StarRating="4" HotelCode="531372|1968625" HotelName="Best Western Plus Pearl Creek Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Massage Centre,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, P.O. Box 83163, Deira Creek, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/3c/1a3c16725ac3c5c1155a86281016e0b62e6581e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai. Its setting is especially ideal for business travellers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.51" OriginalAmount="101.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0378918" Longitude="55.18439" StarRating="4" HotelCode="749071|2320425" HotelName="Occidental Dubai Production City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IMPZ.B. 19, Dubai Production City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/870261/p_870261_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dubai, this hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.76" OriginalAmount="101.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2354282" Longitude="55.2794057" StarRating="3" HotelCode="|120189" HotelName="The Luxe Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Diyafah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/1/8/9/120189_b1e85440921.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 8 restaurants, bars, a gym, a steam bath, a sauna and an outdoor pool with a terrace. SITUATION: It is inBur Dubai the district of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.85" OriginalAmount="101.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23316423" Longitude="55.32089902" StarRating="4" HotelCode="951190|2391785" HotelName="Novotel Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Healthcare City, Umm Hurair 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/65/3f65c2dae5ae3f4578bfe82bb072f6593334ca39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269919" Longitude="55.304945" StarRating="2" HotelCode="70492|62846" HotelName="Rafee" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Nasser Square, P.O.Box 1249, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/6b/f1/6bf1a2475abdfe5ce3d22546391fef6c5a971418.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.47" OriginalAmount="102.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.24229990427" Longitude="55.298124851521" StarRating="3" HotelCode="59310|42264" HotelName="Fortune Karama Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Karama, P.O. Box 49185, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/45/f445e46192142be20f071f18365a83f3a190bcd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Karma. Dubai airport lies within easy reach of the hotel. The hotel'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.30" OriginalAmount="103.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2704743" Longitude="55.3268958" StarRating="5" HotelCode="|79086" HotelName="Crowne Plaza Dubai Deira, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/8/6/79086_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Deira is situated in Crowne Plaza Dubai 10 minutes away, guests can find the airport. It is close to Salah Al Din Station and the metro station. ROOM: All the rooms have a mini-bar, a flat-screen television and internet. FACILITIES: The establishment boasts a restaurant, a fitness centre and swimming pools. Guests are offered a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.38" OriginalAmount="103.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.265026921701" Longitude="55.322154164314" StarRating="4" HotelCode="55033|41784" HotelName="Flora Grand Hotel" Meals="BED &amp; BREAKFAST,FULL BOARD,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, Dubai 120328</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/e7/9be7ebfb25f1c2a11ee0e2ed8132d4067d71f85e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel lies in Deira, parallel to the Al Riqqa Road, close to the business and commerci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="106.38" OriginalAmount="103.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.06950546" Longitude="55.12811932" StarRating="3" HotelCode="639708|CBD357600" HotelName="Rove Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street, PO Box 119444, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5c/61/5c618236c7baa706367b27bf1c9ae0d0f384e98a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.44" OriginalAmount="103.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26898" Longitude="55.30582" StarRating="1" HotelCode="|185560" HotelName="White Fort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/5/6/0/185560_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.75" OriginalAmount="103.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2344414" Longitude="55.313098" StarRating="3" HotelCode="|210906" HotelName="Rove Healthcare City - Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>19th Street, Oud Metha, Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/9/0/6/210906_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="106.99" OriginalAmount="103.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.278809" Longitude="55.312514" StarRating="2" HotelCode="66872|9364850" HotelName="Gulf Pearl" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Omar Al Khattab Road, Albaraha Street, PO Box 21548, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/f3/f36f5e44f481f1d7/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Al Baraha Road in the growing business district of Deira in the city cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.99" OriginalAmount="103.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267412" Longitude="55.3155299" StarRating="2" HotelCode="|55257" HotelName="Panorama Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OMAR BIN AL KHATTAB ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/7/55257_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 42 rooms, The establishment boasts a lobby with a bureau de change, a restaurant, a laundry service and a car park. SITUATION: It is inDubai the heart of it is 2 kilometres away from Dubai Bay close to the establishment, clients can find shopping areas, business areas and public transport services. close to the establishment, guests have tourist areas situated 8 kilometres away fromDubai Airport. ROOM: They have an individual air-conditioning system, a direct line telephone, a bathroom, a hairdryer, cable television and butler service. They also have a coffee maker, a kettle, an ironing set, a safety deposit box and a mini-bar. It also offers non-smoking rooms. MEALS: Guests can find meal services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.66" OriginalAmount="104.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249443625976" Longitude="55.301557481289" StarRating="5" HotelCode="165292|140159" HotelName="Park Regis Kris Kin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Khalifah Bin Zayed Street, PO Box 8264, Opposite Burjuman Centre, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4d/48/4d48547c7179bfc3e65cc3b4f5ba04b585868c1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in the heart of Dubai's central commercial and financial district. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.79" OriginalAmount="104.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269777185602" Longitude="55.325091024808" StarRating="5" HotelCode="144106|275975" HotelName="Asiana Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/3d/dc3dcbc8704b22dca09012f24c04cc145fea776b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113050756267" Longitude="55.195140838623" StarRating="3" HotelCode="160299|centro_barsha" HotelName="Centro Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 329, PO Box 115060, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/ab/5aab4196dfde7d2191d90fc5890bd7ef75d7a975.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located close to the business districts of Media City and Internet City an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.44" OriginalAmount="105.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11362044" Longitude="55.19344834" StarRating="3" HotelCode="962298|674704" HotelName="Hampton By Hilton Dubai Al Barsha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Bar,Conference Hall,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1 Street, Al Barsha 1 District, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/23/8223d2ae30f0c06c4ed08b3d9b059e0b0abc33ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.87" OriginalAmount="105.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253488" Longitude="55.303931" StarRating="4" HotelCode="16882|31254" HotelName="Regent Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Sheikh Khalifa Bin Zayed Street, Opposite Burjuman Shopping Centre, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/b3/05b393ce9b9ff1f668c92e091b24913489af8445.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located along Trade Centre Road in Bur Dubai, this hotel lies directly opposite Burjuman shopping ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.87" OriginalAmount="105.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260009386675" Longitude="55.285390466452" StarRating="3" HotelCode="57904|1133828" HotelName="Howard Johnson Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Street, Bur Dubai, Dubai PO Box 30329</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/af/2eaff31864021efb17772b141966b485fb28d937.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on the Khalid Waleed Road opposite the Rashid Harbour. The international...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.92" OriginalAmount="105.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260152" Longitude="55.410486" StarRating="3" HotelCode="|450425" HotelName="eStay Inn " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>32nd Street, Muhaisnah, Muhaisnah-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/4/2/5/450425_22867d61114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.18" OriginalAmount="106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.115622686047" Longitude="55.193818509579" StarRating="4" HotelCode="263795|donatello_hotel_apartments_2" HotelName="Donatello Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Barsha 1, Near Mall Of The Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/01/5b/015bdfe8d17885ec16187b77dae8c1428ec29aa3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located on the Sheikh Zayed Road, in Al Barsha, Dubai. Centrally situated, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.27" OriginalAmount="106.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="0" HotelCode="882888|2611245" HotelName="Citymax Hotel Business Bay" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Al Tejari 2 Street, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/99/88992f55510c89f799b1c45e2959478c86608249.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.74" OriginalAmount="106.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.240406630431" Longitude="55.275290608406" StarRating="5" HotelCode="169208|281595" HotelName="Ramada by Wyndham Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, P.O. Box 121122, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/16/08/1608540437882c0d097bfc32cc3d5b3e882ddb6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this urban hotel is about 4.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.97" OriginalAmount="106.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.272242669692" Longitude="55.380907648696" StarRating="3" HotelCode="639431|625723" HotelName="Hampton by Hilton Dubai Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Damascus Street, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/6a/7e6aacf7f3061630cad072a83c639ac8495d7960.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.05" OriginalAmount="106.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2656237" Longitude="55.3157399" StarRating="4" HotelCode="|30863" HotelName="Lotus Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL RIGGA ROAD,P.O.BOX 63833</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/6/3/30863_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel and has 101 air-conditioning rooms, a safety deposit box service, a currency exchange service, a lift, a conference centre and dining facilities. The establishment also offers WiFi, room service, a laundry service and a car park. SITUATION: Is situated inAl Jazeera the street nearby, you will find a golf course, the marina, is 4 kilometres away from Dubai Airport. ROOM: Each room has a bathroom with a hairdryer, a central air-conditioning system, satellite and cable television, internet, a mini-bar, a coffee maker, a teapot, an iron and an ironing board. FACILITIES: The establishment has a swimming pool, jacuzzis and a covered pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.07" OriginalAmount="106.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.265119" Longitude="55.3221917" StarRating="4" HotelCode="|31024" HotelName="Howard Johnson Plaza By Wyndham Dubai Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>AL RIGGA STREET, P.O. BOX 120328</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/0/2/4/31024_bb8b7bf0939.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 200 rooms, The establishment boasts restaurants, a business centre and a playground. SITUATION: Deira It is in near the establishment, you will find the commercial and business area. ROOM: The rooms are comfortable. FACILITIES: The establishment boasts a swimming pool, a spa and billiards.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="107" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113475" Longitude="55.191621" StarRating="4" HotelCode="162271|27744" HotelName="Cassells Al Barsha Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 114400, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/cf/cf28918ce439cdcc4098793feae33084/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 20 km from the centre of Dubai. The Palm Jumeirah is 4 km away from the hotel and less ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.32" OriginalAmount="107.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11341" Longitude="55.20185" StarRating="4" HotelCode="573741|2176255" HotelName="MENA Plaza Hotel Albarsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Street 13, P.O. Box 282464, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/623423/623423a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.59" OriginalAmount="107.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22283533238" Longitude="55.285807549954" StarRating="2" HotelCode="37443|30854" HotelName="ibis World Trade Centre Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 9544, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/9f/209f9b0841bbc95c506cd68000b032d0d32fec66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is directly linked to the Dubai International Convention and Exhibition Centre, the bigges...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.59" OriginalAmount="107.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.247956510226" Longitude="55.337917506695" StarRating="4" HotelCode="93395|98109" HotelName="Le Meridien Fairway" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Garhoud Road, PO Box 36400, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/42/42f31fccbc017de0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within close proximity of the enchanting Dubai Creek and provides guests with ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.89" OriginalAmount="107.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2621165" Longitude="55.2921952" StarRating="3" HotelCode="|120175" HotelName="Grand Astoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/1/7/5/120175_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 2 minutes away from the river, 5 minutes away, you can find Bur Juman the shopping centre. ROOM: The rooms have an air-conditioning system. FACILITIES: The establishment has a car park (free of charge), Regarding the food and beverage offering, there is 4 restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.15" OriginalAmount="107.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253571" Longitude="55.332856" StarRating="4" HotelCode="103268|86439" HotelName="Novotel Dubai Deira City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8th Street, Front of Deira City Centre Mall, Port Saeed District, P.O. Box 185310, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/47/1e4737bc4c72af1fe94511c9157d53abddf454f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a prime location, at the heart of the historic part of Dubai, in front of the City Centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.24" OriginalAmount="108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.046477" Longitude="55.119075" StarRating="3" HotelCode="493578|premier_inn_dubai_ibn_battuta_mall" HotelName="Premier Inn Dubai Ibn Battuta Mall Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ibn Battuta Mall, Sheikh Zayad Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/43/7d43a31c0affd7321b03ad1263139eca10e21137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, this hotel is ideal for business travellers as well as families. Ther...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.52" OriginalAmount="108.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.266084" Longitude="55.325649" StarRating="4" HotelCode="26364|30664" HotelName="Coral Dubai Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muraqqabat Street, P.O. Box 82999, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/85/ba/85ba2b814bcb381a502b1ccc15b6c41739ba9112.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The conference hotel lies on Muraqqabat Street in Deira and is about 10 minutes from the internation...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.64" OriginalAmount="108.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25164869715" Longitude="55.294992950541" StarRating="3" HotelCode="310346|923015" HotelName="Golden Sands 3 Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Street, Bur Dubai, P.O. Box 9168, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/25/852544b26b88fae31ccb94e6f3d0663ec1772ec3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is set in Dubai. The premises count with 750 welcoming bedrooms. This property doe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.67" OriginalAmount="108.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.983048442445" Longitude="55.091127560328" StarRating="1" HotelCode="330368|2882915" HotelName="easyHotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street 724, PO Box 17777, Jebel Ali Free Zone Authority (JAFZA), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/7e/c67ec9ef66b37344a44bd5253b11c64898914580.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located In JAFZA, Jebel Ali, Easy Hotel is within a 15-minute drive from Ibn-Battuta Mall\n\nLocated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.53" OriginalAmount="109.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27686822" Longitude="55.34995547" StarRating="3" HotelCode="850564|2292325" HotelName="Studio M Arabian Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Ittihad Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/643837/643837a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.85" OriginalAmount="109.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2701864" Longitude="55.3060802" StarRating="2" HotelCode="|119930" HotelName="Mount Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NASIR SQUARE DEIRA DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/9/3/0/119930_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 100 large rooms, 15 suites, a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment also has a cafÃ©, a bar, a pub, a nightclub, a restaurant, room service and a laundry service. SITUATION: This hotel is in a central area, is in front of Baniyas the square 10 minutes away from the establishment, guests will find Dubai Airport. ROOM: The rooms have a bathroom with a shower, a double bed, a direct line telephone, a satellite television, a writing desk, internet, a safe, a mini-bar, an iron and individual air-conditioning. PAYMENT METHODS: Customers can pay by Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.87" OriginalAmount="109.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.271084" Longitude="55.329999" StarRating="5" HotelCode="136624|1910365" HotelName="AVANI Deira Dubai Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Abu Baker Al Siddique and Sallahudin Road, P.O. Box 234344, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/23/a2/23a23d8fda19eedb2b4edaa349221dabd4cd775f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Due to the fact that the hotel is located in the heart of Dubai's historic and most culturally diver...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.87" OriginalAmount="109.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26198721" Longitude="55.28139078" StarRating="4" HotelCode="410024|2251775" HotelName="Queen Elizabeth 2" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mina Rashid, P.O. Box 6769, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/14/6a14ce027f68c78073b39b1724dbe51f0e4b45f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The friendly staff at the guest services desk are happy to answer any questions. Services and facili...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="112.88" OriginalAmount="109.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2557296" Longitude="55.332585" StarRating="3" HotelCode="497110|CAZ908500" HotelName="Rove City Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24th Street, 19th B Street, Port Saeed, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/15/52/1552acfcccb42221b6dd49fcd17d437a6a114aef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.98" OriginalAmount="109.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.199056" Longitude="55.265769" StarRating="4" HotelCode="804919|2329275" HotelName="LEVA Hotel, Mazaya Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 340 647, Mazaya Centre, Sheikh Zayed Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/57/e957d1cab42e8f82ff05c53a71bfd44dc8d8b685.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.10" OriginalAmount="109.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270737" Longitude="55.322551" StarRating="4" HotelCode="75968|592555" HotelName="Star Metro Deira Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Guesthouse,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, PO Box 184786, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/24/6524f243967e57f1f92a79459a381b2c6ed31c50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Dubai, 100 m from Al Reef Mall. Restaurants, bars, and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.10" OriginalAmount="109.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.096590517641" Longitude="55.174014421402" StarRating="4" HotelCode="450351|1910985" HotelName="Signature 1 Hotel Barsha Heights - TECOM" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Thanayah 1, Barsha Heights (Tecom), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f2fe76843448fd7/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 10 km from the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.17" OriginalAmount="109.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251699567942" Longitude="55.295201186946" StarRating="3" HotelCode="12863|4784905" HotelName="Golden Sands Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Street, Bur Dubai, Dubai P.O Box 9168</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/dc/47/dc47ac9c10d96579c4e4e740659cfb78bc0a8ad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated in the central city, this hotel is the largest in Dubai. Premier, serviced apartmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.30" OriginalAmount="110" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252060453559" Longitude="55.294099964322" StarRating="3" HotelCode="310347|226051" HotelName="Golden Sands 5 Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Road, Post Box 9168, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/489573/9ff4fcb5425316969ca9db5d0b5b4c65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Deira. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.39" OriginalAmount="110.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2574741" Longitude="55.2996693" StarRating="4" HotelCode="|20347" HotelName="Majestic Premier Hotel Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/7/20347_5a417620818.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has 125 standard rooms, a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment boasts a hairdresser's, a shop, leisure facilities, conference facilities, a cocktail bar, an Ã  la carte restaurant, a club and an oudooor car park. SITUATION: Is situated in Khalid Bin Al Waleed and Bur Dubai Street, close to shops, leisure areas and World Trade Centre, is 15 minutes away from Dubai Airport. ROOM: Customers can find modern rooms with a bathroom with a hairdryer, a satellite or cable television, a mini-bar, a coffee maker, a teapot, an iron, internet, a safe (available for a fee), an air-conditioning system and stunning views. FACILITIES: The establishment has a covered swimming pool with deck chairs, a jacuzzi and a gym. MEALS: Guests can book half-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.48" OriginalAmount="110.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.237242916673" Longitude="55.274322330951" StarRating="4" HotelCode="258976|30894" HotelName="Jumeira Rotana" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd December Street, PO Box 33640, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a2/3ca29dbd8b35f3b67bf52193cc27065db637b92d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Satwa on Al Difayah Street. Restaurants and street cafés as well as shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.55" OriginalAmount="110.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2548244" Longitude="55.3280918" StarRating="4" HotelCode="|72581" HotelName="Copthorne Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed, DeiraP O Box 119311</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/8/1/72581_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2008, has 3 restaurants, a swimming pool, a terrace, a gym and a health centre. SITUATION: It is in the commercial area, 5 minutes away from the establishment, you can find Dubai Airport. ROOM: The modern rooms, have a balcony, a safe and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.68" OriginalAmount="110.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.211428" Longitude="55.274127" StarRating="0" HotelCode="|186070" HotelName="Sunday Mega " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Trade Centr</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/7/0/186070_567c4f51830.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.77" OriginalAmount="110.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1116649" Longitude="55.2034116" StarRating="4" HotelCode="|82692" HotelName="Grand Excelsior  Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Near Mall Of The Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/9/2/82692_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, has 230 rooms and suites. The establishment has restaurants, leisure activities, a gym and a business area. SITUATION: Is situated inNueva DubÃ¡i the heart of near the establishment, guests will find a shopping centre. ROOM: The establishment has superior rooms, king size bed or two beds and a bathroom with a bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.33" OriginalAmount="111" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.221122" Longitude="55.282086" StarRating="4" HotelCode="37772|11604" HotelName="Novotel World Trade Centre Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Saa'da Street, P.O. Box 9622, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/48/85485d9df6fe79b716896a8545ca5a0e1b1ee28c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a part of the Dubai International Convention and Exhibition Centre complex. It is situa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.60" OriginalAmount="111.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1154159" Longitude="55.193681" StarRating="4" HotelCode="|120222" HotelName="Donatello " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/2/2/2/120222_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located between the city centre and the marina. ROOM: The establishment has apartments with TV. FACILITIES: The establishment has a swimming pool, a gym and a spa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.73" OriginalAmount="111.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2215786" Longitude="55.3249588" StarRating="4" HotelCode="|55269" HotelName="Somerset Jadaf" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>NEAR AL WESL HOSPITAL. BEHIND THE DUBAI OFFICERS C</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/6/9/55269_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel has 84 apartments, The establishment has air-conditioning, a hall, a cafÃ©, a restaurant, conference rooms, room service, a laundry service and a car park. SITUATION: Near the establishment, guests will find the business area, close to the establishment, guests have the leisure area, restaurants and shops. it is situated 5 kilometres away from Dubai Airport. ROOM: They have a kitchen with fridge, a microwave, a direct line telephone, a safety deposit box and an ironing set. They also have a bathroom with a hairdryer, internet, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: The establishment boasts a swimming pool with a children's area and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.87" OriginalAmount="111.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2707638" Longitude="55.3297554" StarRating="5" HotelCode="|74909" HotelName="Avani Deira Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corner Abu Baker Al Siddique And Sallahuddin Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/9/0/9/74909_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2011. SITUATION: 10 minutes away from the establishment, you can find the airport, is well-connected with places of interest, is situated in a business area. ROOM: The rooms have an air-conditioning system, a flat-screen television, an iPod docking station, a safety deposit box, a kettle and coffee. FACILITIES: Regarding the food and beverage offering, there is 2 restaurants and a bar. The establishment boasts a swimming pool on the roof terrace, a well-equipped gym and a spa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.11" OriginalAmount="111.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2746888" Longitude="55.3274552" StarRating="4" HotelCode="|87287" HotelName="Grand Excelsior Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/2/8/7/87287_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.28" OriginalAmount="111.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.101142641594" Longitude="55.173054525131" StarRating="4" HotelCode="207414|922515" HotelName="Mercure Dubai Barsha Heights Hotel Suites &amp; Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 500300, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/295686/a_295686_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116010067609" Longitude="55.196376067084" StarRating="4" HotelCode="348056|92710" HotelName="Hilton Garden Inn Dubai Mall Of The Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22nd Street, P.O. Box 393971, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/10/05105af5a8ccdc3a8590207c7768340a20562801.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25352947468" Longitude="55.293257320508" StarRating="4" HotelCode="59922|17267" HotelName="Majestic City Retreat Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mankhool Road, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/25/1625348338ede9a5fa180cd882bc213c7151d157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of downtown Dubai in the Bur Dubai area. It is near to key busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2663439" Longitude="55.2944041" StarRating="3" HotelCode="|30851" HotelName="The George By Saffron Dubai Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 3944, DEIRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/5/1/30851_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 140 rooms, The air-conditioned establishment has a safety deposit box service, a currency exchange service, a lift, conference facilities, WiFi, restaurants, a cafÃ© and a nightclub. The establishment has room service, a laundry service and a car park. SITUATION: Baniyas Street (Creek Road) It is on Baniyas Street (Creek Road) in front of the establishment, you can find the library in the business area, is 3 kilometres away from Dubai the city centre of 10 minutes away from the establishment, guests will find the airport. ROOM: Each room has a bathroom, a hairdryer, satellite or cable TV, a mini-bar and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.50" OriginalAmount="112.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.096617" Longitude="55.173916" StarRating="4" HotelCode="|209533" HotelName="SIGNATURE 1 HOTEL TECOM" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 503066, Al Thanayah 1 Tecom, (Barsha Heights)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/9/5/3/3/209533_25a1f191905.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.65" OriginalAmount="112.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.266955" Longitude="55.380984" StarRating="3" HotelCode="|119987" HotelName="Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. BOX 35559, AL NAHDA ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/9/8/7/119987_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 94 rooms, a lobby with a reception, a lift, a restaurant, room service and a laundry service. SITUATION: This urban hotel is close to the airport, Al Mulla the shopping complex Mumzar the beach. ROOM: The establishment has Junior Suites executive suites, have a mini-bar, a safe, a direct line telephone, a satellite TV, an iron, an air-conditioning system and a bathroom. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="115.71" OriginalAmount="112.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.212964" Longitude="55.275263" StarRating="4" HotelCode="22556|CAF551700" HotelName="Towers Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 30430, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/41/d141b4ea5999e1afee5f92c1bee470d8a1752440.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on the Sheikh Zayed Road in Bur Dubai. The hotel is situated in Duba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.79" OriginalAmount="112.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2538035" Longitude="55.293242" StarRating="4" HotelCode="|35740" HotelName="Majestic City Retreat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DUBAI MANKHOOL ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/4/0/35740_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment ideal for holidays or business trips, has 28 floors, conference rooms, a swimming pool with a terrace, a gym, a sauna, a Turkish bath, a beauty centre, a hairdresser's, a WC, a car park and an art gallery. SITUATION: This hotel is in the heart of Bur Dubai.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.95" OriginalAmount="112.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.117218998722" Longitude="55.19515840741" StarRating="4" HotelCode="304562|1064428" HotelName="Signature Hotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Jumeirah Beach, Near Mall Of Emirates, Dubai 26261</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/394565/394565a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.96" OriginalAmount="112.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.221286" Longitude="55.288416" StarRating="4" HotelCode="|57844" HotelName="Novotel World Trade Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Saa'da Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/8/4/4/57844_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.39" OriginalAmount="113" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22236309" Longitude="55.33188152" StarRating="4" HotelCode="757242|336659" HotelName="Hilton Garden Inn Dubai Al Jadaf Culture Village" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="24 Hour Security,Air Conditioning,Currency Exchange,Dining,Fax,Laundry,Meeting Room,Parking,Printer,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plot 3261450, Al Jadaf, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/bd/2abddf30f59fe61f902da7e61b81b7661fdb0d7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The new 4- star Hilton Garden Inn Dubai Al Jadaf Culture Village hotel, perfectly situated between D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.39" OriginalAmount="113.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.255258263533" Longitude="55.298269435094" StarRating="3" HotelCode="101243|tulip_hotel_apartments" HotelName="Tulip Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Heated Pool,Internet,Kitchen,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5A Street, Al Mankool Area, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/61/fd/61fdb8bfc9caa4a02ac5b18fc3e2169fb80f9550.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bur Dubai, the hub of the commercial district in Dubai, this apartment hotel is a paradis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.39" OriginalAmount="113.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.266645" Longitude="55.315699" StarRating="2" HotelCode="69785|sun_and_sands_plaza_hotel" HotelName="Sun and Sands Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 55808, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/88/2b88203415bb84154aa14c6380976ce0d7e9b740.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Dubai's business and shopping centre, adjacent to the Al Nasse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.84" OriginalAmount="113.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270122" Longitude="55.305291" StarRating="0" HotelCode="|471673" HotelName="Three 888 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Burj St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/6/7/3/471673_54e7ee61204.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.102223064463" Longitude="55.178507302816" StarRating="4" HotelCode="326621|92755" HotelName="Atana Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Conference Hall,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Hessa Street, P.O. Box 500555, Al Thanyah 1, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/de/f4de6bc9cd923f559fa91407527f74215e3ccdef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.234161613232" Longitude="55.311741828918" StarRating="5" HotelCode="29048|7790" HotelName="Mövenpick Hotel &amp; Apartments Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19th Street, Oud Metha Area, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/41/41914cab73472857/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the centre of the city of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.114543998214" Longitude="55.191516390213" StarRating="3" HotelCode="260535|488444" HotelName="Pride Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Elevator,Internet,Jacuzzi,Laundry,Luggage Storage,Parking,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Sharaf DG Metro Station, near Mall Of The Emirates, P.O. Box 113601, Al Barsha-1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/e7/f4e7bc84bb19ceb87eeeff4c9e6b74f0a7295774.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Pride Hotel Apartments is conveniently located in the popular Al Barsha area. Featuring a complete l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.48" OriginalAmount="114.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.223829262994" Longitude="55.284850956432" StarRating="5" HotelCode="186644|961315" HotelName="The Apartments Dubai World Trade Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 9229, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/3d/5a3df8895c3120a606264f9cb970bda0a0c2c1ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant luxury hotel is located in Dubai City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.68" OriginalAmount="114.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0974074" Longitude="55.1737628" StarRating="4" HotelCode="|118950" HotelName="Social" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. BOX 500234 DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/9/5/0/118950_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 2009, has 152 rooms and a hall with a lift. SITUATION: This business hotel is in Al Barsha Tecom, near the establishment, guests will find the metro station, a commercial centre and places of interest. It is situated 15 kilometres away from the World Trade Center, ROOM: Clients are offered smart, standard rooms and suites. They have a bathroom with a shower, a bath, a hairdryer, a DVD player, a television, a coffee maker, a kettle, press (free of charge), a king-size bed, internet, a safe, a mini-bar, an ironing set and an individual air-conditioning system. FACILITIES: The establishment has a swimming pool with an outdoor bar, a terrace, shacks and a gym. Guests can also enjoy a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.17" OriginalAmount="114.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19391511102" Longitude="55.28919881275" StarRating="4" HotelCode="168132|148506" HotelName="Millennium Central Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Asayel Street, Business Bay, Downtown, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9b/9baf790352d95eec/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This contemporary hotel at the heart of Dubai is located minutes away from Dubai Mall along with the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.23" OriginalAmount="114.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26288" Longitude="55.32785" StarRating="4" HotelCode="294782|992495" HotelName="Hyatt Place Dubai Al Rigga" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box  33178, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/66/663a7bd74198e666/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.45" OriginalAmount="115" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.257539" Longitude="55.2995" StarRating="4" HotelCode="31297|22677" HotelName="Four Points by Sheraton Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Walid Street, P.O. Box 33196, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/dd/eedd773634fb772eb8de89b9d81aaf27b86925b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming, modern hotel offers a stunning central location on Khalid Bin Walid in Bur Dubaï. A w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262795" Longitude="55.316687" StarRating="4" HotelCode="33282|al_khaleej_palace_hotel" HotelName="Al Khaleej Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road, P.O. Box 3720, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/6f/776f9247947441957e4ae9326e0b11898be20404.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern 10-storey hotel is centrally located on the Al Makoum Road in Deira, not far from the sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.93" OriginalAmount="115.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.220079" Longitude="55.280183" StarRating="5" HotelCode="18419|30674" HotelName="Crowne Plaza Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Al Nahyan Road, P. O. 23215, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/66/2d665fbe62faa09b072dbce589e0442948e367a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located on the fashionable Sheikh Zayed Street, in the heart of Dubai City. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.18" OriginalAmount="115.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25203" Longitude="55.29263" StarRating="4" HotelCode="387635|73354" HotelName="Four Points by Sheraton Downtown Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mankhool Road, 4C Street, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/58/bc588db490dee081e755c104469d535e366e7bef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel stands seven storeys tall on Mankhool Street, right in the heart of the bustling city of D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.03" OriginalAmount="116.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26955843" Longitude="55.30312218" StarRating="1" HotelCode="521934|2502605" HotelName="Mariana Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Road, 109 Street, P.O. Box: 83163, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/96/e79671a4a847c113c2946f0d0760b0b0872bf098.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.08" OriginalAmount="116.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.233811" Longitude="55.311703" StarRating="5" HotelCode="|28231" HotelName="Mövenpick  and Apartments Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19TH STREET,OUD METHA,P.O.BOX 32733</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/3/1/28231_dae24e60902.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2001, has 232 rooms, a reception with safety deposit boxes, a lift, a cafÃ©, a nightclub and room service. SITUATION: This luxurious hotel is in the centre of Dubai. ROOM: The rooms have a bathroom with a hairdryer, a television, a radio, a mini-bar and an individual air-conditioning system. FACILITIES: Outdoors, clients have access to a swimming pool. The establishment has a sauna and a gym. OBSERVATIONS: Ask for further information regarding hotel conditions and operations.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.047230961233" Longitude="55.24289757264" StarRating="4" HotelCode="566649|park_inn_by_radisson_dubai_motor_city" HotelName="Park Inn by Radisson Dubai Motor City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Turin Boulevard Road, First Avenue Mall &amp; Hotel, Dubai Motor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/ac/28acc507ded4fdb2e1dbacfed0576cb33ddce22e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.57" OriginalAmount="117.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="4" HotelCode="971860|2476845" HotelName="Hyatt Place Dubai/Jumeirah" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, PO Box 31075, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/dd/e2dd2094d9bf811596f4fa1e642715533e675fb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.74" OriginalAmount="117.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.097117" Longitude="55.175354" StarRating="0" HotelCode="|465225" HotelName="Grand Heights Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Thaniya Street, Barsha Heights</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/2/2/5/465225_9412e331220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.22" OriginalAmount="117.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113768310843" Longitude="55.200149467963" StarRating="5" HotelCode="178473|838245" HotelName="Elite Byblos Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Barsha 1, Behind Mall of the Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/91/915c0979305c55dd/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of 'New Dubai', the Auris Plaza, within a 5-minute walk of the Mal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.29" OriginalAmount="117.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248383" Longitude="55.34383" StarRating="4" HotelCode="42928|31094" HotelName="Millennium Airport Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road, Casablanca Street, Al Garhoud, PO Box 13018</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/20/c7201f397b5a2d1cabddc69560186cd08adc13bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Al Jazeera Street, between Al Maktoum Street and Al Rigga Street. It is just...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.42" OriginalAmount="117.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.217569756976" Longitude="55.278825759888" StarRating="5" HotelCode="170019|449255" HotelName="Millennium Plaza Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Business Hotel,City Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 191055, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bc/d1/bcd18cdad1b4fda4d7f5d0c3dc0e13b3633047f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 413 rooms. A lobby and a reception are available to travellers. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.44" OriginalAmount="117.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.117282" Longitude="55.194933" StarRating="4" HotelCode="|169138" HotelName="Signature Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/3/8/169138_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a fitness centre, WiFi (free of charge), a reception, a bar and a terrace. The establishment also offers a meal service, a living room, ticket sales and a car park (free of charge). SITUATION: This hotel Al Barsha it is in it is situated 5 minutes away from Mall of The Emirates the shopping centre Burj Khalifa 20 minutes away from the establishment, you can find the Dubai Mall the shopping centre it is situated 22 kilometres away from Dubai Airport. ROOM: The rooms have city views, flat-screen satellite television, an air-conditioning system, a mini-bar, a bathroom with a shower, a bath and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2718137" Longitude="55.3023581" StarRating="1" HotelCode="312723|al_sabkha_hotel_" HotelName="Al Sabkha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>AL sabkha road, After Sabkha Bus Station, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/2b/682b837dd3238ec178077b548bab6808ab525eff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.097472874945" Longitude="55.174829203705" StarRating="4" HotelCode="545853|tryp_by_wyndham_dubai" HotelName="TRYP by Wyndham Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Golf,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Saef 1 Street, Barsha Heights, Dubai, P.O. Box 215373</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e7/79e7fc408274499547f66082ac09dd9cee31b77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.81" OriginalAmount="118.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248354370056" Longitude="55.296726822853" StarRating="4" HotelCode="119244|1623098" HotelName="Al Manar Grand Hotel Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait street, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/95/7295de7330817ac7c63e2712a7073a0e9296cb73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the renowned Bur Dubai Al Kuwait Street, 1 km away from the Burjuman Centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.93" OriginalAmount="118.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25991410888" Longitude="55.294680457672" StarRating="3" HotelCode="93807|728535" HotelName="Dolphin Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Al Waleed Road, P.O. Box 121678, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/1c/091ca667b9be854b316ded135bf7696e3b6cdef1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located in the heart of Bur Dubai, on Khalid Bin Walid Street near the Meena Bazar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="122.45" OriginalAmount="118.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1010522" Longitude="55.17296148" StarRating="4" HotelCode="970907|609101" HotelName="Mercure Dubai Barsha Heights Hotel Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 500300, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/19000000/18740000/18732100/18732016/9306264d_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.57" OriginalAmount="119" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10119829" Longitude="55.17297843" StarRating="4" HotelCode="970908|37047" HotelName="Mercure Hotel Apartments Dubai Barsha Heights" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 500300, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://www.hotelbeds.com/giata/22/228647/228647a_hb_r_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.64" OriginalAmount="119.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.097865796238" Longitude="55.174589753151" StarRating="4" HotelCode="906845|923415" HotelName="First Central Hotel Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tecom, Al Barsha 3, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/f1/35f18093d12aa0d06b92f278571e8e48030d02fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 524 rooms. Amenities include a safe. Wireless internet access is avai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.00" OriginalAmount="119.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.022202" Longitude="55.156471" StarRating="0" HotelCode="|471570" HotelName="Resivation" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>408 - Sheikh Mohammed Bin Zayed Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/7/0/471570_299ff071221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.40" OriginalAmount="119.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2609449" Longitude="55.3209376" StarRating="0" HotelCode="|121033" HotelName="Khalidia Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/0/3/3/121033_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is great value, ideal for holidays or business trips, is ideal for family holidays, has a meeting room, a laundry service, a dry cleaner's, has a swimming pool and a gym. SITUATION: Around the establishment, clients can find shops, restaurants and the leisure areas. ROOM: one bedroom suites, have a king-size bed, dressing table and a bathroom. standard rooms, have a double bed, dressing table and a bathroom. two bedroom suites, have an air-conditioning system, internet, a television and a satellite TV. single rooms, have a kitchen, a fridge, a kettle, a microwave, a washing machine, tumble drier and an iron.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.63" OriginalAmount="120.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2589924" Longitude="55.2912369" StarRating="0" HotelCode="|118760" HotelName="Dolphin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 121678, DUBAI UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/7/6/0/118760_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel has 110 rooms, The establishment boasts a car park (for a fee), an indoor car park, air-conditioning, a hall with a reception, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment also has a hairdresser's, a television room, a cafÃ© and a restaurant. The establishment offers guests conference facilities, WiFi, room service and a laundry service. SITUATION: Is situated inBur Dubai the heart of close to the establishment, clients can find the railway station, is 5 kilometres away from Dubai Airport. ROOM: The establishment has studios, two bedroom apartments, a bathroom with a shower, a bath, a king size or double bed, a direct line telephone, a satellite or cable television, internet, a safe, a washing machine, an ironing set, a balcony or terrace and a kitchen with fridge, They also have a hob, a microwave, a coffee maker, a kettle and an air-conditioning system. FACILITIES: The establishment boasts a heated salt water pool, a wellness centre, a gym, a children's swimming pool, a sauna and a steam bath. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and Ã  la carte, menu and buffet lunch and dinner. PAYMENT METHODS: Customers can pay by Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="124.03" OriginalAmount="120.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.07098734" Longitude="55.13635841" StarRating="4" HotelCode="870512|656847" HotelName="Millennium Place Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/e3/e4e372539c23ce472d41a5ab3e1a49002926298c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.19" OriginalAmount="120.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.258501781256" Longitude="55.322693288326" StarRating="4" HotelCode="152073|1512708" HotelName="Pearl Park Inn Deluxe Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17th Street, Riggat Al Buteen Street, Deira, Dubai 126012</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/215144/a_215144_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Deira, Dubai's bustling business district, this hotel is also strategically ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="124.51" OriginalAmount="120.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26646034085" Longitude="55.294196860119" StarRating="3" HotelCode="59308|59271" HotelName="St. George Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, Dubai Creek, Dubai, Al Ras</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/1a/a41ac40dd9f1a3dbbcf1503f668eec19118d7899.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Benyas Road, which is also known as Creek Road, this hotel lies across from Al Ras public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2705018" Longitude="55.31533867" StarRating="4" HotelCode="670547|hyatt_place_dubaiwasl_district" HotelName="Hyatt Place Dubai Wasl District" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Wasl District, P.O. Box 128851, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/f5/f8f565d8c76e89ef606fb2f619166feaac3d5cb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270804574478" Longitude="55.308241457672" StarRating="1" HotelCode="933297|201688" HotelName="Zagy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/06/2026" HotelFacility="Air Conditioning,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Yousaf Baker Road, Al Nakheel Street, Deira, P.O. Box 32013, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/78/4e787bc413ddcbddb6b8526598cb7a305bd79603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The range of services and facilities at the hotel ensures a pleasant stay for business guests and ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270862557298" Longitude="55.308089" StarRating="1" HotelCode="438067|melody_queen_hotel" HotelName="Melody Queen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nasser Square, Near Al Nasser Mosque, Deira, PO Box 80546, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/05/78058dd11fbafada191a3fcbca8dc47ad7ff8288.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a restaurant and room service. Wireless internet access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.76" OriginalAmount="123.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0463709" Longitude="55.1188732" StarRating="3" HotelCode="|210908" HotelName="PREMIER INN DUBAI IBN BATTUTA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ibn Battuta Mall, Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/9/0/8/210908_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.36" OriginalAmount="123.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.069541793427" Longitude="55.133090426326" StarRating="4" HotelCode="936775|414678" HotelName="Jannah Place Dubai Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nasaq Street, Marina Promenade, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/1a/361ab21e762c8f419945e2b167126aa44e9b6d29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Dubai Marina, few minutes away from the Dubai Marina Mall and 20 minutes...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.49" OriginalAmount="123.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259345945566" Longitude="55.287301540375" StarRating="3" HotelCode="337420|31164" HotelName="Palm Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Computer street, Khalid Bin Al Waleed Road, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/55/58557a201409becd4960c9deebb6252fe463b0fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Khalid Bin Walid Street in Bur Dubai, this hotel lies within a short distance of the Worl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.13" OriginalAmount="124.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26889" Longitude="55.30212" StarRating="1" HotelCode="|235340" HotelName="OYO 329 Down Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street 18 Sabkah Road Near Nasir Sqaure, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/3/4/0/235340_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.57" OriginalAmount="124.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2491076" Longitude="55.2831355" StarRating="4" HotelCode="|33357" HotelName="La Quinta by Wyndham Dubai Jumeirah	" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Near Mina Rashid Port - Sheikh Rashid Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/3/5/7/33357_81aa3590809.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2005, has 102 rooms, The establishment boasts a safety deposit box service, a currency exchange service, a lift, air-conditioning, a cafÃ©, a bar, a nightclub and a restaurant. The establishment also offers internet, a conference room, room service, a laundry service and a car park. SITUATION: This hotel is situated in a central area, close to the establishment, clients can find the commercial area, tourist areas, restaurants, shopping centres and the pedestrian area. it is situated 6 kilometres away from the international airport. ROOM: Each room has a bathroom with a hairdryer, a satellite or cable television, a stereo, a kettle, a coffee maker, an ironing set, a safe and a central air-conditioning system. FACILITIES: The establishment boasts a swimming pool with deck chairs, a playground, a gym and a jacuzzi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.109277" Longitude="55.203112" StarRating="3" HotelCode="199603|35605" HotelName="Marmara Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, PO Box 63907, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/6f22406eee97f0a1/26/26b19ffaa9ae3bf0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.094504" Longitude="55.175743" StarRating="4" HotelCode="167141|grand_belle_vue_hotel_apartment" HotelName="Grand Belle Vue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O.Box 502424, Tecom, AlBarsha, Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/77/df77d0294316f2cf52970ad8e5da9ad4a203ef78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Sharjah (SHJ).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.108330303592" Longitude="55.178515599861" StarRating="4" HotelCode="166078|fraser_suites_dubai" HotelName="Fraser Suites Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sidra Tower, Sheikh Zayed Road, PO Box 502306, Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/35/ca/35cab7bc9016756ac8dbb6a5edb0a2dee9b82c5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located on Sheikh Zayed Road, on the edge of Internet City and Media City, this aparthotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.79" OriginalAmount="125.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09453703" Longitude="55.17727016" StarRating="4" HotelCode="427536|1615958" HotelName="Auris Inn Al Muhanna Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Fosool Street, Tecom, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/8e/018e594ec9a696b5659b2707e8f7c32a9abec0d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.94" OriginalAmount="125.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.08927687018" Longitude="55.379289974205" StarRating="4" HotelCode="244308|924165" HotelName="Abidos Hotel Apartment, Dubailand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubailand Residence Area, P.O. Box 232808, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/28/288191/288191a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.89" OriginalAmount="126.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.114753588477" Longitude="55.197138054562" StarRating="4" HotelCode="813989|2328085" HotelName="Courtyard Al Barsha, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha Road, Behind Mall of the Emirates, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/48/4a4849673182cfd56cfa94ffa24ef8588491c8a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.94" OriginalAmount="126.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.271745" Longitude="55.308862" StarRating="1" HotelCode="|477771" HotelName="Al Sabkha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL Sabkha Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/7/7/7/1/477771_eec40cd1106.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="130.10" OriginalAmount="126.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.096761612504" Longitude="55.172552100375" StarRating="4" HotelCode="141915|171246" HotelName="TIME Oak Hotel &amp; Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barsha Heights, P.O. Box 283634, Tecom, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/26/07/26072e1afbedb976c3b0c908303564ae980e1f61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Al Barsha area, close to the Mall of the Emirates and opposite Media Cit...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.37" OriginalAmount="126.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.280384850661" Longitude="55.35118764418" StarRating="4" HotelCode="98837|233056" HotelName="Al Manar Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hor Al Anz East, Corner 24th Street &amp; 9th Street, P.O. Box: 111695, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/7b/a27b4cfad1064e3c8474fabb01b3c939442937d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai, just a 5-minute drive from both the major shopping centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.50" OriginalAmount="126.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.24792739848" Longitude="55.345317721367" StarRating="5" HotelCode="19574|1980815" HotelName="Mövenpick Dubai Grand Al Bustan" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Spa Hotel,Airport Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Casablanca Road, Al Garhoud, Dubai Airport, P.O. Box 30880, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/ed/daed30cc9b8f3efab54733cc7b510f8e6ea789a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Casablanca Road in the Al Garhoud district, just 5 minutes from Dubai Inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.57" OriginalAmount="126.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.133857791384" Longitude="55.212146043777" StarRating="4" HotelCode="58972|1911025" HotelName="Metropolitan Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Exit 41, Al Thanya Steet, P.O. BOX 31588, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a0/47/a047f7cdc9976c91c40fc3c46e6cbd29412606a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This vibrant hotel occupies one of Dubai’s most central and sought-after location alongside the Shei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.78" OriginalAmount="126.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.04219866" Longitude="55.22196038" StarRating="4" HotelCode="322200|1524848" HotelName="Treppan Hotel &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Kitchen,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Sports City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/c8/2cc8be9362bd990627ed1321afa39c1a8ac45a39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="130.89" OriginalAmount="127.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256159205757" Longitude="55.311869076058" StarRating="3" HotelCode="655968|628398" HotelName="Zabeel House MINI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef, Dubai Creek, PO Box 35449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.42" OriginalAmount="127.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25612833348" Longitude="55.311924257454" StarRating="3" HotelCode="660770|628403" HotelName="Zabeel House Al Seef" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef, Dubai Creek, PO Box 35449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d8/84d8748f132ac11f2b02c2ddc11e18fc4c526d66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.98" OriginalAmount="128.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116721473688" Longitude="55.19563902533" StarRating="4" HotelCode="66534|394235" HotelName="MENA Aparthotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4a Street, next to mall of the Emirates, P.O. Box 282464, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/405925/405925a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.00" OriginalAmount="128.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2613093" Longitude="55.325488" StarRating="2" HotelCode="|87903" HotelName="Saffron" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road , Behind ADCB Bank</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/0/3/87903_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inRigga the street. ROOM: Customers can find large, elegant rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.24" OriginalAmount="128.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18264188" Longitude="55.27471949" StarRating="4" HotelCode="763047|2291475" HotelName="Gulf Court Hotel Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, P.O. Box 32300, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/fc/c7fc7861951b08f83d598086e0bf2f88ad420e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="132.31" OriginalAmount="128.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.202959419062" Longitude="55.279047583992" StarRating="3" HotelCode="420997|CAY740700" HotelName="Rove Downtown Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>312 Happiness Street, PO Box 119444, Zabeel 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3e/10/3e1072f255d9fb71772691d24494d3d786fd938a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.45" OriginalAmount="128.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2560793" Longitude="55.3118636" StarRating="4" HotelCode="|297377" HotelName="Canopy by Hilton Dubai Al Seef" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef Street Building A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/7/3/7/7/297377_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.67" OriginalAmount="128.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1139345" Longitude="55.1908079" StarRating="4" HotelCode="|118759" HotelName="Md By Gewan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road,Al Barsha 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/7/5/9/118759_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 312 rooms, 60 junior suites, 30 deluxe rooms and 6 Royal Suites. The establishment has air-conditioning, a lobby with a reception, a lift, room service and a laundry service. SITUATION: The establishment is 20 kilometres away fromDubai the city centre of it is situated 4 kilometres away from Palm Jumeirah the Island of 500 metres away, guests have Mall of The Emirates the shopping centre. ROOM: Clients are offered one, two or three bedroom suites, a living room, a dining room, a kitchen, a bathroom with a shower, a hairdryer, a television, a coffee maker and a kettle. FACILITIES: The establishment has a gym, 4 kilometres away from the establishment, customers can find a golf course. PAYMENT METHODS: The establishment accepts Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.82" OriginalAmount="128.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264336" Longitude="55.326673" StarRating="4" HotelCode="33650|133264" HotelName="J5 Rimal" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Murraqabat Street, P.O. Box 27070, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/45/fa452aa2dfd589d2af94b345313c28c570ee9834.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the city of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.42" OriginalAmount="129.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.241945" Longitude="55.275043" StarRating="4" HotelCode="11422|30624" HotelName="Capitol Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Mina Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/41/7341a22d66f1778f3c1553281a3e67cba2848be8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 5-minute drive from the Dubai World Trade Center and Jumeirah Beach Park, while Dubai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.69" OriginalAmount="129.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.068680704823" Longitude="55.131202340126" StarRating="4" HotelCode="162263|920905" HotelName="Signature Hotel Apartments &amp; Spa Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street 16, Marina Waterfront, Jumeirah Beach Residence, PO Box 376332, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/17/64/17646bf7cbc5b1f47737a5507dcad0322f4b25ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located on the Dubai Marina in the heart of New Dubai, with fantastic views ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.69" OriginalAmount="129.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.261335497494" Longitude="55.32542582209" StarRating="2" HotelCode="299525|1715808" HotelName="Saffron Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, 34c Street 63, Behind ADCB Bank, Dubai 127286</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/ca/ffca3c2d34fa5b9d8104785542304c775cbc66a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, about 15 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.99" OriginalAmount="130.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2442505" Longitude="55.3444043" StarRating="5" HotelCode="|210911" HotelName="Mövenpick Grand Al Bustan Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cassablanca St. Al Garhoud</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/9/1/1/210911_c2d20e20926.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.37" OriginalAmount="130.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270571829743" Longitude="55.311719495701" StarRating="2" HotelCode="915621|2384725" HotelName="Grand Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 114045, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/27/0c27d1b891a6cdae21c5e6e61a8e19adad081bf6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.55" OriginalAmount="130.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27073" Longitude="55.308012" StarRating="0" HotelCode="|469835" HotelName="Melody Queen Hotel By Aura" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19, Al Nasser Square, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/8/3/5/469835_ba501951258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.56" OriginalAmount="130.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22285771" Longitude="55.33458232" StarRating="4" HotelCode="702474|2221935" HotelName="FORM Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/06/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jadaf Street, P.O. Box 384694, Culture Village, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/61/9561e0f6c55d4c11905da0c836aa04273984a307.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.72" OriginalAmount="130.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264188" Longitude="55.319583" StarRating="4" HotelCode="|185681" HotelName="Black Stone " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, Behind Commercial Bank Building. 34 B Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/8/1/185681_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.92" OriginalAmount="130.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="4" HotelCode="870501|2417005" HotelName="Millennium Al Barsha" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Kitchen,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/44/2f4412c401f9354701bd9b44600dfdc175d68b4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.30" OriginalAmount="131.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253774" Longitude="55.299499" StarRating="3" HotelCode="57916|4865425" HotelName="Pearl Residence Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 A Street, Off Khaleed Bin Waled Street - Bank Street, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/11/115837/115837a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a convenient location in Dubai, United Arab Emirates, with many commercial and shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.47" OriginalAmount="131.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2633304" Longitude="55.2896044" StarRating="0" HotelCode="|446472" HotelName="Wescott Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Raffa Plaza, Al Suq Al Kabeer</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/7/2/446472_2e1caa01330.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.67" OriginalAmount="131.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.046995" Longitude="55.200701" StarRating="0" HotelCode="|467636" HotelName="Izzzi.lifemint - Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Village Circle, 3rd Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/6/3/6/467636_557b4841129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.87" OriginalAmount="131.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267997" Longitude="55.315293" StarRating="3" HotelCode="|443702" HotelName="Le Wana " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>St. 4th, Near Union Metro Station, Exit 2, Opposite Al Ghurair Mall, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/7/0/2/443702_71edd321253.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.41" OriginalAmount="132.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23886" Longitude="55.27274" StarRating="3" HotelCode="|192755" HotelName="Ibis Styles Dubai Jumeira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, 2nd December Street, Jumeira 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/7/5/5/192755_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2205695" Longitude="55.2801873" StarRating="4" HotelCode="876611|crowne_plaza_dubai_apartments" HotelName="Crowne Plaza Dubai Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Al Nahyan Road, P.O. Box:23215, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/df/c3df139ae8d399d6000216a889b0399df0d79b37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.03" OriginalAmount="134.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.211791" Longitude="55.276577" StarRating="4" HotelCode="76175|122314" HotelName="Rose Rayhaan by Rotana" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 126452, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3c/0f/3c0f7d045a08ffb2ab4e82fe3bc0d04ba6944331.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the prestigious Sheikh Zayed Road next to the DIFC metro station, the hotel is in the vic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.27" OriginalAmount="134.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113092" Longitude="55.201645" StarRating="3" HotelCode="99497|2384715" HotelName="Grand Square Stay Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Behind The Mall of the Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/8a/fe8ab67760727eefd6d019cad789e8764876aea0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city of Dubai and is just behind the Mall of the Emirates. It is close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.61" OriginalAmount="134.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269498" Longitude="55.303229" StarRating="1" HotelCode="|443678" HotelName="Mariana " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/6/7/8/443678_23eed081419.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.68" OriginalAmount="134.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242031" Longitude="55.275015" StarRating="4" HotelCode="|217241" HotelName="Capitol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al-Mina Road, Dubai - UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/2/4/1/217241_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27895006332" Longitude="55.304429002474" StarRating="5" HotelCode="13639|25953" HotelName="Hyatt Regency Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Deira, P.O. Box 5588, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/3c/3cb71296390e25d0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is located on the Deira Corniche, overlooking the Persian Gulf at the mouth...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26958" Longitude="55.307562" StarRating="2" HotelCode="900817|379999" HotelName="Phoenicia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Laundry,Massage Centre,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Opp. Baniyas Metro Station, P.O.Box: 4467, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/57/6057f1ffc755ffe89a8490f34efa71044d884001.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre (Nasser Square area), within walking distance from shops and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249573" Longitude="55.294656" StarRating="4" HotelCode="155206|35203" HotelName="Sapphire Plaza Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/33/213304024e5f4a3b481095d8d074f964ee542c02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai, about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.272738" Longitude="55.309333" StarRating="3" HotelCode="103481|225823" HotelName="Golden Square Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, Middle of Naser Square and Naif Park, Deira, Dubai, PO Box 83966</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d3/d3a51f9a6990b784/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Dubai, about 20 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.257398399072" Longitude="55.289197" StarRating="3" HotelCode="28896|savoy_central_hotel_apartments" HotelName="Savoy Central Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rolla Road, P.O. Box 49519, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/c2/b8c2a9459b66024b035b2bb28a08fe0670e86252.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the central district of Bur Dubai, this aparthotel is just a few minutes' walk from major...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.15" OriginalAmount="136.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2617783" Longitude="55.3241404" StarRating="3" HotelCode="|88279" HotelName="Sadaf Delmon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/8/2/7/9/88279_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.64" OriginalAmount="136.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.274371" Longitude="55.298274" StarRating="3" HotelCode="|445331" HotelName="Ibis Styles Dubai Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Maitha Plaza, Al Khaleej Road 110, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/3/3/1/445331_85171cc1113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.79" OriginalAmount="136.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.209282100693" Longitude="55.274752551712" StarRating="4" HotelCode="284347|285698" HotelName="Carlton Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 7143, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/09/c6/09c69b32a52d93f82f1c929f87c23a2d17e32230.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26579" Longitude="55.32146" StarRating="3" HotelCode="915618|signature_inn_deira" HotelName="Signature Inn Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, P.O.Box 49185, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/d8/ffd8bfc3dde2c0c8d7005af54edf0294c9d82164.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located close to Al Rigga Street approximately 10 minutes from Dubai internatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11579071" Longitude="55.19690453" StarRating="4" HotelCode="879517|tulip_al_barsha_hotel_apartment" HotelName="Tulip Al Barsha Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Barsha 1, Beside Mall of the Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/79/56/7956035f9d405ff069e72b2685e321f20f7f91e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.42" OriginalAmount="137.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.277136" Longitude="55.326972" StarRating="3" HotelCode="|449989" HotelName="Raha Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Murraqabat Area</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/9/8/9/449989_9ac06781646.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.68" OriginalAmount="137.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2498505" Longitude="55.2943287" StarRating="0" HotelCode="|87265" HotelName="Winchester Deluxe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Road, Mankhool</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/2/6/5/87265_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2009 with air-conditioning and is quiet is ideal for relaxation 158 rooms, a hall, express check-out, a reception, a safety deposit box service, a currency exchange service, a lift and a breakfast room. The establishment also offers conference rooms, WiFi, a laundry service and a car park. SITUATION: It is inBur Dubai the heart of near the establishment, you will find commercial areas, leisure areas and the shopping area. it is 2 kilometres away from Jumeirah the beach It is situated 6 kilometres away fromDubai Airport. ROOM: The rooms have a living room, a dining room, a kitchen with fridge, hot plates, a microwave, a coffee maker and a kettle. They also have a bathroom with a shower, a bath, a hairdryer, a balcony or terrace, a king size or double bed, a direct line telephone, a satellite TV, internet, a safety deposit box, a washing machine, an ironing set and an air-conditioning system. FACILITIES: Clients can find a heated swimming pool, deck chairs, parasols and a terrace. Guests also have access to a health club, a sauna, a steam bath and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.79" OriginalAmount="138.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25543" Longitude="55.29846" StarRating="3" HotelCode="|121529" HotelName="Tulip Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5a street 317 community</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/5/2/9/121529_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby, 154 luxurious rooms and attentive service. This aparthotel is perfect for business and holiday stays. The establishment boasts air-conditioning, a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, WiFi, a laundry service and a car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.80" OriginalAmount="138.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.003397" Longitude="55.164925" StarRating="4" HotelCode="58054|38634" HotelName="Courtyard by Marriott Dubai Green Community" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO. Box 63845, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ab/ab33b27eed8679a0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.10" OriginalAmount="138.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.180755" Longitude="55.277979" StarRating="4" HotelCode="|449599" HotelName="Holiday Inn Dubai Business Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/5/9/9/449599_84026bc1548.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.066056485761" Longitude="55.138045214736" StarRating="5" HotelCode="260127|movenpick_hotel_residence_jumeirah_lakes_towers" HotelName="Mövenpick Hotel Jumeirah Lakes Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cluster A, Jumeirah Lakes Towers, PO Box 454439, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2d/e42d7c1e651a80cdafde6a4f4d284482c0614006.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is about 11 km from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="0" HotelCode="978200|occidental_al_jaddaf" HotelName="Occidental Al Jaddaf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>326 Al Khail Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/62/986203f7fc621d5bfaf6e1a153742027e7f91923.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.41" OriginalAmount="139.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254164974661" Longitude="55.332021783173" StarRating="4" HotelCode="169385|2352475" HotelName="Pearl City Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8th Street, Port Saeed District, Newa Deira City Center, P.O. Box: 83163, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/zz/d2ad84c37a5bb47f57e9a19b9f04afde4c7d26c1.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a convenient location. It lies is in close proximity to the Dubai Internation...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.57" OriginalAmount="139.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253969008086" Longitude="55.335921965573" StarRating="4" HotelCode="70417|2055325" HotelName="J5 Hotels - Port Saeed" 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,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Garhoud Road, PO Box 33871, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/33/8133c4eeffd4b0cf5def75b67215b11d6514de9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Deira City Centre shopping centre is located in the immediate vicinity of the hotel. The World T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.83" OriginalAmount="139.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22036" Longitude="55.280335" StarRating="5" HotelCode="|28232" HotelName="Millennium Plaza Downtown " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/3/2/28232_38dfb501400.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel with air-conditioning, has 560 standard rooms, a safety deposit box service, a currency exchange service and a lift. It also has a cafÃ©, shops, a bar, a nightclub, a conference room and WiFi. The establishment boasts restaurants, a laundry service, room service and a car park. SITUATION: The hotel is in Sheikh Zayed Street. Is situated in the heart of Dubai. Around the establishment, clients can find the commercial area, the shopping centres, a golf course, the museum and the tourist attractions. It is situated 15 minutes away from Dubai Airport and 20 minutes away from Airport Jumeirah. ROOM: The establishment has apartments and suites with a bathroom with a hairdryer, a satellite or cable television, internet, a direct line telephone, a mini-bar, a coffee maker, a teapot, an iron, a safety deposit box (available for a fee) and individual air-conditioning. FACILITIES: Outdoors, clients can enjoy a swimming pool. The establishment also has a jacuzzi, a sauna and a gym. Our guests can also playing squash.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.94" OriginalAmount="139.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26163563647" Longitude="55.324184267347" StarRating="3" HotelCode="74091|2502975" HotelName="Sadaf Delmon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street 36A, Al Riqqa, Deira, Behind Taj Hotel, P.O. Box: 63935, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/d5/f1d56ac0d6de45ac9cc3919c45e212b90841c0a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in Deira, just off Rigga Road and is situated close to the major retail and entert...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.122682" Longitude="55.374368" StarRating="3" HotelCode="152742|920345" HotelName="Premier Inn Dubai Silicon Oasis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Sheikh Mohammed bin Zayed Road (E311), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/af/a6afe76863db988f52028eac916e5599e7e8de49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests have easy access to their storeys via the lift or stairs. Amenities include a safe. Wireless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2048493" Longitude="55.2707828" StarRating="5" HotelCode="550029|stella_di_mare_dubai_marina_hotel" HotelName="Stella Di Mare Dubai Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Mattla'ee Street, PO Box 33306, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/fe/bffe884b8e6e4fce8575f7e1c23a07b3616df5c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.53" OriginalAmount="140.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254983" Longitude="55.291802" StarRating="4" HotelCode="|218221" HotelName="Omega" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Road, Bur Dubai N/A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/2/2/1/218221_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.83" OriginalAmount="140.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2558367" Longitude="55.311016" StarRating="3" HotelCode="|297378" HotelName="Hampton by Hilton Dubai Al Seef" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef Street Building B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/7/3/7/8/297378_12121c12054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.265359233596" Longitude="55.316832661629" StarRating="3" HotelCode="42789|2237" HotelName="Comfort Inn Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b0/60b00faea4cce1ade51c7141d200e09d33031842.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.56" OriginalAmount="142.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252124" Longitude="55.3035147" StarRating="5" HotelCode="|87879" HotelName="Park Regis Kris Kin  Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Khalifa Bin Zayed St, Opp Burjuman Center, Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/7/9/87879_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has various facilities, such as meeting rooms, banquet facilities, event rooms and a conference room with features that offer you the maximum level of comfort, This air-conditioned complex was built in 2010, has 392 rooms, a reception, a hall, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a kiosk, a hairdresser's and an auditorium. Guests can also find a cafÃ©, a restaurant, a bar, a pub, a nightclub, WiFi, room service, a laundry service, a car park and indoor parking. SITUATION: Is situated inDubai the financial district of Dubai 20 minutes away from the establishment guests have Sheikh Zayed Road it is close to Clients can also find Dubai the Exhibition Centre a business centre, conference centres, the commercial port, BurJuman Shopping Mall, Mall of the Emirates and Dubai Mall the Museum of Dubai park Dubai Creekside the beach. ROOM: All the rooms have a mini-bar, a desk, a satellite or cable television, WiFi, a safety deposit box, an air-conditioning system, an alarm clock, a coffee maker, a kettle, a bathroom with bidet, bath or shower, have a king size or double bed, a hairdryer, a direct line telephone, an ironing set and a terrace. FACILITIES: Outdoors, clients can enjoy a heated pool, a gym, a children's swimming area, an outdoor bar, deck chairs and water aerobics. Our customers can also use a jacuzzi, a sauna and a steam bath. MEALS: Guests are offered a continental buffet breakfast and Ã  la carte, menu or buffet lunch and dinner. PAYMENT METHODS: The establishment accepts Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.64" OriginalAmount="142.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2588807" Longitude="55.3225473" StarRating="4" HotelCode="|119774" HotelName="Xclusive Clover Creek Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RIGGA AL BUTEEN ROAD, CLOCK TOWER DEIRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/7/7/4/119774_general.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel has air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a restaurant, conference facilities, WiFi, room service and a laundry service. SITUATION: Is situated inDeira the heart of Close to Dubai Creek Cove markets. it is 7 kilometres away from Dubai Airport. ROOM: The rooms have an air-conditioning system, a bathroom with a shower, a bath, a hairdryer, a double bed, rooms, suites, well-decorated, a direct line telephone and WiFi. They also have a satellite TV, a DVD player, a safe, a kitchen with fridge, a ceramic hob, a microwave, a toaster, a teapot, a coffee maker, a kettle, an ironing set and a washing machine. FACILITIES: Guests are offered a swimming pool, a gym, a sauna and a steam bath. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.90" OriginalAmount="142.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26266" Longitude="55.2974464" StarRating="4" HotelCode="|28228" HotelName="Arabian Courtyard  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>OPPOSITE DUBAI MUSEUM, AL FAHIDI STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/2/8/28228_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a currency exchange service, a lift, a safety deposit box service, a cafÃ©, a bar, club and a restaurant. The establishment also has a spa, 2 meeting rooms and an events room. The establishment offers guests room service and a laundry service. SITUATION: This hotel is in front of the museum, close to la Heritage Village, Al Bastakiya and the markets.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.30" OriginalAmount="143.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253692914039" Longitude="55.296243022181" StarRating="3" HotelCode="317297|230996" HotelName="Savoy Park Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 B Street, 317 Community, Al Mankhool, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/0a/0a0aa05df627e3ee271987fc1be26145a0e59a8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the centre of the commercial hub of Bur Dubai. It is within eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.35" OriginalAmount="143.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.098227711811" Longitude="55.17641633749" StarRating="4" HotelCode="908945|141744" HotelName="Ramee Rose Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha South, TECOM, P.O. Box 26816, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ba/2c/ba2c1b210d95248849920d6409ed89338e62802e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.75" OriginalAmount="143.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242682318392" Longitude="55.340425372124" StarRating="5" HotelCode="170826|456095" HotelName="Jumeirah Creekside Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Garhoud, PO Box 78377, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/00/520077465f150f47c78dde7941d43f3ab5905628.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.75" OriginalAmount="143.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.193115" Longitude="55.26292" StarRating="4" HotelCode="200086|906615" HotelName="City Premiere Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 115439, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/08/d7/08d7b33be4efe1beb739a2f948b9fbc505953aba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.75" OriginalAmount="143.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269395683068" Longitude="55.316653733097" StarRating="5" HotelCode="908936|911475" HotelName="Swissôtel Al Ghurair" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Kattab Road, Near Fish Roundabout, P.O. Box 185051, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/c6/5fc6dbda1303981c233fbbbdf2a487f7534662f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.91" OriginalAmount="143.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260692376851" Longitude="55.324318474869" StarRating="3" HotelCode="260538|2271035" HotelName="Dream City Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Currency Exchange,Jacuzzi,Kitchen,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Road, Behind Clock Tower, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/96/82966b0a6f771515c45e469e2aa4e70d504422b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.98" OriginalAmount="143.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27318891777" Longitude="55.319745540619" StarRating="3" HotelCode="59801|30714" HotelName="Dubai Palm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>P.O.Box 21969, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/64/4b64800e89838a7b4e74118423d5f34f65b0de33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated 5 minutes from the centre of Dubai. Guests also have easy access to the beach...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.094295406228" Longitude="55.177025186508" StarRating="4" HotelCode="173243|gulf_oasis_hotel_apartments" HotelName="Gulf Oasis Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Al-Barsha, Tecom C Area, PO Box 31272, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/1e/de1e9e8ca10850066dd8ed184835c20ad4d8603e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.98" OriginalAmount="144.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2710516" Longitude="55.307459" StarRating="3" HotelCode="|119874" HotelName="Golden Square Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 83966, DUBAI, UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/8/7/4/119874_45be8ea1305.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 155 studios and one bedroom apartments. SITUATION: Deira It is in Close to Naser the square the market and Dubai Creek Cove 5 kilometres away from the establishment, guests will find Jumeirah the beach Dubai Airport. ROOM: They have a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, a satellite or cable television, internet and an ironing set. They also have a safety deposit box, a kitchen, fully-equipped, a mini-bar, a fridge, a hob, a microwave, a coffee maker, a kettle, an air-conditioning system and a balcony or terrace. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.03" OriginalAmount="144.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10932" Longitude="55.2031" StarRating="0" HotelCode="|446818" HotelName="City Stay Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23rd Street, Al Barsha 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/8/1/8/446818_a5c69eb1437.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.48" OriginalAmount="145.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11425746" Longitude="55.19080682" StarRating="4" HotelCode="571265|2178525" HotelName="Rose Park Hotel - Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Sharaf DG Metro Station, Al Barsha 1, Sheikh Zayed Road, P.O. Box 45113, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/03/61039827ecae63670475cf639676642301d198d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Dubai, this hotel is ideal for business travellers as well as families...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.50" OriginalAmount="145.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2732338" Longitude="55.3196216" StarRating="3" HotelCode="|55238" HotelName="Abjad Crown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>AL MUTEENA STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/3/8/55238_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Al-Muteena Street It is in close to the establishment, guests have the city centre. ROOM: The rooms have an air-conditioning system, a television, a direct line telephone, an iron, an ironing board and a bathroom with a hairdryer. FACILITIES: Clients can find a swimming pool, a bar, a relaxation area, a restaurant, a lift and a launderette. They also have a dry cleaner's, room service, a reception with a safe box, business area and a car park (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.05" OriginalAmount="145.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27314" Longitude="55.317116" StarRating="3" HotelCode="|118901" HotelName="Icon Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/9/0/1/118901_b9a874d2137.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a business centre, a laundry service, room service, a valet service, shops, a reception with safety deposit boxes, indoor parking, a jacuzzi and a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.15" OriginalAmount="145.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.05502162" Longitude="55.20731569" StarRating="5" HotelCode="971383|2389955" HotelName="Five Jumeirah Village Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Village Circle, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/22/dd228fe2fbb54a7cc3513cace096164c202efbf9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.45" OriginalAmount="146.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264928" Longitude="55.311057" StarRating="4" HotelCode="|57352" HotelName="Radisson Blu , Dubai Deira Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>BANI YAS ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/3/5/2/57352_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel and has 287 air-conditioning rooms, a safety deposit box service, a currency exchange service, a lift, a hairdresser's, a nightclub, a bar and restaurants. Our guests can find a business centre, a laundry service, room service and a car park. SITUATION: Is situated in the heart of the commercial area, next to the establishment, guests will find the harbour, 10 minutes away from the establishment guests have Dubai Airport 6 kilometres away from the establishment, guests will find Dubai the city centre of. ROOM: The rooms a bathroom with a shower, a hairdryer, an air-conditioning system, a safe (available for a fee) and satellite or cable TV. They also have a stereo, internet, a mini-bar, a coffee maker and a teapot. FACILITIES: The establishment has a swimming pool with a children's area, a jacuzzi, a sauna, a solarium and a gym. Clients can enjoy enjoy tennis, squash and play golf.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.69" OriginalAmount="146.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1937184" Longitude="55.2627943" StarRating="0" HotelCode="|119772" HotelName="City Premiere" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>P.O. BOX 115439 DUBAI .</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/7/7/2/119772_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inSheikh Zayed the street 6 minutes away, guests can find Business Bay the underground station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.69" OriginalAmount="146.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260742" Longitude="55.3241661" StarRating="0" HotelCode="|121131" HotelName="Dream City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/1/3/1/121131_general.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Deira it is in it is 5 minutes away from Al Rigga the underground station of. ROOM: The establishment has apartments with an air-conditioning system. FACILITIES: The establishment boasts WiFi (free of charge), a gym and a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.72" OriginalAmount="146.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.276946" Longitude="55.314555" StarRating="4" HotelCode="|207963" HotelName="Saffron Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>D 88,omar bin al Khattahb Rd,aif Road Signal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/7/9/6/3/207963_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.83" OriginalAmount="146.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.025869" Longitude="55.191257" StarRating="0" HotelCode="|468316" HotelName="Youandco Co-living Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>You&amp;Co IMPZ</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/3/1/6/468316_4f042a61703.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.93" OriginalAmount="146.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269095" Longitude="55.317175" StarRating="5" HotelCode="|85694" HotelName="Swissotel Al Ghurair" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Khattab Street, next to Al Ghurair Centre P.O. BOX 185060</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/6/9/4/85694_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inDeira the district of 5 minutes away from the establishment guests have Union the metro station of. FACILITIES: Clients can find a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.26" OriginalAmount="146.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2606013" Longitude="55.3246563" StarRating="3" HotelCode="|20447" HotelName="Orchid" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Deira Al Riqqa Road, Al Makhtum Street , Dubai 14042</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/4/7/20447_e3176360307.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, with air-conditioning, has 84 rooms, a safety deposit box service, a currency exchange service and lifts. The establishment boasts a restaurant, a cafÃ©, a nightclub and a tavern. It also has a laundry service and room service. SITUATION: The hotel is in Al Maktoum the street Deira it is in 5 minutes away from the establishment, you can find the city centre, is a few minutes away from the airport. ROOM: The comfortable rooms, have a bathroom, a hairdryer, satellite or cable TV, a mini-bar, a coffee maker, a kettle, a central air-conditioning system and a safety deposit box (available for a fee). FACILITIES: The establishment boasts a jacuzzi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.099476" Longitude="55.173055" StarRating="4" HotelCode="200089|auris_metro_central_hotel_apartments" HotelName="Citadines Metro Central Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barsha Heights, PO Box 502400, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/cd/6dcd83c5ded54572eac29743666528cfe8d4bd82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.43" OriginalAmount="147.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.185101" Longitude="55.267439" StarRating="4" HotelCode="|450891" HotelName="Hilton Garden Inn Dubai Business Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, Business Bay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/8/9/1/450891_49c1abe1117.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.47" OriginalAmount="147.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.174519748482" Longitude="55.419859977048" StarRating="3" HotelCode="421757|1595258" HotelName="ibis Styles Dragon Mart Dubai Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Awir Road E44 on Hatta Road, P.O. Box 68278, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/74/bb74814da06a0823452c608af6df727d6f9c023f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.54" OriginalAmount="147.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27715183817" Longitude="55.314594542328" StarRating="4" HotelCode="57903|868985" HotelName="Saffron Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Omar bin al Khattahb Road, D 88, Naif Road Signal, P.O. Box 181757, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/e7/58e7a6404edaaf73f062d10b03ce381e8c7f28f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the commerical district of Dubai. The famous Al Ghurair and Re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.75" OriginalAmount="147.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.03842" Longitude="55.19763" StarRating="4" HotelCode="|242138" HotelName="Aloft Me'aisam, Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Production City P.O. Box 485085</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/1/3/8/242138_48d2c050700.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.80" OriginalAmount="147.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2729900287" Longitude="55.317130386829" StarRating="3" HotelCode="93130|924065" HotelName="Icon Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street, P.O. Box 34047, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/63/2d639b52b0809af9ac2715a1be44a36f6a11f59a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.84" OriginalAmount="147.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11507" Longitude="55.20551" StarRating="0" HotelCode="|185682" HotelName="City Stay Prime Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Behind Mall of the Emirates, Al Barsha 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/8/2/185682_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.25" OriginalAmount="147.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254800002954" Longitude="55.299642384052" StarRating="4" HotelCode="65601|231146" HotelName="Savoy Crest Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10b Street, Al Mankhool, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/b9/79b9748e95116c164155ae13e90b8b145cf868b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located just off Bank Street. It is within walking distance of the prestigio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.39" OriginalAmount="147.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.114866185889" Longitude="55.203900257672" StarRating="3" HotelCode="324113|1512908" HotelName="City Stay Prime Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Behind Mall of the Emirates, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4b/e9/4be9d621a06cbe54da52a47d9068beb5c54ed40e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Al Barsha 1, behind  the Mall of the Emirates and near the Lulu Hyper market...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.73" OriginalAmount="148.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242259" Longitude="55.2980535" StarRating="3" HotelCode="|30886" HotelName="Fortune Karama" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Karama, Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/8/6/30886_10776290432.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2005, with air-conditioning and has 130 rooms, It also has a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar, conference facilities and WiFi. Our guests can find a club, restaurants, live music performances, room service, a laundry service and a car park. SITUATION: Is situated inAl Karama the heart of close to the establishment, clients can find Dubai Airport. ROOM: The rooms a bathroom with a hairdryer, satellite or cable TV, internet and a mini-bar. They also have a coffee maker, a teapot, an iron, an ironing board, an air-conditioning system and a safety deposit box (available for a fee). FACILITIES: The establishment has a beauty centre, a covered swimming pool, a massage service and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.98" OriginalAmount="148.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.03842" Longitude="55.19763" StarRating="0" HotelCode="|242137" HotelName="Element Me'aisam, Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Production City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/1/3/7/242137_b3317c80959.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.15" OriginalAmount="148.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112402" Longitude="55.188998" StarRating="4" HotelCode="309916|1471168" HotelName="Aparthotel Adagio Premium Dubai Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Fax,Golf,Internet,Laundry,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Off Sharaf DG Metro Station, P.O. Box 450011, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/3d/a93d30b161a8f43d2b9d6f7665b796feb2bb6115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.15" OriginalAmount="148.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.037227443066" Longitude="55.196863813492" StarRating="4" HotelCode="630087|2220735" HotelName="Element Me'aisam Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Production City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/de/1ede6669a53a1036e770b06dd62fc8e05c7f848a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. Dubai (DXB) Airport is 33 km away, and it is 57 km and 112...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.88" OriginalAmount="149.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.271295553075" Longitude="55.307428813492" StarRating="2" HotelCode="934452|945965" HotelName="Mark Inn Hotel Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Metro Station, Behind Khansaheb Parking, Maktoum Hospital Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/90/7390adef423f8ab80603a25c77c0046f7c54f209.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.97" OriginalAmount="149.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249955" Longitude="55.288476" StarRating="0" HotelCode="|165621" HotelName="Savoy Crest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool 10b Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/6/2/1/165621_1_2235.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Bur Dubai it is in Where you can find the shopping area, the nightlife and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.13" OriginalAmount="149.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11704" Longitude="55.19632" StarRating="0" HotelCode="|186581" HotelName="Mena" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A4 Street, Al Barsha, Sheikh Zayed Road 1 next to Mall of the Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/5/8/1/186581_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.17" OriginalAmount="149.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0061448" Longitude="55.1552773" StarRating="4" HotelCode="|210910" HotelName="Fortune Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Investments Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/9/1/0/210910_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.37" OriginalAmount="149.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.261868" Longitude="55.290477" StarRating="0" HotelCode="|517456" HotelName="Al Raien Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Riff Road, , Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/7/4/5/6/517456_97edcea2247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22205443" Longitude="55.35801137" StarRating="4" HotelCode="566143|holiday_inn_dubai_festival_city" HotelName="Holiday Inn Dubai Festival City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Massage Centre,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Gateway Avenue, Festival City, P O Box 410909, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/67/ba671d0f5db19c11cdc896d2ab349e84f327113d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.00" OriginalAmount="150.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0683806" Longitude="55.1309863" StarRating="0" HotelCode="|119928" HotelName="Signature Hotel Apartments and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 376332,MARINA WATERFRONT,NEAR DUBAI MARINA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/9/2/8/119928_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex with air-conditioning, has a lobby, a reception, a lift, a restaurant, room service and a laundry service. SITUATION: It is inDubai the Marina of 3 minutes away, you can find Marina Mall the shopping centre It has excellent transport links to shopping areas. ROOM: The establishment has studios one and two bedroom apartments, have a bathroom, shower or bath, a kitchen with hobs, a microwave, a mini-bar, a toaster, a coffee maker, a kettle, a dishwasher and kitchen utensils. They also have internet, a washing machine and an ironing set. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.79" OriginalAmount="151.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270403" Longitude="55.380427" StarRating="4" HotelCode="|119324" HotelName="Time Grand Plaza , Dubai Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 237844, Damascus Road St. Al Qusais</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/3/2/4/119324_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 232 large rooms and suites. The establishment boasts 3 meeting rooms and WiFi. SITUATION: It is in the shopping and business area, 15 minutes away from the establishment guests have the Congress Centre, 5 minutes away from the establishment, clients can find Dubai Airport. ROOM: The rooms have a desk, chair, a coffee maker, a kettle, a safe and WiFi. Guests also have available suites with a living room and a balcony. FACILITIES: Clients can find a gym and a heated swimming pool on the roof terrace. MEALS: Regarding the food and beverage offering, the establishment offers 2 restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.02" OriginalAmount="151.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2179681" Longitude="55.2786436" StarRating="4" HotelCode="|40480" HotelName="Four Points By Sheraton Sheikh Zayed Road, Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SHEIKH ZAYED RD NEAR FINANCIAL AND EXHIBITION CENT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/8/0/40480_24a16450940.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 5 meeting rooms, a business centre, 4 restaurants, bars, a pub, coffee shops and WiFi. The establishment has room service, a laundry service (for a fee) and a car park. SITUATION: This hotel is in Sheikh Zayed the street Close to Dubai the centre of the business district.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.04" OriginalAmount="151.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260928" Longitude="55.323015" StarRating="3" HotelCode="27572|64240" HotelName="Mayfair Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Al Buteen, P.O. Box 33315, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fc/62/fc6262082ef0bbcadf006029dfd12f3fcaa4d68f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Deira, the main commercial district of Dubai. The Clock Tower, Al Ghurair s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.09" OriginalAmount="151.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.109534855178" Longitude="55.202957857637" StarRating="3" HotelCode="100073|89688" HotelName="Grandeur Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23rd Street, Behind the Mall of Emirates, P.O.Box: 282429, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/cb/17cbc347cacd10cd5cc472ce79bb7c7b15594194.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the Al Barsha area, less than 2 minutes away from the Mall of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.11" OriginalAmount="151.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2711634" Longitude="55.309712" StarRating="1" HotelCode="|87245" HotelName="Zagy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nakheel Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/2/4/5/87245_405b0e91116.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts rooms with air-conditioning, room service and a reception. SITUATION: This family-owned hotel is 10 minutes away from Union the metro station Zoco del Oro it is situated 2 kilometres away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.21" OriginalAmount="151.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.21153768977" Longitude="55.31575434689" StarRating="5" HotelCode="260319|994075" HotelName="Marriott Hotel Al Jaddaf Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Al Jaddaf Area, Dubai 122273</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/e3/cae3bae376f5a968051ec190b6bab6289900b839.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.28" OriginalAmount="151.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264843" Longitude="55.31106" StarRating="4" HotelCode="258530|30874" HotelName="Radisson Blu Hotel Dubai Deira Creek" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>476 Bani Yas Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/1e/e61e606dc8d529cc3b2acede4c483820ad9776bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Deira, a short drive from the Gold Souk and many main shopping centres. Al G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.48" OriginalAmount="151.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116997" Longitude="55.196702" StarRating="4" HotelCode="|198218" HotelName="Hilton Garden Inn Dubai, Mall Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>22nd St, P.O. BOX 39 39 71, AlBarsha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/2/1/8/198218_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.56" OriginalAmount="152" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.212473754552" Longitude="55.276988915285" StarRating="4" HotelCode="632046|264476" HotelName="Gevora Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 2260, Trade Centre Area, Next to Al Attar Tower, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f5/9e/f59e1d6920e280c35f9fa326991742b1b3443bf3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed in the lobby, where they will find a reception desk with check-out service. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.56" OriginalAmount="152" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.072181672902" Longitude="55.129393182738" StarRating="4" HotelCode="267294|37665" HotelName="Ramada Hotel &amp; Suites by Wyndham Dubai JBR" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, P.O. Box 120253, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/3a/943afa705aa8ed7eccd1871c2b89bec7b733decc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.56" OriginalAmount="152" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.079226911551" Longitude="55.144208371639" StarRating="4" HotelCode="170684|37664" HotelName="Marina View Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street, P.O. Box 454745, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/238782/a_238782_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26182394" Longitude="55.29039537" StarRating="0" HotelCode="447068|al_raien_hotel_apartment_2" HotelName="Al Raein Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Riff Road, Bur Dubai, Dubai P.O.Box:294217</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/da/86da2a4272a2e2ea1c0254a6d1ee3b4ba487e251.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.85" OriginalAmount="152.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2694249" Longitude="55.3001808" StarRating="1" HotelCode="|297366" HotelName="Maaeen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Street, Near Deira Gold Souq,murshid Souq</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/7/3/6/6/297366_db2c6af1523.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.21" OriginalAmount="152.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.07941298233" Longitude="55.143128802095" StarRating="4" HotelCode="304031|1028188" HotelName="City Premiere Marina Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Kitchen,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Suwayeb Street, Dubai Marina, Al Marsa Area, Near Marina Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/45/9245a4091114a74e5c877e422237f15bcab696d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.26" OriginalAmount="152.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.069654" Longitude="55.24507" StarRating="0" HotelCode="|450530" HotelName="Millennium Executive Apartments Mont Rose" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Science Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/3/0/450530_2aabfd80702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.55" OriginalAmount="152.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.117681142929" Longitude="55.195885288361" StarRating="4" HotelCode="317353|1511908" HotelName="Flora Al Barsha Mall Of Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Near Mall of the Emirates, Al Barsha 8088, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/60/7a60cfceeb39ce50421548770aae899f77a8708a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.67" OriginalAmount="153.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2538435" Longitude="55.2992462" StarRating="0" HotelCode="|55258" HotelName="West Zone Pearl Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>18th street, off Bank Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/8/55258_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has room service, a business centre and lifts. The establishment has a reception, a business centre with features that offer you the maximum level of comfort and a small conference room. It has 84 rooms. SITUATION: Bank Street It is located near close to the establishment, guests have the shopping area inDubai a good area in. FACILITIES: Clients can find a fitness centre well-equipped and a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.84" OriginalAmount="153.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2487723" Longitude="55.2965301" StarRating="0" HotelCode="|119768" HotelName="Baity" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 124054, KUWAIT STREET, BUR DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/7/6/8/119768_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, was built in 2010, has 70 rooms, WiFi (free of charge) and a car park. SITUATION: It is inBur Dubai the district of this hotel Kuwait Road it is in Close to Al Karama the underground station of. ROOM: The establishment has deluxe rooms and one bedroom executive suites. FACILITIES: Guests are offered a swimming pool and a terrace. PAYMENT METHODS: Customers can pay by Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.85" OriginalAmount="153.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2219837" Longitude="55.3582541" StarRating="4" HotelCode="|342527" HotelName="Holiday Inn and Suites Dubai Festival City, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gateway Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/2/5/2/7/342527_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.30" OriginalAmount="153.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262743491763" Longitude="55.32805250088" StarRating="3" HotelCode="562348|2159315" HotelName="Hyatt Place Dubai Al Rigga Residences" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, PO Box 33178, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/608982/608982a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, a bar, a conference room and a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.44" OriginalAmount="153.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.009156" Longitude="55.15735213" StarRating="3" HotelCode="783908|2882315" HotelName="Maisan Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 392009, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/f9/2cf9b1c0e3c43ad4b34051af8ff465fb31a4f0ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.07112" Longitude="55.134968" StarRating="4" HotelCode="906024|27462" HotelName="Marina Byblos Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marina Yacht Club Street, Dubai P.O. Box 123233</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1c/10/1c10c605921abda0e70a4d02c9df64a7305f62cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this urban hotel is about 500 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.77" OriginalAmount="154.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.005871549925" Longitude="55.155129140875" StarRating="4" HotelCode="511837|1971945" HotelName="Fortune Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Investments Park, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/17/6d1755cab4550027f398e7e9c9e641e0d7e6164a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the midst of the bustling ambiance that surrounds the Dubai Investment Parks...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.31" OriginalAmount="154.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0794324" Longitude="55.1444247" StarRating="4" HotelCode="|118765" HotelName="Marina View  Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Marina, after Diamonds 1-5 bldgs, between Dubai Marina Metro Station &amp; Mall P. O. Box 454745</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/7/6/5/118765_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Marina View is rated four stars and is perfect for business and holiday stays. The establishment offers WiFi, a dry cleaner's, a laundry service, a babysitting service (for a fee), a living room, a spa, a transfer service and a business centre has features that offer you the maximum level of comfort. SITUATION: It is situated in a good area in Dubai. FACILITIES: You can find a swimming pool, a massage service, a fitness centre well-equipped, a sauna and a children's swimming pool. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.62" OriginalAmount="154.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2643459" Longitude="55.3270345" StarRating="0" HotelCode="|55628" HotelName="J5 Rimal Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Murraqabat Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/2/8/55628_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a lobby, a reception, a safety deposit box service (for a fee), a lift, a cafÃ©, a nightclub and room service. SITUATION: Is situated inDubai the city centre of. ROOM: The rooms a bathroom with a hairdryer, a television, a radio, a mini-bar and individual air-conditioning. FACILITIES: The establishment has a swimming pool and a sauna.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.083438626371" Longitude="55.142482846033" StarRating="4" HotelCode="624862|barcelo_residences_dubai_marina" HotelName="Barceló Residences Dubai Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Apartment Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Currency Exchange,Golf,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Road, Al Dar Tower, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/a5/72a57d2f38d053466aeddc44d3792dcf6f4addf8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers and families, this apartment hotel lies in Dubai, a few metres from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.80" OriginalAmount="155.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1797855" Longitude="55.2690305" StarRating="0" HotelCode="|448211" HotelName="Unlock Metropolis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>A G Tower Marasi Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/2/1/1/448211_b45e3bd1744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.72" OriginalAmount="156.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.095696951156" Longitude="55.153653439148" StarRating="4" HotelCode="140885|133064" HotelName="Arjaan by Rotana Dubai Media City" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman bin Abdul Aziz Al Saud Street, PO Box 502828, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ae/b5aec294140fe98feb3204ac4b40282c22f78956.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai Media City and overlooks Palm Island, just 5 km away fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.75" OriginalAmount="156.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.069580804299" Longitude="55.129010531427" StarRating="3" HotelCode="255980|924365" HotelName="Pearl Marina Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street, P.O.Box 125179, Marina Water Front, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d7/bb/d7bb72d972302e73b52b4d447d4bc43c8d8af121.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.80" OriginalAmount="156.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0793508" Longitude="55.1427519" StarRating="4" HotelCode="|169114" HotelName="City Premiere Marina Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Marina, P.O Box 27372</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/1/4/169114_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi (free of charge). SITUATION: This establishment, Marina it is in 5 minutes away, you can find Marina Mall the shopping centre it is 29 kilometres away from Dubai Airport. ROOM: The apartments are equipped with a television, an air-conditioning system, a balcony, a kitchen with dishwasher, a microwave and a bathroom with a bath or shower. FACILITIES: Guests are offered a fitness centre and a car park (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.24" OriginalAmount="156.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22907" Longitude="55.287738" StarRating="3" HotelCode="160297|922535" HotelName="Number One Tower Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayd Road, P.O. Box 31003, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/3b/973b3df8c70411e8c1c17e1678bdfca940e4622a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is an immensely popular hotel on Sheikh Zayed Road. It is minutes from Dubai Internat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.45" OriginalAmount="156.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251135" Longitude="55.332604" StarRating="5" HotelCode="28897|31414" HotelName="Pullman Dubai Creek City Centre Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, Next to Deira City Centre, P.O. Box 61871, Port Saeed, Deira, Dubai, Emirate of Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/6e/6e2223c879b5bd4d/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located amidst excellent shopping and convention centres and nearby a wor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.47" OriginalAmount="156.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.101155" Longitude="55.173082" StarRating="4" HotelCode="|121180" HotelName="Mercure Hotels Suites And Apartments Barsha Height" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/1/8/0/121180_bcdef660940.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Media City is situated in Sheikh Zayed Road, next to Dubai Internet City Underground Station. ROOM: The establishment has luxurious suites. They offer views of Dubai and the Palm Jumeirah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112701027925" Longitude="55.193241834641" StarRating="4" HotelCode="899400|coral_al_khoory_hotel_apartments" HotelName="Al Khoory Hotel Apartments, Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Barsha, P.O. Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f9/73f9fffc1ce76087849ac11406957edde99e4371.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the Al Barsha district, the hub of new Dubai, the hotel is just 500 m from the Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.47" OriginalAmount="158.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.12529125" Longitude="55.15426485" StarRating="4" HotelCode="613702|2188615" HotelName="Aloft Palm Jumeirah" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/dd/59dd03009f02e341ff5d163965bf759879a7c7ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.74" OriginalAmount="158.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.114435139972" Longitude="55.201484771828" StarRating="3" HotelCode="297079|975535" HotelName="Ivory Grand Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Behind Mall of the Emirates, Al Barsha, PO Box 391977, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/2a/ac2ab440430cbe7f6c4b47a16209367ccd96f438.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.76" OriginalAmount="158.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1020727" Longitude="55.1713615" StarRating="4" HotelCode="|119876" HotelName="Staybridge Suites Dubai Internet City, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Tecom Tower - Sheikh Zayed Rd - Al Sufouh - Al Sufouh 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/8/7/6/119876_d076e871444.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel was built in 2009, has air-conditioning, 225 rooms, studio suites and one, two and three bedroom suites. Our guests can find a lobby with a reception, express check-out, room service and a laundry service. SITUATION: Is situated inMedia City the industrial area of Close to Dubai Internet City the Technology Park of places of interest and la Palmera the Island of. ROOM: Customers can find 225 suite-apartments, They have a double bed, modern facilities, a fully-equipped kitchen and a bathroom. FACILITIES: Guests are offered a gym, a steam bath and a sauna. MEALS: Regarding the food and beverage offering, the establishment offers a coffee shop and restaurants. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.55" OriginalAmount="159.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2827075" Longitude="55.3164349" StarRating="3" HotelCode="|87309" HotelName="Sun &amp; Sands Sea View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al-Khaleej Road Near Al Baraha Hospital</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/0/9/87309_82458a31206.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.66" OriginalAmount="159.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113090565553" Longitude="55.204252058861" StarRating="4" HotelCode="166772|397515" HotelName="Abidos Hotel Apartment - Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 450605, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/137514/137514a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.48" OriginalAmount="160.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.067968" Longitude="55.141673" StarRating="5" HotelCode="145034|122554" HotelName="Bonnington Jumeirah Lakes Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Lakes Towers, Cluster J, P.O. Box 37246, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/5c/655cf43ef049f23b7e8bf3e469a2a59d0ef123d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The full service hotel in Dubai is located in the heart of Jumeirah Lakes Towers along Sheikh Zayed ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.99" OriginalAmount="161.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25243" Longitude="55.343109" StarRating="4" HotelCode="702901|2267945" HotelName="Flora Inn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 25/06/2026" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road, 125275 Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/f0/bdf03a044fb2dfc4b193a533428244a57d45bed2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located right in the heart of Dubai and is perfectly suited to business travel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.04" OriginalAmount="161.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.041665" Longitude="55.188136" StarRating="5" HotelCode="|445549" HotelName="Mövenpick Jumeirah Village Triangle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Joory Street District 3 PO Box 450763</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/5/4/9/445549_d5a3c1b0917.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.40" OriginalAmount="161.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26731912758" Longitude="55.306586623192" StarRating="4" HotelCode="31295|31284" HotelName="Riviera Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/20/3f/203f92cd32c1754f88a0399fb8e73db46ecffe97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on Baniya Street, only a few a minutes away from Murshid Bazaar, the Gold and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.84" OriginalAmount="161.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.079811517943" Longitude="55.1498676649" StarRating="5" HotelCode="304434|1252788" HotelName="Pullman Dubai Jumeirah Lakes Towers - Hotel &amp; Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cluster T, Adjacent to Damac Properties Metro station, Jumeirah Lakes Towers, P.O. Box 9268, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/71/807155928d2d74295310956f82a17b159dd3af49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.14622709" Longitude="55.19550898" StarRating="5" HotelCode="623331|251241" HotelName="Park Regis Boutique Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Street, next to Umm Suqeim Park, Umm Suqeim 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a1/19/a1193a11fe24d31d919145837ba39ad8fecb2ecc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers and families, this boutique hotel is situated in a quiet area in Dubai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259969" Longitude="55.318259" StarRating="5" HotelCode="13319|30022" HotelName="Hilton Dubai Creek" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beniyas Road, P.O.Box: 33398, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/13990/a_13990_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located beside the Dubai Creek. It is about 5 km from the city centre, only minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.04317883" Longitude="55.25088065" StarRating="4" HotelCode="856292|studio_one_hotel" HotelName="Studio One Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Studio city, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/67/d367a6eae5ee65ade72cdd4f29c75b39633869e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.59" OriginalAmount="162.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2710039" Longitude="55.3050191" StarRating="2" HotelCode="|297364" HotelName="Montreal Naif" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Naif, 6 A Street Behind Naif Police Station</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/7/3/6/4/297364_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.89" OriginalAmount="163.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.120302536526" Longitude="55.199089050293" StarRating="3" HotelCode="900270|la_villa_najd_hotel_apartments_3" HotelName="La Villa Najd Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Shaikh Zayed Road, Al Barsha 1, Behind Mall of Emirates, P.O. Box 214671, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/a8/0ea88d88fac269c7bf18a9c2a76ed1279a9d1e5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city apartment hotel enjoys an ideal location, just 2 minutes' walk from the Mall of The Emirat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.24" OriginalAmount="163.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.146114" Longitude="55.195492" StarRating="3" HotelCode="|297376" HotelName="Park Regis Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>325 Road, Al Thany Street Jumeirah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/7/3/7/6/297376_057d2ad2041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.83" OriginalAmount="163.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.077326" Longitude="55.134056" StarRating="0" HotelCode="|500794" HotelName="Luxury JBR - Marina View - 5* Beach Resorts Access" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rimal 3 - Jumeirah Beach Residence</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/0/7/9/4/500794_cd6c7090821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.72" OriginalAmount="164.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273298" Longitude="55.301858" StarRating="2" HotelCode="|53080" HotelName="Queen's" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SABKHA ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/8/0/53080_1_1566.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 41 rooms and 5 floors. The establishment has a wake-up service, tourist information, a laundry service, room service and a restaurant. SITUATION: It is situated 6 kilometres away fromDubai Airport. ROOM: Guests are offered non-smoking rooms, The rooms have an air-conditioning system, a television and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.81" OriginalAmount="164.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.271594227532" Longitude="55.303904146627" StarRating="4" HotelCode="547013|2259675" HotelName="Montreal Naif Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>19 6A Street, Naif Road, Near Naif Police Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/f8/99f815135ea4333cdf5a5b340440aa42d802081c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located a short walk from the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.86" OriginalAmount="164.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252404" Longitude="55.292144" StarRating="4" HotelCode="|397291" HotelName="Suha Mina Rashid Hotel Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4C Street, Al Mankhool, 6 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/9/1/397291_e07f0421028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.87" OriginalAmount="164.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273242278198" Longitude="55.30185520649" StarRating="2" HotelCode="66874|306225" HotelName="Queen's Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Road, Dira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/82/d0/82d088c4f9c92e8f41abccd977c44cf81b591191.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, in the Deira district, the hotel is close to the Gold Souk and Spice ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253613760481" Longitude="55.297740697861" StarRating="4" HotelCode="99436|25103" HotelName="Savoy Suites Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Community 317, Street 12A, P.O. Box 28950, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2e/8a/2e8a52f950496c2dabd5e78b5632bb9a2d441843.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai's business and commercial hub, Bur Dubai. It provides gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.95" OriginalAmount="165.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248650944602" Longitude="55.296366736293" StarRating="3" HotelCode="187241|baity_hotel_apartments" HotelName="Baity Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Road, PO BOX 124052</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/52/7e52ec55eeeb1dc8b3dbb471bf98b9056072b65d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.05" OriginalAmount="165.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1131498" Longitude="55.2045622" StarRating="0" HotelCode="|82694" HotelName="Icon Delux" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL BRASHA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/9/4/82694_147b5a81600.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has meeting rooms and event rooms. The establishment was built in 2010, with air-conditioning, has 143 apartments, a hall with a reception, a lift, a breakfast room and room service. SITUATION: It is 2 minutes away fromAl Barsha the metro station of 5 minutes away from the establishment, clients can find Mall of The Emirates the underground station of 20 minutes away from the establishment you have Dubai Airport It is 45 minutes away fromAbu Dhabi Airport. ROOM: Customers can find apartments with kitchen, a bathroom, a shower, a television, a safe, a coffee maker, a kettle and an ironing set. FACILITIES: The establishment has a health club, a gym, aerobics, a jacuzzi, a swimming pool on the roof terrace, saunas and a steam bath. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet or set-menu restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.08" OriginalAmount="165.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.279301933657" Longitude="55.304580403547" StarRating="4" HotelCode="167142|964585" HotelName="The Galleria Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, PO Box 6655, Deira Corniche, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/dd/9cdd0b433b4f393fb819fa8484c0229f698f5127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.29" OriginalAmount="165.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.962914" Longitude="55.144653" StarRating="0" HotelCode="|447167" HotelName="Expo Village Serviced" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Expo Village Boulevard,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/1/6/7/447167_1e1f8461142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.45" OriginalAmount="166.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251134" Longitude="55.334611" StarRating="5" HotelCode="|165566" HotelName="Pullman Dubai Creek City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 61871,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/5/6/6/165566_33791670719.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has excellent service. SITUATION: This establishment, Dubai it is in Close to shopping centres.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.59" OriginalAmount="167.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18002191" Longitude="55.26411857" StarRating="4" HotelCode="846456|2343785" HotelName="Millennium Atria Business Bay" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6f/23/6f23e70dc287f5cf110ed2bd624bbc9cbb226358.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.04" OriginalAmount="168" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251801" Longitude="55.333254" StarRating="5" HotelCode="935934|30023" HotelName="Pullman Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Deira City Centre, P.O. Box 61871, Baniyas Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/cb/f0cb92c804eba9471e36a09d00b9e3c521486d8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.62" OriginalAmount="168.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264335" Longitude="55.3196" StarRating="0" HotelCode="|446646" HotelName="Pearl Swiss" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road. Behind Commercial Bank Building</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/6/4/6/446646_34df9ef1244.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.01" OriginalAmount="168.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.206057493369" Longitude="55.273010730743" StarRating="5" HotelCode="29426|30724" HotelName="Dusit Thani Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133 Sheikh Zayed Road, P.O. Box 23335, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2e/e42e2d4bd962d5cffd47ca08f34bc1c81d076251.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous Sheikh Zayed Street Situated close to Jumeirah Beach, the commer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.01" OriginalAmount="168.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.04734" Longitude="55.129627" StarRating="3" HotelCode="99117|922425" HotelName="Parkside Suites - Discovery Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zen 3 Building number 12 Discovery Garden, Sheikh Zayed Road, P.O. Box 125616, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/d8/09d84bbfa374f880a7fafd931a0f964d07017c0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Dubai hotel is located next to the Ibn Battuta Shopping Centre, in Discovery Garden. The proper...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.12" OriginalAmount="169.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2543429" Longitude="55.3012677" StarRating="0" HotelCode="|121129" HotelName="Rose Garden Hotel Apartments - Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Behind Burjuman Shopping Mall</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/1/2/9/121129_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Bur Dubai it is in. ROOM: The establishment has studios suites, with WiFi (free of charge) and a fully-equipped kitchen. FACILITIES: The establishment boasts a swimming pool on the roof terrace and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.12" OriginalAmount="170.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.209901" Longitude="55.268958" StarRating="0" HotelCode="|554800" HotelName="Shada Hotels Jumeirah Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23rd St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/0/0/554800_90230051504.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.48" OriginalAmount="170.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.187535" Longitude="55.267514" StarRating="5" HotelCode="302485|1066898" HotelName="DAMAC Maison Cour Jardin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, 2286 Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/4f/ca4f55fcd3793db7bd9e8148c4372ebc30ac2197.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.53" OriginalAmount="170.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0675984" Longitude="55.1418773" StarRating="5" HotelCode="|72577" HotelName="Voco Bonnington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Lake Towers,P.O.Box.37246</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/7/7/72577_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of Jumeirah Lake Towers, is in Sheikh Zayed Road, in front of Dubai Marina. This 5 star hotel is 35 kilometres from Dubai Airport. It takes 50 minutes to get to Abu Dhabi HOTEL: The establishment offers 208 standard rooms and suites and 272 luxury apartments. Regarding the food and beverage offering, the establishment has 6 restaurants and bars. The establishment has 4 conference rooms, a terrace, a swimming pool, a contemporary gym, a bar, a jacuzzi, a steam bath, a sauna and a hairdresser's.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.43" OriginalAmount="171.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2699832" Longitude="55.3232152" StarRating="5" HotelCode="|87223" HotelName="Asiana  Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/2/2/3/87223_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Asiana Dubai is rated five stars. SITUATION: This establishment is in the centre of Deira. It is situated next to the shopping centre Reef. FACILITIES: The establishment has a swimming pool, a spa and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260271" Longitude="55.318578" StarRating="5" HotelCode="409635|samaya_hotel_deira" HotelName="Samaya Hotel Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riggat Al Buteen, Deira, P.O. Box 88449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/a3/5fa38090a68bf34d720e7ddb2a36e4490d40d7f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury city hotel is located just 9 km from Dubai International Financial Centre, traditional s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.47" OriginalAmount="172.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256616" Longitude="55.304159" StarRating="0" HotelCode="|198487" HotelName="Better Living " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Street 20, Hamriyah Street, Burjuman Metro Station Exit 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/4/8/7/198487_c9e879d1817.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.70" OriginalAmount="172.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113917856759" Longitude="55.192825457672" StarRating="3" HotelCode="99404|474615" HotelName="Rose Garden Hotel Apartments Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 45113, Near Mall of the Emirates, Very close to Sharaf DG Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/ba/82ba13b6afa87e14487e2912fa3dd4fd95a4315e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.93" OriginalAmount="172.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254240444883" Longitude="55.301247411045" StarRating="3" HotelCode="95367|924145" HotelName="Rose Garden Hotel Apartments Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Behind Burjuman Shopping Mall, Citi Bank, Burjuman Metro Station, Bur Dubai, Dubai P.O. Box 45113</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/c4/edc46ad1755bb28f4208dd2266d6768efc39e7d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A stone’s throw away from Burjuman Shopping Centre, this city hotel is strategically located in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.56" OriginalAmount="174.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.099755518104" Longitude="55.179519653321" StarRating="5" HotelCode="76176|92008" HotelName="Media Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hessa Street, Barsha Heights, P.O. Box 503030, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/69/a5699ffba9abb0ac1e3e393e4c316ad170d14ae8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai's new business hub. It is just 10 km from Dubai Internati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.97" OriginalAmount="174.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19123259" Longitude="55.2892546" StarRating="4" HotelCode="975573|2444045" HotelName="Radisson Blu Hotel, Dubai Canal View" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, Business Dubai, PO Box 16021, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/4b/784be06a6faee39a295584d1cab3d0bf53ca4c46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.48" OriginalAmount="175.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.280352" Longitude="55.351209" StarRating="3" HotelCode="|118697" HotelName="Al Manar Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 Street Abuhail Mamaza Diera Dubai, Abu Hail, P.O. Box 62495</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/6/9/7/118697_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, This establishment has a reception, room service, a babysitting service (for a fee), has WiFi, a car hire desk, a transfer service and a business centre with features that offer you the maximum level of comfort 85 rooms. SITUATION: It is situated close to the commercial area and the airport, the establishment, Deira it is in. FACILITIES: Guests are offered a fitness centre fully-equipped, a sauna and a swimming pool. OTHERS: Regarding the food and beverage offering, clients have a restaurant and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.16" OriginalAmount="175.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.234246837774" Longitude="55.323978245369" StarRating="5" HotelCode="307773|1253328" HotelName="Hyatt Regency Dubai Creek Heights" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20th Street, Dubai Healthcare City, Bur Dubai, Dubai 5668</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/65/3c6515bb112361f4c2a6300e207a0d6e87d2c978.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.58" OriginalAmount="176.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256622619903" Longitude="55.304404210839" StarRating="3" HotelCode="320479|2607125" HotelName="Milestone Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Currency Exchange,Internet,Laundry,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>20th Street, Al Hamriyah, Near Burjuman Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/68/6d6843185b4da2c8f6dd76eb17915dc91a315b9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.21" OriginalAmount="176.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.261612" Longitude="55.314021" StarRating="5" HotelCode="23830|987245" HotelName="Sheraton Dubai Creek Hotel &amp; Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, P.O. Box 4250, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/f8/44f81a6609b399fc1e02af675b4e152c2b59ea61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Baniyas Road, this hotel overlooks Dubai Creek. It is just a short distance to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.36" OriginalAmount="177.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2742" Longitude="55.30098" StarRating="1" HotelCode="|514601" HotelName="Ana Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL DAGHAYA STEET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/4/6/0/1/514601_1d0da3b2033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.70" OriginalAmount="177.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10243699148" Longitude="55.172410915344" StarRating="4" HotelCode="61419|139534" HotelName="Two Seasons Hotel &amp; Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 502222, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3a/a4/3aa4e0e9a8fdcc3a0db669b94e591aada1f350d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.04" OriginalAmount="177.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.04167" Longitude="55.21944" StarRating="0" HotelCode="|186736" HotelName="Treppan Hotel and Suites by Fakhruddin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Sports City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/7/3/6/186736_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.19" OriginalAmount="178.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1099107" Longitude="55.2027124" StarRating="4" HotelCode="|74897" HotelName="Grandeur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 282429, Al Barsha First(Behind the Mall of Emirates)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/9/7/74897_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is near Sheikh Zayed Road it is well-connected with places of interest. ROOM: The establishment has standard rooms and suites. FACILITIES: With regards to the food and beverage offering, there is 2 restaurants and a bar. The establishment boasts a swimming pool, a gym with a sauna, business centre and WiFi. The establishment also offers a transfer service to el Centro comercial Ibn Batutta and el Dubai Mall Outlet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.51" OriginalAmount="179.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.225617" Longitude="55.33657" StarRating="4" HotelCode="|397292" HotelName="Suha Park Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Jadaff, 1123 11 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/9/2/397292_72ad03b1054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.04" OriginalAmount="179.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2593654" Longitude="55.2911904" StarRating="4" HotelCode="|57353" HotelName="Royal Ascot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Khalid bin Walid Road, Bur Dabai, Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/3/5/3/57353_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has beautiful views, attentive service, room service and a business centre with features that offer you the maximum level of comfort 181 rooms. SITUATION: It is inDubai the heart of. FACILITIES: The establishment boasts an activities programme, a swimming pool, a spa, a fitness centre fully-equipped and live music. OTHERS: Clients can find a bar, a lounge and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.20276763039" Longitude="55.277782869921" StarRating="5" HotelCode="39208|18562" HotelName="Roda Al Murooj" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Saada Street, Opposite Dubai Mall, Downtown, P.O. Box 117546, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/f2/6af24783c0d447c9fff5ed79c3df1c2c5218e9e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is part of the prize-winning Al Murook complex at the heart of Dubai's business district....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.33" OriginalAmount="181.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2563696" Longitude="55.2894764" StarRating="0" HotelCode="|57846" HotelName="Rolla Residence Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL ROLLA ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/8/4/6/57846_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel, has fantastic views, attentive service, room service and a business centre. The establishment also offers a concierge, a transfer service, a car hire desk and lifts. It has 126 rooms. SITUATION: Close to the establishment, guests have the shopping area, is in Dubai a good location in nearby, you will find the leisure area. FACILITIES: The establishment boasts a fitness centre fully-equipped and a swimming pool. OTHERS: You can find a bar, a lounge and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="187.43" OriginalAmount="181.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.274296718191" Longitude="55.307573196365" StarRating="1" HotelCode="313392|1254458" HotelName="West Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Golf,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Naif Road, Diera, PO Box 1039, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ab/bdab45d5a3ad7b57a9534568e51031ca5bbb0329.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="187.50" OriginalAmount="182.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252329963376" Longitude="55.296286776252" StarRating="3" HotelCode="915619|923335" HotelName="Xclusive Maples Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 A Street, P.O. Box 126012, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/88/d488a75a6cfd54bd0798b5530dd374da9c4407e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.54" OriginalAmount="182.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113496" Longitude="55.201843" StarRating="4" HotelCode="|337444" HotelName="Mena Plaza Albarsha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street 13 Al Barsha 1 - Near Mall of the Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/7/4/4/4/337444_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.58" OriginalAmount="182.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2565976" Longitude="55.3033463" StarRating="0" HotelCode="|118903" HotelName="MOON VALLEY HOTEL APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bur Dubai Dubai P.o. Box 113696,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/9/0/3/118903_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in the city centre, is located near the shopping centres, the banks and the exhibition centre. ROOM: The establishment has 60 deluxe studios, 9 deluxe one bedroom rooms and 3 deluxe two bedroom apartments.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="187.89" OriginalAmount="182.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112258578385" Longitude="55.137988488841" StarRating="5" HotelCode="363356|2037645" HotelName="Dukes The Palm, a Royal Hideaway Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 120015, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/33/c4/33c41fda2db84e348d07d82d2551df15fdc0badd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this beach hotel is located right in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.34" OriginalAmount="182.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2693131" Longitude="55.3060658" StarRating="3" HotelCode="|57828" HotelName="Florida City Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BANIYAS SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/8/2/8/57828_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning and has 90 apartments, The establishment boasts a lobby, a restaurant, a cafÃ©, conference rooms and room service. SITUATION: It is inBaniyas the Square of near the establishment, you will find shopping centres. ROOM: The establishment has apartments with TV, a direct line telephone, internet, a mini-bar, a safe and a small kitchen fully-equipped. FACILITIES: The establishment has a gym, a spa, treatments, a sauna and a jacuzzi. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant with local food and a coffee shop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.93" OriginalAmount="183.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27321" Longitude="55.31045" StarRating="1" HotelCode="|185949" HotelName="West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Naif Road, Naif, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/9/4/9/185949_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="189.20" OriginalAmount="183.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.069590845664" Longitude="55.12848464418" StarRating="4" HotelCode="424792|1622978" HotelName="Wyndham Dubai Marina" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/77/f077d0d179d411f045ed517ec812a665b32bc2e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="189.54" OriginalAmount="184.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259518" Longitude="55.322921" StarRating="4" HotelCode="42788|45234" HotelName="New Moscow Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Street, P.0.Box 119911, Deira-Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/68/bb68e913d8ec607eadf728c99e9f75dcf4088236.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Dubai’s business, banking and shopping centre, Deira, close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="189.61" OriginalAmount="184.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.221121" Longitude="55.329139" StarRating="4" HotelCode="60844|458275" HotelName="Park Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jadaf Street, Dubai 122382</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/03/3603e1da1df96f517ec641afdaa515a20b62e668.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is just a few minutes from the business and financial districts of Sheikh Zayed Road....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.02" OriginalAmount="184.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.042323" Longitude="55.251473" StarRating="4" HotelCode="|444041" HotelName="Studio One" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Studio City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/4/1/444041_e00c9861232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.59" OriginalAmount="186.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1139244" Longitude="55.1927348" StarRating="0" HotelCode="|118948" HotelName="Rose Garden Hotel Apartments Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Along side of Sheikh Zayed Road, Near to Mall of The Emirates.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/9/4/8/118948_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel perfect for holidays, has views of the city, attentive service, a restaurant, room service, a business centre, a concierge, lifts, meeting facilities, a business centre with features that offer you the maximum level of comfort and facilities for people with reduced mobility. The establishment also has a laundry service, a car park, a medical care service, a lift and internet. SITUATION: This hotel Sheikh Zayed Road it is near it is near the shopping area, has good links to the leisure areas, close to the establishment, clients can find restaurants. ROOM: The establishment has 144 rooms, Guests are offered non-smoking rooms. FACILITIES: The establishment has a fitness centre fully-equipped and a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="192.25" OriginalAmount="186.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.079765585929" Longitude="55.137478173927" StarRating="4" HotelCode="902943|127884" HotelName="Suha Hotel Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sadaf 3 Building, Jumeirah Beach Residence, PO Box 35771, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/91/48/91485b4dfbb8744e6a062f80e2604899f1994ec8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of New Dubai, community facilities like supermarkets, medical facilities, rest...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="192.47" OriginalAmount="186.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.257063" Longitude="55.292874" StarRating="4" HotelCode="99400|287713" HotelName="Rolla Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Rolla Road, Near Al-Khaleej Centre and Al Fahidi Metro Station, P.O. Box: 29490, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/51/c55178b08e897db9cef03e60a96d9ecba2cad3f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="192.77" OriginalAmount="187.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.211625" Longitude="55.274432" StarRating="4" HotelCode="39206|449855" HotelName="AlSalam Hotel Suites and Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Golf,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 118094, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/35/0a356f236e02fc73df3250a2a7fed52a10c20649.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel lies on the fashionable Sheikh Zayed Road, across from the International Financial C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.19" OriginalAmount="187.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1857242" Longitude="55.2742262" StarRating="3" HotelCode="|450907" HotelName="Staybridge Suites Dubai Business Bay, an IHG Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive B, Business Bay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/9/0/7/450907_2946bf51241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="193.34" OriginalAmount="187.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.077499276322" Longitude="55.135423163368" StarRating="4" HotelCode="177208|722075" HotelName="Delta Hotels by Marriott Jumeirah Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Residence, Bahar 7, PO Box 118555, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ba/5b/ba5b5103501d908c25689d66e7162289a9c93e4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is the perfect destination for both business and leisure travellers being ideally located ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.64" OriginalAmount="188.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2816383" Longitude="55.34791607" StarRating="4" HotelCode="531435|telal_hotel_apartments" HotelName="Telal Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 20 Street, Abu Hai, P.O. Box 33324, Hor Al Anz, Behind Deira Main Post Office, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/63/79631e0669483f3df9ffa243ef391d57206fe9f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this apartment hotel is located approximately 10 minutes by car fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.20" OriginalAmount="188.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252514" Longitude="55.343157" StarRating="4" HotelCode="|443645" HotelName="Flora Inn Hotel Dubai Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/6/4/5/443645_094a9a81437.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.43" OriginalAmount="188.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256394" Longitude="55.303356" StarRating="3" HotelCode="93391|446035" HotelName="Capital O 167 Moon Valley Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Burjuman Metro Station, Al Hamriya, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/3b/333b984056e5deef1f9eff5779df74ed140dc047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated in the centre of Dubai, 3 km away from the museums and 9 km from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.30" OriginalAmount="189.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.250561" Longitude="55.334578" StarRating="5" HotelCode="935822|968765" HotelName="Pullman Dubai Creek City Centre Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 61871, Baniyas Road, Deira City Centre, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/8d857380f335db46/3c/3c52769cc79f4aaf/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.209634944167" Longitude="55.274999318802" StarRating="4" HotelCode="98873|27708" HotelName="Emirates Grand Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Trade Center 2, PO Box 116957, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/138635/a_138635_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai on Sheikh Zayed Road. It lies within walking distance of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.70" OriginalAmount="190.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19255449" Longitude="55.28668618" StarRating="4" HotelCode="877268|hotel_indigo_dubai_downtown" HotelName="Hotel Indigo Dubai Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, PO Box 24666, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/43/8543cfe34356567e72e933f96ce93f9ff9bf5e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.97" OriginalAmount="190.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.233457" Longitude="55.314696" StarRating="0" HotelCode="|470314" HotelName="Havana Holiday Homes Oud Metha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18th St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/3/1/4/470314_7f60cf61215.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="196.02" OriginalAmount="190.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26979425" Longitude="55.31141643" StarRating="0" HotelCode="621924|5006655" HotelName="Trans World Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Makhtoum Road</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/23/36/2336c458817790955ff5d1f78d4eb7b8ae4ae62d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="197.23" OriginalAmount="191.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25091795" Longitude="55.33197351" StarRating="4" HotelCode="642040|2272525" HotelName="Aloft City Centre Deira, Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, PO Box 22533, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5751089</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.27" OriginalAmount="191.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2523693" Longitude="55.335761" StarRating="4" HotelCode="|210909" HotelName="Royal Continental – Dubai Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 182166 OPPOSITE DEIRA CITY CENTER PORT SAEED ROAD, DEIRA DUBAI UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/9/0/9/210909_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="197.51" OriginalAmount="191.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.234227212443" Longitude="55.324093119049" StarRating="5" HotelCode="563312|591441" HotelName="Hyatt Regency Creek Heights Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 26/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20th Street, Dubai Healthcare City, P.O. Box 5668, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c7/74c70c5becaab34ac3afab7cd59fa44e70ecba3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Dubai. For business travellers as well as families, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.76" OriginalAmount="192" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26917" Longitude="55.305959" StarRating="3" HotelCode="70471|379952" HotelName="Florida City Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Baniyas Square Metro Station, Deira, Dubai 49530</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/cc/f1cc83d9dd1a480de939b47796d48b21ef6d504c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is superbly located at Baniyas Square in Deira, close to an array of shopping c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.39" OriginalAmount="192.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1020776" Longitude="55.1783073" StarRating="4" HotelCode="|198216" HotelName="Atana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>HESSA STREET, TECOM, AL BARSHA SOUTH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/2/1/6/198216_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.52" OriginalAmount="192.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0486433" Longitude="55.1288102" StarRating="0" HotelCode="|119875" HotelName="Parkside Suites " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/8/7/5/119875_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel has 169 studios, one-bedroom apartments, air-conditioning, a hall, a reception, a safety deposit box service, a currency exchange service and a lift. Our guests can find a cafÃ©, a restaurant, conference facilities, WiFi, room service, a laundry service and a car park. SITUATION: This establishment, Discovery Gardens it is in Dubai it is in Close to places of interest, Dubai Media City 4 kilometres away, you can find Jebel Ali it is 5 kilometres away from it is situated 30 kilometres away from Dubai Airport. ROOM: They have a kitchen, a hairdryer, a direct line telephone, satellite or cable TV, internet, a fridge, an ironing set, a safe and an air-conditioning system. FACILITIES: Guests are offered a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.79" OriginalAmount="193.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2094556" Longitude="55.2752884" StarRating="4" HotelCode="|87301" HotelName="Residence Inn by Marriott Sheikh Zayed Road, Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/0/1/87301_66c3b1c1206.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 47 floors and luxury facilities. SITUATION: This establishment, is close to DIFC the metro station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.03" OriginalAmount="193.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0945186" Longitude="55.1772773" StarRating="4" HotelCode="|202214" HotelName="Ramada By Wyndham Dubai Barsha Heights" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Fosool Street, TECOM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/2/1/4/202214_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.42" OriginalAmount="193.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260353" Longitude="55.3185929" StarRating="4" HotelCode="|87905" HotelName="Samaya  Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Riggat Al Buteen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/0/5/87905_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel the Dhow Wharfage it is close to it is in Deira the business district. FACILITIES: The establishment has a swimming pool on the roof terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.37" OriginalAmount="194.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1138004" Longitude="55.1918618" StarRating="0" HotelCode="|85675" HotelName="Radiance Premium Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road // Opp Sharaf DG Metro Station? Al Barsha 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/6/7/5/85675_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated close to a commercial centre. ROOM: Clients can find internet (free of charge) and a fully-equipped kitchen. FACILITIES: The establishment boasts a swimming pool, a gym and a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.07" OriginalAmount="195.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18506" Longitude="55.27588" StarRating="0" HotelCode="|484857" HotelName="Maison Privee Marquise Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marquise Square, Downtown Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/8/5/7/484857_2a3df590910.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="201.84" OriginalAmount="195.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.075045807079" Longitude="55.131773936176" StarRating="4" HotelCode="304658|1017548" HotelName="Roda Amwaj Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, Jumeirah Beach Residence, P.O. Box 555613, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8f/aa/8faacea963e1657ad426109e9217fabc4e68b35c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="202.89" OriginalAmount="196.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259404356634" Longitude="55.319407514572" StarRating="5" HotelCode="566141|2154535" HotelName="Al Bandar Rotana" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, P.O. Box 4080, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/b5/5db56b44789dd5d2196e3e904b25fabc8c2c1cc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai. For business travellers as well as families, it provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.42" OriginalAmount="197.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0911606" Longitude="55.1489162" StarRating="0" HotelCode="|88016" HotelName="Tamani Marina " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Al Saud St; Jumeirah Beach Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/8/0/1/6/88016_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 55 floors. FACILITIES: The establishment boasts swimming pools, a sauna, a jacuzzi, a solarium and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="203.70" OriginalAmount="197.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113650718119" Longitude="55.190920898147" StarRating="3" HotelCode="98732|872075" HotelName="Al Barsha Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, P.O. Box 125707, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/10/101656/101656a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located across from the Metro, this hotel connects to the city. The Mall of Emirates and Ski Dubai a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263005" Longitude="55.297566" StarRating="2" HotelCode="299506|201562" HotelName="Sun City International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, 6 Kms. from Dubai International Airport, Near Dubai Museum, Near Meena Bazaar, Bur Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/6c/e06c83d02b6d6a83f4cace6fd88f9b7098e4f416.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to the old souk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.186964" Longitude="55.271792" StarRating="5" HotelCode="323946|92850" HotelName="Steigenberger Hotel Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/68/2368d653afcbc2ca270c069ba68feb8b883b9569.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="204.46" OriginalAmount="198.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.048335678205" Longitude="55.130761285344" StarRating="4" HotelCode="103986|924035" HotelName="Chelsea Gardens Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Discovery Gardens, P.O. Box 124169, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/3b/453b1f09f798b6aada4c2d88570e48b1f6a8aef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.54" OriginalAmount="198.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2631031" Longitude="55.2907267" StarRating="3" HotelCode="|120174" HotelName="Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Falah Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/1/7/4/120174_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Bur Dubai it is in is situated in the business area. ROOM: Customers have comfortable rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.97" OriginalAmount="199" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270014836783" Longitude="55.319002676197" StarRating="3" HotelCode="146075|47047" HotelName="City Star Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/129857/129857a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Dubai. There are a total of 100 accommodation units at City Star. C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.41" OriginalAmount="199.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0997275" Longitude="55.1793474" StarRating="5" HotelCode="|72600" HotelName="Radisson Blu Barsha Heights  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hessa Street, Barsha Heights</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/6/0/0/72600_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts dining facilities, a restaurant, a tearoom, a swimming pool bar, a pub, a private swimming pool, a gym, a sauna, a jacuzzi and a massage service. SITUATION: This hotel is in Sheikh Zayed the street Dubai Media City it is situated in the surrounding area of 30 minutes away from the establishment clients have Dubai Airport. ROOM: The rooms have individual air-conditioning, internet, a satellite TV, a direct line telephone, a mini-bar, a safety deposit box and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.46" OriginalAmount="199.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10723" Longitude="55.143146" StarRating="4" HotelCode="|444182" HotelName="Voco Dubai the Palm, an IHG " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1234 THE PALM JUMEIRAH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/1/8/2/444182_04a07501220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="206.08" OriginalAmount="200.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.190205" Longitude="55.274432" StarRating="4" HotelCode="387633|61744" HotelName="Vida Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, PO Box 114788, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/00/7e0088a916bcde78d6075f5a3d915488779cf309.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the hub of Dubai, this innovative city hotel is close to the largest shopping centre as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="206.41" OriginalAmount="200.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.091006200624" Longitude="55.149130225181" StarRating="5" HotelCode="410049|771375" HotelName="Tamani Marina Hotel and Hotel Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Naseem Street, P.O. Box 215855, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/e6/97e63baeed8f7896e0b374c118ed67dbd6f185ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in one of the busiest districts, Dubai Marina right next to the Dubai M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.47" OriginalAmount="200.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18709" Longitude="55.271782" StarRating="5" HotelCode="|201193" HotelName="Pullman Dubai Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street Dubai UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/1/1/9/3/201193_691bdc00741.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.223849596761" Longitude="55.349164009094" StarRating="5" HotelCode="70491|18728" HotelName="Crowne Plaza Dubai - Festival City" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Festival City, P.O.Box 45777, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/70/87/70879bb2da4b5cbf140577f2f2e4fa357d73aafc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the Dubai Creek. It is directly connected with the Festival Wat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.54" OriginalAmount="201.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2625648" Longitude="55.2964432" StarRating="0" HotelCode="|87981" HotelName="Sun City International" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Near Dubai Museum, Al Fahidi Street, Bur Dubai, Near Meena Bazaar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/8/1/87981_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 300 metres away from the Dubai Museum and the bazaar. ROOM: Each room has an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.45" OriginalAmount="202.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2701761" Longitude="55.3189609" StarRating="3" HotelCode="|119773" HotelName="Gulf Inn Hotel Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SALAHUDDIN ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/7/7/3/119773_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers an entertainment programme. SITUATION: It is located close to the commercial and business area. ROOM: The establishment has comfortable standard rooms and suites.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.76" OriginalAmount="202.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.080291" Longitude="55.154086" StarRating="5" HotelCode="|397288" HotelName="Taj Jumeirah Lakes Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DMCC Plot No 2 27 Al Thanyah Jumeirah Lakes Towers</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/8/8/397288_5a3c5bb1058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.91" OriginalAmount="202.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270041" Longitude="55.3029564" StarRating="2" HotelCode="|120980" HotelName="Florida International" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sabkha Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/9/8/0/120980_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers a transfer service to the airport and a reception. SITUATION: It is 15 minutes away fromDubai Airport. ROOM: All the rooms have an air-conditioning system and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.18" OriginalAmount="203.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2887074" Longitude="55.3679985" StarRating="0" HotelCode="|87305" HotelName="Emirates Stars Hotel Apartments Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Between Baghdad and Amman Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/0/5/87305_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.24" OriginalAmount="203.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.24648" Longitude="55.29239" StarRating="1" HotelCode="|186183" HotelName="Manhattan Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/8/3/186183_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.90" OriginalAmount="203.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.079799" Longitude="55.137451" StarRating="0" HotelCode="|87973" HotelName="Suha Jbr Hotel Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sadaf 3 Building, Jumeirah Beach Residence</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/7/3/87973_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a swimming pool, apartments with a TV and WiFi (free of charge). SITUATION: It is situated 100 metres away fromJumeirah Beach the coast of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.96" OriginalAmount="203.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.223686" Longitude="55.349161" StarRating="5" HotelCode="|57342" HotelName="Crowne Plaza Festival City, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>DUBAI FESTIVAL CITY,PO BOX 7185</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/3/4/2/57342_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is non-smoking, has 316 rooms and suites. This building they have air-conditioning, restaurants, a cafÃ© and conference rooms. The establishment also offers a hall, a car park, room service, a laundry service and internet. SITUATION: Near the establishment, guests will find a shopping centre, is 130 kilometres away from Dubai Airport. ROOM: The rooms a bathroom, internet, a television, a coffee maker, a kettle, a mini-bar, a direct line telephone and a kitchen. FACILITIES: The establishment has a swimming pool, a children's swimming pool, a spa, spa treatments, a hydromassage bath and a gym. in the surrounding area, you can find a golf course. MEALS: Regarding the food and beverage offering, the establishment offers 5 restaurants and a coffee shop. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.12" OriginalAmount="204" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251503645091" Longitude="55.290795062269" StarRating="1" HotelCode="371239|273316" HotelName="Manhattan Hotel" Meals="ROOM ONLY,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Road, Near Standard Chartered Bank, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/4a/ca4afd1bccad0c6bfc59b773d247e054cb9dea60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.25" OriginalAmount="204.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1081463" Longitude="55.1793536" StarRating="0" HotelCode="|87323" HotelName="La Suite Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Dubai Media City, P.O box 502306</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/2/3/87323_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.15" OriginalAmount="205" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26251387" Longitude="55.29360815" StarRating="0" HotelCode="745583|288288" HotelName="Lumbini Dream Garden Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Near Souk Al kabeer, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/c7/a8c73c2448296feb05aa7884b8a1c258ebffdb81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.15" OriginalAmount="205.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263803645172" Longitude="55.299894558534" StarRating="2" HotelCode="404574|xva_art" HotelName="XVA Art Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Neighborhood, Bur Dubai, P.O. Box 37304, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/d2/8ad2c864940b5a19d472ac2d0f20b676198cc3c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Bur Dubai, Dubai, just few minutes from Al Bastakiya and the Dubai Museum. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="211.88" OriginalAmount="205.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.186461503024" Longitude="55.267923517672" StarRating="5" HotelCode="566148|2164605" HotelName="Radisson Blu Hotel Dubai Waterfront" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/3d/ee3db69d62128b7ef250aa14dd04dceee6f9a351.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.51" OriginalAmount="206.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251066" Longitude="55.328166" StarRating="0" HotelCode="|472663" HotelName="Marriott Marquis Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Plot No 129 - 104, Port Saeed</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/6/6/3/472663_be734671050.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.00" OriginalAmount="206.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0972699" Longitude="55.1740577" StarRating="4" HotelCode="|119566" HotelName="First Central Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TECOM, Al Barsha 3, Dubai, UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/5/6/6/119566_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a swimming pool and a rooftop terrace. It has rooms with a kitchen, It also has a reception, a gym and saunas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213.21" OriginalAmount="207" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262521" Longitude="55.295472" StarRating="3" HotelCode="187437|201414" HotelName="Ambassador Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Al Falah Street, P.O.Box 3226, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/58/0f584e9d1fb041688fe18a0b3deded601172c246.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.59" OriginalAmount="207.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263932" Longitude="55.29292" StarRating="0" HotelCode="|493312" HotelName="Capital O160 Lumbini Dream Garden Guest House LLC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>14, Al Suq St.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/3/3/1/2/493312_e7754ba1015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="213.87" OriginalAmount="207.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259204511343" Longitude="55.319554360852" StarRating="4" HotelCode="597771|CBC312800" HotelName="Al Bandar Arjaan by Rotana" Meals="ROOM ONLY,ALL INCLUSIVE,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, P.O. Box 4080, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/5f/ac5f201b634d415a7ab08b9e0be32e992fb7d61d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located approximately 2 km from the centre of Dubai, this apartment hotel is ideal for business trav...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="214.01" OriginalAmount="207.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.288931651265" Longitude="55.368494689465" StarRating="4" HotelCode="93806|923545" HotelName="Emirates Stars Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Amman Street, PB 86880, Al Nahda 2, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/130343/a_130343_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Al Nahda, Dubai, near the intersection of Baghdad and Amman stree...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.24" OriginalAmount="208.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248822398456" Longitude="55.312304751424" StarRating="4" HotelCode="401487|ramee_royal_hotel" HotelName="Ramee Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Al Waleed Road, Bur Dubai, Dubai 26816</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/4c/3a4cbdee8ce7953928da36b1aa95fb6d51ccf1ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Dubai, near Al Maktum Bridge in Al Karama, this hotel offers easy access to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="214.60" OriginalAmount="208.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.046800856456" Longitude="55.182122904785" StarRating="5" HotelCode="934443|1420308" HotelName="Ghaya Grand Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fay Road, Sports City, Near Meaisem City Center, Dubai 392360</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/5d/495df30d36e76db990b9c2168f816e2aef0e7e7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is about 15 km from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.27" OriginalAmount="209.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269967844911" Longitude="55.303121209145" StarRating="2" HotelCode="908940|florida_international_hotel_dubai" HotelName="Wave International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sabkha Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/51/d351397d411007717626bab24d8d29311e4862c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Dubai. There are a total of 47 rooms on the premises. Florida I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.33" OriginalAmount="211" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.232684044202" Longitude="55.315207203705" StarRating="3" HotelCode="170752|46540" HotelName="TIME Dunes Hotel Apartments Oud Metha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Street, P.O.Box 127773, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/ed/86ed46dc9e65445417cac8e489c1af87f3a71dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at Oud Metha, opposite the American hospital and Dubai Healthcare City. The cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="218.32" OriginalAmount="211.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112316" Longitude="55.193671" StarRating="5" HotelCode="463790|2552805" HotelName="Grand Cosmopolitan Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f0/e6/f0e6a33485af637ca7b92c5e86c678d27950ddce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.68" OriginalAmount="212.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253867" Longitude="55.297747" StarRating="0" HotelCode="|165627" HotelName="Savoy Suites Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12a street 317 Community Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/6/2/7/165627_09c3eee1549.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is business. ROOM: The establishment has studios, two bedroom suites with a bathroom, a sitting area, a sofa-bed, a wardrobe and a fully-equipped kitchen.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.92" OriginalAmount="212.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2598208" Longitude="55.3182407" StarRating="5" HotelCode="|23964" HotelName="Golden Sands Creek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, P.O.BOX 33398, DEIRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/4/23964_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has rooms and suites. Is perfect for business and holiday stays. SITUATION: This hotel is close to the Dubai business district, the airport, Burj Khalifa and las Fuentes de DubÃ¡i.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.07" OriginalAmount="212.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0785314" Longitude="55.143131" StarRating="0" HotelCode="|87891" HotelName="Radisson Blu Residence, Dubai Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/9/1/87891_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel with air-conditioning and has 152 apartments, The establishment has a lobby with a reception, express check-out, a currency exchange service, a lift, a cafÃ©, a restaurant and WiFi (free of charge), The establishment also offers room service, a laundry service (for a fee) and a car park. SITUATION: Is situated inDubai Marina the heart of close to the establishment, clients can find Jumeirah the beach close to the establishment, guests have tourist areas, Clients can also find restaurants and shopping centres. It is situated 35 kilometres away fromDubai Airport. ROOM: The establishment has apartments with kitchen, dishes, cutlery, a mini-bar, a fridge and a hob. They have a coffee maker, a kettle, a bathroom with a shower, a bath, a hairdryer, a king-size bed, a safe, flatscreen cable television, internet and a direct line telephone. They also have an air-conditioning system, a balcony, an ironing set, a writing desk and a washing machine. FACILITIES: The establishment boasts 2 swimming pools, a covered swimming pool and a spa. Customers can also find 2 gyms, a children's swimming pool, a sauna and a massage service (available for a fee), close to the establishment, clients can find a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast, lunch and dinner service and room service. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="219.23" OriginalAmount="212.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09690321" Longitude="55.16865485" StarRating="4" HotelCode="779905|CBE181000" HotelName="Zabeel House The Greens by Jumeirah" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Laundry,Parking,Restaurant,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, The Greens, Dubai 214362</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/86/02861400e0bffadd29cfd2c0beaab4916e208c7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Zabeel House is an eclectic collection of hotels born in Dubai. High on design and low on complexity...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.76" OriginalAmount="213.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11501701" Longitude="55.14012047" StarRating="5" HotelCode="883382|2556025" HotelName="Andaz Dubai The Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 390068, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/54/af54da2b68c43cbfa02ca29fc136d18e226c1a51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.42" OriginalAmount="214.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.258102" Longitude="55.324125" StarRating="4" HotelCode="80352|856915" HotelName="Marriott Executive Apartments Dubai Creek" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Al Buteen St, P.O. Box 81148, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/61/d96191de64d0b48a0cb16a6cb7503ae8963573be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.69" OriginalAmount="214.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22346164728" Longitude="55.282459351424" StarRating="5" HotelCode="166181|141404" HotelName="voco Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Plot 49, Trade Centre District, P.O. Box 49260, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/6e/796ea132d4ba45076eb1cd8e262954060e5c4c53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is walking distance from the World Trade Centre metro station. It is right in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.92" OriginalAmount="214.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="5" HotelCode="739865|2257225" HotelName="Grand Millennium Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, PO Box 98678, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ea/4a/ea4acfcdaf65219756f0a1ecc385ef03609e19be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="221.22" OriginalAmount="214.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.078432078006" Longitude="55.143032478224" StarRating="4" HotelCode="99343|458355" HotelName="The Radisson Blu Residence, Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plot 392-269 Street K, P.O. Box 73029, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/47/424799afac850067b337fd01e1807e0eff02b894.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The establishment is a luxury Sharia-compliant residence located in an upscale neighbourhood at the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="221.33" OriginalAmount="214.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260915297121" Longitude="55.323833008598" StarRating="3" HotelCode="21508|55614" HotelName="Sun &amp; Sands Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37th Street, Al Rigga Road, Clock Tower, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/b9/f8b993c8b305bb33fb862e67ab91c05cb2dd4577.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Dubai, close to the shopping centre and the famous Clock Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="222.32" OriginalAmount="215.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.139106761878" Longitude="55.142418032328" StarRating="4" HotelCode="530660|586256" HotelName="The Retreat Palm Dubai - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent, PO Box 118237, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/fd/d0fd3d1b211200b2cdd17561a8ad6fc05a6da848.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers and families, this resort lies in Dubai, right by the sea. Dubai (DXB)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.51" OriginalAmount="217.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.075177" Longitude="55.13876925" StarRating="4" HotelCode="635421|crowne_plaza_dubai_marina" HotelName="Crowne Plaza Dubai Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Yahoom Street, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/d8/2dd8138a06c8c466f9987c48bf88ace56e5743c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is located in Dubai. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="225.34" OriginalAmount="218.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.089985" Longitude="55.153259" StarRating="4" HotelCode="151996|120022" HotelName="Media One Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Falak Street, P.O. Box 121818, Dubai Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/bd/d8bd71068e1291698e40c220fefcea79758e9c29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is conveniently located for both business and leisure travellers in the heart of Duba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="225.35" OriginalAmount="218.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.078260031546" Longitude="55.135075449943" StarRating="4" HotelCode="185972|572035" HotelName="Hilton Dubai The Walk" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Business Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, PO BOX 2431, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/7b/727bad6857475fa1d011401577c8a0ab522a80ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located in the centre of Dubai. Its setting is especially ideal for business tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.19" OriginalAmount="219.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2638808" Longitude="55.2999985" StarRating="2" HotelCode="|87254" HotelName="Xva Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Bastakiya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/2/5/4/87254_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Al Bastakiya the historic centre of. ROOM: Clients are offered stylish rooms and have WiFi, (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.57" OriginalAmount="219.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="0" HotelCode="977581|4664525" HotelName="Marbella Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khail Road D-68, Al Jadaf, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/1d/3c1d429e0ef0ca1f057a7ee5666eb967a8af501d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="227.61" OriginalAmount="220.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09771222" Longitude="55.1656398" StarRating="5" HotelCode="855222|648740" HotelName="Grand Plaza Mövenpick Media City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Opposite Innovation Hub, Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/31/263169e15d165ff537de79ff920ff96045949941.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, approximately 2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.35" OriginalAmount="223.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.187248" Longitude="55.271996" StarRating="0" HotelCode="|508718" HotelName="Lusso Hometels J One" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Dr</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/8/7/1/8/508718_d1311371117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="230.56" OriginalAmount="223.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.073680609213" Longitude="55.130403041839" StarRating="5" HotelCode="67529|75464" HotelName="Amwaj Rotana - Jumeirah Beach Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, P.O. Box 86834, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/16/711637b9f9ab32ac9103b90fee75f4bcad05488e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on fashionable Al Diyafah Street, this beach hotel is 2.3 km away from the World Trade Centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.14" OriginalAmount="225.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.240252" Longitude="55.2750479" StarRating="5" HotelCode="|119989" HotelName="Crowne Plaza Jumeirah Dubai " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>AL MINA ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/9/8/9/119989_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel, has business facilities and a business centre. The establishment has restaurants, a pub and a nightclub. SITUATION: This hotel Al Deyafa it is near Where guests can enjoy shops, restaurants and the leisure areas. ROOM: The establishment has 252 standard rooms and suites, They have comfortable beds, smart furniture, dressing table, a flat-screen television, WiFi, climate control, a central air-conditioning system, windows, a mini-bar, international channels, a direct line telephone, an answering machine, spacious bathrooms, a bath and a shower. FACILITIES: The establishment has a health centre, a spa, a swimming pool on the roof terrace and a solarium.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.26" OriginalAmount="225.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.105186" Longitude="55.150505" StarRating="0" HotelCode="|119991" HotelName="Royal Club At Palm Jumeirah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 347474</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/9/9/1/119991_452f1b61225.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has air-conditioning, a safety deposit box service and internet (for a fee). SITUATION: It has excellent transport links to, the marina and the city centre. Clients can find restaurants, shopping centres, cinemas and sports facilities. it is situated 11,3 kilometres away from golf courses. ROOM: The establishment has 50 apartments. FACILITIES: The establishment has a swimming pool and deck chairs. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.34" OriginalAmount="225.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11779" Longitude="55.19651" StarRating="4" HotelCode="|192733" HotelName="Flora Al Barsha At The Mall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha Road, Near Mall of The Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/7/3/3/192733_aa2b6101634.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.79" OriginalAmount="226.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27203" Longitude="55.31143" StarRating="1" HotelCode="|185679" HotelName="Africana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>28-C Street, Fish Roundabout, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/7/9/185679_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.37" OriginalAmount="227.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.278338" Longitude="55.3044021" StarRating="0" HotelCode="|120011" HotelName="Hyatt Regency Galleria Residence Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/0/1/1/120011_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="234.45" OriginalAmount="227.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10147054181" Longitude="55.177577219574" StarRating="5" HotelCode="75682|71964" HotelName="Grand Millennium Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Jacuzzi,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 212422, Sheikh Zayed Road, Exit 36, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4c/4d4c14d894639b33c381d9db6e66dea924eb04ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dubai, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="234.70" OriginalAmount="227.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.078097" Longitude="55.158688" StarRating="4" HotelCode="871468|655251" HotelName="Vida Emirates Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 7157, Emirates Hills, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/16/ac/16acc47100d67864d72103d36d9f10c25c06f871.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="235.84" OriginalAmount="228.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26872242489" Longitude="55.316441299361" StarRating="5" HotelCode="186063|920055" HotelName="Swissôtel Living Al Ghurair" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Kattab Road, near Fish Roundabout, P.O. Box 185060, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/c8/76c883f605cc270f5a496318f74b1d32b7c10aec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.87" OriginalAmount="229" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27215157" Longitude="55.31142595" StarRating="1" HotelCode="322210|63671" HotelName="Africana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>28 C Street, Fish Roundabout, Deira, PO Box 83954, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/8e/778ed5b204c7e29e16948f3228e6343e29c1717c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a convenient location, perfect to visit city center.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.29" OriginalAmount="229.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2664172" Longitude="55.3158089" StarRating="2" HotelCode="|118768" HotelName="Ramee International" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 26941, DUBAI UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/7/6/8/118768_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 100 rooms, The establishment boasts dining facilities, a cafÃ©, air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, a bar and a pub. SITUATION: The hotel is in the heart of the business and commercial area, is next to Al Nasser the Square of it is 7 kilometres away from Dubai Airport nearby, you will find banks, markets. ROOM: The rooms have a direct line telephone, a satellite TV, a mini-bar, a safe, a bathroom with a shower and a hairdryer. They also have a bath, a hairdryer, a king size or double bed, an ironing set, an individual air-conditioning system and individual heating. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="236.56" OriginalAmount="229.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253987236156" Longitude="55.329377101333" StarRating="4" HotelCode="176607|1017148" HotelName="Somewhere Apartment Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 113562, Port Saeed, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/24/2f244a436d1752067d293a24ed4c73db65a8d96c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated close to some of the city's major attractions. The popular city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="238.36" OriginalAmount="231.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249048" Longitude="55.34764" StarRating="5" HotelCode="13961|30954" HotelName="Le Méridien Dubai Hotel &amp; Conference Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road, PO BOX 10001, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6e/64/6e64556b86c97d0fe414fab53c936fc49361d143.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located on the road to the airport, opposite the airport itself. It is surr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="238.96" OriginalAmount="232" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.080378411946" Longitude="55.136971771717" StarRating="5" HotelCode="899731|19999" HotelName="Mövenpick Hotel Jumeirah Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Street, PO Box 282825, The Walk, Jumeirah Beach Residences, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d0/9a/d09a39fa302a8c684fa0864cd0c031de3ebaae5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach hotel is just minutes away from Dubai Media City and directly connected to the beachfront....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.03" OriginalAmount="234.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25896" Longitude="55.3226" StarRating="4" HotelCode="|186324" HotelName="Pearl Executive Apartments" Meals="FULL-BOARD" BedType="FULL-BOARD" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Riggat Al Buteen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/2/4/186324_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.97" OriginalAmount="234.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.05154" Longitude="55.26866" StarRating="2" HotelCode="|186735" HotelName="Arabian Ranches Golf Club" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Arabian Ranches</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/7/3/5/186735_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.74" OriginalAmount="235.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254073" Longitude="55.329497" StarRating="0" HotelCode="|193613" HotelName="Somewhere Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>P.O. BOX - 113562, PORT SAEED, DEIRA.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/6/1/3/193613_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.88" OriginalAmount="235.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18405595331" Longitude="55.254182471667" StarRating="5" HotelCode="319607|446722" HotelName="V Hotel Dubai Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Habtoor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/65/5d65e92f694e7a9cd539c17f785da4b01e30f508.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="244.11" OriginalAmount="237" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.184391249537" Longitude="55.255236119049" StarRating="5" HotelCode="321555|167735" HotelName="Hilton Dubai Al Habtoor City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Habtoor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/78/f4787eb6f3729f01a22c72bd4029901875a6faa5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="246.33" OriginalAmount="239.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.041427882317" Longitude="55.115436315536" StarRating="5" HotelCode="900188|136114" HotelName="Mövenpick Ibn Battuta Gate Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Garden Cross Road, Ibn Battuta Gate, Adjacent to Ibn Battuta Shopping Mall, Dubai (P.O.Box 211508)</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2d/bc/2dbc856e2c9cb2281907190d7e9e807c6ed9cce4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location is an important consideration for any traveller and the hotel is conveniently situated next...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="250.04" OriginalAmount="242.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.223252686211" Longitude="55.349743366241" StarRating="5" HotelCode="400661|71114" HotelName="InterContinental Dubai Festival City" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Festival City, P.O. Box 45777, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/06/06b6bd9509e46c1c6ce93bc125a7b0fb/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in downtown Dubai and is just 6 km from the city centre. It is just 8 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="251.22" OriginalAmount="243.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.081729103247" Longitude="55.145565569401" StarRating="4" HotelCode="151868|924545" HotelName="Marina Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marina Walk, P.O. Box 11640, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/2/0/4/1/8/8/6/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Sharjah (SHJ).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.35" OriginalAmount="245" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.185976374202" Longitude="55.263384282589" StarRating="5" HotelCode="221534|35606" HotelName="The Oberoi, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Oberoi Centre, Al A'amal Street, Business Bay, PO Box 71847, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/74/3674284f8e53686bd76b18940db197b2f29f6df3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.77" OriginalAmount="245.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1928081" Longitude="55.2724901" StarRating="4" HotelCode="|80462" HotelName="Ramada By Wyndham Downtown Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Road, Downtown Dubai,PO Box 116566</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/6/2/80462_57abbd60931.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Downtown Dubai, close to Burj Khalifa, the shopping centre Dubai, Dubai World Trade Centre, Dubai International Financial Centre, Dubai Healthcare City, Dubai Media City and Dubai Internet City. ROOM: The establishment has 181 suites with WiFi, a dining area, a work space, a safety deposit box, a hairdryer, a bath, a shower and an LCD TV.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253.38" OriginalAmount="246" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19521318413" Longitude="55.283847174275" StarRating="5" HotelCode="293188|39389" HotelName="DAMAC Maison Mall Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Mall Street, Opposite to Dubai Mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/25/56256dcc630ab270eda11d75699b9f9edd6d76b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253.38" OriginalAmount="246" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.233805" Longitude="55.263464" StarRating="5" HotelCode="11942|5457" HotelName="Dubai Marine Beach Resort and Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai P.O. Box 5182</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c6/50/c650d724787167ef5c85b8891369ba16334c3b6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the end of Jumeirah Beach Road, the resort is only about a 10-minute drive from the city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.30" OriginalAmount="246.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2204627" Longitude="55.3291067" StarRating="5" HotelCode="|440526" HotelName="Al Jaddaf Rotana Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Jaddaf Dubai, UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/5/2/6/440526_522aac71434.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="254.45" OriginalAmount="247.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.205419258983" Longitude="55.343856984012" StarRating="4" HotelCode="871487|2360475" HotelName="Vida Creek Harbour" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Bar,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Creek Harbour, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/03/fe/03fe9adcdd8bb4b440de95ff131887f8d8136204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="255.89" OriginalAmount="248.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.187616505997" Longitude="55.284046233517" StarRating="5" HotelCode="936085|1031048" HotelName="DAMAC Maison Canal Views" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, Dubai 6873</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/83/1f/831f853cdf93c5462b53b09d7ca0ec8973a3543a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="256.17" OriginalAmount="248.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22367" Longitude="55.282553" StarRating="4" HotelCode="187250|925405" HotelName="Nassima Tower Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/96/34/96349cdc2f9f483c1f3dff8361244c60cfbf9f7e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.47" OriginalAmount="249" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.275027737469" Longitude="55.368112899475" StarRating="4" HotelCode="33281|46968" HotelName="Al Bustan Center &amp; Residence" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Qusais Area, Al Nahda Street, P.O. Box 20107, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/24/a424e78b7117e4dd8a1b8ae9db09c2a85771b56c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="257.24" OriginalAmount="249.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.192879510028" Longitude="55.27248360846" StarRating="4" HotelCode="153373|458375" HotelName="Ramada Downtown Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Street, Downtown, P.O. Box 116566, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/fc/f8fcb94014ad1b4d3bff4bda16d1a2c354519db3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is less than a 5-minute drive away from Dubai International Financial Centre, the conventi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="257.99" OriginalAmount="250.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18062485" Longitude="55.26636113" StarRating="5" HotelCode="705793|2282075" HotelName="Canal Central Hotel – Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, Dubai 9970</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/16/47169d09ff8d1496abc36fd5fa2d72d25eeb19d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.29" OriginalAmount="250.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.274989" Longitude="55.348965" StarRating="4" HotelCode="|121424" HotelName="Al Sondos Suites By Le Meridien" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 113562 DUBAI,UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/4/2/4/121424_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a hall, 106 rooms, air-conditioning, a reception, express check-out, a currency exchange service and a lift. It has a swimming pool on the rooftop, a cafÃ©, a restaurant, room service, a laundry service and a car park. SITUATION: It is inDubai the centre of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.35" OriginalAmount="251.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2735243" Longitude="55.3813363" StarRating="3" HotelCode="|20348" HotelName="Dubai Grand By Fortune" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damascus Road,Al Qusais 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/8/20348_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, contemporary style, has 3 floors and 146 rooms. It also has a reception, a safety deposit box service, a currency exchange service, a lift, a conference room, a nightclub, a cafÃ©, a bar and a restaurant. The establishment also offers shows, a nightclub and a tavern. The establishment has a car park. SITUATION: The hotel Al Qusais it is in near the establishment, you will find Dubai Airport Dubai World Trade Center, Al Shabab Club, Al Mulla Plaza, Al Ahli Club and Airport Expo it is close to. ROOM: The rooms well-decorated, a bathroom, a hairdryer, a satellite television, a mini-bar, internet, an air-conditioning system and a safe (available for a fee). FACILITIES: Outdoors, guests have access to a pool that has a children's area and a jacuzzi. The establishment also has a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.59" OriginalAmount="253" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.250355435127" Longitude="55.298728108675" StarRating="4" HotelCode="310348|94811" HotelName="Golden Sands 10 Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Business Centre,Currency Exchange,Fax,Internet,Kitchen,Laundry,Library,Lounge,Restaurant,Sauna,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Street, Bur Dubai, P.O. Box 9168, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/95/39959583b42af0ad5f987bc988e76cf124ec007f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Golden Sands, Dubai's premier Hotel Apartments, is part of Al Moosa Enterprises, established in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.59" OriginalAmount="253" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.105701" Longitude="55.148174" StarRating="3" HotelCode="191352|56343" HotelName="Royal Club Palm Jumeirah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Khushkar Building, J1, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/ac/3eac0be476cda33065c28f06b15f92e5b025d79a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Aquaventure and Dubai Marina are both easily accessible from this popular hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.59" OriginalAmount="253" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.192495498031" Longitude="55.267299304605" StarRating="5" HotelCode="307774|55510" HotelName="Taj Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Burj Khalifa Street, Business Bay, PO Box 8489, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/72/11723e381cfb8c095bd221e820353f1541070631.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies a prime location and offers stunning views of the majestic Burj Khalifa.The prope...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="260.80" OriginalAmount="253.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.186663933247" Longitude="55.280115474226" StarRating="4" HotelCode="467984|583182" HotelName="DoubleTree by Hilton Dubai - Business Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Bay Square 5, Located between Sheikh Zayed and Al Khail Road, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/fb/42fbbcbcfb3c92796523ed4d3247a300eb444d65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="263.75" OriginalAmount="256.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.185612442576" Longitude="55.258136063824" StarRating="5" HotelCode="187267|911115" HotelName="JW Marriott Marquis Hotel Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Business Bay, Dubai 121000</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/4e/9b4e44e38b9213001080d45849e579043bbe0ef5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.39" OriginalAmount="256.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.250567" Longitude="55.298637" StarRating="0" HotelCode="|165634" HotelName="GOLDEN SANDS 10" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 B St, Al Mankhool Road, Behind Spinneys, Mankhool</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/6/3/4/165634_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers sitting rooms. ROOM: Each room has a kitchen, a fridge, a toaster, a coffee maker, crockery, cutlery, kitchenware, a microwave, a dining area, a television, a washing machine, tumble drier and a safe. FACILITIES: Guests are offered a gym, a swimming pool and a squash court.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.02" OriginalAmount="257.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.180725" Longitude="55.278008" StarRating="0" HotelCode="|449616" HotelName="Embassy Suites By Hilton Dubai Business Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, Business Bay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/6/1/6/449616_f0d9e151228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265.74" OriginalAmount="258" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.20001" Longitude="55.268825" StarRating="5" HotelCode="284529|45262" HotelName="Sofitel Dubai Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheihk Zayed Road, Downtown, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/fc/86fc3ba5b7bd3b38783f383641bbc232d26818ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="267.32" OriginalAmount="259.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.073047" Longitude="55.128943" StarRating="5" HotelCode="16418|31404" HotelName="Sheraton Jumeirah Beach Resort" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Road, Dubai, P.O. Box 53567</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/33/e333512ae562ba8fcffe6cb870116b11ec88281e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies directly beside fine sandy Jumeirah Beach and is surrounded by a tropical...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.79" OriginalAmount="259.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2606649" Longitude="55.3228447" StarRating="3" HotelCode="|31476" HotelName="Knight Armour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Al Buteen, PO BOX 33315</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/4/7/6/31476_7b07e5d0419.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, is rated 4 stars and it offers excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.16" OriginalAmount="262.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2338754" Longitude="55.3152085" StarRating="0" HotelCode="|119871" HotelName="Dunes Hotel Apartments Oud Metha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>P.O. BOX 127773</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/8/7/1/119871_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has air-conditioning, has 108 rooms, a lobby, a reception, express check-out, a safety deposit box service, a currency exchange service and a lift. Our guests can find a TV room, a dining room, room service, a laundry service and a car park. SITUATION: Oud Metha Is situated in Close to the hospital, 10 minutes away, you can find Dubai Creek the tourist centre of Bur Dubai it is 15 kilometres away from Jumeirah Beach 3 kilometres away, you can find Wafi It is 7 minutes away from. ROOM: The rooms have a bathroom with a shower, a hairdryer, a double bed, a small kitchen with mini-bar, a fridge, a hob, a microwave, a coffee maker, a kettle and a balcony or terrace. They also have a direct line telephone, a satellite TV, a radio, a Hi-Fi, a safe, a washing machine, an ironing set, internet and an air-conditioning system. FACILITIES: Guests are offered a covered, heated swimming pool with a children's area, a gym and a steam bath. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="273.98" OriginalAmount="266" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.191160794542" Longitude="55.277696549893" StarRating="4" HotelCode="69778|12599" HotelName="Manzil Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, P.O. Box 114822, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/3c/223cee282af1d2d30d86e5ad6421176c8f683051.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old town, close to the spectacular Burj Dubai, which provi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="275.23" OriginalAmount="267.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.211210623774" Longitude="55.315963111778" StarRating="5" HotelCode="262266|994005" HotelName="Marriott Executive Apartments Al Jaddaf" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Al Jaddaf Area, Dubai 122273</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/6e/1e6e4027da1f16a40badc23919dfdfca05e1fa8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="276.67" OriginalAmount="268.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.231895470941" Longitude="55.347136259079" StarRating="4" HotelCode="175718|868575" HotelName="InterContinental Residence Suites Dubai Festival City" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Festival City, P.O. Box 112225, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/39/3939e0983b62f4c4fb8dc21b59e0d6ecc8b305cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="278.25" OriginalAmount="270.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0711833" Longitude="55.1349573" StarRating="4" HotelCode="|119049" HotelName="Marina Byblos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Hubob street, Dubai Marina</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/0/4/9/119049_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a large hall with a reception and seats. ROOM: The establishment has rooms and deluxe suites. FACILITIES: The establishment has a gym, a spa, a swimming pool on the roof terrace and a terrace. With regards to the food and beverage offering, there is restaurants, a pub and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.75" OriginalAmount="271.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.12582" Longitude="55.1533" StarRating="5" HotelCode="705784|2283925" HotelName="Royal Central Hotel - The Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent, P.O. Box 9970, 22369 The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/1e/891ede8c2419c7cd663420859af10f95dd6ab6e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.14" OriginalAmount="273.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267332" Longitude="55.306625" StarRating="4" HotelCode="|20349" HotelName="Riviera  Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/9/20349_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel is perfect for business and holiday stays, with air-conditioning, has 109 rooms and 6 floors. With regards to the food and beverage offering, the establishment has restaurants and a cafÃ©. The establishment has conference facilities. SITUATION: This hotel is in Baniyas the street it is situated near Murshid the bazaar 15 minutes away, guests can find the Congress Centre, the trade fair ground, is situated 10 minutes away from Dubai Airport. ROOM: Each room has a bathroom, a hairdryer, a balcony or terrace, a satellite television, an iron, internet, a mini-bar, a coffee maker, a teapot and a safety deposit box (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="282.22" OriginalAmount="274" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.078869" Longitude="55.137274" StarRating="5" HotelCode="311308|53585" HotelName="Intercontinental Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdul Aziz Al Saud Street, P O Box 393080, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/95/4295fa3931e00b76a9be09e81cb65e1a95077afb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.84" OriginalAmount="274.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25318" Longitude="55.327956" StarRating="4" HotelCode="|87314" HotelName="Flora Creek Deluxe Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed, Near Deira City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/1/4/87314_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.97" OriginalAmount="274.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248866" Longitude="55.312408" StarRating="4" HotelCode="|57845" HotelName="Ramee Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TARIQ BIN ZIAD ROAD, BUR DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/8/4/5/57845_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 102 rooms, The establishment has shops, a restaurant, air-conditioning, a lobby with a bureau de change, a hairdresser's, coffee shops and conference facilities. The establishment also offers room service, a laundry service and a car park. SITUATION: It is inDubai the heart of near the establishment, you will find places of interest, is 5 kilometres away from Jumeirah the beach It is situated 3 kilometres away fromDubai Airport. ROOM: The rooms a bathroom with a shower or bath, a hairdryer, a direct line telephone and satellite or cable TV. They also have a safety deposit box, an air-conditioning system and individual heating. FACILITIES: The establishment boasts a swimming pool, a sauna, a steam bath and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant and 3 coffee shops. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.15" OriginalAmount="274.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.217518" Longitude="55.2786814" StarRating="5" HotelCode="|119328" HotelName="The Tower Plaza" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/3/2/8/119328_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="284.67" OriginalAmount="276.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.078607913284" Longitude="55.133922440475" StarRating="5" HotelCode="185973|30824" HotelName="Hilton Dubai Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel,Golf Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, PO BOX 2431, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/c2/f3c20b161395782b85d95fd7a2497933e8b1bf30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this golf hotel is right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="285.52" OriginalAmount="277.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.098461" Longitude="55.156847" StarRating="5" HotelCode="|440081" HotelName="Avani Palm View Dubai and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 502624, Dubai Media City, TECOM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/0/8/1/440081_1b9b7f61307.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="286.53" OriginalAmount="278.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.183592" Longitude="55.28402" StarRating="0" HotelCode="|487400" HotelName="GLOBALSTAY. New Apartments in Business Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Waves Tower by KASCO Business Bay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/7/4/0/0/487400_0b47d7f2135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="286.55" OriginalAmount="278.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26082" Longitude="55.320794" StarRating="0" HotelCode="|448338" HotelName="Jood Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road Port Saeed</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/3/3/8/448338_1ae83ea0838.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="287.37" OriginalAmount="279" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253264435335" Longitude="55.328022837639" StarRating="4" HotelCode="98623|35543" HotelName="Flora Creek Deluxe Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed Road, Near Deira City Centre, P.O.Box 119062, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c5/96c5d985f8c830bb519de6ea554d2d7e23658b10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly apartment hotel overlooks the famous Dubai Creek and is located in an excellent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.57" OriginalAmount="279.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273853" Longitude="55.303486" StarRating="0" HotelCode="|483935" HotelName="OYO 177 Al Ammari" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 B St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/9/3/5/483935_1389b131915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="289.29" OriginalAmount="280.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18786235" Longitude="55.27964125" StarRating="5" HotelCode="570576|2166445" HotelName="DAMAC Maison Distinction" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Jacuzzi,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>School Street, Burj Area, Downtown, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/b8/a6b8acdf16b5638c065637fc428c4547b1d14f03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located approximately 700 m from the centre of Dubai. Its setting is especially ideal ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.91" OriginalAmount="281.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.229339" Longitude="55.286558" StarRating="5" HotelCode="|169135" HotelName="Sheraton Grand , Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/3/5/169135_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is non-smoking. SITUATION: This establishment, is in Sheikh Zayed the road 10 minutes away from the establishment clients have World Trade Centre the metro station of Burj Khalifa 20 minutes away, guests can find the Dubai Mall the shopping centre nearby, you will find the exhibition centre. ROOM: The rooms have a flat-screen television, Nespresso, a bathroom with a bath and complimentary bathroom items. FACILITIES: Guests are offered a swimming pool, WiFi (free of charge), a fitness centre and a spa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant and a cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="290.72" OriginalAmount="282.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.003656820892" Longitude="55.164876809949" StarRating="4" HotelCode="908944|772515" HotelName="Marriott Executive Apartments Dubai Green Community" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Investment Park, P.O. Box 63845, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/3d/db3db5f2fec0a7602d5ca75913c6f36f17aad684.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="291.03" OriginalAmount="282.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.228853" Longitude="55.286469" StarRating="5" HotelCode="300804|1069698" HotelName="Sheraton Grand Hotel Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Sheikh Zayed Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/2e/132ee07ddad83e137c07fff0fb0bb1f50c7a454c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Sheikh Zayad Road and offers spectacular views of the city. It is also a wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.27" OriginalAmount="284.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0771593" Longitude="55.1504027" StarRating="0" HotelCode="|87848" HotelName="Oaks Liwa Heights Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Lakes Towers</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/4/8/87848_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="293.44" OriginalAmount="284.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0850426" Longitude="55.1424596" StarRating="0" HotelCode="977251|4732875" HotelName="Botanica Tower by Nasma Luxury Stays" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Botanica Tower, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="295.56" OriginalAmount="286.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.986826272493" Longitude="55.023849606514" StarRating="5" HotelCode="907104|64759" HotelName="JA Beach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Exit 13, P.O. Box 9255, Jebel Ali, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f7/79/f77993273868cabab34d68c0504bea2464f26ec6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, right on the sandy beach.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.53" OriginalAmount="287.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0993684" Longitude="55.1734271" StarRating="0" HotelCode="|119567" HotelName="Citadines Metro Central Hotel Apartments Dubai" Meals="FULL-BOARD" BedType="FULL-BOARD" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>TECOM, AL BARSHA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/5/6/7/119567_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service. SITUATION: It is inTecom the district of Close to places of interest. FACILITIES: Guests are offered a swimming pool, a gym fully-equipped and a steam bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.46" OriginalAmount="288.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.190457" Longitude="55.274531" StarRating="4" HotelCode="|39290" HotelName=" Boulevard, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/9/0/39290_c861f991444.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, has internet, (free of charge), a business centre and a conference room. It has 186 standard rooms. The establishment has a lobby, a bar, a restaurant, room service and a car park. SITUATION: This establishment is in Dubai near the establishment, guests will find a shopping centre, the historic centre, shops and boutiques. It is 5 kilometres away from World Trade Center It's 10 kilometres from a beach. 10 kilometres away from the establishment, guests will find the airport. ROOM: The rooms have a bathroom, a bath, a shower, internet (free of charge), a television, a direct line telephone, a mini-bar, a coffee maker and a kettle. FACILITIES: The establishment boasts a swimming pool. MEALS: Guests are offered a restaurant and a coffee shop. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="299.61" OriginalAmount="290.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.07928400455" Longitude="55.15043661764" StarRating="4" HotelCode="103480|2195075" HotelName="Oaks Liwa Heights" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sarayat Street, Cluster W, Jumeirah Lakes Towers, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/a1/7ea16e209d26c49abad27371b6733ca79941bbfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel's excellent location allows guests easy access to Dubai's business districts, includ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="302.16" OriginalAmount="293.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.081018" Longitude="55.145855" StarRating="0" HotelCode="|466297" HotelName="Marco Polo - Marvelous 1 Br With Marina Views Near Metro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Marina Diamond 6, Marsa Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/2/9/7/466297_a31c81d1039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="303.58" OriginalAmount="294.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26916854" Longitude="55.29719813" StarRating="3" HotelCode="371219|2368265" HotelName="GHM Buraq Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>5 Old Baladiya Street, Gold Souk, Deira, PO Box 376095, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="304.70" OriginalAmount="295.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.226446" Longitude="55.284538" StarRating="5" HotelCode="26066|30754" HotelName="Fairmont Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 97555, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/90/2d901f8cfee8e7312a58c9752eff25e0b2fab505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just 5 km from the city centre on the Sheikh Zayed street opposite the World Trade C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="307.35" OriginalAmount="298.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09967" Longitude="55.178809" StarRating="4" HotelCode="|166011" HotelName="Golden Tulip Media" Meals="FULL-BOARD" BedType="FULL-BOARD" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Barsha Heights</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/1/1/166011_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 158 standard rooms. SITUATION: This establishment is in Dubai 6 kilometres away, you can find Dubai city centre. Close to el Centro de Prensa de Dubai el Centro de Internet Dubai Knowledge Village ROOM: The establishment has studios, one and two bedroom apartments with an air-conditioning system, WiFi, a satellite television, a safety deposit box, a kitchen, a sitting room and a marble bathroom. FACILITIES: Guests are offered a restaurant, a health club, a gym, a sauna, a Turkish bath, a covered swimming pool and a swimming pool. The establishment also offers a games room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="307.92" OriginalAmount="298.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25172" Longitude="55.293956" StarRating="0" HotelCode="|463619" HotelName="Al Jazeera Hotel Apartments Llc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>17-A Mankhool Street, Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/6/1/9/463619_003491c2156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="309.59" OriginalAmount="300.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.037702" Longitude="55.226153" StarRating="0" HotelCode="|448212" HotelName="Emirates Sports " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Hebiah Fourth, Park-A2, Dubai Sports City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/2/1/2/448212_b6c724d1818.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.42" OriginalAmount="302.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23115" Longitude="55.318746" StarRating="5" HotelCode="|397289" HotelName="Sofitel Dubai The Obelisk" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Wafi, Sheikh Rashid Road, Umm Hurair 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/8/9/397289_fd723af1049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="315.18" OriginalAmount="306" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.101747224201" Longitude="55.170952677727" StarRating="4" HotelCode="103486|303208" HotelName="Al Salam Grand Hotel Apartments" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Second, PO Box 11189, Dubai Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/144463/a_144463_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="319.38" OriginalAmount="310.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.085917424775" Longitude="55.141299944775" StarRating="5" HotelCode="9704|31054" HotelName="Habtoor Grand Resort, Autograph Collection" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Falea Street, Jumeirah Beach, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/df/2c/df2c3c182760cbba61a9b3fe5a4874a84ac06458.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located on the coast of Dubai. It is only a couple of minutes drive from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="320.06" OriginalAmount="310.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.225917" Longitude="55.283631" StarRating="5" HotelCode="213812|919425" HotelName="Conrad Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 115143, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/e7/2be71ab480ef85b0cb391558bf80c04957f236f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.82" OriginalAmount="314.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2540904" Longitude="55.3319361" StarRating="4" HotelCode="|120219" HotelName="Pearl City Suites By Gemstones" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8th Street Port Saeed District, Near City Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/2/1/9/120219_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in an excellent location, the establishment, is in the business and commercial centre, 10 kilometres away, you can find a beach. ROOM: The medium-sized rooms, have a living room and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="326.45" OriginalAmount="316.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.080772994856" Longitude="55.368830635582" StarRating="5" HotelCode="542136|2061645" HotelName="Al Habtoor Polo Resort &amp; Club" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Wadi Al Safa 5, Emirates Road 611, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8e/8ebc4c91423ec21e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Dubai. For sports enthusiasts and active holidaymakers, it pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="326.51" OriginalAmount="317" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.230249" Longitude="55.287701" StarRating="5" HotelCode="409750|18968" HotelName="The H Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>One Sheikh Zayed Road, P.O. Box 125511, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/19/901949453d4ba8d6f8772da83fc3e7341d5e23ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is well connected to all parts of the city. It is located on Sheikh Zayed Road in the busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="326.67" OriginalAmount="317.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.075315834336" Longitude="55.131988675178" StarRating="5" HotelCode="100128|108262" HotelName="Sofitel Dubai Jumeirah Beach" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 473828, JBR on The Walk, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/5d/275d661d637e3edc61e481e1e6d3036113ca70b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city conference hotel is located by the beach in the heart of 'New' Dubai. The establishment is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="332.36" OriginalAmount="322.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0690889" Longitude="55.1283807" StarRating="4" HotelCode="|202273" HotelName="The First Collection Marina" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street PO Box 215374</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/2/7/3/202273_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="332.78" OriginalAmount="323.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.008788" Longitude="55.157659" StarRating="4" HotelCode="|444042" HotelName="Delta Hotels by Marriott, Dubai Investment Park" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Investment Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/4/2/444042_83303191347.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="334.47" OriginalAmount="324.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="5" HotelCode="820843|653507" HotelName="JA Lake View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Jebel Ali Beach, Jebel Ali, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ab/76/ab76dbb9e76acccf974ba29dab3706fa517e08fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="337.09" OriginalAmount="327.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.13993" Longitude="55.1325" StarRating="5" HotelCode="213632|934175" HotelName="Sofitel Dubai The Palm Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent Road, P.O. Box 55558, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/b2/04b257ce6210350c25a030c9d9f4cdca24e17781.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this spa hotel is right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.02" OriginalAmount="334.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="0" HotelCode="646998|oyo_157_al_khaima_hotel" HotelName="Al Khaima Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street 33, Al Sabkha PO Box 120135, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/a6/f8a6f58956d1129aea715a0132d0072d54ec8bbe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345.05" OriginalAmount="335" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="5" HotelCode="782491|348093" HotelName="Mövenpick Hotel Apartments Downtown Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/43/26430e5c7c71df085bfd100e59a5050a10678dc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stay in a modern skyscraper that shares the neighbourhood with Burj Khalifa. In the history-making D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.71" OriginalAmount="335.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.071015" Longitude="55.130844" StarRating="0" HotelCode="|554847" HotelName="Orchid Overnight Superyacht" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Al Saud St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/4/7/554847_cbc4e031519.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="345.92" OriginalAmount="335.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.207994075954" Longitude="55.272216796875" StarRating="5" HotelCode="26217|31374" HotelName="Shangri-La Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 75880, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/44/6d44d9ccf9e053ad6686b95d6e549f3e1bce4c6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies around 10 km from the city centre approximately 15 km from Dubai internationa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="350.30" OriginalAmount="340.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.208415849073" Longitude="55.260644457047" StarRating="5" HotelCode="452317|1967635" HotelName="La Ville Hotel &amp; Suites CITY WALK, Dubai, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Multaqa Street, PO Box 414433, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/c0/6bc037bceaed48afd4d4d7f83a7d255ed3a067e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="356.95" OriginalAmount="346.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1912511" Longitude="55.2775693" StarRating="4" HotelCode="|39249" HotelName="The Heritage Hotel, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashid Boulevard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/4/9/39249_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel and has 197 rooms, The establishment has a reception, a business centre, air-conditioning, WiFi, room service and a car park (for a fee). SITUATION: It is in the historic centre, the Burj Khalifa near the establishment, guests will find Clients can also find places of interest, is 10 kilometres away from Dubai Airport. ROOM: The rooms a bathroom with a shower, a bath, a bathrobe, complimentary bathroom items and internet. They also have a satellite television, a mini-bar, a coffee maker, a kettle and a balcony or terrace. FACILITIES: The establishment boasts a swimming pool and a gym. MEALS: Regarding the food and beverage offering, the establishment offers 2 restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="357.50" OriginalAmount="347.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.072274" Longitude="55.127721" StarRating="4" HotelCode="263797|967195" HotelName="DoubleTree by Hilton Hotel Dubai - Jumeirah Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, Dubai Marina, P.O. Box 227, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/3b/423bd94b76f35daec7d43f1068e3ed59c547ce4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.44" OriginalAmount="348" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.109995" Longitude="55.141002" StarRating="5" HotelCode="186040|34762" HotelName="Fairmont The Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 72413, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/15/931521ad941826891e13dfc86831c16f6ad699bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="360.99" OriginalAmount="350.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.104318685666" Longitude="55.148551167984" StarRating="5" HotelCode="487075|1981205" HotelName="FIVE Palm Jumeirah Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 The Palm, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/c2/99c25a784de12fdbc53e97290713c80cd12f86c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this resort lies in Dubai, right by the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="363.66" OriginalAmount="353.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.129475" Longitude="55.153145" StarRating="0" HotelCode="|499425" HotelName="Luxe Getaways Palm Jumeirah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Anantara Palm Jumeirah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/9/4/2/5/499425_43bb91f0919.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="366.40" OriginalAmount="355.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2613056" Longitude="55.3204954" StarRating="0" HotelCode="|448736" HotelName="Khalidia Palace Dubai" Meals="FULL-BOARD" BedType="FULL-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/7/3/6/448736_b24907d1314.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="366.55" OriginalAmount="355.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2271052" Longitude="55.2894134" StarRating="0" HotelCode="|118902" HotelName="Jumeirah Living - World Trade Centre Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2nd Zabeel Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/9/0/2/118902_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has luxury facilities apartments, The establishment offers guests room service. SITUATION: Is situated inDubai the heart of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="368.16" OriginalAmount="357.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26802" Longitude="55.304688" StarRating="4" HotelCode="|210907" HotelName="Best Western Plus Pearl Creek" Meals="FULL-BOARD" BedType="FULL-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 Baniyas Road, Dubai Creek</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/9/0/7/210907_18554ea1148.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="369.79" OriginalAmount="359.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2355036" Longitude="55.3067759" StarRating="2" HotelCode="|87189" HotelName="Al Waleed Holiday Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/1/8/9/87189_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in the business area of Dubai. Near the establishment, guests will find the hospital.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="370.19" OriginalAmount="359.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.119282290489" Longitude="55.203153186508" StarRating="5" HotelCode="213576|138024" HotelName="Sheraton Dubai Mall of the Emirates Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Mall of the Emirates, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/74/de/74de66ded6181444f15b9b81bee2983f02b4b883.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is directly connected to Mall of the Emirates and Ski Dubai, and is just a short walk awa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="373.40" OriginalAmount="362.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.227086" Longitude="55.28934" StarRating="5" HotelCode="103471|CAW786400" HotelName="Jumeirah Living World Trade Centre Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd Zabeel Road, P.O. Box 116555, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/ee/6eee1ed6f29a95396ade1f82973817da8f419e0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="375.95" OriginalAmount="365" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.077161957557" Longitude="55.140989720821" StarRating="5" HotelCode="141162|23190" HotelName="Address Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street 66, Dubai Marina, P.O. Box 32923, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6b/df6b709e64792f1eb90fda2225e76fbca9d45b02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a short ride away from Dubai Media and Internet cities, Knowledge Village, Jebel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="377.04" OriginalAmount="366.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.235704803145" Longitude="55.306459711639" StarRating="4" HotelCode="260532|925595" HotelName="Al Waleed Palace Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Opposite Lamcy Plaza Shopping Centre, Bur Dubai, P.O. Box: 120242, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/46/4686df3428a388d6/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located within Dubai's new residential and business zone. It lies adjacent t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.16" OriginalAmount="367.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2611555" Longitude="55.3223164" StarRating="3" HotelCode="|120187" HotelName="Broadway" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Al Buteen St. Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/1/8/7/120187_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Deira the district of Dubai is situated in 10 minutes away from the establishment, clients can find Dubai Airport. FACILITIES: The establishment has a swimming pool, a nightclub and live music.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="383.00" OriginalAmount="371.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.06749" Longitude="55.16445" StarRating="5" HotelCode="59249|CAS194100" HotelName="Address Montgomerie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Golf Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Emirates Hills, P.O. Box 36700, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/b8/17b8cc06b16883b7dc4b7a06025745e7ea9a3da4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Dubai International Airport is only 25 km away from this golf hotel, with an approximate driving tim...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="386.25" OriginalAmount="375.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25981579" Longitude="55.29149471" StarRating="2" HotelCode="415702|dallas_hotel_2" HotelName="Dallas Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 24/06/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Meeting Room,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Al Waleed Road, P.O.Box: 51582, Bur Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/9f/7a9f705bfe8d787bf63070b0581b4567ce72f81e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Dallas Hotel is conveniently located in the popular Bur Dubai area. Offering a variety of facilities...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="392.58" OriginalAmount="381.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2081" Longitude="55.27212" StarRating="5" HotelCode="637708|59269" HotelName="Shangri-La Hotel &amp; Serviced Apartments Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 75880, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="393.07" OriginalAmount="381.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22712301674" Longitude="55.341797880196" StarRating="5" HotelCode="904426|1526308" HotelName="Palazzo Versace Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 128431, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ce/eece2a5d9b451150607a16e2f14966f20a922aa0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="393.40" OriginalAmount="381.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10634687" Longitude="55.11126178" StarRating="5" HotelCode="561853|2292305" HotelName="W Dubai The Palm" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/90/be/90be33a1cb6cf7a692a69592541532a332be336b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="394.03" OriginalAmount="382.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.183305072546" Longitude="55.224546227641" StarRating="4" HotelCode="536751|2048595" HotelName="Roda Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Currency Exchange,Fax,Kitchen,Laundry,Lounge,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah 2, Kite Beach, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/1f/b41f86ef5a8931217c800777c2384e8baea01816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is situated right by the sea, in a lively area right in the heart of Dubai. It is an ide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="395.41" OriginalAmount="383.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269696" Longitude="55.311773" StarRating="3" HotelCode="|482138" HotelName="Trans World L.L.C" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Makhtoum Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/1/3/8/482138_192463a1349.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="396.13" OriginalAmount="384.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09182116209" Longitude="55.147315710783" StarRating="5" HotelCode="13966|30964" HotelName="Le Meridien Mina Seyahi Beach Resort &amp; Marina" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE,ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Road, P.O. Box 213084, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/e5/95e5cf39eaec3bd3280f508fcae0f3827f25fe25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located approximately 700 m from the hotel's private beach where guests will...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="396.55" OriginalAmount="385" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.212354162617" Longitude="55.279539459435" StarRating="5" HotelCode="168104|34706" HotelName="The Ritz-Carlton Dubai International Financial Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, DIFC, Sheikh Zayed Road, PO Box 482032, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/43/0b43e0b08b1809a0b2b35250ceb5c5b47c6124aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 100 m from Dubai International Financial Centre, and only 10 minutes from Dubai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="398.80" OriginalAmount="387.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.087641000548" Longitude="55.146210879623" StarRating="4" HotelCode="59424|446025" HotelName="Dubai Marriott Harbour Hotel &amp; Suites" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Al Sufouh Street, Dubai Marina, P.O. Box 66662, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6b/42/6b427ff321b4572807ad8e5523a96e27398fb005.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Dubai Marina, within one kilometre of Palm Island, the world's largest man-m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="399.64" OriginalAmount="388" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.261039" Longitude="55.322288" StarRating="3" HotelCode="326376|226004" HotelName="Broadway Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Al-Buteen Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/1c/441c542e38dd10d423b806e546847fdbfdb3a493.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the Deira district of the city, a major business area, and is just a 1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="402.45" OriginalAmount="390.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2124395" Longitude="55.2789547" StarRating="5" HotelCode="|118694" HotelName="The Ritz Carlton DIFC Downtown Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, DIFC</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/6/9/4/118694_f26601a1350.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 14 floors, air-conditioning and 341 rooms. was built in 2010, The establishment boasts a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, a hairdresser's, a cafÃ©, a bar, a restaurant, conference facilities, room service and a laundry service. SITUATION: This hotel is 100 metres away from the business district, is 10 minutes away from DubÃ¡i, Burj Khalifa and World Trade Center the Congress Centre, the establishment is 7 kilometres away from the beach, is situated 10 kilometres away from Dubai Airport. ROOM: The rooms have a work space, internet, large windows, a bathroom with a bath, a shower, a hairdryer, a king-size bed, a direct line telephone, a television, a radio, a safe, a mini-bar, a coffee maker, a kettle, an iron and an air-conditioning system. FACILITIES: The establishment has a covered swimming pool, a gym, a sauna and a steam bath. MEALS: Guests are offered all meals in a buffet format and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="403.51" OriginalAmount="391.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2616951" Longitude="55.3140397" StarRating="5" HotelCode="|30892" HotelName="Sheraton Dubai Creek and Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/9/2/30892_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in the commercial area, 7 kilometres away, you can find Dubai Airport. ROOM: The establishment has 262 standard rooms and suites with internet, a television and a DVD player. FACILITIES: The establishment has a health club, a sauna, a steam bath and a massage service. OTHERS: Regarding the food and beverage offering, clients can enjoy restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="404.53" OriginalAmount="392.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.134455013957" Longitude="55.150441634255" StarRating="5" HotelCode="263800|235328" HotelName="Waldorf Astoria Dubai Palm Jumeirah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Business Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Crescent Road East, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/e6/c5e6565086795a6dbf76d6e4381ca0876a302cc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this business hotel lies in the heart of Dubai, right by the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="404.69" OriginalAmount="392.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112426" Longitude="55.248313" StarRating="0" HotelCode="|466685" HotelName="Nasma Luxury Stays - Dubai Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Hills Estate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/6/8/5/466685_1386d6b1615.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="406.58" OriginalAmount="394.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2595073" Longitude="55.3194949" StarRating="5" HotelCode="|221303" HotelName="Al Bandar Rotana - Dubai Creek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/3/0/3/221303_744c77c0932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="414.06" OriginalAmount="402" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.087196" Longitude="55.14689" StarRating="0" HotelCode="801769|467837" HotelName="Jumeirah Living Marina Gate" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>The Residences at Marina Gate</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/58000000/57780000/57777100/57777067/f1ae7fb7_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="414.77" OriginalAmount="402.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10634" Longitude="55.11117" StarRating="5" HotelCode="|386522" HotelName="W Dubai - The Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent, Palm Jumeirah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/5/2/2/386522_1_2296.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="416.26" OriginalAmount="404.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0803668" Longitude="55.1368547" StarRating="5" HotelCode="|72602" HotelName="Movenpick Jumeirah Beach" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Residence</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/6/0/2/72602_6bba6fa0927.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Movenpick Hotel Jumeirah Beach is rated five stars. SITUATION: This establishment is situated in the Jumeirah Beach Residence area, close to the beach. ROOM: The luxurious rooms have smart furniture and modern bathrooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="419.21" OriginalAmount="407" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.084500744746" Longitude="55.140385279762" StarRating="5" HotelCode="46903|30974" HotelName="Le Royal Meridien Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Mamsha Street, PO Box 24970, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9b/2a/9b2a98989fd28fc5b33db2fb5e21295959049d0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by beautifully designed gardens and the golden sands of the famous Jumeirah...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="419.27" OriginalAmount="407.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2626628" Longitude="55.316631" StarRating="4" HotelCode="|31594" HotelName="Al Khaleej Palace Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL MAKTOUM RD. PO BOX 3720</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/5/9/4/31594_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 10 floors and 88 rooms. The establishment boasts a reception with safety deposit boxes, a currency exchange service, a lift, dining facilities, a cafÃ©, leisure areas and shops. The establishment also offers conference facilities, room service, a laundry service, a car park, a hairdresser's and a nightclub. SITUATION: This trendy hotel is situated in a central area, 10 minutes away from the establishment you have the airport, Clients can also find places of interest. ROOM: The large, comfortable rooms, have a bathroom with a hairdryer, a central air-conditioning system, a television, a mini-bar and an ironing set. FACILITIES: The establishment has a swimming pool and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="421.27" OriginalAmount="409" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.12959" Longitude="55.15348" StarRating="5" HotelCode="221535|36271" HotelName="Anantara The Palm Dubai Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent Road, P.O. Box 71607, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1e/f4/1ef484febbff344073a568f9940abe3641e07abd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this resort lies in Dubai, right by the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="421.40" OriginalAmount="409.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2548405" Longitude="55.3352333" StarRating="4" HotelCode="|30845" HotelName="The Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>DEIRA,P.O.BOX 7217</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/4/5/30845_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2004 and has 108 rooms, The establishment has a safety deposit box service, a currency exchange service, a lift, a conference room, a restaurant and a cafÃ©. The establishment also offers WiFi, a laundry service, room service and a car park. SITUATION: It is inDubai the heart of in the surrounding area, clients have the shopping centre. ROOM: The rooms have a bathroom with a hairdryer, satellite or cable TV, a central air-conditioning system, a coffee maker, a teapot, internet and an ironing set. FACILITIES: The establishment boasts a pool that has a children's area, a jacuzzi and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="426.39" OriginalAmount="413.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.102669" Longitude="55.1724627" StarRating="4" HotelCode="|87324" HotelName="Two Seasons and Apartments" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/2/4/87324_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="431.29" OriginalAmount="418.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.308341" Longitude="55.316834" StarRating="0" HotelCode="|450605" HotelName="Park Regis by Prince Dubai Islands" Meals="FULL-BOARD" BedType="FULL-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Islands B - WE1021, Dubai Islands</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/0/5/450605_f3b09041143.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="434.61" OriginalAmount="421.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.183395963471" Longitude="55.254177711639" StarRating="5" HotelCode="323805|438060" HotelName="Habtoor Palace, LXR Hotels &amp; Resorts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Habtoor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c3/03/c303a2d24c37d45e1102f6f234188bac3f323537.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="440.60" OriginalAmount="427.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.099308" Longitude="55.243976" StarRating="0" HotelCode="|506271" HotelName="Silkhaus Collective, Dubai Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Collective at Dubai Hills Estate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/6/2/7/1/506271_81f06011021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="441.61" OriginalAmount="428.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.228037579753" Longitude="55.327943059518" StarRating="5" HotelCode="24028|30784" HotelName="Grand Hyatt Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riyadh Street, Sheikh Rashid Road, P.O. Box 7978, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/83/66/83662b8ddf416bbd5f798b1dee7f19fd6e0f1554.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying amidst sprawling gardens, this spectacular luxury hotel is located at the heart of Dubai some ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="443.86" OriginalAmount="430.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.085483" Longitude="55.1436213" StarRating="5" HotelCode="|87337" HotelName="Grosvenor House, A Luxury Collection , Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Emreef Street, PO Box 118500</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/3/7/87337_ea250941130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="448.69" OriginalAmount="435.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.183943" Longitude="55.25479" StarRating="5" HotelCode="|199688" HotelName="Al Habtoor Palace, Preferred Hotels &amp; Resorts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Habtoor City, Sheikh Zayed Road Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/9/6/8/8/199688_1_6479.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="449.44" OriginalAmount="436.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.085598897065" Longitude="55.144039392471" StarRating="5" HotelCode="39210|38644" HotelName="Grosvenor House, A Luxury Collection Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Emreef Street, PO Box 118500, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/98/c598d34a2927c45515170d137d086da387a78df7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive and breathtaking hotel is located in the Dubai Marina and offers dazzling views of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="453.89" OriginalAmount="440.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1197217" Longitude="55.2031533" StarRating="5" HotelCode="|82686" HotelName="Sheraton Mall Of The Emirates , Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road , Al Barsha 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/8/6/82686_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: It has excellent transport links to Mall of The Emirates Shopping Centre Mall The Emirates, Jumeirah and the marina. It is situated 20 minutes away from the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="460.10" OriginalAmount="446.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.037372" Longitude="55.184018" StarRating="4" HotelCode="|445873" HotelName="Four Points by Sheraton Production City, Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Plot No. IMPZ.B.018 and B.019</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/8/7/3/445873_f6bc25d1546.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="461.91" OriginalAmount="448.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0418211" Longitude="55.1153168" StarRating="5" HotelCode="|72593" HotelName="Oaks Ibn Battuta Gate Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/9/3/72593_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is situated near a commercial centre. Is situated in Jebel Ali it is well-connected with Montgomerie and Dubai Marina HOTEL: The Ibn Battuta Gate Hotel is rated five stars. It has suites with features that offer you the maximum level of comfort, WiFi (free of charge) and a swimming pool. ROOM: The rooms are stylish. They have modern furniture, a flat-screen television, with air-conditioning and modern furniture. All the rooms have a luxurious bathroom. RESTAURANT: Guests can enjoy 7 restaurants and lounge bar with terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="469.68" OriginalAmount="456" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.167769841243" Longitude="55.446663067459" StarRating="4" HotelCode="69039|44560" HotelName="Meliá Desert Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Awir Road, P.O. Box 119171, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/17/cd/17cda6ad7734cccf54512beb0dd8936e9c1268e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is a lush enclave set in polo fields just outside the Dubai city centre, only a 15-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="472.91" OriginalAmount="459.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.227783" Longitude="55.320733" StarRating="5" HotelCode="67594|82390" HotelName="Raffles Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Rashid Road, Wafi, P.O.Box 121800, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b6/26b6e71cabfc520ff3c2b9a69d40b952fb62a36f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located next to the Wafi centre, Dubai's ultra-exclusive lifestyle complex. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="475.32" OriginalAmount="461.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18592" Longitude="55.27367" StarRating="5" HotelCode="511831|2164565" HotelName="Renaissance Downtown Hotel, Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, PO Box 191984, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8e/41/8e4174457901ca7f1ecfb0ee4c9eaa312a52ef9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just a few minutes' walk from the centre of Dubai, this hotel is ideal for business travelle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="480.27" OriginalAmount="466.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.228168047802" Longitude="55.327666802393" StarRating="5" HotelCode="313383|623424" HotelName="Grand Hyatt Residences" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 7167, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/be/5b/be5b390613068958446da66d38adbc7732ea3397.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury aparthotel is located in Bur Dubai with close proximity to Dubai Healthcare City, Wafi C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="481.70" OriginalAmount="467.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0922298" Longitude="55.1455193" StarRating="5" HotelCode="|442902" HotelName="W Dubai - Mina Seyahi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Al Saud Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/2/9/0/2/442902_d0121b21152.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="484.48" OriginalAmount="470.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.093107356996" Longitude="55.148701071739" StarRating="5" HotelCode="387639|74064" HotelName="The Westin Dubai Mina Seyahi Beach Resort &amp; Marina" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE,ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Marina, P.O. Box 213084, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e4/f4/e4f4475a42a6f6de1c3a8c7bfe27b091e0b8ae70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is just 20 minutes from the cosmopolitan city centre of Dubai with bustling spice and fabric souq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="486.83" OriginalAmount="472.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.185947" Longitude="55.273751" StarRating="5" HotelCode="|297373" HotelName="The St Regis Downtown, Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/7/3/7/3/297373_1_5334.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="488.62" OriginalAmount="474.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0927062" Longitude="55.1491083" StarRating="5" HotelCode="|39021" HotelName="The Westin Dubai Mina Seyahi Beach Resort and Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>AL SUFOUH RD. DUBAI C/O DUBAI INT.CLUB</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/2/1/39021_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 294 standard rooms and suites. SITUATION: This hotel is 20 minutes away from Dubai city centre. Close to the establishment, guests have places of interest. Near the establishment, you will find the airport. ROOM: They have toiletries and a television. FACILITIES: The establishment has a spa and a gym. 10 minutes away, there is a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="498.61" OriginalAmount="484.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0878806" Longitude="55.1461492" StarRating="4" HotelCode="|118696" HotelName="Dubai Marriott Harbour and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Al Saud Street , Dubai Marina</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/6/9/6/118696_4c44a541144.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Marriott Harbour and Suites is rated four stars, has 232 rooms, dining facilities, meeting facilities and catering service. SITUATION: This hotel is 30 minutes away from Airport Dubai. It is near Dubia Internet City, Dubai Media City and Emaar Business Park it is 10 minutes away from Dubai Marina it has good links to the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="500.40" OriginalAmount="485.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.228404" Longitude="55.327978" StarRating="4" HotelCode="|167769" HotelName="Grand Hyatt Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 7167, Sheikh Rashid Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/7/6/9/167769_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Bur Dubai, close to Dubai Healthcare City, Wafi City and Oud Metha. ROOM: The establishment has 186 apartments, villas with kitchen, a washing machine, tumble drier, a sitting room, a dining room, a satellite television, a safety deposit box and a bathroom. FACILITIES: Guests are offered 13 restaurants, bars and dining room. The establishment also offers covered swimming pools, an outdoor pool, a tennis court and a spa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="504.95" OriginalAmount="490.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2085094" Longitude="55.2603111" StarRating="5" HotelCode="|218273" HotelName="La Ville Hotel y Suites City Walk Dubai Autograph " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Multaqa Street Dubai AE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/2/7/3/218273_f739c1b0727.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="527.49" OriginalAmount="512.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1859326" Longitude="55.2578815" StarRating="5" HotelCode="|80459" HotelName="Jw Marriott Marquis  Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/5/9/80459_b491f350904.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has business facilities, bars, restaurants, a spa and a health club. SITUATION: This establishment, Zayed Road it is in is situated in the business area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="538.77" OriginalAmount="523.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0800887" Longitude="55.1359468" StarRating="5" HotelCode="535209|2096265" HotelName="Rixos Premium Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, Jumeirah Beach Residence, Al Mamsha Street, P.O. Box 643660, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/4f/404ff26272c36b297f4a9e0b90695ba1a44e7262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this hotel lies in the heart of Dubai, right by the sea. There are a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="543.86" OriginalAmount="528.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.987383008586" Longitude="55.02189964056" StarRating="5" HotelCode="907105|123448" HotelName="JA Palm Tree Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Golf Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Exit 13 Sheikh Zayed Road, Jebel Ali, P.O.Box 9255, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/ae/f1aed240dfe4ffbbd0eabb667e0901fcd142884f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this golf hotel lies in Dubai, right on the sandy beach.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="545.60" OriginalAmount="529.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.03388" Longitude="55.20384" StarRating="5" HotelCode="|186583" HotelName="Marriott Production City, Dubai" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/5/8/3/186583_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="546.34" OriginalAmount="530.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.987329" Longitude="55.021898" StarRating="5" HotelCode="|119048" HotelName="Ja The Resort - Ja Palm Tree Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 9255</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/0/4/8/119048_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has a garden, a reception, restaurants, a swimming pool, bars and shops. SITUATION: Jebel Ali It is in near the establishment, you will find the beach. ROOM: The rooms a bathroom with a shower, a hairdryer, a bath and a balcony or terrace. FACILITIES: At no extra cost, clients have at their disposal a gym, a jacuzzi, a sauna, a spa with treatments, a swimming pool and ping pong. Clients can enjoy fishing and horse-riding. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant and a bar. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="570.69" OriginalAmount="554.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.080755" Longitude="55.134972" StarRating="5" HotelCode="|218193" HotelName="Rixos Premium Dubai Jbr" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Residence The Walk 18652 Dubai United Arab Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/1/9/3/218193_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="571.08" OriginalAmount="554.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.21125322" Longitude="55.28145818" StarRating="5" HotelCode="876946|667802" HotelName="Waldorf Astoria Dubai International Financial Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Happiness Street, Burj Daman, Dubai International Financial Center (DIFC), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/f0/4ff0403ec726542759895308089b763cd9b4f84f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="576.62" OriginalAmount="559.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.00396" Longitude="55.1637805" StarRating="0" HotelCode="|168510" HotelName="  Millennium Lakeview Residence" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Investment Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/5/1/0/168510_06cd4320906.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 43 apartments with a security system and a car park. SITUATION: This hotel is near Jebel Ali (Media City), the Technology Park of Dubai Internet City and Airport Dubai World Central. OTHERS: Regarding the food and beverage offering, clients can enjoy restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="581.95" OriginalAmount="565" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.155727098443" Longitude="55.300007164479" StarRating="5" HotelCode="161546|35591" HotelName="The Meydan Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 26/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Meydan Racecourse, Al Meydan Road, Nad Al Sheba, P.O. Box 9305, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/99/64991fa9b25ebbd510daddc6d60827d5edf23b8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in Meydan City, the centre of Dubai's business, sporting and lifestyle des...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="593.85" OriginalAmount="576.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248999323458" Longitude="55.295486558197" StarRating="3" HotelCode="260530|925445" HotelName="Al Raya Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, Bur Dubai Al Mankhool area, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/78/ee78b0dde66f89f6174a771c417beb120b900db4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="596.17" OriginalAmount="578.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.213208354138" Longitude="55.279271238534" StarRating="5" HotelCode="463748|2090355" HotelName="The Ritz-Carlton Dubai International Financial Centre Executive Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Kitchen,Massage Centre,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, DIFC, Off Sheikh Zayed Road, P.O. Box 482032, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/4c/054c0d94c3ceaf2853e2d2ca56b0036890cc1f67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="602.57" OriginalAmount="585.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.245829033355" Longitude="55.256305180148" StarRating="5" HotelCode="363722|1851588" HotelName="Nikki Beach Resort &amp; Spa Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 26/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Pearl Jumeira, PO BOX 8286, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0d/df/0ddfadd82eeb7a993b1816aabd031aa1bdbe1061.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beachfront resort is located on Pearl Jumeira, over 52.000 sqm on a private beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="613.93" OriginalAmount="596.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.217511518923" Longitude="55.283085107803" StarRating="5" HotelCode="12123|7657" HotelName="Jumeirah Emirates Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box: 72127, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/a4/cda488effd783117fde80a458e361c36744dfd76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel affords a central location along highly stylish Sheikh Zayed Road. It enjoys an enviable p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="618.79" OriginalAmount="600.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251427" Longitude="55.326883" StarRating="5" HotelCode="|451701" HotelName="Hilton Dubai Creek Residences" Meals="FULL-BOARD" BedType="FULL-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jewel of the Creek, Port Saeed</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/7/0/1/451701_018a0e71217.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="624.07" OriginalAmount="605.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2173675" Longitude="55.2830816" StarRating="5" HotelCode="|20341" HotelName="Jumeirah Emirates Towers Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>CITY CENTRE, PO BOX 72127 SHEIKH ZAYED ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/1/20341_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel, was opened in 2000. It has 400 standard rooms, a living room, a reception, a safety deposit box service, a currency exchange service, shops, a hairdresser's, coffee shops, bars and restaurants. The establishment boasts a conference room and a car park. SITUATION: This comfortable hotel is in a central area. It is in Sheikh Zayed Street. Near the establishment, guests will find the beach. ROOM: The establishment has deluxe rooms, executive rooms have a bathroom, a hairdryer, a satellite television, internet, a mini-bar, a stereo, a coffee maker, a teapot, an iron and an air-conditioning system. It also has one bedroom suites. FACILITIES: The establishment has a swimming pool that has an area for children, a jacuzzi, a solarium and a gym. MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="625.21" OriginalAmount="607" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.20069126" Longitude="55.27622096" StarRating="5" HotelCode="492631|201567" HotelName="Address Boulevard" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, PO Box 214477, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/8a/568ae671b3efd92abe30504c3ed77471f8c0d501.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="627.06" OriginalAmount="608.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.041933" Longitude="55.223777" StarRating="0" HotelCode="|456094" HotelName="Hera Holiday Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hessa St, dubai sports city</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/0/9/4/456094_6b024961731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="648.65" OriginalAmount="629.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0834371" Longitude="55.1400489" StarRating="5" HotelCode="|31791" HotelName="Le Royal Meridien Beach Resort and Spa" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Mamsha Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/7/9/1/31791_98a78d81044.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a reception, a safety deposit box service, a lift, 12 restaurants, bars, a laundry service, a car park and event rooms. SITUATION: This hotel is close to Jumeirah the beach nearby, there is a golf course, Clients can also find the shopping centre. ROOM: All the rooms have a bathroom with a hairdryer, an air-conditioning system, satellite or cable TV, a mini-bar, a safety deposit box and an ironing set. FACILITIES: The establishment boasts 2 swimming pools with children's areas, a gym, aerobics, a jacuzzi, a sauna, a steam bath, a massage service, beauty treatments and a spa. Guests can enjoy go canoeing, sailing and surfing. MEALS: Regarding the food and beverage offering, the establishment offers 12 restaurants and bars.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="658.28" OriginalAmount="639.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.225074" Longitude="55.3507615" StarRating="5" HotelCode="|72594" HotelName="Intercontinental Dubai Festival City, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Festival City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/9/4/72594_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 498 standard rooms, 121 suites, 3 Presidential Suites and 1 Royal Suites. With regards to the food and beverage offering, the establishment has 5 restaurants and 2 bars. The establishment boasts a spa, a gym, an outdoor swimming pool and an events room. SITUATION: It is in the business area. ROOM: The rooms have stunning views, a sitting room and a bathroom. OBSERVATIONS: &lt;b title='Esta frase debe ser traducida'&gt;Las tarifas no son vÃ¡lidas para los nacionales ni a los titulares de pasaportes de los siguientes paÃ­ses:&lt;/b&gt; Algeria, Bahrain, Iraq, Jordan, Kuwait, LÃ­bano, Libia, Marruecos, OmÃ¡n, Palestina, Qatar, Arabia Saudita, SudÃ¡n, Siria, TÃºnez, Emiratos Ãrabes Unidos, Yemen and Africa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="668.66" OriginalAmount="649.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.118962" Longitude="55.198021" StarRating="5" HotelCode="57060|82653" HotelName="Kempinski Hotel Mall of the Emirates Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Dubai 120679</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/bb/cabb2dda49b24733bd737ddb23679b9aaca94c25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Right in front of the "Mall of the Emirates" mega complex, the hotel takes pride in its prime locati...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="672.45" OriginalAmount="652.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2456369" Longitude="55.2563113" StarRating="5" HotelCode="|213839" HotelName="Nikki Beach Resort and Spa Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pearl Jumeirah Dubai 8286 United Arab Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/8/3/9/213839_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="714.33" OriginalAmount="693.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.193589095324" Longitude="55.27600005269" StarRating="5" HotelCode="70490|CAQ093800" HotelName="Palace Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Spa Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, P.O. Box 9770, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/ba/d6bad98958e4d1cfbf398d021f5f0a2580fa5594.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spa complex is conveniently located in the vicinity of the Dubai World Trade Center. The apartm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="723.04" OriginalAmount="701.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.110732" Longitude="55.109866" StarRating="5" HotelCode="|219478" HotelName="Raffles The Palm Dubai" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/4/7/8/219478_b7a4c261119.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="726.01" OriginalAmount="704.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.076944" Longitude="55.134135" StarRating="0" HotelCode="|500246" HotelName="Luxury JBR Shams - Sea or Marina View - Free 5 star Beach Resorts Access!" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Residence</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/0/2/4/6/500246_d2a26150958.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="727.10" OriginalAmount="705.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.199810712514" Longitude="55.27753829956" StarRating="5" HotelCode="136614|124797" HotelName="Address Dubai Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, P.O. Box 31166, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/196335/a_196335_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of the trendy centre of Dubai, overlooking the world's tallest tow...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="733.60" OriginalAmount="712.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.075509" Longitude="55.139564" StarRating="5" HotelCode="|470726" HotelName="Maison Privee - Graceful Apt In Prestigious Dubai Hills Close To The Golf Course" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Hills Estate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/7/2/6/470726_ae4572b1942.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="739.79" OriginalAmount="718.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1176842" Longitude="55.2033797" StarRating="5" HotelCode="|35749" HotelName="Kempinski Mall Of The Emirates" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Rd - Al Barsha - Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/4/9/35749_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has rooms and chalets. The establishment has a hall, a currency exchange service, restaurants, conference facilities, internet and room service. SITUATION: This hotel is opposite Emirates Shopping Centre is situated in the Al Barsha district, Close to Dubai Internet City, Dubai Media City and Jumeirah Beach. 20 minutes away from the establishment, you can find the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="756.98" OriginalAmount="734.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.098011534181" Longitude="55.153035521507" StarRating="5" HotelCode="906937|31294" HotelName="Arabian Court at One&amp;Only Royal Mirage" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O.Box 37252, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/02/16/02165590da120dfc0d5dc082dc066a0371281b7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this spa hotel is about 1 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="759.03" OriginalAmount="736.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0920648" Longitude="55.1474273" StarRating="5" HotelCode="|20353" HotelName="Le Méridien Mina Seyahi Beach Resort and Waterpark" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>AL SUFOUH ROAD, JUMEIRAH BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/5/3/20353_39833911037.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, has 211 standard rooms, 10 floors, air-conditioning, a hall, 3 lifts, a reception, a safety deposit box service and a currency exchange service. The establishment also offers a jeweller's, shops, a hairdresser's, a bar and 4 restaurants. The establishment has conference rooms, internet (for a fee), a car park and a mini-club. SITUATION: This hotel is in a private-access beach. Is situated in the Jumeirah Coast. Nearby, you will find the Hard Rock CafÃ© a golf course. Is 25 kilometres from the airport. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a satellite TV, cable television, a stereo, a mini-bar, fitted carpets, a central air-conditioning system and a safe (available for a fee). The establishment has Royal Club rooms with a balcony, sea views, a stereo and a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="765.82" OriginalAmount="743.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.08101286" Longitude="55.12157811" StarRating="5" HotelCode="786829|2309635" HotelName="Caesars Palace Bluewaters Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Golf,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bluewaters Island, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/62/8862cd9e2b6ca42c9864c2bba68f51269aca7433.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is strategically situated in Dubai, the perfect place where dreams do not have a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="778.14" OriginalAmount="755.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.212677093762" Longitude="55.28255282209" StarRating="5" HotelCode="446207|1873805" HotelName="Four Seasons Dubai International Financial Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, Building 9, DIFC, PO Box 507027, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9d/de/9ddebbd5fe0a20f18b440009abbf771d66f7839b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="781.22" OriginalAmount="758.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.135130188812" Longitude="55.185978412628" StarRating="5" HotelCode="907094|64765" HotelName="Jumeirah Mina A'Salam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, P.O. Box 75157, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/14/0f144e6caa90ca7e108ee8f644dedd9de989b420.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort hotel is located right on the beachfront next to the Wild Wadi water park. Dubai Int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="784.62" OriginalAmount="761.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.082591497272" Longitude="55.137666463852" StarRating="5" HotelCode="18488|31274" HotelName="The Ritz-Carlton Dubai" Meals="HALF BOARD,BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mamsha Street, Jumeirah Beach Residence, P.O. Box 26525, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/24/bd/24bd6d8ee63865cbf41e855c458c1923d6c8db66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on a private beach front in the heart of the Dubai Marina, this hotel is an intimate oasis ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="787.07" OriginalAmount="764.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.141496833283" Longitude="55.190784931183" StarRating="5" HotelCode="46902|7656" HotelName="Jumeirah Beach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 11416, Umm Suqeim, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/1c/e21c716dd40d58cffe3c4673cd95b832796fa895.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies directly beside long sandy Jumeirah Beach, some 20 km from the centre of Duba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="807.80" OriginalAmount="784.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2080206" Longitude="55.2720986" StarRating="5" HotelCode="|30893" HotelName="Shangri-la Hotel y Apartamentos Dubai" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 75880, SHEIKH ZAYED ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/9/3/30893_1_1910.jpg</HotelPictures>
        <HotelDescription>SITUATION: This trendy hotel is situated 10 kilometres away from the airport, 15 minutes away from Dubai Airport the World Trade Center 5 minutes away from the conference centre, There are many places you can visit in the surrounding area, including, and. HOTEL: The hotel was opened in 2003, has 43 floors, 301 rooms, 36 Club Horizon rooms, 126 apartments and studios. This air-conditioned establishment has a safety deposit box service, a currency exchange service, a lift, a hairdresser's, a nightclub, bars, coffee shops, restaurants, 3 dance halls and 3 meeting rooms. There are many services available at the establishment, including room service, a laundry service and a car park. ROOM: Clients are offered comfortable, with air-conditioning, stunning views, a bathroom with a hairdryer, a satellite or cable television, internet, a mini-bar, a coffee maker, a teapot and a safety deposit box (available for a fee). FACILITIES: There is a variety of facilities and services available at the establishment, including a gym, aerobics room, 9 treatment cabins, a covered swimming pool, an outdoor swimming pool, a children's swimming pool and a jacuzzi. Clients can enjoy enjoy tennis and squash. RESTAURANT: Clients also have at their disposal 4 restaurants and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="809.35" OriginalAmount="785.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.141605" Longitude="55.191246" StarRating="5" HotelCode="|20340" HotelName="Jumeirah Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>JUMEIRAH BEAH PO BOX 11416, DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/0/20340_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel establishment has 26 floors, 618 rooms, a lobby with a reception, shops, a hairdresser's, bars, coffee shops, 22 restaurants and conference facilities. SITUATION: This luxurious hotel is in Jumeirah Beach, is just 20 kilometres away from the centre of Dubai. Around the establishment, clients can find the business area. It is just 25 kilometres away from Dubai Airport. ROOM: The rooms have a bathroom with a hairdryer, a satellite television, cable television, a radio, a mini-bar, a central air-conditioning system, a safety deposit box (available for a fee), a balcony and sea views. Guests also have at their disposal villas. FACILITIES: The establishment has a sports centre, a gym, a sauna, a tennis court and squash. The establishment also offers water activities, a swimming area, slides and a wave pool. MEALS: The establishment serves a buffet breakfast. Guests can book half-board. Clients have at their disposal an Ã  la carte restaurant. PAYMENT METHODS: The establishment accepts credit cards. OBSERVATIONS:, Wild Wadi Water-park is closed until further notice.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="819.28" OriginalAmount="795.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.115191" Longitude="55.140668" StarRating="0" HotelCode="|445235" HotelName="Andaz Palm Jumeirah Residences" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Palm Jumeirah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/3/5/445235_ab4d5e80947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="830.29" OriginalAmount="806.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0950775" Longitude="55.1504395" StarRating="5" HotelCode="|87853" HotelName=" One&amp;Only Royal Mirage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Salman bin Abdulaziz Al Saud St, Al Sufouh,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/5/3/87853_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="833.27" OriginalAmount="809" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113097" Longitude="55.196943" StarRating="5" HotelCode="75264|153602" HotelName="Coral Boutique Villas Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24th Street Community 373, P.O.Box: 124446, 4th Interchange Behind Emirates Mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/9e/5d9eef6c051db8f9100efe39db5d3885ecb06b9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Closely situated to the popular shopping centre of the Emirates, this villa resort is located in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="833.52" OriginalAmount="809.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.201465288728" Longitude="55.27069765663" StarRating="5" HotelCode="634361|CBE890200" HotelName="Address Sky View" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed bin Rashid Boulevard, PO Box 111969, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ec/a4/eca4c9ccdd1946b4edfcbd790e5b3a40bd12feca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="862.11" OriginalAmount="837.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27321759" Longitude="55.30485819" StarRating="2" HotelCode="415664|al_ahrar_hotel" HotelName="Al Ahrar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Naif Police Station, Deira, P.O. Box: 12978, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/52/2052761a9109e20aa027e11e2b2b27a74878ac62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="866.57" OriginalAmount="841.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.08103283" Longitude="55.12188408" StarRating="5" HotelCode="786848|2309625" HotelName="Caesars Resort Bluewaters Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Bluewaters Island, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/2a/2a69f8fdfc7feee3/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers and families, this resort lies in Dubai, right by the sea. There are a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="910.52" OriginalAmount="884" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.247864" Longitude="55.35287" StarRating="5" HotelCode="207516|55552" HotelName="Dubai International Hotel" Meals="ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 1 &amp; Terminal 3, Dubai International Airport 35566, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4e/1e/4e1e8831549f46720052407c945eab73ca796e0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="936.04" OriginalAmount="908.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19483317" Longitude="55.28237322" StarRating="5" HotelCode="871520|2360455" HotelName="Address Fountain Views" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, PO Box 27443, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/25/25764fd99ac84c9c/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, about 15 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="941.05" OriginalAmount="913.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.132026875638" Longitude="55.184237658978" StarRating="5" HotelCode="907096|96968" HotelName="Jumeirah Al Qasr" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Road, PO Box 75157, Jumeira</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/b9/0bb9b1cded1094c6c58801f60941cc32ef11cb87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this hotel lies in the heart of Dubai, right by the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="952.68" OriginalAmount="924.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.121045661837" Longitude="55.153719484806" StarRating="5" HotelCode="960953|164765" HotelName="Rixos The Palm Luxury Suite Collection" Meals="ALL INCLUSIVE" BedType="ALL INCLUSIVE" PropertyType="" CnxPolicy="Free CXL until 25/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent Plot 40, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10844360</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="973.35" OriginalAmount="945" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.121045661837" Longitude="55.153719484806" StarRating="5" HotelCode="904934|31651" HotelName="Rixos The Palm Hotel &amp; Suites" Meals="ALL INCLUSIVE,FULL BOARD" BedType="ALL INCLUSIVE" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 26/06/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent Plot C40, P.O. Box 18652, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/2c/062c50880e198209847727857ece45be51fec8ee.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel warmly welcomes guests in Dubai. For parents with children, it provides everything ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="991.89" OriginalAmount="963.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.192346322728" Longitude="55.273865492065" StarRating="0" HotelCode="633461|elite_royal_apartment_burj_khalifa_fountain_view_deluxe" HotelName="The Residences 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>The Residences, Emaar Boulevard, Downtown, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/31/a331325d080a392142d8f6b6552dd49849a9ac08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at this apartment in Dubai (Beach &amp; Coast), you'll be minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1004.90" OriginalAmount="975.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.202188830365" Longitude="55.239765907951" StarRating="5" HotelCode="297778|557509" HotelName="Four Seasons Resort Dubai at Jumeirah Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, Jumeirah 2, PO Box 128777, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2a/55/2a556e549cda9e0d4893fa7e845839fee5b3e661.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1016.90" OriginalAmount="987.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1126335" Longitude="55.1972013" StarRating="0" HotelCode="|53924" HotelName="Coral Boutique Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SHEIKH ZAYED ROAD, AL BARSHA P.O.BOX 124446 - ..</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/2/4/53924_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel is elegant boutique and ideal for holidays or business trips. SITUATION: It is in an excellent location, has good links to commercial areas, business areas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1017.75" OriginalAmount="988.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19363" Longitude="55.279069" StarRating="5" HotelCode="|210904" HotelName="Kempinski The Boulevard Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, PO Box 212627, Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/9/0/4/210904_fdb58a41125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1020.73" OriginalAmount="991" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.194058731118" Longitude="55.279147624969" StarRating="5" HotelCode="96664|23158" HotelName="Address Downtown" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashid Boulevard, Downtown Dubai, P.O.Box 123234, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f6/5d/f65db7f8e7c48e06f3f6dc928f23371bb9fffdc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, this urban hotel is ideal for guests who appreciate a stylish ambienc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1038.69" OriginalAmount="1008.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11281760415" Longitude="55.109605193138" StarRating="5" HotelCode="161783|141536" HotelName="Kempinski Hotel &amp; Residences Palm Jumeirah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Apartment Hotel,Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>The Crescent West, P.O.Box 213208, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/228233/a_228233_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment hotel is located on the West Crescent of the iconic, man-made island of Palm Jumeirah ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1064.34" OriginalAmount="1033.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.131283" Longitude="55.117745" StarRating="5" HotelCode="73815|CAM020300" HotelName="Atlantis The Palm" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Crescent Road, The Palm, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/54/5e/545e96694aa740c8f027a01fef6a3d50a663f03c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury resort is situated on the spectacular man-made island of Palm Jumeirah. The Emirates Mal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1274.15" OriginalAmount="1237.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1353414" Longitude="55.1858011" StarRating="5" HotelCode="|72601" HotelName="Jumeirah Mina Al Salam" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Madinat Jumeirah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/6/0/1/72601_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips. SITUATION: This boutique hotel is situated next to the Persian Gulf,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1320.64" OriginalAmount="1282.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.986828" Longitude="55.023849" StarRating="5" HotelCode="|31599" HotelName="Ja The Resort - Ja Beach" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Po Box 9255 Exit 13 Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/5/9/9/31599_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has a conference centre, banquet facilities and leisure activities. It has 5 floors, 260 standard rooms, superior rooms and suites. SITUATION: This luxurious hotel is 25 kilometres from Jebel Ali Palm Island Development ROOM: The establishment has standard rooms and suites. Have a coffee maker, a kettle, a safe, a bathrobe and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1353.40" OriginalAmount="1313.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0995325" Longitude="55.1334937" StarRating="5" HotelCode="|87856" HotelName="Oneandonly The Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent, Palm Jumeirah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/5/6/87856_ab08f1c0903.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has panoramic views, a private beach and dining facilities. SITUATION: This luxurious hotel is on the beachfront, Palm Jumeirah is situated in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1360.12" OriginalAmount="1320.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.099260015451" Longitude="55.132291316987" StarRating="5" HotelCode="161545|138264" HotelName="One&amp;Only The Palm" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/3d/3f3de55f82cea8ed4eeaa30df496a7fd4e58be6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this resort lies in Dubai, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1373.92" OriginalAmount="1333.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.188013" Longitude="55.288325" StarRating="5" HotelCode="|450219" HotelName="The Lana - Dorchester Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, Burj Khalifa District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/2/1/9/450219_3e4e6a11026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1396.64" OriginalAmount="1355.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1371787" Longitude="55.18712554" StarRating="5" HotelCode="422271|545301" HotelName="Jumeirah Al Naseem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 75157, Jumeira Road, Umm Suqeim 3, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/3f/3f1b113d5825dde6/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, this boutique hotel is ideal for guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1413.75" OriginalAmount="1372.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.132012305907" Longitude="55.182437896729" StarRating="5" HotelCode="907098|114997" HotelName="Jumeirah Dar Al Masyaf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach, PO Box 75157, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/ea/a0eabbd2b9d230e523adbe173670471ce304da6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Jumeirah, the hotel is adjacent to the Burj Al Arab, Wild Wadi Water Park a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1415.19" OriginalAmount="1373.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.21684883" Longitude="55.25124513" StarRating="5" HotelCode="669205|2310505" HotelName="Mandarin Oriental Jumeira Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, PO Box 62092, Jumeirah 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e0/60/e060aafd763178be2f0a1a824f798f5c93e4ce3d.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1703.31" OriginalAmount="1653.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249203" Longitude="55.350757" StarRating="5" HotelCode="|120224" HotelName="Dubai International , Dubai Airport" Meals="FULL-BOARD" BedType="FULL-BOARD" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>P.O Box 35566</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/2/2/4/120224_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Dubai Airport. Nearby, you will find restaurants and bars. ROOM: All the rooms have fruits. FACILITIES: The establishment has a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1887.00" OriginalAmount="1832.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.13929" Longitude="55.12792" StarRating="0" HotelCode="|439234" HotelName="Atlantis The Royal Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Palm Jumeriah Crescent Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/2/3/4/439234_c0ac4991504.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2340.16" OriginalAmount="2272.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27193238" Longitude="55.30041947" StarRating="0" HotelCode="499587|alarraf_hotel" HotelName="Alarraf Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Deira Naif Road, Sediq Abu Baker Road 3p, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/d2/f4d297a7f0f7a293e770079e05595d7c35a58090.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2719.17" OriginalAmount="2639.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2437548" Longitude="55.3327809" StarRating="5" HotelCode="|30963" HotelName="Park Hyatt Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 2822</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/9/6/3/30963_1eca25e0858.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 6 restaurants, bars, business facilities and leisure facilities. It has 225 air-conditioning rooms, a safety deposit box service, lifts, a conference room, a hairdresser's, a nightclub, room service, a laundry service (for a fee) and a car park. SITUATION: This smart hotel is in Dubai the commercial area of Close to and the marina, is situated 5 minutes away from Dubai Airport. ROOM: All the rooms have a bathroom with a hairdryer, a television, internet, a mini-bar, an ironing set, an air-conditioning system, a safe (available for a fee) and disabled facilities. FACILITIES: The establishment boasts a spa, an outdoor pool, a gym and a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2831.54" OriginalAmount="2749.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.21018079" Longitude="55.23622988" StarRating="5" HotelCode="563313|2188955" HotelName="Bvlgari Resort Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jumeira Bay Island, Jumeira 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/fd/bdfddc66fa59a3f0a0eb956dabbd6d54ff3fc53c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dubai, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3126.05" OriginalAmount="3035.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273576785748" Longitude="55.303815987766" StarRating="1" HotelCode="312719|rahab_hotel" HotelName="Rahab Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Naif Area, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/ee/dcee2d630a3daa0d968176e3e3c56fabb1175da6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3398.65" OriginalAmount="3299.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.098453604882" Longitude="55.12362241745" StarRating="5" HotelCode="165615|142645" HotelName="Jumeirah Zabeel Saray" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Free CXL until 25/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent Road, The Palm Jumeirah, P.O. Box 27722, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/de/78dec2bad4f21e150bf1924d7ed0c3632ea796c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spa hotel is located in Dubai, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5486.83" OriginalAmount="5327.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.245889" Longitude="55.339906" StarRating="0" HotelCode="|495631" HotelName="Havana Holiday Homes in Al Garhoud" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Garhoud Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/5/6/3/1/495631_03c54d70407.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7062.97" OriginalAmount="6857.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0804644" Longitude="55.3679742" StarRating="5" HotelCode="|214840" HotelName="Al Habtoor Polo Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Wadi Al Safa 5, Emirates Road 611</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/4/8/4/0/214840_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81125.89" OriginalAmount="78763.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10646092" Longitude="55.2009409" StarRating="0" HotelCode="830040|j5_villas_holiday_homes_barsha_gardens" HotelName="Barsha Gardens By J5 Holiday Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street 23, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/e0/e5e0e9192709b3c83e0643b8ad17f1375cf5c9d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.57" OriginalAmount="185.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270114" Longitude="55.3065115" StarRating="1" HotelCode="|297362" HotelName="Melody Queen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Burj Street 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="580.98" OriginalAmount="564.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2714823" Longitude="55.3005302" StarRating="1" HotelCode="|297363" HotelName="Alarraf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Deira Naif Road Sediq Abu Baker road road no 3p</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="585.07" OriginalAmount="568.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.072203" Longitude="55.127571" StarRating="0" HotelCode="|567050" HotelName="Mint Stay Homes Rental LLC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Gate Tower 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="965.96" OriginalAmount="937.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2732186" Longitude="55.3048593" StarRating="2" HotelCode="|297361" HotelName="Al Ahrar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Naif Police Station, Behind Car Parking Building, Naif Area, Deira, Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Lounge,Massage Centre,Shopping Arcade,Conference Hall,Sauna,Currency Exchange,Golf,Spa,Swimming Pool,Central Heating,Wheelchair Access,24 Hour Security,Airport Transfer (on Demand),Designated Smoking Area,Parking,Valet Parking,Jacuzzi,Kitchen,Nightclub,Heated Pool,Diet Meals,Bicycle Rental,Garden,Dining,Meeting Room,Printer,Business Centre,Library,Wake-up Call Service,ATM/Cash Machine,Babysitting,Banquet Hall,Housekeeping,24 Hour Front Desk,Beauty Salon,Coffee Shop,Concierge,Dry Cleaning,Elevator,LCD/Projector,Luggage Storage,Smoking Rooms,24 Hour Room Service</BasicAmenities>
    <HotelRating>2,3,4,5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,ALL INCLUSIVE,SELF CATERING,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,HOTEL,BEACH HOTEL,CLUB RESORT,CONFERENCE HOTEL,SPA HOTEL,AIRPORT HOTEL,ECO HOTEL,COUNTRY HOUSE,GUESTHOUSE,VILLAGE,HISTORIC HOTEL,HOTEL DE CHARME,GOLF HOTEL,APARTHOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a397d63a-7db1-46a4-b945-e38702fc8cf4|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
4e9da88e-efdf-4464-88b3-a33ff7fcef0d|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="4e9da88e-efdf-4464-88b3-a33ff7fcef0d">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="38" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-03T00:00:00" End="2026-06-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="drglobalworld@gmail.com" Password="Dharam@0024" 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
4e9da88e-efdf-4464-88b3-a33ff7fcef0d|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
4e9da88e-efdf-4464-88b3-a33ff7fcef0d|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
4e9da88e-efdf-4464-88b3-a33ff7fcef0d|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
4e9da88e-efdf-4464-88b3-a33ff7fcef0d|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:b84788ea-1465-40a3-9b4a-35bc281a3d7d
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
4e9da88e-efdf-4464-88b3-a33ff7fcef0d|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-02T10:22:41.6614249+01:00" Version="0" EchoToken="Search" TransactionIdentifier="4e9da88e-efdf-4464-88b3-a33ff7fcef0d" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270209574732" Longitude="55.306063008598" StarRating="2" HotelCode="162266|mount_royal_hotel_2" HotelName="Mount Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nasser Square, Near to Baniyas Metro Station, Deira, Dubai 34296</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/89/ff89d078be77b22156c8df329c082c987eb87722.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a commanding central position in Dubai's fashionable Merchant City overlook...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26955843" Longitude="55.30312218" StarRating="1" HotelCode="521934|mariana_hotel_2" HotelName="Mariana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Road, 109 Street, P.O. Box: 83163, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/96/e79671a4a847c113c2946f0d0760b0b0872bf098.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.96" OriginalAmount="22.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269106753506" Longitude="55.305659265116" StarRating="1" HotelCode="312720|1073078" HotelName="White Fort Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nasser Square, Near Baniyas Metro Station, Deira, Dubai 83163</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/bc/dbbc8e975fda8032114e90d8d1e1e574d7c4c8e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.51" OriginalAmount="22.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270998" Longitude="55.302518" StarRating="0" HotelCode="|491682" HotelName="Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/1/6/8/2/491682_934ad5e1003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.57" OriginalAmount="22.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269033765755" Longitude="55.302022191455" StarRating="1" HotelCode="330047|1924675" HotelName="Downtown Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 18th Street Sabkha Road, Naif, Near Nasser Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/12/a712068108f75344efa51ad16b0c44f7dbf922ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.98" OriginalAmount="23.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269253" Longitude="55.303148" StarRating="0" HotelCode="|469926" HotelName="Mount Sina Hotel By Aura" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/9/2/6/469926_e31f6411239.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.17" OriginalAmount="23.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116748" Longitude="55.194569" StarRating="0" HotelCode="|517385" HotelName="Pharos Inn Sheikh Zayed Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Barsha 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/7/3/8/5/517385_be564162210.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.37" OriginalAmount="23.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269498" Longitude="55.303229" StarRating="1" HotelCode="|443678" HotelName="Mariana " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/6/7/8/443678_23eed081419.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.43" OriginalAmount="24.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256094" Longitude="55.330171" StarRating="0" HotelCode="|506209" HotelName="Pharaohs Inn Deira Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 AlIttihad Road Apt 302,4th floor.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/6/2/0/9/506209_63a21b71051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.99" OriginalAmount="26.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.272336212746" Longitude="55.313718084656" StarRating="3" HotelCode="933775|921955" HotelName="Phoenix Hotel L.L.C" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nakheel Center, P.O.Box: 39674, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/34/8634429d707e6efa5638e8bfc56f4a4ba4669a92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.43" OriginalAmount="26.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262332" Longitude="55.289702" StarRating="2" HotelCode="|30848" HotelName="Regal Peninsula" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.Box 33502</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/4/8/30848_f703e591747.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, with air-conditioning and has 80 rooms, The establishment has a safety deposit box service, a currency exchange service, a lift, a laundry service and room service. SITUATION: Bur Dubai Is situated in World Trade Center close to the establishment, guests have 8 kilometres away, you can find Dubai the city centre of It is situated 15 minutes away from the airport. ROOM: All the rooms have a bathroom, a hairdryer, a satellite or cable television and a mini-bar. They also have an iron, an ironing board and a central air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.43" OriginalAmount="26.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27203" Longitude="55.31143" StarRating="1" HotelCode="|185679" HotelName="Africana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28-C Street, Fish Roundabout, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/7/9/185679_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.73" OriginalAmount="26.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2613093" Longitude="55.325488" StarRating="2" HotelCode="|87903" HotelName="Saffron" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road , Behind ADCB Bank</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/0/3/87903_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inRigga the street. ROOM: Customers can find large, elegant rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.74" OriginalAmount="26.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2722868" Longitude="55.313524" StarRating="3" HotelCode="|87886" HotelName="Phoenix" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>St.28, Community 118.Nakheel Area.Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/8/6/87886_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Nasr Square the district of Dubai it is in 20 minutes away from the establishment, guests will find Dubai the International Airport of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|220686-25423201/1214887857230622000/26914" HotelName="WHITE FORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10080000/10073800/10073764/11a8c106_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.82" OriginalAmount="27.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27073" Longitude="55.308012" StarRating="0" HotelCode="|469835" HotelName="Melody Queen Hotel By Aura" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19, Al Nasser Square, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/8/3/5/469835_ba501951258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.00" OriginalAmount="27.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.261335497494" Longitude="55.32542582209" StarRating="2" HotelCode="299525|1715808" HotelName="Saffron Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, 34c Street 63, Behind ADCB Bank, Dubai 127286</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/ca/ffca3c2d34fa5b9d8104785542304c775cbc66a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, about 15 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.20" OriginalAmount="27.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2701864" Longitude="55.3060802" StarRating="2" HotelCode="|119930" HotelName="Mount Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NASIR SQUARE DEIRA DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/9/3/0/119930_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 100 large rooms, 15 suites, a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment also has a cafÃ©, a bar, a pub, a nightclub, a restaurant, room service and a laundry service. SITUATION: This hotel is in a central area, is in front of Baniyas the square 10 minutes away from the establishment, guests will find Dubai Airport. ROOM: The rooms have a bathroom with a shower, a double bed, a direct line telephone, a satellite television, a writing desk, internet, a safe, a mini-bar, an iron and individual air-conditioning. PAYMENT METHODS: Customers can pay by Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.82" OriginalAmount="27.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27215157" Longitude="55.31142595" StarRating="1" HotelCode="322210|1073038" HotelName="Africana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>28 C Street, Fish Roundabout, Deira, PO Box 83954, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/8e/778ed5b204c7e29e16948f3228e6343e29c1717c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a convenient location, perfect to visit city center.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270862557298" Longitude="55.308089" StarRating="1" HotelCode="438067|melody_queen_hotel" HotelName="Melody Queen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nasser Square, Near Al Nasser Mosque, Deira, PO Box 80546, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/05/78058dd11fbafada191a3fcbca8dc47ad7ff8288.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a restaurant and room service. Wireless internet access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.21" OriginalAmount="28.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2710039" Longitude="55.3050191" StarRating="2" HotelCode="|297364" HotelName="Montreal Naif" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Naif, 6 A Street Behind Naif Police Station</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/7/3/6/4/297364_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.22" OriginalAmount="28.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269224143217" Longitude="55.306211896675" StarRating="3" HotelCode="902062|4557415" HotelName="Royal Mark Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nasr Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a4/f1a4b2713239202d80c782743e1a537f2261aa03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.51" OriginalAmount="28.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.268201436032" Longitude="55.303627951544" StarRating="3" HotelCode="469983|1897435" HotelName="Al Khaleej Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/fc/a3fc339f56ee46c6d4c09402723e1090669b77df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is sitauted on Nasser Square close to Baniyas Street and roughly 10 minutes from Dubai's i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.63" OriginalAmount="28.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.271594227532" Longitude="55.303904146627" StarRating="4" HotelCode="547013|2259675" HotelName="Montreal Naif Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>19 6A Street, Naif Road, Near Naif Police Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/f8/99f815135ea4333cdf5a5b340440aa42d802081c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located a short walk from the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.85" OriginalAmount="28.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.278301710271" Longitude="55.309955477715" StarRating="2" HotelCode="31465|1604788" HotelName="San Marco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>POBox 11292, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/7f/3b7f697d4963718778dc527e3ab8e9f33e02a5f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated on Shomali Street in Frij Murar, around 5 km away from the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|194185-23058184/1214887857230622000/31131" HotelName="PALETTE PHOENIX HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6090000/6086900/6086802/7fd26fb4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.03" OriginalAmount="29.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270571829743" Longitude="55.311719495701" StarRating="2" HotelCode="915621|2384725" HotelName="Grand Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 114045, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/27/0c27d1b891a6cdae21c5e6e61a8e19adad081bf6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.15" OriginalAmount="29.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.272122635571" Longitude="55.315867350368" StarRating="4" HotelCode="162561|2091595" HotelName="Dorus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Omar-Bin-Khattab Road, Downtown Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/ed/d5ed21de1f9a5f7fcca5acf96ce0bffd80f93e2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a commanding central position of Dubai's Al Ghurair City, near Fish Roundabo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.38" OriginalAmount="29.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26445967667" Longitude="55.319020652778" StarRating="4" HotelCode="174867|639015" HotelName="Sun &amp; Sands Downtown Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Lounge,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/40/344039365d84ef17525e7eea3802156502f1426a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the district of Deira, situated right by Al Rigga Street, which is lined wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.11" OriginalAmount="30.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27318891777" Longitude="55.319745540619" StarRating="3" HotelCode="59801|30714" HotelName="Dubai Palm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>P.O.Box 21969, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/64/4b64800e89838a7b4e74118423d5f34f65b0de33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated 5 minutes from the centre of Dubai. Guests also have easy access to the beach...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.31" OriginalAmount="30.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27397" Longitude="55.31901" StarRating="4" HotelCode="14432|31034" HotelName="Marco Polo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street 27, Dubai, P.O.Box: 25570</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b2/95/b2950f9314530816dbf4a0bec4b7935ecb1a3415.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Al Muteena street, around a 15-minute drive from Dubai airport. The centre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.32" OriginalAmount="30.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264665" Longitude="55.318918" StarRating="3" HotelCode="|443881" HotelName="Sun And Sands Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 B Street, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/8/8/1/443881_a90676e1033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.58" OriginalAmount="30.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2721265" Longitude="55.3158996" StarRating="4" HotelCode="|119929" HotelName="Dorus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>UMER BIN KHATT AB ROAD DEIRA DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/9/2/9/119929_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 80 large rooms, a lobby with express check-out and a reception. This renovated establishment in 2010, has a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar, a pub, a nightclub, a restaurant, internet, room service and a laundry service. SITUATION: It is inAl Ghurair City the complex Close to Dubai Airport. ROOM: Each room has a satellite television, a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, internet, a safety deposit box, a fridge, an ironing set and an air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and buffet and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.81" OriginalAmount="30.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27715183817" Longitude="55.314594542328" StarRating="4" HotelCode="57903|868985" HotelName="Saffron Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Omar bin al Khattahb Road, D 88, Naif Road Signal, P.O. Box 181757, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/e7/58e7a6404edaaf73f062d10b03ce381e8c7f28f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the commerical district of Dubai. The famous Al Ghurair and Re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262325" Longitude="55.289613" StarRating="2" HotelCode="59309|new_penninsula_hotel" HotelName="New Penninsula Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Laundry,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, Al Souq, P.O. Box 33502, Dubai, Bur Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/5c/485c09ab8c4f35cfe3117463daaf0c919bc11c6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bur Dubai, this hotel lies along Al Fahidi Street. It is just a short distance to the Wor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270644871946" Longitude="55.32002615575" StarRating="3" HotelCode="365008|royal_falcon_hotel" HotelName="Royal Falcon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Salah Al Din Street, Al Muteena, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/01/370121943584808ac9abb7a778742a5463a2026c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is situated 8 km from the World Trade Center and many shopping centres, business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.99" OriginalAmount="31.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269225627753" Longitude="55.306891053915" StarRating="3" HotelCode="160796|30944" HotelName="Landmark Plaza Baniyas" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/31/8f31ecd183bd8559be2d8dc4785cf0817965d494.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located at Al Nasser Square, in the heart of Dubai's shopping and commercial area,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.13" OriginalAmount="31.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.277136" Longitude="55.326972" StarRating="3" HotelCode="|449989" HotelName="Raha Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Murraqabat Area</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/9/8/9/449989_9ac06781646.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.62" OriginalAmount="31.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26757" Longitude="55.29383" StarRating="0" HotelCode="|186069" HotelName="Hafez Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Next to E NBD Bank Building</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/6/9/186069_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.88" OriginalAmount="31.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264464405192" Longitude="55.319664746033" StarRating="4" HotelCode="364929|1470228" HotelName="Landmark Summit Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34B Street, PO Box 64264, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0e/8f/0e8f84da54119a41790b3fc18c4c31e88b53f9e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along one of Dubai’s liveliest, most exciting streets at the heart of the busin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259009" Longitude="55.288926" StarRating="3" HotelCode="364976|32599" HotelName="Panorama Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 773, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8e/8e5787866a316eac/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel's location in the heart of the city provides guests with easy access to the World Tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.25" OriginalAmount="32.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26899" Longitude="55.30618" StarRating="0" HotelCode="|561754" HotelName="Royal Mark Hotel Apartment Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nasser Square, Baniyas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/1/7/5/4/561754_37dff771807.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.39" OriginalAmount="32.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2593085" Longitude="55.2909989" StarRating="3" HotelCode="|87875" HotelName="City Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Khaleed Bin Waleed Road , Computer Street , Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/7/5/87875_e7340531359.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a lobby with a reception, a lift and seats. SITUATION: It is situated 2 minutes away fromMina the bazaar Burjuman the commercial centre. ROOM: Each room has an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.79" OriginalAmount="32.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269210217067" Longitude="55.305422174193" StarRating="3" HotelCode="364978|30934" HotelName="Landmark Hotel Baniyas" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/55/79559aba0423c4a9ada48af7df7098403a375c3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located amidst Dubai's prime business, banking and shopping areas, the city hotel is 10 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.79" OriginalAmount="32.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2856007" Longitude="55.3195992" StarRating="2" HotelCode="|20335" HotelName=" Palette San Marino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 11292 Somali St Freij Murar Area, Deira, D</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/3/5/20335_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 120 rooms, The establishment boasts a reception, a safety deposit box service, a currency exchange service, a cloakroom, 3 lifts, a cafÃ©, a restaurant and a car park. SITUATION: It is inShomali the street 5 kilometres away, you can find Dubai the city centre of Gold Souk in the surrounding area, clients have It is 15 minutes away from the Congress Centre, 10 minutes away from the establishment, guests will find Dubai Airport. ROOM: The inviting rooms, have a bathroom with a hairdryer, a double bed, a satellite television, a mini-bar and internet. They also have an air-conditioning system, an ironing set, a coffee maker, a teapot and a safety deposit box (available for a fee). FACILITIES: You can find a swimming pool, a sauna and a gym. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="33.99" OriginalAmount="33" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32273-22233449/1214887857230622000/29631" HotelName="ABJAD CROWN HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1280000/1277800/1277739/b2d9d753_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.38" OriginalAmount="33.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260165307468" Longitude="55.324518568122" StarRating="3" HotelCode="371999|31124" HotelName="Nihal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 14914, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/75/66758c698999845b733f956c9ccc85c071f07e1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Al Maktoum Street within a short distance of the Clock Tower in the Deira district of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.53" OriginalAmount="33.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264144481096" Longitude="55.3195853576" StarRating="4" HotelCode="935064|1254388" HotelName="New Black Stone Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, Behind Commercial Bank Building, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/405298/405298a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.60" OriginalAmount="33.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260462971097" Longitude="55.326613516891" StarRating="4" HotelCode="29424|30594" HotelName="Avari Dubai Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 50400, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d5/d5085cedefc7628d/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated at the heart of Dubai in the district of Deira. In a few minutes wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.60" OriginalAmount="33.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262615757775" Longitude="55.319941613423" StarRating="4" HotelCode="935401|2370585" HotelName="Landmark Premier Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 80666, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/eb/20eb81d6137e0dacc6cb5cadd117a1d8c8ca6ec1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.84" OriginalAmount="33.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2599603" Longitude="55.3249884" StarRating="3" HotelCode="|30844" HotelName="Nihal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 14914, AL MAKHTOUM STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/4/4/30844_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and has 70 rooms, The establishment has air-conditioning, a safety deposit box service, lifts, the casino, a conference room, room service and a laundry service (for a fee), Guests can find dining facilities, conference facilities and a car park. SITUATION: Al Maktoum It is in Deira It is in it is 5 kilometres away from Dubai Airport It is situated 2 kilometres away from the city centre. ROOM: The rooms a bathroom, a hairdryer, a satellite or cable television, internet, a mini-bar, a coffee maker, a teapot, a central air-conditioning system and a safety deposit box (available for a fee). FACILITIES: Guests can also find a jacuzzi, a swimming pool and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.95" OriginalAmount="33.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260009386675" Longitude="55.285390466452" StarRating="3" HotelCode="57904|1133828" HotelName="Howard Johnson Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Street, Bur Dubai, Dubai PO Box 30329</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/af/2eaff31864021efb17772b141966b485fb28d937.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on the Khalid Waleed Road opposite the Rashid Harbour. The international...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262735" Longitude="55.294741" StarRating="3" HotelCode="187431|46871" HotelName="Astoria Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, P.O.Box: 457, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/second2/1389672911/7e7dfceb9043c866aebb4aac1a855143.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|16804-22388862/1214887857230622000/30417" HotelName="LANDMARK PLAZA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/917200/917157/6931e4f0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="33.84478" Longitude="-84.36997" StarRating="4" HotelCode="0|9578-22233480/1214887857230622000/31190" HotelName="SAFFRON BOUTIQUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 3300 Peachtree Rd Northeast, ATLANTA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1850000/1845000/1844998/110cb313_b.jpg</HotelPictures>
        <HotelDescription>The Grand Hyatt Atlanta In Buckhead is a 25-story 4 star hotel located 6 miles north of downtown Atlanta, in the heart of the city's premier shopping, dining and entertainment area. Complimentary area shuttle within a 2-mile radius. Located 0.5 miles (0.8 kilometers) from Lenox Square and Phipps Plaza, Grand Hyatt Atlanta in Buckhead offers views in every direction. Amenities include a heated outdoor pool and fitness center with array of cardio machines, weight racks, and free weights. Towels, toiletries, and hair dryers are available in the locker rooms, which also house a sauna and steam room. Meeting/banquet space encompasses 18 meeting rooms, totaling 30,000 square feet (2,787 square meters) and includes a rooftop boardroom with skyline view. A privately owned business center is available around the clock and provides computer rentals, Internet access, and copier/fax machines (surcharge). A courtesy car offers transportation to destinations within a 2-mile (3.2 kilometer) radius of the hotel.

The following fees and deposits are charged by the property at time of service, check-in, or check-out.
Breakfast fee: between USD 15 and USD 40 per person (approximately)
Self parking fee: USD 32 per night (in/out privileges)
Valet parking fee: USD 42 per night (in/out privileges)
Pet fee: USD 100 per pet, per stay (maximum USD 200.00 per stay)&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260554" Longitude="55.324745" StarRating="3" HotelCode="36293|orchid_hotel_13" HotelName="Orchid Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c1/ce/c1ce4d3a682f95cf72273ca907c24772506f9e2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the bell tower in Al Maktoum Street, Deira. It is around 5 km from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26646034085" Longitude="55.294196860119" StarRating="3" HotelCode="59308|st_george_hotel" HotelName="St. George Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, Dubai Creek, Dubai, Al Ras</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/1a/a41ac40dd9f1a3dbbcf1503f668eec19118d7899.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Benyas Road, which is also known as Creek Road, this hotel lies across from Al Ras public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.274697941486" Longitude="55.307187147021" StarRating="1" HotelCode="371043|zaineast_hotel" HotelName="Zain East Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Musallah Road, P.O. Box 171577, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/30/3c30274290f8f4bdb0d49c77bc4dd6ae8ceaa291.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Zaineast Hotel is centrally located in Dubai, walking distance fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.59" OriginalAmount="34.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267076976174" Longitude="55.320061711639" StarRating="4" HotelCode="130160|108452" HotelName="Landmark Hotel Riqqa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al-Jazeera Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/57/5781391a61d396ad/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Riqqa next to Dubai's first shopping centre, Al Ghurair Centre....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.60" OriginalAmount="34.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263811671188" Longitude="55.32684803009" StarRating="4" HotelCode="63753|68554" HotelName="Grand Central Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Street 24c, PO Box 185722, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/07/f4077b5b4e5f86b65f72d77fc0f176a18c15af5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxurious hotel is located on Deira, a few minutes away from Maktoum Bridge, which links Old and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.65" OriginalAmount="34.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26889" Longitude="55.30212" StarRating="1" HotelCode="|235340" HotelName="OYO 329 Down Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street 18 Sabkah Road Near Nasir Sqaure, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/3/4/0/235340_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.73" OriginalAmount="34.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254827129207" Longitude="55.335194317791" StarRating="4" HotelCode="57905|42384" HotelName="Al Jawhara Gardens Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Port Saeed Street, P.O. Box 121711, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/b9/45b929d1f60f3cb7386a315b06080b79f286e532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at the heart of the city of Dubai, just behind the famous city centre shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.84" OriginalAmount="34.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.261102" Longitude="55.325279" StarRating="2" HotelCode="27571|2574615" HotelName="Eureka Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, P.O. Box 64103, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9f/ef/9fef7aad0437663393198737377379ca6cbe61fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai, just a short drive from prime business and entertainment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.84" OriginalAmount="34.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2656249" Longitude="55.3172094" StarRating="4" HotelCode="|121035" HotelName="Landmark Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street, Opposite Al Ghurair Shopping mall</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/0/3/5/121035_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Landmark Grand is rated four stars, has room service and a swimming pool. SITUATION: It is 100 metres away from the metro station of Union and the shopping centre Al Ghurair.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|32512-23058189/1214887857230622000/29726" HotelName="CAPITAL O 246 LANDMARK SUMMIT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14830000/14827100/14827079/0b590045_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2379-22384753/1214887857230622000/31975" HotelName="THE GEORGE HOTEL BY SAFFRON DUBAI CREEK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/521300/521244/707f8694_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.11" OriginalAmount="35.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2681032" Longitude="55.3218655" StarRating="3" HotelCode="|118761" HotelName="Dream Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Muraqabat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/7/6/1/118761_1_1377.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Dream Palace is rated three stars and is ideal for business and holiday stays. The establishment offers guests room service and a business centre. This establishment has 147 rooms and a car park. SITUATION: It is situated close to the commercial district. The establishment is in Deira, FACILITIES: Guests are offered a fitness centre well-equipped.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.31" OriginalAmount="35.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.265771" Longitude="55.321431" StarRating="3" HotelCode="|169140" HotelName="Signature Inn Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/4/0/169140_6e664c00950.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a swimming pool, a restaurant, tourist information and a car hire service. SITUATION: This hotel is in Deira the city centre of 5 kilometres away, you can find Dubai Airport. ROOM: Each room has parquet flooring, an air-conditioning system, a sitting room, a satellite television and a bathroom with a hairdryer. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service, a pub, a nightclub and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.43" OriginalAmount="35.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26537873969" Longitude="55.317395210281" StarRating="4" HotelCode="177181|755245" HotelName="Landmark Grand Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street, P.O. Box 42222, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/0b/3f0baa84f7bae8300e369a6a763152fd3dcf19fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is approximately 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.75" OriginalAmount="35.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2621165" Longitude="55.2921952" StarRating="3" HotelCode="|120175" HotelName="Grand Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/1/7/5/120175_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 2 minutes away from the river, 5 minutes away, you can find Bur Juman the shopping centre. ROOM: The rooms have an air-conditioning system. FACILITIES: The establishment has a car park (free of charge), Regarding the food and beverage offering, there is 4 restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.82" OriginalAmount="35.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.274755644537" Longitude="55.327639093254" StarRating="4" HotelCode="17493|1877585" HotelName="Grand Excelsior Hotel Deira" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street, P.O. Box: 5772, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/f7/aef7e6328b9db0460f0a3b0e7f9a726cff855baa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies on Al Mateena road in the district of Deira just 5 km from the centre of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.89" OriginalAmount="35.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259715140987" Longitude="55.326024647157" StarRating="4" HotelCode="17013|31064" HotelName="Golden Tulip Nihal Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40c Street, Al Rigga, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a1/a189fb3894db50b1/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Al Maktoum Street, this hotel is close to Clock Tower, Creek Golf and Yacht Club, Dubai C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.89" OriginalAmount="35.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263214956902" Longitude="55.320410728455" StarRating="3" HotelCode="21223|31464" HotelName="Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15th Street, PO Box 33382, Al Rigga, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a5/3a/a53a6afa0d2575ceae9f9c1d11a5f0f7ad8cbbc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near Al Rigga Street in Deira, about 3 km from the city centre. Guests will re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.89" OriginalAmount="35.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249137956035" Longitude="55.28312265873" StarRating="4" HotelCode="387139|4866125" HotelName="The Country Club Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mankool Road, Port Rashid Road, Behind New Gold Souk, Bur Dubai, Dubai PO Box 118094</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/fa/acfa4ba95ace47b90e8a7bbbb28b67c5442808f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is ideally located in the centre in the Bur Dubai area, nestled between the imma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|292547-22383379/1214887857230622000/30243" HotelName="LANDMARK PREMIER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9098900/9098862/e96ef4a3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|273863-22233561/1214887857230622000/30397" HotelName="LANDMARK BANIYAS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/897800/897743/f2442e0c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.39" OriginalAmount="36.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2631954" Longitude="55.3205513" StarRating="3" HotelCode="|30843" HotelName="Versailles By Raviz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Street, Al Rigga Road, P.O.BOX 33382, DEIRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/4/3/30843_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2001, with air-conditioning and has 84 rooms, The establishment has a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar, a restaurant and a nightclub. The establishment also offers conference facilities, room service, a laundry service and a car park. SITUATION: Deira It is in 3 kilometres away from the establishment, guests will find the city centre, Al Ghurari Retail City in the surrounding area, clients have 10 minutes away from the establishment, clients can find the airport situated 15 minutes away from the Congress Centre. ROOM: The rooms a bathroom with a hairdryer, a television, a mini-bar, an iron, an ironing board, a safety deposit box (available for a fee) and a central air-conditioning system. FACILITIES: You can find a covered pool and a jacuzzi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.45" OriginalAmount="36.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2699445" Longitude="55.3033916" StarRating="0" HotelCode="|121130" HotelName="Royal Prince Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/1/3/0/121130_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception. SITUATION: It is situated 10 minutes away fromDeira the Market of Baniyas the Square of. ROOM: Customers can find modern rooms with a balcony. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.64" OriginalAmount="36.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252909" Longitude="55.309435" StarRating="4" HotelCode="141981|120182" HotelName="Holiday Inn Bur Dubai - Embassy District" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Hamriya, Khaleed Bin Waleed 20th Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/36/a8360c44ddc7a555921f90f44dddcfc5eeb56ed5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the heart of Dubai, within walking distance of the BurJuman shopping centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.76" OriginalAmount="36.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264732" Longitude="55.3225" StarRating="0" HotelCode="|447617" HotelName="Le Paradise Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 C St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/6/1/7/447617_e5cb38b1613.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.83" OriginalAmount="36.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256638777184" Longitude="55.293119251728" StarRating="3" HotelCode="37485|30864" HotelName="Imperial Suites Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rolla Street, Al Raffa, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/6b/976b8d903e83177293c2c7cce7d9e606f0e0d5b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on Rolla Street, close to Khalid Bin Walid Street and approximately 5 km from the ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.88" OriginalAmount="36.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2565878" Longitude="55.2931573" StarRating="3" HotelCode="|30897" HotelName="Rolla Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 52444, ROLLA STREET, BUR DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/9/7/30897_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, has 152 suites and 7 floors. The establishment has air-conditioning, a safety deposit box service, a cafÃ©, a nightclub, bars and restaurants. The establishment also offers dining facilities, room service and a laundry service. SITUATION: 5 kilometres away from the establishment, guests will findDubai the city centre of in the surrounding area, clients have the fair centre, is situated 15 kilometres away from the airport. ROOM: The establishment has suites with a hairdryer, satellite and cable TV, internet, a mini-bar, a coffee maker, a teapot, an ironing set, a safety deposit box and a central air-conditioning system. FACILITIES: Near the establishment, guests can find sports activities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.89" OriginalAmount="36.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2597492" Longitude="55.3258979" StarRating="4" HotelCode="|28227" HotelName="Golden Tulip Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40C STREET, AL RIGGA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/2/7/28227_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has 135 comfortable rooms, a reception, lifts, a safety deposit box service, restaurants, conference rooms, internet, room service, a laundry service and a car park. SITUATION: This hotel is in Al Maktoum Street. It is close to Deira Clocktower, Creek Golf, Gold Souk and Dubai World Trade Centre the trade fair ground. 15 minutes away from the establishment guests have the airport. ROOM: Each room has a bathroom with a hairdryer, internet, a mini-bar, an ironing set and a safety deposit box (available for a fee). FACILITIES: The establishment has a swimming pool, a jacuzzi and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1323513-22369751/1214887857230622000/29756" HotelName="AAVRI HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/977000/976996/1c3a5967_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9582-22383378/1214887857230622000/31693" HotelName="SUNDAY SUITES EXCELSIOR HOTEL DEIRA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15180000/15170700/15170636/75c7602c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.258495" Longitude="55.3007539" StarRating="2" HotelCode="|443677" HotelName="Al Khoory Inn Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17th Street Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/6/7/7/443677_e491f091324.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263852907432" Longitude="55.325332581997" StarRating="4" HotelCode="13436|holiday_inn_dubaidowntown_dubai" HotelName="Excelsior Hotel Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, P.O. Box 29499, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/97/86/9786ff43df28ea7de77bdb53f5a7d5ceaff8ed1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upscale hotel is located close to Al Rigga Street in the centre of Dubai. The international con...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.19" OriginalAmount="37.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256903" Longitude="55.287244" StarRating="2" HotelCode="|449826" HotelName="Mra Grand " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rolla Street, Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/8/2/6/449826_006fb141408.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.68" OriginalAmount="37.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.104389" Longitude="55.166133" StarRating="2" HotelCode="70872|73124" HotelName="Holiday Inn Express Dubai - Internet City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Knowledge Village, P.O. Box 282647, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/93263/a_93263_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of a major business district in Dubai, incorporating Knowledge Vil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.68" OriginalAmount="37.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242484" Longitude="55.359686" StarRating="2" HotelCode="161349|123054" HotelName="Holiday Inn Express Dubai Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Dubai International Airport Terminal 3, P.O. Box 35257, Umm Ramool, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6e/31/6e3132cec2116103e8f88839b2b958da031ac038.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite Dubai International Airport's Terminal 3. It is just a short walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.68" OriginalAmount="37.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242852" Longitude="55.271732" StarRating="2" HotelCode="888112|93610" HotelName="Holiday Inn Express Dubai - Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Road, P.O. Box 71256, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/41/c1/41c18f6120c90c4dd07b2451ac9c4fe201c9f853.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a convenient base for business and leisure travellers alike, with easy access to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.07" OriginalAmount="37.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.266179094087" Longitude="55.317943096161" StarRating="3" HotelCode="60665|925365" HotelName="Zain International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, Near Union Metro, P.O.Box 14936, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/17/be17b843226719a86ba8973e29e943ddb31060a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located only 5 minutes’ drive from the Gold Souq (gold market) and is walking dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.07" OriginalAmount="37.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.268988271748" Longitude="55.313749862774" StarRating="2" HotelCode="409332|31324" HotelName="Royalton Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Fish Roundabout opposite Al Maktoum Hospital, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/d3/b0d3d45c61e2ba8a580a69f33d5599fe0c41754a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai city, just 10 minutes away from Dubai International Airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.07" OriginalAmount="37.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27415242" Longitude="55.3277168" StarRating="0" HotelCode="957308|2438925" HotelName="City Avenue Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena, Deira, PO Box 83021, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d7/85/d7852715a44943521d211db4fd3c747b40afd8c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|129626-22233563/1214887857230622000/30428" HotelName="LANDMARK RIQQA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2880000/2871000/2870907/55cd9511_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="27.870431" Longitude="34.309599" StarRating="4" HotelCode="0|51205-22383145/1214887857230622000/31615" HotelName="THE PARK HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> El Motelat Street, Om El Sid Hills, SHARM EL SHEIKH, EG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10180000/10175900/10175890/079b3faa_b.jpg</HotelPictures>
        <HotelDescription>This urban hotel is situated just a 10-minute drive from Naama Bay and 14 kilometres from Sharm el Sheikh Airport and offers elegant ambience and convenient services like currency exchange and taxi service to the busy work or leisure travellers. Guests can spend the whole day by the large outdoor swimming pool and enjoy the refreshments served at the poolside snack bar on the sun terrace. Sports enthusiasts can stay in shape at the tennis courts, while those who prefer a more relaxed wellness activity will appreciate the massage treatments available within the complex. For a stunning bonus to all the standard features any respectable hotel should offer, this one has a beautiful garden, complete with a mini zoo, an Egyptian farm and a bazaar, where guests can immerse themselves into the local arts and crafts and find lovely souvenirs to remind them of their vacation.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|64077-22233506/1214887857230622000/31734" HotelName="GRAND CENTRAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4300000/4290800/4290737/643a5baf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2048493" Longitude="55.2707828" StarRating="0" HotelCode="469999|deema_hotel" HotelName="Deema Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, Opposite Palm Deira Metro Station, Near Hyatt Regency, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/6d/786de5a6460afc233cde31690353a577bc4f21fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.42" OriginalAmount="38.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.250809427503" Longitude="55.291957855225" StarRating="3" HotelCode="165581|141584" HotelName="Citymax Hotel Bur Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, Mankhool Road, Al Mankhool, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/8b/198b9a1cfa1d4c7842d183505276b04c54e2bb04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of Dubai. Its setting is especially ideal for business tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.81" OriginalAmount="38.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263331" Longitude="55.318133" StarRating="3" HotelCode="14183|1865748" HotelName="Lavender Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Jazira Street, 40b Street, PB 2786, Al Rigga, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16457/a_16457_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the shopping district, near the Al Ghurair centre. The river c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.92" OriginalAmount="38.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11152527495" Longitude="55.203422390213" StarRating="4" HotelCode="176180|631365" HotelName="Grand Excelsior Hotel Al Barsha" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Barsha 1, Near Mall Of The Emirates, Dubai 214343</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f3/f7/f3f7421422c6b3a836d044d40c1421024df9e78a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.05" OriginalAmount="38.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.278531" Longitude="55.313779" StarRating="3" HotelCode="178568|651665" HotelName="Fortune Pearl Hotel Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Khattab Road, After Naif Signal and behind Al Baraha, P.O. Box 98661, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a5/a566beb349c8bf81/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1413940-27573974/1214887857230622000/21326" HotelName="RAHA GRAND HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103780000/103778500/103778407/2ad4b05f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1401968-26601859/1214887857230622000/28047" HotelName="KINGSGATE CANAL - BY MILLENNIUM, DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64630000/64626600/64626575/0b58dc01_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.31" OriginalAmount="39.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264651" Longitude="55.318562" StarRating="4" HotelCode="26672|2279465" HotelName="Lotus Grand Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jazeira street, Al Rigga street, P.O.Box 128455, Al Muraqqabat, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/cb/5dcb6948bc4ef4e0961b21ce96b6e9d683798472.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Al Jazeera Street, between Al Maktoum Street and Al Rigga Street. It is jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.52" OriginalAmount="39.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25681" Longitude="55.29828" StarRating="4" HotelCode="|185957" HotelName="Orchid Vue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1a Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/9/5/7/185957_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.57" OriginalAmount="39.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26979425" Longitude="55.31141643" StarRating="0" HotelCode="621924|5006655" HotelName="Trans World Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Makhtoum Road</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/23/36/2336c458817790955ff5d1f78d4eb7b8ae4ae62d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.60" OriginalAmount="39.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2827075" Longitude="55.3164349" StarRating="3" HotelCode="|87309" HotelName="Sun &amp; Sands Sea View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al-Khaleej Road Near Al Baraha Hospital</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/0/9/87309_82458a31206.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.61" OriginalAmount="39.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.277229993558" Longitude="55.347455139882" StarRating="4" HotelCode="337418|919965" HotelName="Abjad Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>P.O Box 21969, Opposite Abu Hail Metro Station, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/64/9364e99b687c6c55c587b172268e09d8c26ab073.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Abu Hail Road in the Deira district close to the Galadai roundabout. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.65" OriginalAmount="39.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2691696" Longitude="55.3066273" StarRating="3" HotelCode="|87908" HotelName="GSS Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Nasr Square,Besides Baniyas Square Metro Station</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/0/8/87908_8d3e52d1041.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a swimming pool, a sauna, a gym and a nightclub. The establishment also offers WiFi (free of charge). SITUATION: Is situated inDubai the centre of next to the property, you can find Baniyas Square the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23157461304" Longitude="55.270680708446" StarRating="3" HotelCode="263794|55046" HotelName="Al Khoory Executive Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Wasl Road, P.O. Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/ea/97ea5ac8addd3171f90973f8624f517b786f83dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263005" Longitude="55.297566" StarRating="2" HotelCode="299506|201562" HotelName="Sun City International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, 6 Kms. from Dubai International Airport, Near Dubai Museum, Near Meena Bazaar, Bur Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/6c/e06c83d02b6d6a83f4cace6fd88f9b7098e4f416.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to the old souk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.20" OriginalAmount="40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.282650724145" Longitude="55.316512690807" StarRating="3" HotelCode="199613|41384" HotelName="Sun And Sands Sea View Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, Near Al Baraha Hospital, PO Box 93499, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/eb/c1eb49a4964443383ace417a09eb7d4bf8d3812e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260928" Longitude="55.323015" StarRating="3" HotelCode="27572|mayfair_hotel" HotelName="Mayfair Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Al Buteen, P.O. Box 33315, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fc/62/fc6262082ef0bbcadf006029dfd12f3fcaa4d68f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Deira, the main commercial district of Dubai. The Clock Tower, Al Ghurair s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26942845" Longitude="55.30018142" StarRating="1" HotelCode="649121|maaeen_hotel" HotelName="Maaeen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Street, Near Deira Gold Souq, murshid Souq, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/d1/fad1258f8aa03a73704f7066edd6e1b9aa21d122.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.23" OriginalAmount="40.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.258501781256" Longitude="55.322693288326" StarRating="4" HotelCode="152073|1512708" HotelName="Pearl Park Inn Deluxe Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17th Street, Riggat Al Buteen Street, Deira, Dubai 126012</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/215144/a_215144_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Deira, Dubai's bustling business district, this hotel is also strategically ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.24" OriginalAmount="40.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.235299770465" Longitude="55.279484932541" StarRating="3" HotelCode="36292|31344" HotelName="Chelsea Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Nightclub,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd December Street 237, Satwa, P.O. Box 24621, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/37/7a3768739ba03e648970e751652e0e2262849e00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the city of Dubai, near the International Exhibition Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.24" OriginalAmount="40.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26341386199" Longitude="55.313678383827" StarRating="2" HotelCode="68507|31194" HotelName="Panorama Deira Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 181211, Omar Bin Al Khatab Road, Opposite Al Ghurair shopping mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f5/6df5d1878c360739c34987c49d64bd28272daa46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the heart of Dubai. Dubai creek is some 2 km away. Many shopping areas and busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.26" OriginalAmount="40.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256551" Longitude="55.29809" StarRating="4" HotelCode="308099|1254448" HotelName="Orchid Vue Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1a Street Bur Dubai, P.O. Box 185170, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/9a/5d9a30dd94f17bcec27df542118a2d6210cb5777.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.51" OriginalAmount="40.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2625648" Longitude="55.2964432" StarRating="0" HotelCode="|87981" HotelName="Sun City International" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Near Dubai Museum, Al Fahidi Street, Bur Dubai, Near Meena Bazaar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/8/1/87981_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 300 metres away from the Dubai Museum and the bazaar. ROOM: Each room has an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.60" OriginalAmount="40.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259345945566" Longitude="55.287301540375" StarRating="3" HotelCode="337420|31164" HotelName="Palm Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Computer street, Khalid Bin Al Waleed Road, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/55/58557a201409becd4960c9deebb6252fe463b0fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Khalid Bin Walid Street in Bur Dubai, this hotel lies within a short distance of the Worl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.94" OriginalAmount="40.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264083" Longitude="55.322115" StarRating="4" HotelCode="|119326" HotelName="GRAND MOOV" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/3/2/6/119326_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.03" OriginalAmount="40.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.24229990427" Longitude="55.298124851521" StarRating="3" HotelCode="59310|42264" HotelName="Fortune Karama Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Karama, P.O. Box 49185, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/45/f445e46192142be20f071f18365a83f3a190bcd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Karma. Dubai airport lies within easy reach of the hotel. The hotel'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.04" OriginalAmount="40.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25568" Longitude="55.301689" StarRating="4" HotelCode="305119|1070898" HotelName="Raviz Center Point" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Al Waleed Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/b0/f5b01a1166ebf0bb563a7683b285d7c52c11f541.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.22" OriginalAmount="40.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26163563647" Longitude="55.324184267347" StarRating="3" HotelCode="74091|2502975" HotelName="Sadaf Delmon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street 36A, Al Riqqa, Deira, Behind Taj Hotel, P.O. Box: 63935, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/d5/f1d56ac0d6de45ac9cc3919c45e212b90841c0a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in Deira, just off Rigga Road and is situated close to the major retail and entert...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|614601-25777457/1214887857230622000/19763" HotelName="SIGNATURE INN DEIRA DUBÁI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/31000000/30550000/30549700/30549665/w2880h2159x0y1-b876cac0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1311260-27073539/1214887857230622000/31016" HotelName="PEARL SWISS HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75190000/75189400/75189394/4c844d15_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="0" HotelCode="646998|oyo_157_al_khaima_hotel" HotelName="Al Khaima Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street 33, Al Sabkha PO Box 120135, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/a6/f8a6f58956d1129aea715a0132d0072d54ec8bbe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.28" OriginalAmount="41.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.275843878152" Longitude="55.315854373016" StarRating="4" HotelCode="163665|130224" HotelName="Fortune Grand Hotel, Deira, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Khattab Road, Naif Junction, P.O. Box 98661, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/47/c7/47c76090bfac86d0b3b207896af1fa2211a457d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is well located, occupying a prime city centre location in the heart of Dubai, close to Ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.39" OriginalAmount="41.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259254696178" Longitude="55.291703485378" StarRating="4" HotelCode="42786|30584" HotelName="Ascot Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, Bur Dubai, 115160, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/7e/887e916123975be5a9bef557b8d7bd6dfabcce5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location of the hotel has made it an ideal base from where guests can explore and work. Built in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.42" OriginalAmount="41.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2354282" Longitude="55.2794057" StarRating="3" HotelCode="|120189" HotelName="The Luxe Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Diyafah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/1/8/9/120189_b1e85440921.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 8 restaurants, bars, a gym, a steam bath, a sauna and an outdoor pool with a terrace. SITUATION: It is inBur Dubai the district of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.47" OriginalAmount="41.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2421435" Longitude="55.3596655" StarRating="2" HotelCode="|80456" HotelName="Holiday Inn Express Dubai Airport, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Oppo Dubai Int'l Airport Terminal 3, Umm Ramool</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/5/6/80456_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 381 rooms a transfer service to, the airport, (free of charge), The establishment boasts 5 meeting rooms and a gym. SITUATION: This hotel is 2 minutes away from the airport, 500 metres away, guests can find the metro station. ROOM: All the rooms have a television, a coffee maker, a kettle and internet (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.74" OriginalAmount="41.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27616211" Longitude="55.31037003" StarRating="3" HotelCode="447065|2151925" HotelName="Al Farej Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Fareej Al Murarr Opposite Delhi Restaurant, Near Al Futtaim Mosque, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/28/b3283dc710c86e97b00303fcf9c6da24815464dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.97" OriginalAmount="41.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25707038" Longitude="55.28998453" StarRating="4" HotelCode="834318|2325045" HotelName="Jacob's Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Rolla Street 316, Raffa, Burdubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/ba/2fbad1c26417af2dbd967d42b2e2cb8f89a1ca5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.07" OriginalAmount="41.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267860484791" Longitude="55.304746896525" StarRating="4" HotelCode="531372|1968625" HotelName="Best Western Plus Pearl Creek Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Massage Centre,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, P.O. Box 83163, Deira Creek, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/3c/1a3c16725ac3c5c1155a86281016e0b62e6581e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai. Its setting is especially ideal for business travellers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.11" OriginalAmount="41.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.211272017644" Longitude="55.27412044373" StarRating="4" HotelCode="317014|1467118" HotelName="Emirates Grand Hotel Apartments" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Trade Center 1, PO Box 116957, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/aa/0f/aa0f2286feaeed2a2a44342a3854649506d0f68e.WEBP</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="43.26" OriginalAmount="42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.13681" Longitude="-120.6417" StarRating="3" HotelCode="0|417620-25207668/1214887857230622000/19656" HotelName="AL KHALEEJ GRAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>100 OCEAN VIEW AVE, PISMO BEACH, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15480000/15473000/15472935/5e809904_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    SeaVenture Resort &amp;amp; Restaurant is located on the beach in central Pismo Beach, close to Pismo Beach Pier, North Beach Campground, and Monarch Butterfly Grove. Other points of interest near this spa hotel include Pismo Beach Prime Outlets and Pismo Beach Golf Course.    Hotel Features.   Recreational amenities include a spa tub. This 3-star property offers small meeting rooms, audiovisual equipment, and business services. Complimentary wireless and wired high-speed Internet access is available in public areas. This Pismo Beach property has event space consisting of banquet facilities and conference/meeting rooms. A bar/lounge is open for drinks. The hotel serves continental breakfasts (surcharges apply). Guest parking is complimentary. Wedding services and concierge services are available. Additional property amenities include barbecue grills, gift shops/newsstands, and coffee/tea in the lobby. This is a smoke-free property.    Guestrooms.     50 guestrooms at SeaVenture Resort &amp;amp; Restaurant feature fireplaces and minibars. Accommodations include refrigerators and coffee/tea makers. Bathrooms feature bathrobes, complimentary toiletries, and hair dryers. Wireless Internet access is complimentary. In addition to complimentary weekday newspapers, guestrooms offer direct-dial phones with voice mail. Televisions have pay movies. Also included are CD players and ceiling fans. Guests may request hypo-allergenic bedding and wake-up calls. Housekeeping is available daily.     Room Info:       Notifications and Fees:          Unless otherwise indicated, the charges below are not included in the overall room price. If not included in the overall room price, they will be charged by the property at check-in or check-out. Charges can vary, for example, based on length of stay or the room you book. This property told us they will charge you for the following:   Resort fee: USD 7 per accommodation, per night  Hotel resort fee inclusions (may be listed elsewhere in this description as complimentary or available for a surcharge):  Spa tub access  Business center/computer access  Internet access (may be limited)  Newspaper  In-room coffee  In-room bottled water  Parking  Additional inclusions  We have included all charges provided to us by the property. However, charges can vary, for example, based on length of stay or the room you book.  The following fees and deposits are charged by the property at time of service, check-in, or check-out.     Continental breakfast fee: USD 5 per person (approximately)     The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation.     Property Information:  Pets not allowed   Check-out time is noon  Check-in time starts at 4 PM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="43.26" OriginalAmount="42" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|16806-23058185/1214887857230622000/30418" HotelName="LAVENDER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11640000/11638600/11638533/575e10b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="43.26" OriginalAmount="42" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1277264-27713588/1214887857230622000/31815" HotelName="GRAND KINGSGATE WATERFRONT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71150000/71143500/71143500/42f85bff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="43.26" OriginalAmount="42" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|138974-22233953/1214887857230622000/32167" HotelName="ZAIN INTERNATIONAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9990000/9988400/9988389/ee28ea85_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="43.26" OriginalAmount="42" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|172365-22233486/1214887857230622000/32348" HotelName="FORTUNE PEARL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5190000/5183100/5183023/731cc417_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269131" Longitude="55.306629" StarRating="3" HotelCode="70470|sandras_inn" HotelName="Sandras Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Near Baniyas Square Metro Station, P.O.Box 5062, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/cf/9dcf20a699b93b6a066dc14fe078b6df0408e305.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.41" OriginalAmount="42.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260078520183" Longitude="55.291220247746" StarRating="3" HotelCode="56924|30524" HotelName="Admiral Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, Al Nahdha Street, P.O. Box: 26888, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/5e/3b5ee2b5d64d3bbc9b8a650b5c547dc1da2507c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on Al Nahda Street at the heart of Dubai, close to the commercial, business and shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.41" OriginalAmount="42.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.274438" Longitude="55.315297" StarRating="3" HotelCode="66871|1039795" HotelName="Fortune Hotel Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Khattab Road, Deira, Dubai 49185</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/51/f7510f7cd8069fb15de16679b4ff698d9bf4d9f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai, near to Fish Roundabout.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.41" OriginalAmount="42.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23711464" Longitude="55.30982997" StarRating="4" HotelCode="752298|2236255" HotelName="Roda Links Al Nasr" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10th Street, Oud Metha, Bur Dubai, P.O. Box 43490, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/26/b6/26b67f014ff342bcfc48cbf60ac9e2cd6547b243.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dubai, this hotel is ideal.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.41" OriginalAmount="42.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.219755" Longitude="55.323653" StarRating="3" HotelCode="935102|1041038" HotelName="Reflections Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jaddaf 1, P.O. Box: 30531, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/38/385066/385066a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.44" OriginalAmount="42.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2617783" Longitude="55.3241404" StarRating="3" HotelCode="|88279" HotelName="Sadaf Delmon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/8/2/7/9/88279_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.52" OriginalAmount="42.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270122" Longitude="55.305291" StarRating="0" HotelCode="|471673" HotelName="Three 888 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Burj St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/6/7/3/471673_54e7ee61204.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.55" OriginalAmount="42.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.24997" Longitude="55.2819" StarRating="3" HotelCode="901868|121224" HotelName="Smana Hotel Al Raffa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>AL Mina Road, P.O. Box 49789, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/57/c15711234156bde9a59cd7e927bdb892e04fcd5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is near a beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.63" OriginalAmount="42.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11269883558" Longitude="55.190126897233" StarRating="4" HotelCode="42919|71094" HotelName="Golden Tulip Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Next to Sharaf DG Metro Station, Al Barsha 1, P.O. Box 125962, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/14/20/142016a9ae3b0e874e9e818f7da5008162ce5d2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Al Barsha, the newest development in Dubai on the edges of the Sheikh Zayee...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.85" OriginalAmount="42.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23671" Longitude="55.309996" StarRating="4" HotelCode="|371801" HotelName="Gulf Inn Al Nasr " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10th Street, Oud Metha, Bur dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/1/8/0/1/371801_5cc09151500.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.98" OriginalAmount="42.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260514" Longitude="55.291296" StarRating="3" HotelCode="|163154" HotelName="Gateway" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL NAHDA STREET, KHALID BIN WALID ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/1/5/4/163154_7340cea1759.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has modern standard rooms, WiFi, a swimming pool, a spa, a sauna and a hamman. SITUATION: This hotel Dubai it is in 5 minutes away from the establishment, you can find the metro station, is situated 4 kilometres away from the exhibition centre, el Museo de DubÃ¡i 700 metres away, guests have 7 kilometres away, you can find Dubai Airport. ROOM: Each room has a television, an air-conditioning system, a mini-bar, a courtesy tea and coffee service, a fridge, a bathroom with a bath, a hairdryer and complimentary bathroom items. FACILITIES: Guests are offered a fitness centre, tourist information, ticket sales, a living room and a indoor car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.22" OriginalAmount="42.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2706759" Longitude="55.3159479" StarRating="0" HotelCode="|87867" HotelName="Oriental Corner Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Alkhatab Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/6/7/87867_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: Aparthotel small and great value. SITUATION: Is situated in an excellent location. ROOM: The establishment has simple, comfortable rooms and modern. They have a small kitchen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260348496035" Longitude="55.291351583992" StarRating="3" HotelCode="935337|53583" HotelName="Gateway Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nahdha Street, Khalid Bin Al Waleed Road, Al Souqe Al Kabeer, Bur Dubai, Dubai P.O. Box 125448</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/55/f355c1db1d3cf5316ea484c0a33678f9b6218f81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located in the heart of Dubai. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23316423" Longitude="55.32089902" StarRating="4" HotelCode="951190|402565" HotelName="Novotel Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Healthcare City, Umm Hurair 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/65/3f65c2dae5ae3f4578bfe82bb072f6593334ca39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270654" Longitude="55.316014" StarRating="3" HotelCode="94765|201651" HotelName="Oriental Palace Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al-Khattab Road, P.O.Box: 42440, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/325997/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a prestigious and strategic location in the centre of Dubai, next to the trade and tou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|32813-25216358/1214887857230622000/27429" HotelName="MARCO POLO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1220000/1210400/1210393/4fb150f1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|535466-25691296/1214887857230622000/27679" HotelName="AL KHOORY INN, BUR DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21910000/21902500/21902448/f5711497_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|23375-25211683/1214887857230622000/27801" HotelName="OYO 367 EUREKA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1730000/1722900/1722824/f8cb791e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|156995-22388854/1214887857230622000/30159" HotelName="CITYMAX BUR DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4310000/4304800/4304754/1a90cf84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.41" OriginalAmount="43.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27591" Longitude="55.31559" StarRating="4" HotelCode="|119873" HotelName="Fortune Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OMAR BIN AL KHATTAB ROAD, DEIRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/8/7/3/119873_404d7bc2108.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is close to the Hor Al Anz Este shopping centre, restaurants and the beach. The hotel is in the heart of Dubai, 15 minutes away from World Trade Center, Dubai Creek, Gold Souk and the tourist attractions. HOTEL: The hotel offers a hall with a reception, a safety deposit box service, a currency exchange service, a lift, a business centre, a swimming pool, a gym and WiFi (free of charge). The establishment boasts a kiosk, coffee pot, room service and a laundry service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.48" OriginalAmount="43.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.108951455085" Longitude="55.203616397484" StarRating="4" HotelCode="160818|2608225" HotelName="Ramada by Wyndham Chelsea Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/f2/c7f2da08ce83ce0eb4422a81094d6721d8ddf76e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just off Sheikh Zayed Road, the city hotel is one of the few hotels near the Mall of the Emi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.67" OriginalAmount="43.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.276179" Longitude="55.310341" StarRating="3" HotelCode="|215755" HotelName="Royal Tulip" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Murar, Dubai - Opposite Delhi Restaurant, Behind Al Futaim Mosque</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/7/5/5/215755_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.69" OriginalAmount="43.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252439125326" Longitude="55.33562284497" StarRating="4" HotelCode="160523|651625" HotelName="Halo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Garhoud Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/67/4e6784c3ecb4a4aca73fbb472e4ac4f8d81fbc99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the Deira district known as 'the heart of Dubai', just five minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.71" OriginalAmount="43.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.250882205129" Longitude="55.292306542397" StarRating="4" HotelCode="57062|45364" HotelName="Grand Excelsior Hotel Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Road, Al Mankhool Area, Bur Dubai 121545, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/8d/ee8d5961ccf3fba1ec5e159ebd7a7a841b79210f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, modern hotel is located at the heart of Bur Dubai, a first-class residential district....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.79" OriginalAmount="43.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.109534855178" Longitude="55.202957857637" StarRating="3" HotelCode="100073|89688" HotelName="Grandeur Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23rd Street, Behind the Mall of Emirates, P.O.Box: 282429, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/cb/17cbc347cacd10cd5cc472ce79bb7c7b15594194.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the Al Barsha area, less than 2 minutes away from the Mall of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.89" OriginalAmount="43.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25896267629" Longitude="55.296933352947" StarRating="3" HotelCode="68873|31474" HotelName="York International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Khaleed Bin Waleed Road, Dubai P.O.Box 82555</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/3e/d73eb485f1c2bc49645995687dc330590130c519.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai's business district. It is 10 minutes from the city centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.92" OriginalAmount="43.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2591412" Longitude="55.2912199" StarRating="4" HotelCode="|53922" HotelName="Ascot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KHALID BIN WALEED ROAD BUR DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/2/2/53922_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 80 rooms, a smart hall and restaurants. SITUATION: This urban hotel is close to the airport, the business area, is situated 2 kilometres away from Dubai Airport. ROOM: The rooms a bathroom, a hairdryer, a direct line telephone, a satellite television, a mini-bar and an air-conditioning system. MEALS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.00" OriginalAmount="43.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267412" Longitude="55.3155299" StarRating="2" HotelCode="|55257" HotelName="Panorama Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OMAR BIN AL KHATTAB ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/7/55257_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 42 rooms, The establishment boasts a lobby with a bureau de change, a restaurant, a laundry service and a car park. SITUATION: It is inDubai the heart of it is 2 kilometres away from Dubai Bay close to the establishment, clients can find shopping areas, business areas and public transport services. close to the establishment, guests have tourist areas situated 8 kilometres away fromDubai Airport. ROOM: They have an individual air-conditioning system, a direct line telephone, a bathroom, a hairdryer, cable television and butler service. They also have a coffee maker, a kettle, an ironing set, a safety deposit box and a mini-bar. It also offers non-smoking rooms. MEALS: Guests can find meal services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.07" OriginalAmount="43.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254909464039" Longitude="55.291912786411" StarRating="4" HotelCode="570584|2159275" HotelName="Omega Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>17-19d Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/604121/604121a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.08" OriginalAmount="43.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242259" Longitude="55.2980535" StarRating="3" HotelCode="|30886" HotelName="Fortune Karama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Karama, Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/8/6/30886_10776290432.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2005, with air-conditioning and has 130 rooms, It also has a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar, conference facilities and WiFi. Our guests can find a club, restaurants, live music performances, room service, a laundry service and a car park. SITUATION: Is situated inAl Karama the heart of close to the establishment, clients can find Dubai Airport. ROOM: The rooms a bathroom with a hairdryer, satellite or cable TV, internet and a mini-bar. They also have a coffee maker, a teapot, an iron, an ironing board, an air-conditioning system and a safety deposit box (available for a fee). FACILITIES: The establishment has a beauty centre, a covered swimming pool, a massage service and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.10" OriginalAmount="43.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27686822" Longitude="55.34995547" StarRating="3" HotelCode="850564|2292325" HotelName="Studio M Arabian Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Ittihad Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/643837/643837a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.14" OriginalAmount="43.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.114409261513" Longitude="55.202254843015" StarRating="3" HotelCode="882889|2358165" HotelName="Citymax Hotel Al Barsha" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Plot 3731298, Al Barsha Road, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/d2/03d2d336db31ae6eabf5b68d63649e65d2e0a737.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.18" OriginalAmount="43.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1116649" Longitude="55.2034116" StarRating="4" HotelCode="|82692" HotelName="Grand Excelsior  Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Near Mall Of The Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/9/2/82692_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, has 230 rooms and suites. The establishment has restaurants, leisure activities, a gym and a business area. SITUATION: Is situated inNueva DubÃ¡i the heart of near the establishment, guests will find a shopping centre. ROOM: The establishment has superior rooms, king size bed or two beds and a bathroom with a bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|279206-25499506/1214887857230622000/25451" HotelName="AL KHOORY EXECUTIVE AL WASL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5390000/5389700/5389621/41878a53_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|28652-25210041/1214887857230622000/27928" HotelName="ROYAL FALCON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2700000/2696900/2696807/6f110a8e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="45.32" OriginalAmount="44" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2355-27063249/1214887857230622000/30475" HotelName="KNIGHT ARMOUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/114600/114530/981316e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.115483314906" Longitude="55.203811552649" StarRating="3" HotelCode="161006|143596" HotelName="Citymax Hotel Al Barsha At The Mall" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Behind Mall of Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/36/6536e87f84aa7a6e9c9018179ac1212946a9917b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to business districts and the Dubai Metro, this hotel is convenient for business trave...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="0" HotelCode="818321|al_karnak_hotel" HotelName="Al Karnak Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Naif Road</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/87/bc87f70fcaa04bea182ee1711c4f1d4785e44efa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.48" OriginalAmount="44.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.220564125965" Longitude="55.328028202057" StarRating="3" HotelCode="58748|56234" HotelName="Arabian Park Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jadaf Street, PO Box 122382, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/01/790129f60fbbaacd99083600b53c5a2b095c67fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated, the hotel is a short drive from Dubai International Airport, while also offering q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.58" OriginalAmount="44.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.255346172745" Longitude="55.284962241734" StarRating="4" HotelCode="21507|31364" HotelName="Hotel Sea View" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mina Road, Opposite to Dubai Customs Building, P.O. Box 52700, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/bc/79bcbd251968044611896d776e0e8350bbeee921.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is approximately 4 km from WTC and Burjaman Shopping Mall is just 15 minutes' walk a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.58" OriginalAmount="44.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270629723175" Longitude="55.321815559525" StarRating="4" HotelCode="38651|2552675" HotelName="Ramada Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, P.O. Box 42222, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/81/108182ffea6a83d67e7ba3cbc696f5ff2403a522.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies close to Dubai Creek and Salah Al Din Metro (just outside the main entrance), providi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.58" OriginalAmount="44.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262718" Longitude="55.326174" StarRating="4" HotelCode="59001|43484" HotelName="Avenue Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, P.O. Box 182244, Dubai, Deira</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9a/e5/9ae5453d0f505a171f71aeb028a4e03312fe2933.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a deluxe hotel located in Al Rigga Street in the district of Deira, only 100 m away from Al ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.02" OriginalAmount="44.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2593577" Longitude="55.2932375" StarRating="2" HotelCode="|55263" HotelName="Rush Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KHALID BIN WALID ROAD BUR DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/6/3/55263_209199e1512.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 140 rooms a lobby, dining rooms, room service and a laundry service. SITUATION: Bur Dubai It is in the establishment, is in the business area, 10 minutes away, guests can find the airport, Clients can also find the exhibition centre and the commercial area. ROOM: The rooms have a mini-bar, a hairdryer, a safe, an ironing set and an individual air-conditioning system. MEALS: In front of the establishment, customers can find a coffee shop.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.04" OriginalAmount="44.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2197487" Longitude="55.3268176" StarRating="3" HotelCode="|33037" HotelName="Arabian Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Jaddaf Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/0/3/7/33037_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel great value, is ideal for holidays or business trips and has a bar and a restaurant. SITUATION: This hotel is close to Dubai Airport. Near the establishment, you will find Dubai World Trade Centre 20 minutes away from the establishment clients have a beach. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, internet, a coffee maker, a kettle, individual air-conditioning and a safety deposit box. FACILITIES: The establishment has a spa, a gym, a swimming pool with salt water and a terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.19" OriginalAmount="44.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248354370056" Longitude="55.296726822853" StarRating="4" HotelCode="119244|1623098" HotelName="Al Manar Grand Hotel Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait street, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/95/7295de7330817ac7c63e2712a7073a0e9296cb73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the renowned Bur Dubai Al Kuwait Street, 1 km away from the Burjuman Centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.20" OriginalAmount="44.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2553779" Longitude="55.2847082" StarRating="4" HotelCode="|87922" HotelName="Sea View Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mina Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/2/2/87922_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Sea View is rated four stars. The establishment offers guests a transfer service to Jumeirah Beach, a spa, a gym and a terrace on the rooftop.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="46.35" OriginalAmount="45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|23384-25212228/1214887857230622000/27122" HotelName="LUXE AVENUE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5240000/5239900/5239808/3136fbff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="46.35" OriginalAmount="45" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|397409-22367912/1214887857230622000/29707" HotelName="AL FAREJ" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16310000/16302200/16302167/7a65daf8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.36" OriginalAmount="45.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264335" Longitude="55.3196" StarRating="0" HotelCode="|446646" HotelName="Pearl Swiss" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road. Behind Commercial Bank Building</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/6/4/6/446646_34df9ef1244.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.42" OriginalAmount="45.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.265026921701" Longitude="55.322154164314" StarRating="4" HotelCode="55033|41784" HotelName="Flora Grand Hotel" Meals="BED &amp; BREAKFAST,FULL BOARD,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, Dubai 120328</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/e7/9be7ebfb25f1c2a11ee0e2ed8132d4067d71f85e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel lies in Deira, parallel to the Al Riqqa Road, close to the business and commerci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.48" OriginalAmount="45.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2656237" Longitude="55.3157399" StarRating="4" HotelCode="|30863" HotelName="Lotus Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL RIGGA ROAD,P.O.BOX 63833</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/6/3/30863_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel and has 101 air-conditioning rooms, a safety deposit box service, a currency exchange service, a lift, a conference centre and dining facilities. The establishment also offers WiFi, room service, a laundry service and a car park. SITUATION: Is situated inAl Jazeera the street nearby, you will find a golf course, the marina, is 4 kilometres away from Dubai Airport. ROOM: Each room has a bathroom with a hairdryer, a central air-conditioning system, satellite and cable television, internet, a mini-bar, a coffee maker, a teapot, an iron and an ironing board. FACILITIES: The establishment has a swimming pool, jacuzzis and a covered pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.79" OriginalAmount="45.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270519" Longitude="55.3214008" StarRating="4" HotelCode="|121127" HotelName="Ramada By Wyndham Dubai Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/1/2/7/121127_3984f750917.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is next to Salahuddin the underground station of 15 minutes away, you can find Dubai Airport. FACILITIES: The establishment boasts a swimming pool, a gym and a restaurant. Regarding the food and beverage offering, there is a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.89" OriginalAmount="45.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270588781271" Longitude="55.32701164484" StarRating="5" HotelCode="32629|31264" HotelName="Crowne Plaza Dubai Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Deira, Dubai 8668</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/22/68/2268e079bea07262aebda4ac2e810a2bbd3ab9b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located in the business and shopping district of Dubai, on Al Din Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.93" OriginalAmount="45.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254983" Longitude="55.291802" StarRating="4" HotelCode="|218221" HotelName="Omega" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Road, Bur Dubai N/A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/2/2/1/218221_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.95" OriginalAmount="45.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.099745408931" Longitude="55.178775894512" StarRating="4" HotelCode="212011|2264035" HotelName="Golden Tulip Media Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tecom, P.O. Box 502682, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/cc/b8ccb1528a5990e4ff60a0134df7ee1f0ce535da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.11" OriginalAmount="45.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.274371" Longitude="55.298274" StarRating="3" HotelCode="|445331" HotelName="Ibis Styles Dubai Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Maitha Plaza, Al Khaleej Road 110, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/3/3/1/445331_85171cc1113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.24" OriginalAmount="45.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269696" Longitude="55.311773" StarRating="3" HotelCode="|482138" HotelName="Trans World L.L.C" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Makhtoum Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/1/3/8/482138_192463a1349.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|443990-4768712/1214887857230622000/12423" HotelName="BEST WESTERN PLUS PEARL CREEK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17340000/17333700/17333665/113842ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1337785-25327261/1214887857230622000/20448" HotelName="PEARL EXECUTIVE HOTEL APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3190000/3181100/3181052/c352fb9e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|865939-26076823/1214887857230622000/26508" HotelName="URBAN AL KHOORY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45480000/45470800/45470766/c6002c2c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|614992-22299164/1214887857230622000/30429" HotelName="JACOB'S GARDEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32080000/32071300/32071216/1b172043_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23378-22233609/1214887857230622000/30698" HotelName="ORCHID" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111940000/111932400/111932336/b33d82d5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|615309-22233946/1214887857230622000/31844" HotelName="THE LEELA HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/55000000/54300000/54292500/54292500/76c4e7a2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.257122793309" Longitude="55.293302877315" StarRating="4" HotelCode="933777|raintree_rolla_hotel_" HotelName="Raintree Hotel Rolla - Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Rolla Road, P.O. Box 5855, Garhoud, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/71/cf71959b039f7411e1f4cbcec520f5343d3ee314.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled in the heart of Bur Dubai, the hotel is an ideal spot from which to discover Dubai. From her...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.46" OriginalAmount="46.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.211428" Longitude="55.274127" StarRating="0" HotelCode="|186070" HotelName="Sunday Mega " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Trade Centr</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/7/0/186070_567c4f51830.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.48" OriginalAmount="46.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.074865105404" Longitude="55.145336970569" StarRating="4" HotelCode="936774|1244848" HotelName="Armada BlueBay Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Armada Towers, Jumeirah Lakes Towers, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5a/3a/5a3a5731938a7077c1e4154de66cb975bf5f08e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.75" OriginalAmount="46.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270027" Longitude="55.331013" StarRating="4" HotelCode="32310|2583535" HotelName="Ramada Plaza by Wyndham Dubai Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 81877, Beside Abu Baker Al Siddique Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/0c/d20cc48d18af56eef67b5271eae0406ab2042de3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the city of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.75" OriginalAmount="46.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26180678619" Longitude="55.31964545105" StarRating="5" HotelCode="59220|31084" HotelName="Carlton Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Street, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/ef/f6efaf67d45c70d1cec982fd9ce8e18179fbf241.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on the prestigious Al Maktoum Street close to Jumeirah Beach at the hea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.75" OriginalAmount="46.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.24294395151" Longitude="55.275583947314" StarRating="4" HotelCode="119228|119872" HotelName="Mercure Gold Hotel Al Mina Road Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, P.O. Box 66431, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/34/82347914c204d50ef34968e1f906e1e2f948ce42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The contemporary hotel is centrally located on Al Mina Road, in close proximity to Sheikh Zayed Road...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.19" OriginalAmount="46.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09967" Longitude="55.178809" StarRating="4" HotelCode="|166011" HotelName="Golden Tulip Media" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Barsha Heights</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/1/1/166011_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 158 standard rooms. SITUATION: This establishment is in Dubai 6 kilometres away, you can find Dubai city centre. Close to el Centro de Prensa de Dubai el Centro de Internet Dubai Knowledge Village ROOM: The establishment has studios, one and two bedroom apartments with an air-conditioning system, WiFi, a satellite television, a safety deposit box, a kitchen, a sitting room and a marble bathroom. FACILITIES: Guests are offered a restaurant, a health club, a gym, a sauna, a Turkish bath, a covered swimming pool and a swimming pool. The establishment also offers a games room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.39" OriginalAmount="46.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2428483" Longitude="55.2755843" StarRating="4" HotelCode="|118691" HotelName="Mercure Gold Al Mina Road Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road Bur Dubai, P O Box 66431, BUR DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/6/9/1/118691_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2009 and has 184 standard rooms. The establishment has 2 meeting rooms, audiovisual equipment, a business centre, a lobby, express check-out and a reception. It also has air-conditioning, a safety deposit box service and a lift. With regards to the food and beverage offering, the establishment has a bar and a restaurant. The establishment also offers WiFi, room service and a laundry service. SITUATION: This modern hotel is in Al Mina Road, close to Sheikh Zayed Road, the convention centre, the shopping centres and Jumeirah Beach. It is 20 minutes away from Dubai Airport. ROOM: The rooms have internet, a direct line telephone, a coffee maker, a kettle, a mini-bar, a satellite television, an air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a swimming pool, a heated swimming pool, a health club and spa treatments (available for a fee). MEALS: Customers have at their disposal a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2324-22375738/1214887857230622000/29709" HotelName="ADMIRAL PLAZA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/526400/526364/67a0144d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|62552-22389183/1214887857230622000/29983" HotelName="FORTUNE DEIRA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9080000/9074500/9074437/w3254h2919x0y47-46cb288e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|146009-22381734/1214887857230622000/30619" HotelName="MONTREAL BARSHA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103910000/103905800/103905789/98b1387d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.2889891" Longitude="-78.6047145" StarRating="4" HotelCode="0|138851-22233520/1214887857230622000/31792" HotelName="GRANDEUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>131 Bud Hawkins Rd., Dunn, 28334, NC, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16630000/16621000/16620981/cb2d35dc_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Inn. Total rooms: 57. Floors: 3. Property description- Behind every great day in Dunn, NC is a great night at our newly renovated Comfort Inn Dunn near I-95 hotel, located minutes away from Shaw University. Fort Bragg is an easy drive down I-95, too. We invite you to take advantage of our great travel-essential amenities like free hot breakfast, free WiFi, access to fax machines and an outdoor pool. You can count on our plush, cozy bedding, TVs, coffee makers, irons and ironing boards to get you rested and ready to take on the day. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program.  Pet accommodation 15.00 USD per night, per pet. Pet limit 35 pounds. A pet deposit of 100.00 USD is required at check-in.  Hotel has been totally renovated and this was completed on July 11th 2015.. Onsite facilities information- ParkingHotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800228-5150. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|172369-22233511/1214887857230622000/31982" HotelName="GRAND EXCELSIOR AL BARSHA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4800000/4794500/4794423/0a382fa9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|31711-22388871/1214887857230622000/32025" HotelName="YORK INTERNATIONAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/79000000/78630000/78621800/78621714/a561d176_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262706" Longitude="55.322213" StarRating="3" HotelCode="332550|al_sarab_hotel_" HotelName="Al Sarab Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Lounge,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street, PO Box: 113330, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/a0/98a0abf3fffcb46dd365fe04c03527f7cc73d08d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.66" OriginalAmount="47.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2588807" Longitude="55.3225473" StarRating="4" HotelCode="|119774" HotelName="Xclusive Clover Creek Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RIGGA AL BUTEEN ROAD, CLOCK TOWER DEIRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/7/7/4/119774_general.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel has air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a restaurant, conference facilities, WiFi, room service and a laundry service. SITUATION: Is situated inDeira the heart of Close to Dubai Creek Cove markets. it is 7 kilometres away from Dubai Airport. ROOM: The rooms have an air-conditioning system, a bathroom with a shower, a bath, a hairdryer, a double bed, rooms, suites, well-decorated, a direct line telephone and WiFi. They also have a satellite TV, a DVD player, a safe, a kitchen with fridge, a ceramic hob, a microwave, a toaster, a teapot, a coffee maker, a kettle, an ironing set and a washing machine. FACILITIES: Guests are offered a swimming pool, a gym, a sauna and a steam bath. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.74" OriginalAmount="47.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.271598" Longitude="55.313293" StarRating="2" HotelCode="900231|2606065" HotelName="Gulf Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Yousef Baker Road, Behind Al Maktoom Hospital, Deira, Dubai 88767</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/326391/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Yousef Baker road close to fish round about and Al Maktoum hospital 5 minutes walk to the city cente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.96" OriginalAmount="47.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25291414" Longitude="55.29666776" StarRating="4" HotelCode="951179|2393305" HotelName="Grayton Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12A Street, PO Box 7, Al Mankhool, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/95/f89521935036cdfbb27a5aafa23e6f00c239270c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.97" OriginalAmount="47.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.06977461" Longitude="55.24312031" StarRating="4" HotelCode="856383|2344175" HotelName="The S Hotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>South Umm Suqeim Road, Al Barsha, Dubai Science Park, PO Box 66756, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6b/df6b709e64792f1eb90fda2225e76fbca9d45b02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.02" OriginalAmount="47.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2524429" Longitude="55.3357708" StarRating="4" HotelCode="|80463" HotelName="The Leela" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Garhoud Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/6/3/80463_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Deira the district of it is situated 5 minutes away from Dubai Airport, the exhibition centre and the shopping centres. ROOM: The establishment has 120 spacious rooms suites with king size bed. FACILITIES: The establishment has a business centre, a gym, a swimming pool and a jacuzzi. With regards to the food and beverage offering, there is a cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.14" OriginalAmount="47.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="0" HotelCode="882888|2611245" HotelName="Citymax Hotel Business Bay" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Al Tejari 2 Street, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/99/88992f55510c89f799b1c45e2959478c86608249.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.17" OriginalAmount="47.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2506318" Longitude="55.292338" StarRating="4" HotelCode="|30894" HotelName="Grand Excelsior Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, PO BOX 121545</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/9/4/30894_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 282 rooms, The establishment boasts restaurants, a lobby, lifts, room service and a laundry service. SITUATION: Is situated inBur Dubai the heart of World Trade Center in the surrounding area, clients have 25 minutes away from the establishment, you can find Dubai Airport It is situated close to restaurants. ROOM: The fully-equipped rooms, have a bathroom, a television and a mini-bar. FACILITIES: The establishment has a gym and a swimming pool. The establishment also offers excursions.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.38" OriginalAmount="47.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.233457" Longitude="55.314696" StarRating="0" HotelCode="|470314" HotelName="Havana Holiday Homes Oud Metha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18th St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/3/1/4/470314_7f60cf61215.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.44" OriginalAmount="48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116302857621" Longitude="55.195640982803" StarRating="2" HotelCode="103470|18566" HotelName="ibis Dubai Mall of the Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2A Street, P.O.Box 283825, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/5b/d65b0f0b72af73643e0e7d2fdeede20e5296ade8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Mall of the Emirates, the largest mall in Dubai, is right on the hotel's doorstep. Moreover, Gol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.44" OriginalAmount="48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251503645091" Longitude="55.290795062269" StarRating="1" HotelCode="371239|273316" HotelName="Manhattan Hotel" Meals="ROOM ONLY,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Road, Near Standard Chartered Bank, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/4a/ca4afd1bccad0c6bfc59b773d247e054cb9dea60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.44" OriginalAmount="48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25924094122" Longitude="55.291182007336" StarRating="4" HotelCode="141395|34716" HotelName="Royal Ascot Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, P.O. Box 115160, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a2/d8/a2d8a18292fab486cff0b836bcad793755c5aee6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre and is situated in the main shopping and business district B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.098963896148" Longitude="55.173275823418" StarRating="4" HotelCode="440708|dusit_d2_kenz_hotel_dubai" HotelName="dusitD2 Kenz Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 71162, Barsha Heights, Near Internet City Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/b6/c5b6ff14cfaf22df86aa6c00ae76c7c6569d0491.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.49" OriginalAmount="48.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2691793" Longitude="55.3068501" StarRating="3" HotelCode="|55255" HotelName="Landmark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Baniyas Square (also known as Nasser Square)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/5/55255_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Landmark is rated three stars, it offers a transfer service, 2 restaurants, a cafÃ©, a terrace with a swimming pool, a gym, a business centre and conference facilities. SITUATION: It is in the city centre of Dubai. Close to the establishment, clients can find World Trade Centre, ROOM: The rooms a bathroom with a shower with a hairdryer, a direct line telephone, cable television, a mini-bar, a safe and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.64" OriginalAmount="48.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0747811" Longitude="55.1454485" StarRating="4" HotelCode="|180652" HotelName="Armada Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Armada Tower - Jumeirah Lake Towers Sheikh Zayed Road 29591 Dubai United Arab Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/6/5/2/180652_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.78" OriginalAmount="48.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2617195" Longitude="55.3195477" StarRating="5" HotelCode="|20352" HotelName="Knight Castle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL MAKTOUM STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/5/2/20352_4b9fd281303.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, has and 212 rooms, 10 floors, this building, with air-conditioning, has a reception, with express check-out, lifts, a hairdresser's and a nightclub. The establishment has restaurants, a bar, conference rooms, internet, room service, a laundry service and a car park. SITUATION: This luxurious hotel is near Jumeirah the beach Deira is situated in is situated in Al Maktoum the street 10 minutes away from the establishment, clients can find the river, in front of the hotel there is a public transport stop, is 15 minutes away from the airport. ROOM: The stylish rooms, well-decorated, a bathroom, a hairdryer, a bathrobe, a satellite or cable television, a radio, a mini-bar, internet, an iron, an air-conditioning system, central heating and a safe (available for a fee). FACILITIES: The establishment has a swimming pool that has an area for children, deck chairs, a gym, a sauna, a jacuzzi and a steam bath. At an additional cost, you can play golf, Around the establishment, our guests can find tennis courts, squash courts and water sports. MEALS: Guests are offered all meals in a buffet format, Clients can book half-board. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.92" OriginalAmount="48.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.281855" Longitude="55.31511" StarRating="4" HotelCode="175597|490195" HotelName="Hues Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corniche, P.O. Box 5245, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/91/ac91c589dcb009b67e5d1ba2ef53e72042298b5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Corniche Deira, the hotel is 13 km away from Dubai International Airport and 9 km away fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.92" OriginalAmount="48.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270412021452" Longitude="55.380416568123" StarRating="4" HotelCode="904082|143146" HotelName="TIME Grand Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damascus Street, P.O. Box 237844, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/dc/99/dc99348973633d34607c820e5e2f10a790ab5e7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Damascus Road in the heart of the Al Qusais business and commercial dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.16" OriginalAmount="48.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2625432" Longitude="55.3261478" StarRating="4" HotelCode="|57345" HotelName="Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL RIGGA STREET PO BOX 182244</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/3/4/5/57345_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, family-friendly hotel, has 133 rooms, suites, 7 suites and 14 junior suites. The establishment has air-conditioning, a hall, a reception, a safety deposit box service, a currency exchange service, a lift and a hairdresser's. Our guests can find a cafÃ©, a sports bar, a pub, a nightclub, restaurants, shops and a beauty centre. The establishment also offers the business centre, conference facilities, internet, a laundry service, room service, a car park and an indoor car park. SITUATION: Is situated inAl Rigga the Street of 100 metres away, guests can find the metro station, close to the establishment, guests have the business area, the commercial area 10 minutes away from the airport. ROOM: The rooms a bathroom with a shower or bath, a hairdryer, a king size or double bed, a direct line telephone and a satellite TV. They also have internet, a safety deposit box, a mini-bar, a coffee maker, a kettle and individual air-conditioning. FACILITIES: The establishment boasts a pool that has a children's area, a gym, a terrace and a jacuzzi. MEALS: Clients have at their disposal 2 bars. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OBSERVATIONS: The establishment offers a transfer service to the beach and the shopping centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.23" OriginalAmount="48.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273567" Longitude="55.381388" StarRating="4" HotelCode="31296|84776" HotelName="Dubai Grand Hotel By Fortune" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damascus Street, P.O. Box 34150, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/c2/d6c2720b983bfde00990b00b692ea74149f468a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in Al Ghusais, close to Terminal 2 of Dubaï Airport, the Dubaï World Tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.24" OriginalAmount="48.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09722" Longitude="55.17596" StarRating="4" HotelCode="141394|119022" HotelName="Byblos Hotel" 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,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Barsha Heights, P.O.Box 500234, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/02/7d0250af0e12a76e1de6545fbf98879d20196d37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Al Barsha Tecom, this business hotel is just a short distance from the metro station, Dub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.40" OriginalAmount="48.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26266" Longitude="55.2974464" StarRating="4" HotelCode="|28228" HotelName="Arabian Courtyard  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OPPOSITE DUBAI MUSEUM, AL FAHIDI STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/2/8/28228_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a currency exchange service, a lift, a safety deposit box service, a cafÃ©, a bar, club and a restaurant. The establishment also has a spa, 2 meeting rooms and an events room. The establishment offers guests room service and a laundry service. SITUATION: This hotel is in front of the museum, close to la Heritage Village, Al Bastakiya and the markets.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.41" OriginalAmount="48.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.266931032274" Longitude="55.380969643593" StarRating="3" HotelCode="56926|31204" HotelName="Fortune Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nahda Road, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/29/95293958d1a316e02736138e9dca798f4088d27d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just a few minutes away from the airport, Dubai Expo, Al Mulla shopping c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11122739" Longitude="55.19591985" StarRating="4" HotelCode="475958|167299" HotelName="Al Khoory Atrium Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O.Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/51/1e518e4af008dcb34adf49ce53fde76a5e29f1f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.265359233596" Longitude="55.316832661629" StarRating="3" HotelCode="42789|2237" HotelName="Comfort Inn Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b0/60b00faea4cce1ade51c7141d200e09d33031842.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|25122-32596853/1214887857230622000/1479" HotelName="ROLLA SUITES HOTEL - FORMER J5 BUR DUBAI HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47400/47378/fdaa28e9_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|138958-25309396/1214887857230622000/26607" HotelName="SMANA AL RAFFA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27780000/27772400/27772378/f79ccbde_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|623519-22367463/1214887857230622000/29931" HotelName="CITYMAX AL BARSHA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/31000000/30310000/30307000/30306937/a79d3e32_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|160675-22390786/1214887857230622000/30173" HotelName="CITYMAX, AL BARSHA AT THE MALL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3880000/3878900/3878871/7bc1650d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.52" OriginalAmount="49.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2704743" Longitude="55.3268958" StarRating="5" HotelCode="|79086" HotelName="Crowne Plaza Dubai Deira, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/8/6/79086_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Deira is situated in Crowne Plaza Dubai 10 minutes away, guests can find the airport. It is close to Salah Al Din Station and the metro station. ROOM: All the rooms have a mini-bar, a flat-screen television and internet. FACILITIES: The establishment boasts a restaurant, a fitness centre and swimming pools. Guests are offered a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.53" OriginalAmount="49.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2593654" Longitude="55.2911904" StarRating="4" HotelCode="|57353" HotelName="Royal Ascot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Khalid bin Walid Road, Bur Dabai, Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/3/5/3/57353_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has beautiful views, attentive service, room service and a business centre with features that offer you the maximum level of comfort 181 rooms. SITUATION: It is inDubai the heart of. FACILITIES: The establishment boasts an activities programme, a swimming pool, a spa, a fitness centre fully-equipped and live music. OTHERS: Clients can find a bar, a lounge and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.62" OriginalAmount="49.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.231964287383" Longitude="55.285562846558" StarRating="3" HotelCode="547026|2076885" HotelName="Rove Trade Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2nd December Street, Al Jafiliya, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/02/56027157b17d0baea8ce82f21510c23ec2e68513.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai. Its setting is especially ideal for business trav...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.62" OriginalAmount="49.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.234132539839" Longitude="55.314431495701" StarRating="3" HotelCode="516595|1980495" HotelName="Rove Healthcare City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Laundry,Lounge,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>19th Street, PO Box 119444, Oud Metha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3c/33/3c33953dd24cffe70d93dda5770a68b45590cc36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect, this hotel is located in the heart of Dubai. The nearest shops can be reached within about ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.72" OriginalAmount="49.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.91106146" Longitude="55.01355748" StarRating="3" HotelCode="871503|2364685" HotelName="Rove At The Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Parks and Resorts, PO Box 119444, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/81ce76c0a54dc81d/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.85" OriginalAmount="49.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25281852" Longitude="55.30261608" StarRating="4" HotelCode="440207|1895805" HotelName="City Seasons Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khalifa Bin Zayed Road, Mankhool, Next to Burjuman Mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/4e/694e4dfe33c51d877fa17557aee10c1f9544dba4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.01" OriginalAmount="49.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2563126" Longitude="55.3258568" StarRating="0" HotelCode="|121177" HotelName="Tulip Creek Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed, near Deira City Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/1/7/7/121177_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Deira the centre of it is situated close to Dubai Cove. ROOM: Customers have modern rooms. FACILITIES: The establishment has a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.05" OriginalAmount="49.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254558765007" Longitude="55.32778002943" StarRating="4" HotelCode="409633|81144" HotelName="Copthorne Hotel Dubai" 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,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed, Deira, P.O. Box 119311, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/a3/b0a338f972c3264267ff511953b43ba153c41f60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the city, this hotel lies opposite the Deira City Center shopping centre. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.07" OriginalAmount="49.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.271295553075" Longitude="55.307428813492" StarRating="2" HotelCode="934452|945965" HotelName="Mark Inn Hotel Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Metro Station, Behind Khansaheb Parking, Maktoum Hospital Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/90/7390adef423f8ab80603a25c77c0046f7c54f209.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.30" OriginalAmount="49.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2344414" Longitude="55.313098" StarRating="3" HotelCode="|210906" HotelName="Rove Healthcare City - Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19th Street, Oud Metha, Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/9/0/6/210906_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.44" OriginalAmount="49.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2701761" Longitude="55.3189609" StarRating="3" HotelCode="|119773" HotelName="Gulf Inn Hotel Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SALAHUDDIN ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/7/7/3/119773_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers an entertainment programme. SITUATION: It is located close to the commercial and business area. ROOM: The establishment has comfortable standard rooms and suites.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.45" OriginalAmount="49.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248822398456" Longitude="55.312304751424" StarRating="4" HotelCode="401487|66614" HotelName="Ramee Royal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Al Waleed Road, Bur Dubai, Dubai 26816</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/4c/3a4cbdee8ce7953928da36b1aa95fb6d51ccf1ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Dubai, near Al Maktum Bridge in Al Karama, this hotel offers easy access to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.265218546919" Longitude="55.321252942085" StarRating="3" HotelCode="161166|23657" HotelName="ibis Dubai Al Rigga" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, PO Box 186878, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/01/92015947d62b425362dee69a3c809b4a7f1fb538.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the historic part of Dubai, next to the Creek and Al Ghurair Mall, the hotel is only 300 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.305617" Longitude="25.408339" StarRating="3" HotelCode="0|66720-28524663/1214887857230622000/1585" HotelName="CITY STAR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108060000/108058700/108058650/6af164f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|884192-22366176/1214887857230622000/31622" HotelName="ROSE PLAZA AL BARSHA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/56000000/55610000/55606100/55606003/2aa26f3a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|292535-22246661/1214887857230622000/31772" HotelName="REFLECTIONS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9070000/9063000/9062916/788ad48f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.56" OriginalAmount="50.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.867133782509" Longitude="55.14689134736" StarRating="3" HotelCode="618721|2309555" HotelName="Aloft Dubai South" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Business Centre,Designated Smoking Area,Dining,Fax,Internet,Lounge,Meeting Room,Printer,Restaurant,Room Service,Smoking Rooms,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 712778, Aviation City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/27/6f27cd4baf9c511cbf2a5a3e259af3fd03532ece.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in Dubai. The total number of rooms is 145. Both wired and wireless c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.64" OriginalAmount="50.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26979" Longitude="55.30655" StarRating="0" HotelCode="|461418" HotelName="Sun And Sands Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square-14th Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/4/1/8/461418_093d3f90645.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.81" OriginalAmount="50.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267997" Longitude="55.315293" StarRating="3" HotelCode="|443702" HotelName="Le Wana " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>St. 4th, Near Union Metro Station, Exit 2, Opposite Al Ghurair Mall, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/7/0/2/443702_71edd321253.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.10" OriginalAmount="50.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.266084" Longitude="55.325649" StarRating="4" HotelCode="26364|30664" HotelName="Coral Dubai Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muraqqabat Street, P.O. Box 82999, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/85/ba/85ba2b814bcb381a502b1ccc15b6c41739ba9112.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The conference hotel lies on Muraqqabat Street in Deira and is about 10 minutes from the internation...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.10" OriginalAmount="50.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253969008086" Longitude="55.335921965573" StarRating="4" HotelCode="70417|2055325" HotelName="J5 Hotels - Port Saeed" 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,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Garhoud Road, PO Box 33871, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/33/8133c4eeffd4b0cf5def75b67215b11d6514de9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Deira City Centre shopping centre is located in the immediate vicinity of the hotel. The World T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.10" OriginalAmount="50.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269777185602" Longitude="55.325091024808" StarRating="5" HotelCode="144106|275975" HotelName="Asiana Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/3d/dc3dcbc8704b22dca09012f24c04cc145fea776b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.10" OriginalAmount="50.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252884" Longitude="55.285528" StarRating="5" HotelCode="171302|615835" HotelName="The Canvas Hotel Dubai MGallery By Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Kuwait Street, Port Rashid, 116656 Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/be/88be87b8708a18034a25efe810d5bcf72f6a6417.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the traditional Bur Dubai, the hotel is surrounded by the most attractive pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.10" OriginalAmount="50.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0378918" Longitude="55.18439" StarRating="4" HotelCode="749071|2320425" HotelName="Occidental Dubai Production City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IMPZ.B. 19, Dubai Production City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/870261/p_870261_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dubai, this hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.17" OriginalAmount="50.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.222843136298" Longitude="55.285739439061" StarRating="3" HotelCode="318973|1604428" HotelName="ibis One Central" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Trade Centre District, P.O.Box 9914, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/bc/e4bcc56fed48daed51032dadccfb3189e9d86235.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, approximately 15.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.33" OriginalAmount="50.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0974074" Longitude="55.1737628" StarRating="4" HotelCode="|118950" HotelName="Social" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. BOX 500234 DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/9/5/0/118950_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 2009, has 152 rooms and a hall with a lift. SITUATION: This business hotel is in Al Barsha Tecom, near the establishment, guests will find the metro station, a commercial centre and places of interest. It is situated 15 kilometres away from the World Trade Center, ROOM: Clients are offered smart, standard rooms and suites. They have a bathroom with a shower, a bath, a hairdryer, a DVD player, a television, a coffee maker, a kettle, press (free of charge), a king-size bed, internet, a safe, a mini-bar, an ironing set and an individual air-conditioning system. FACILITIES: The establishment has a swimming pool with an outdoor bar, a terrace, shacks and a gym. Guests can also enjoy a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.49" OriginalAmount="50.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2557296" Longitude="55.332585" StarRating="3" HotelCode="497110|1941125" HotelName="Rove City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24th Street, 19th B Street, Port Saeed, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/15/52/1552acfcccb42221b6dd49fcd17d437a6a114aef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.51" OriginalAmount="50.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.241945" Longitude="55.275043" StarRating="4" HotelCode="11422|30624" HotelName="Capitol Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Mina Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/41/7341a22d66f1778f3c1553281a3e67cba2848be8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 5-minute drive from the Dubai World Trade Center and Jumeirah Beach Park, while Dubai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264918" Longitude="55.329805" StarRating="4" HotelCode="319695|55049" HotelName="Hilton Garden Inn Dubai Al Muraqabat" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Baker Al Siddique Road, P.O. Box 50698, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/39/ee396d59b0d70ed5f1f6e33f120fa84d200a38b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269919" Longitude="55.304945" StarRating="2" HotelCode="70492|62846" HotelName="Rafee" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Nasser Square, P.O.Box 1249, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/6b/f1/6bf1a2475abdfe5ce3d22546391fef6c5a971418.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2342-28567080/1214887857230622000/2902" HotelName="VISION IMPERIAL HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/320000/316000/315936/8baae500_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|297419-22247353/1214887857230622000/29764" HotelName="ARMADA AVENUE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8840000/8835800/8835794/0281d4b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1248425-22366154/1214887857230622000/29880" HotelName="CITY AVENUE AL REQQA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68450000/68444300/68444242/24bba205_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-21.9813" Longitude="35.3154" StarRating="4" HotelCode="0|614564-22299106/1214887857230622000/32036" HotelName="GRAYTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>17 BAIRRO DE OUTUBRO, VILANCULOS, MZ</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33280000/33277800/33277716/ed1d98ef_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Casa Rex in Vilanculos, you'll be on the beach and minutes from Vilanculos Beach. This 4-star hotel is within the region of Magaruque Island Beach and Benguerra Island Beach.   Rooms   Make yourself at home in one of the 15 air-conditioned guestrooms. Rooms have private balconies or patios. Conveniences include safes and coffee/tea makers.   Rec, Spa, Premium Amenities   Pamper yourself with onsite massages or take in the view from a terrace and a garden. Additional features include complimentary wireless Internet access, wedding services, and tour/ticket assistance. Getting to nearby attractions is a breeze with the complimentary area shuttle that operates within 5 km.   Dining   Satisfy your appetite at the hotel's beachfront restaurant, where you can take in a garden view and dine alfresco (weather permitting). A complimentary breakfast is included.   Business, Other Amenities   Featured amenities include laundry facilities and coffee/tea in the lobby. A roundtrip airport shuttle is complimentary at scheduled times.   Room Info:    Know Before You Go       This property offers transfers from the airport. Guests must contact the property with arrival details 72 hours prior to arrival, using the contact information on the booking confirmation.    Reservations are required for massage services. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation.    One child 2 years old or younger stays free when occupying the parent or guardian's room, using existing bedding.   No pets and no service animals are allowed at this property.       Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at 2 PM  Check-out time is 11 AM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.73" OriginalAmount="51.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11425746" Longitude="55.19080682" StarRating="4" HotelCode="571265|2178525" HotelName="Rose Park Hotel - Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Sharaf DG Metro Station, Al Barsha 1, Sheikh Zayed Road, P.O. Box 45113, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/03/61039827ecae63670475cf639676642301d198d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Dubai, this hotel is ideal for business travellers as well as families...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.83" OriginalAmount="51.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2646489" Longitude="55.3219798" StarRating="3" HotelCode="|74899" HotelName="Ibis Al Rigga" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, PO Box 186878, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/9/9/74899_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inDubai the historic centre of 300 metres away from the establishment, you can find the metro station, 10 minutes away from the establishment you have Dubai Airport Dubai World Trade Center It is situated 15 minutes away from near the establishment, you will find tourist points of interest. ROOM: The establishment has 280 comfortable rooms, fully-equipped with an air-conditioning system and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.24" OriginalAmount="51.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2699832" Longitude="55.3232152" StarRating="5" HotelCode="|87223" HotelName="Asiana  Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/2/2/3/87223_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Asiana Dubai is rated five stars. SITUATION: This establishment is in the centre of Deira. It is situated next to the shopping centre Reef. FACILITIES: The establishment has a swimming pool, a spa and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.24" OriginalAmount="51.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1129335" Longitude="55.1950934" StarRating="3" HotelCode="|72578" HotelName="Centro Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROAD 329,AL BARSHA 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/7/8/72578_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has business facilities, WiFi, a business centre and 2 meeting rooms. This air-conditioned hotel was built in 2009, has a lobby, express check-out, a reception, a currency exchange service, a lift, a kiosk, a cafÃ©, a laundry service and a car park. It has 245 rooms. SITUATION: The hotel is near the business area, is located near Sheikh Zayed Road the commercial area of the business area, nearby, you will find the railway station, the bus station, is 17 kilometres away from Dubai Airport. ROOM: standard rooms and suites, a bathroom with a shower, a hairdryer, a double bed, a direct line telephone, a satellite or cable television, a radio, internet, a safe, a mini-bar, a coffee maker, a kettle, an iron and individual air-conditioning. FACILITIES: The establishment boasts a wellness centre, a gym, a swimming pool, a sauna, a steam bath and deck chairs. it is 5 kilometres away from a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, The establishment offers all meals in a buffet format, The establishment also offers Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.25" OriginalAmount="51.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22283533238" Longitude="55.285807549954" StarRating="2" HotelCode="37443|30854" HotelName="ibis World Trade Centre Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 9544, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/9f/209f9b0841bbc95c506cd68000b032d0d32fec66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is directly linked to the Dubai International Convention and Exhibition Centre, the bigges...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.30" OriginalAmount="51.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113475" Longitude="55.191621" StarRating="4" HotelCode="162271|129574" HotelName="Cassells Al Barsha Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 114400, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/cf/cf28918ce439cdcc4098793feae33084/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 20 km from the centre of Dubai. The Palm Jumeirah is 4 km away from the hotel and less ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.44" OriginalAmount="51.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264336" Longitude="55.326673" StarRating="4" HotelCode="33650|133264" HotelName="J5 Rimal" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Murraqabat Street, P.O. Box 27070, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/45/fa452aa2dfd589d2af94b345313c28c570ee9834.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the city of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.46" OriginalAmount="51.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2548244" Longitude="55.3280918" StarRating="4" HotelCode="|72581" HotelName="Copthorne Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed, DeiraP O Box 119311</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/8/1/72581_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2008, has 3 restaurants, a swimming pool, a terrace, a gym and a health centre. SITUATION: It is in the commercial area, 5 minutes away from the establishment, you can find Dubai Airport. ROOM: The modern rooms, have a balcony, a safe and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.49" OriginalAmount="51.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25896" Longitude="55.3226" StarRating="4" HotelCode="|186324" HotelName="Pearl Executive Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Riggat Al Buteen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/2/4/186324_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253920962037" Longitude="55.33253053373" StarRating="3" HotelCode="76174|18564" HotelName="ibis Dubai Deira City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8th Street, Port Saeed District, Opposite Deira City Centre Mall, P.O. Box 185310, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/0a/180a690a9f3ef3627069072dd0c048683f5f1c84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|567134-28436612/1214887857230622000/3631" HotelName="SUN AND SANDS PLAZA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27220000/27211500/27211483/8dfa5ee0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1248455-26601821/1214887857230622000/27816" HotelName="KINGSGATE AL JADAF" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64010000/64007100/64007079/7dea4fbc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.1505" Longitude="129.1148" StarRating="4" HotelCode="0|349868-25537409/1214887857230622000/28182" HotelName="EMIRATES GRAND HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>199-7 GWANGAN - 2 DONG, SUYEONG-GU, BUSAN, KR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9820000/9813800/9813763/590beee5_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Dawn Beach Hotel is located on the beach in central Busan, close to Gwangalli Beach, Gwangan Grand Bridge, and Busan Museum of Modern Art. Additional points of interest include BEXCO and UN Memorial Cemetery.    Hotel Features.   Dawn Beach Hotel's restaurant serves breakfast, lunch, and dinner. A bar/lounge is open for drinks. The hotel serves a complimentary continental breakfast each morning in the restaurant. This 3-star property has a 24-hour business center.  Tour/ticket assistance and tour assistance are available. Valet parking is complimentary. Additional property amenities include a coffee shop/café, multilingual staff, and ATM/banking services.    Guestrooms.     Air-conditioned guestrooms at Dawn Beach Hotel feature private spa tubs and computers. Accommodations offer beach, city, or ocean views. Beds come with pillowtop mattresses and premium bedding. In addition to separate sitting areas, these individually furnished rooms include desks. Bathrooms feature shower/tub combinations with handheld showerheads. They also offer makeup/shaving mirrors, bathrobes, and slippers. Wired high-speed Internet access is complimentary. Guestrooms offer direct-dial phones. 32-inch LCD televisions have cable channels, free movie channels, and complimentary TV Internet access. Rooms also include complimentary bottled water, windows that open, blackout drapes/curtains, and hair dryers. Guests may request extra towels/bedding and wake-up calls. Housekeeping is available daily.      Room Info:       Notifications and Fees:      This property's policy is to refuse certain bookings for the purpose of group events or parties, including pre-wedding stag/bachelor and hen/bachelorette parties.   A resort fee is included in the total price displayed.   There are no room charges for children 12 years old and younger who occupy the same room as their parents or guardians, using existing bedding.           The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Late check-out fee: KRW 10000  Continental breakfast fee: KRW 6000 per person (approximately)  Rollaway bed fee: KRW 20000 per night  Crib (infant bed) fee: KRW 20000 per night     The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at 2 PM  Check-out time is noon  Pets not allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.21361" Longitude="55.275103" StarRating="5" HotelCode="0|2357-22383159/1214887857230622000/30656" HotelName="KNIGHT CASTLE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.o. Box 30430, Dubai, United Arab Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/90000/84000/83995/497b6bb8_z.jpg</HotelPictures>
        <HotelDescription>This 4 star hotel is located within the city of Dubai and was established in 2000. It is a short drive away from the Dubai Mall and the nearest station is Financial Centre Station. The Hotel has 3 restaurants, 2 bars, a conference room, a coffee shop, an outdoor swimming pool and a fitness centre/gym. All 56 rooms are equipped with minibar, hairdryer, safe and air conditioning. category: Deluxe style: Modern year Built: 2000 restaurant Count: 3&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.69" OriginalAmount="52.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1139345" Longitude="55.1908079" StarRating="4" HotelCode="|118759" HotelName="Md By Gewan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road,Al Barsha 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/7/5/9/118759_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 312 rooms, 60 junior suites, 30 deluxe rooms and 6 Royal Suites. The establishment has air-conditioning, a lobby with a reception, a lift, room service and a laundry service. SITUATION: The establishment is 20 kilometres away fromDubai the city centre of it is situated 4 kilometres away from Palm Jumeirah the Island of 500 metres away, guests have Mall of The Emirates the shopping centre. ROOM: Clients are offered one, two or three bedroom suites, a living room, a dining room, a kitchen, a bathroom with a shower, a hairdryer, a television, a coffee maker and a kettle. FACILITIES: The establishment has a gym, 4 kilometres away from the establishment, customers can find a golf course. PAYMENT METHODS: The establishment accepts Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.85" OriginalAmount="52.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260152" Longitude="55.410486" StarRating="3" HotelCode="|450425" HotelName="eStay Inn " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32nd Street, Muhaisnah, Muhaisnah-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/4/2/5/450425_22867d61114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.85" OriginalAmount="52.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2664172" Longitude="55.3158089" StarRating="2" HotelCode="|118768" HotelName="Ramee International" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 26941, DUBAI UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/7/6/8/118768_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 100 rooms, The establishment boasts dining facilities, a cafÃ©, air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, a bar and a pub. SITUATION: The hotel is in the heart of the business and commercial area, is next to Al Nasser the Square of it is 7 kilometres away from Dubai Airport nearby, you will find banks, markets. ROOM: The rooms have a direct line telephone, a satellite TV, a mini-bar, a safe, a bathroom with a shower and a hairdryer. They also have a bath, a hairdryer, a king size or double bed, an ironing set, an individual air-conditioning system and individual heating. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.13" OriginalAmount="52.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.220079" Longitude="55.280183" StarRating="5" HotelCode="18419|30674" HotelName="Crowne Plaza Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Al Nahyan Road, P. O. 23215, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/66/2d665fbe62faa09b072dbce589e0442948e367a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located on the fashionable Sheikh Zayed Street, in the heart of Dubai City. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.26" OriginalAmount="52.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253488" Longitude="55.303931" StarRating="4" HotelCode="16882|31254" HotelName="Regent Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Sheikh Khalifa Bin Zayed Street, Opposite Burjuman Shopping Centre, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/b3/05b393ce9b9ff1f668c92e091b24913489af8445.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located along Trade Centre Road in Bur Dubai, this hotel lies directly opposite Burjuman shopping ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.44" OriginalAmount="52.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.24648" Longitude="55.29239" StarRating="1" HotelCode="|186183" HotelName="Manhattan Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/8/3/186183_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.54" OriginalAmount="52.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.255778" Longitude="55.332711" StarRating="3" HotelCode="|208955" HotelName="Rove City Centre, Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24th/19th B Street, Port Saeed District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/8/9/5/5/208955_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.55" OriginalAmount="52.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.02598" Longitude="55.19129" StarRating="0" HotelCode="|444536" HotelName="Youandco Impz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Production City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/3/6/444536_557fd831549.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.272242669692" Longitude="55.380907648696" StarRating="3" HotelCode="639431|281308" HotelName="Hampton by Hilton Dubai Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Damascus Street, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/6a/7e6aacf7f3061630cad072a83c639ac8495d7960.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1313786-21434709/1214887857230622000/12535" HotelName="ROVE EXPO CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70390000/70380700/70380635/3e4113a7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|648716-25825937/1214887857230622000/27528" HotelName="INTERCITYHOTEL DUBAI JADDAF WATERFRONT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48190000/48183700/48183630/1fce3161_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|638884-22383589/1214887857230622000/30206" HotelName="CITYMAX BUSINESS BAY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45360000/45355900/45355812/eb32ccde_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|614577-22370687/1214887857230622000/31741" HotelName="THE S AL BARSHA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33760000/33752700/33752649/0e909a29_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1248843-27083786/1214887857230622000/32253" HotelName="TIME ASMA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/68000000/67360000/67354000/67353944/12706e5c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260878469057" Longitude="55.322583033344" StarRating="0" HotelCode="57059|delmon_palace_hotel" HotelName="Delmon Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>42 A Street, Al Rigga Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/d6/cfd684e2a2f658cdd20a2328c4d83452adf9d387.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located nearby many interesting places in Dubai, such as Arabian shopping bazaars, cult...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2718137" Longitude="55.3023581" StarRating="1" HotelCode="312723|al_sabkha_hotel_" HotelName="Al Sabkha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>AL sabkha road, After Sabkha Bus Station, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/2b/682b837dd3238ec178077b548bab6808ab525eff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.69" OriginalAmount="53.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.240406630431" Longitude="55.275290608406" StarRating="5" HotelCode="169208|281595" HotelName="Ramada by Wyndham Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, P.O. Box 121122, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/16/08/1608540437882c0d097bfc32cc3d5b3e882ddb6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this urban hotel is about 4.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.81" OriginalAmount="53.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22158984" Longitude="55.33163223" StarRating="3" HotelCode="810431|2330615" HotelName="Premier Inn Dubai Al Jaddaf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Culture Village, Al Jaddaf, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/32/32ba8b5024039ce5/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.02" OriginalAmount="53.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11341" Longitude="55.20185" StarRating="4" HotelCode="573741|2176255" HotelName="MENA Plaza Hotel Albarsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Street 13, P.O. Box 282464, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/623423/623423a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.13" OriginalAmount="53.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.247956510226" Longitude="55.337917506695" StarRating="4" HotelCode="93395|98109" HotelName="Le Meridien Fairway" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Garhoud Road, PO Box 36400, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/42/42f31fccbc017de0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within close proximity of the enchanting Dubai Creek and provides guests with ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.18" OriginalAmount="53.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.261868" Longitude="55.290477" StarRating="0" HotelCode="|517456" HotelName="Al Raien Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Riff Road, , Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/7/4/5/6/517456_97edcea2247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.30" OriginalAmount="53.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116431" Longitude="55.196068" StarRating="3" HotelCode="140884|104831" HotelName="Novotel Suites Dubai Mall of the Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2A Street, P.O. Box 283825, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/2f/212f82de0a4f8dbd5bb2dffbe3ac529e40d0eb46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the World Trade Centre and Jebel Ali, and is ideal for business and le...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.36" OriginalAmount="53.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.098227711811" Longitude="55.17641633749" StarRating="4" HotelCode="908945|141744" HotelName="Ramee Rose Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha South, TECOM, P.O. Box 26816, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ba/2c/ba2c1b210d95248849920d6409ed89338e62802e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.40" OriginalAmount="53.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252704057461" Longitude="55.335833430408" StarRating="4" HotelCode="522966|1993975" HotelName="Royal Continental Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Rashid Road, Opposite Deira City Center, PO Box 182166, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/56/d056dab1d849c2e6322ea47af288767bae84c3c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.255670877069" Longitude="55.336010456085" StarRating="4" HotelCode="42787|28556" HotelName="City Seasons Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road, Port Saeed, P.O. Box 182002, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/3c/ef3c2b16d31b415d3f1b881e51190426cdff60d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Airport Road, near the Toyota Showroom and just after the DNATA sign. It li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|423008-25600311/1214887857230622000/25724" HotelName="AL KHOORY ATRIUM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15480000/15472200/15472104/3ad7625d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1456009-26689786/1214887857230622000/27487" HotelName="SUNDAY HOTEL HOLIDAY INTERNATIONAL DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3030000/3029900/3029829/02f081f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1398086-32322329/1214887857230622000/29077" HotelName="BEST WESTERN PREMIER M FOUR HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/88000000/87930000/87924900/87924832/e2cd7de7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="55.62" OriginalAmount="54" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|194183-22383164/1214887857230622000/31249" HotelName="RAMEE ROYAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1700000/1693700/1693670/41de2cbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.66" OriginalAmount="54.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0794324" Longitude="55.1444247" StarRating="4" HotelCode="|118765" HotelName="Marina View  Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Marina, after Diamonds 1-5 bldgs, between Dubai Marina Metro Station &amp; Mall P. O. Box 454745</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/7/6/5/118765_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Marina View is rated four stars and is perfect for business and holiday stays. The establishment offers WiFi, a dry cleaner's, a laundry service, a babysitting service (for a fee), a living room, a spa, a transfer service and a business centre has features that offer you the maximum level of comfort. SITUATION: It is situated in a good area in Dubai. FACILITIES: You can find a swimming pool, a massage service, a fitness centre well-equipped, a sauna and a children's swimming pool. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.73" OriginalAmount="54.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.983048442445" Longitude="55.091127560328" StarRating="1" HotelCode="330368|2882915" HotelName="easyHotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street 724, PO Box 17777, Jebel Ali Free Zone Authority (JAFZA), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/7e/c67ec9ef66b37344a44bd5253b11c64898914580.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located In JAFZA, Jebel Ali, Easy Hotel is within a 15-minute drive from Ibn-Battuta Mall\n\nLocated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.85" OriginalAmount="54.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.255258263533" Longitude="55.298269435094" StarRating="3" HotelCode="101243|922565" HotelName="Tulip Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Heated Pool,Internet,Kitchen,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5A Street, Al Mankool Area, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/61/fd/61fdb8bfc9caa4a02ac5b18fc3e2169fb80f9550.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bur Dubai, the hub of the commercial district in Dubai, this apartment hotel is a paradis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.85" OriginalAmount="54.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249443625976" Longitude="55.301557481289" StarRating="5" HotelCode="165292|139414" HotelName="Park Regis Kris Kin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Khalifah Bin Zayed Street, PO Box 8264, Opposite Burjuman Centre, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4d/48/4d48547c7179bfc3e65cc3b4f5ba04b585868c1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in the heart of Dubai's central commercial and financial district. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.86" OriginalAmount="54.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.079226911551" Longitude="55.144208371639" StarRating="4" HotelCode="170684|200466" HotelName="Marina View Hotel Apartments" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street, P.O. Box 454745, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/238782/a_238782_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.20" OriginalAmount="54.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2574741" Longitude="55.2996693" StarRating="4" HotelCode="|20347" HotelName="Majestic Premier Hotel Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/7/20347_5a417620818.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has 125 standard rooms, a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment boasts a hairdresser's, a shop, leisure facilities, conference facilities, a cocktail bar, an Ã  la carte restaurant, a club and an oudooor car park. SITUATION: Is situated in Khalid Bin Al Waleed and Bur Dubai Street, close to shops, leisure areas and World Trade Centre, is 15 minutes away from Dubai Airport. ROOM: Customers can find modern rooms with a bathroom with a hairdryer, a satellite or cable television, a mini-bar, a coffee maker, a teapot, an iron, internet, a safe (available for a fee), an air-conditioning system and stunning views. FACILITIES: The establishment has a covered swimming pool with deck chairs, a jacuzzi and a gym. MEALS: Guests can book half-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.43" OriginalAmount="54.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270737" Longitude="55.322551" StarRating="4" HotelCode="75968|592555" HotelName="Star Metro Deira Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Guesthouse,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, PO Box 184786, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/24/6524f243967e57f1f92a79459a381b2c6ed31c50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Dubai, 100 m from Al Reef Mall. Restaurants, bars, and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.43" OriginalAmount="54.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.271084" Longitude="55.329999" StarRating="5" HotelCode="136624|1910365" HotelName="AVANI Deira Dubai Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Abu Baker Al Siddique and Sallahudin Road, P.O. Box 234344, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/23/a2/23a23d8fda19eedb2b4edaa349221dabd4cd775f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Due to the fact that the hotel is located in the heart of Dubai's historic and most culturally diver...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.43" OriginalAmount="54.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.096590517641" Longitude="55.174014421402" StarRating="4" HotelCode="450351|1910985" HotelName="Signature 1 Hotel Barsha Heights - TECOM" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Thanayah 1, Barsha Heights (Tecom), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f2fe76843448fd7/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 10 km from the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.43" OriginalAmount="54.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26198721" Longitude="55.28139078" StarRating="4" HotelCode="410024|2251775" HotelName="Queen Elizabeth 2" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mina Rashid, P.O. Box 6769, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/14/6a14ce027f68c78073b39b1724dbe51f0e4b45f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The friendly staff at the guest services desk are happy to answer any questions. Services and facili...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.54" OriginalAmount="54.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.005871549925" Longitude="55.155129140875" StarRating="4" HotelCode="511837|1971945" HotelName="Fortune Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Investments Park, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/17/6d1755cab4550027f398e7e9c9e641e0d7e6164a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the midst of the bustling ambiance that surrounds the Dubai Investment Parks...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.58" OriginalAmount="54.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1154159" Longitude="55.193681" StarRating="4" HotelCode="|120222" HotelName="Donatello " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/2/2/2/120222_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located between the city centre and the marina. ROOM: The establishment has apartments with TV. FACILITIES: The establishment has a swimming pool, a gym and a spa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.61" OriginalAmount="54.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2485921" Longitude="55.2968931" StarRating="0" HotelCode="|202217" HotelName="Al Manar Grand Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/2/1/7/202217_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116010067609" Longitude="55.196376067084" StarRating="4" HotelCode="348056|92710" HotelName="Hilton Garden Inn Dubai Mall Of The Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22nd Street, P.O. Box 393971, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/10/05105af5a8ccdc3a8590207c7768340a20562801.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|491417-12632478/1214887857230622000/12527" HotelName="ROVE TRADE CENTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18310000/18304000/18303940/9909dbe2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|471410-12632382/1214887857230622000/12542" HotelName="ROVE BUR DUBAI – HEALTHCARE CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16710000/16700600/16700525/cbc9f26f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1382559-27712601/1214887857230622000/22301" HotelName="STUDIO M AL BARSHA HOTEL BY MILLENNIUM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75840000/75831600/75831559/63495d42_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1328709-26638115/1214887857230622000/28007" HotelName="AL KHOORY COURTYARD" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76940000/76931300/76931230/63ae121d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="56.65" OriginalAmount="55" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1439560-32739584/1214887857230622000/32567" HotelName="HOLIDAY INN DUBAI VILLAGE CIRCLE BY IHG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110740000/110730500/110730428/1b57634b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.240536601879" Longitude="55.273160720238" StarRating="3" HotelCode="320173|ibis_styles_jumeirah_dubai" HotelName="ibis Styles Dubai Jumeira Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, 2nd December Street, Jumeira 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/99/f099709dd02878fadfe341a3d15ce3c3774c5c44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfect for both corporate and leisure travellers, thanks to its prime location and eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.67" OriginalAmount="55.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.117282" Longitude="55.194933" StarRating="4" HotelCode="|169138" HotelName="Signature Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/3/8/169138_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a fitness centre, WiFi (free of charge), a reception, a bar and a terrace. The establishment also offers a meal service, a living room, ticket sales and a car park (free of charge). SITUATION: This hotel Al Barsha it is in it is situated 5 minutes away from Mall of The Emirates the shopping centre Burj Khalifa 20 minutes away from the establishment, you can find the Dubai Mall the shopping centre it is situated 22 kilometres away from Dubai Airport. ROOM: The rooms have city views, flat-screen satellite television, an air-conditioning system, a mini-bar, a bathroom with a shower, a bath and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.68" OriginalAmount="55.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1166397" Longitude="55.1959555" StarRating="3" HotelCode="|74920" HotelName="Novotel Suites Mall Avenue Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/9/2/0/74920_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a business centre, a games area and a lobby. SITUATION: Sheikh Zayed Road Is situated in next to the establishment, guests will find a shopping centre, in the surrounding area, clients have places of interest, leisure areas and the beach. ROOM: The establishment has modern suites and fully-equipped.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.85" OriginalAmount="55.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256527" Longitude="55.334769" StarRating="4" HotelCode="|57824" HotelName="DoubleTree by Hilton Dubai Port Saeed" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed Al Maktoum Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/8/2/4/57824_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.03" OriginalAmount="55.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248383" Longitude="55.34383" StarRating="4" HotelCode="42928|31094" HotelName="Millennium Airport Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road, Casablanca Street, Al Garhoud, PO Box 13018</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/20/c7201f397b5a2d1cabddc69560186cd08adc13bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Al Jazeera Street, between Al Maktoum Street and Al Rigga Street. It is just...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.07" OriginalAmount="55.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.117218998722" Longitude="55.19515840741" StarRating="4" HotelCode="304562|1064428" HotelName="Signature Hotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Jumeirah Beach, Near Mall Of Emirates, Dubai 26261</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/394565/394565a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.25" OriginalAmount="55.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273576785748" Longitude="55.303815987766" StarRating="1" HotelCode="312719|1746258" HotelName="Rahab Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Naif Area, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/ee/dcee2d630a3daa0d968176e3e3c56fabb1175da6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.43" OriginalAmount="55.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.101142641594" Longitude="55.173054525131" StarRating="4" HotelCode="207414|922515" HotelName="Mercure Dubai Barsha Heights Hotel Suites &amp; Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 500300, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/295686/a_295686_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.67" OriginalAmount="55.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25352947468" Longitude="55.293257320508" StarRating="4" HotelCode="59922|53754" HotelName="Majestic City Retreat Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mankhool Road, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/25/1625348338ede9a5fa180cd882bc213c7151d157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of downtown Dubai in the Bur Dubai area. It is near to key busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.68" OriginalAmount="56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26182394" Longitude="55.29039537" StarRating="0" HotelCode="447068|379906" HotelName="Al Raein Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Riff Road, Bur Dubai, Dubai P.O.Box:294217</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/da/86da2a4272a2e2ea1c0254a6d1ee3b4ba487e251.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.68" OriginalAmount="56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.237242916673" Longitude="55.274322330951" StarRating="4" HotelCode="258976|29304" HotelName="Jumeira Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd December Street, PO Box 33640, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a2/3ca29dbd8b35f3b67bf52193cc27065db637b92d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Satwa on Al Difayah Street. Restaurants and street cafés as well as shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.68" OriginalAmount="56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10119829" Longitude="55.17297843" StarRating="4" HotelCode="970908|37047" HotelName="Mercure Hotel Apartments Dubai Barsha Heights" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 500300, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://www.hotelbeds.com/giata/22/228647/228647a_hb_r_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="57.68" OriginalAmount="56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|292526-28513048/1214887857230622000/5562" HotelName="AL SARAB" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10370000/10368500/10368423/4248920a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="57.68" OriginalAmount="56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|884197-32840471/1214887857230622000/22320" HotelName="IBIS STYLES DUBAI GOLD DISTRICT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/115000000/114790000/114783200/114783157/ec85aa60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="57.68" OriginalAmount="56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259018" Longitude="55.29692" StarRating="4" HotelCode="0|2368-22383165/1214887857230622000/30483" HotelName="J5 RIMAL APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> KHALID BIN WALEED STREET, PO Box 82555, DUBAI, AE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/90000/81100/81083/5d47ded4_b.jpg</HotelPictures>
        <HotelDescription>The hotel is located in the heart of Dubai's business district. It is 10 minutes from the city centre and the World Trade Centre and is within walking distance to the Textile Market and the computer street. This property is 5 minutes from the Burjuman Centre, Creek Park and Lamcy Plaza. Drive time from Dubai International Airport is approximately 20 minutes.

Everyone is sure to have an unforgettable stay at this hotel. The staff are happy to help in any way possible. The hotel offers business travellers as well as holiday-makers luxury and comfort. It comprises a total of 92 rooms and 19 executive suites and offers a wide range of facilities, including an entrance hall, currency exchange facility, lift access, café, bar, 2 restaurants, conference facilities and room and laundry services. Parking is provided for those arriving by car.

All of the rooms and suites are tastefully furnished by top Italian designers. They feature facilities such as a minibar, cable TV, IDD line and an en suite bathroom, offering luxury and comfort. A hairdryer, Internet access, tea and coffee making facilities, individually adjustable air conditioning and a safe also come as standard.

The fitness-oriented facilities include an indoor swimming pool, gymnasium, steam room/sauna and a fitness centre.

Guests can enjoy drinks from the York Club (the longest bar), refreshing beverages from E-Pub, the sports bar, and international cuisine from the Music Room, which features a Filipino band. Fusion cuisine is available from the Sky Blue rooftop restaurant and guests can enjoy pastries at the Bank Street café, the hotel's coffee shop.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="57.68" OriginalAmount="56" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157007-22384615/1214887857230622000/31532" HotelName="TIME GRAND PLAZA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/120000000/119700000/119694200/119694151/3f9c2bc6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.75" OriginalAmount="56.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.271745" Longitude="55.308862" StarRating="1" HotelCode="|477771" HotelName="Al Sabkha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL Sabkha Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/7/7/7/1/477771_eec40cd1106.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.12" OriginalAmount="56.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2128294" Longitude="55.2753041" StarRating="4" HotelCode="|20339" HotelName="Towers Rotana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SHEIKH ZAYED ROAD P O BOX 30430 DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/3/9/20339_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2000 and has 366 rooms, In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service and a currency exchange service. The establishment has conference facilities, Aquarius the bar Long's the bar Gardenia and Teatro the international restaurants, Wraps the snack bar. SITUATION: This hotel is situated in a central area, is in Sheikh Zayed Avenue it is situated 5 minutes away from the Congress Centre, the airport. ROOM: The inviting rooms, have a bathroom with a hairdryer, a satellite TV, a mini-bar, an air-conditioning system, a safety deposit box (available for a fee), a coffee maker and a teapot. FACILITIES: Outdoors, clients can enjoy a swimming pool, You also have at your disposal a covered swimming pool. MEALS: Clients have at their disposal a buffet breakfast and half-board. PAYMENT METHODS: Customers can pay using Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.47" OriginalAmount="56.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2538035" Longitude="55.293242" StarRating="4" HotelCode="|35740" HotelName="Majestic City Retreat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DUBAI MANKHOOL ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/4/0/35740_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment ideal for holidays or business trips, has 28 floors, conference rooms, a swimming pool with a terrace, a gym, a sauna, a Turkish bath, a beauty centre, a hairdresser's, a WC, a car park and an art gallery. SITUATION: This hotel is in the heart of Bur Dubai.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.49" OriginalAmount="56.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1020776" Longitude="55.1783073" StarRating="4" HotelCode="|198216" HotelName="Atana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HESSA STREET, TECOM, AL BARSHA SOUTH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/2/1/6/198216_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.59" OriginalAmount="56.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.223829262994" Longitude="55.284850956432" StarRating="5" HotelCode="186644|961315" HotelName="The Apartments Dubai World Trade Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 9229, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/3d/5a3df8895c3120a606264f9cb970bda0a0c2c1ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant luxury hotel is located in Dubai City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.61" OriginalAmount="56.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.114543998214" Longitude="55.191516390213" StarRating="3" HotelCode="260535|4668115" HotelName="Pride Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Elevator,Internet,Jacuzzi,Laundry,Luggage Storage,Parking,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Sharaf DG Metro Station, near Mall Of The Emirates, P.O. Box 113601, Al Barsha-1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/e7/f4e7bc84bb19ceb87eeeff4c9e6b74f0a7295774.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Pride Hotel Apartments is conveniently located in the popular Al Barsha area. Featuring a complete l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.61" OriginalAmount="56.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.102223064463" Longitude="55.178507302816" StarRating="4" HotelCode="326621|1525358" HotelName="Atana Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Hessa Street, P.O. Box 500555, Al Thanyah 1, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/de/f4de6bc9cd923f559fa91407527f74215e3ccdef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.62" OriginalAmount="56.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26731912758" Longitude="55.306586623192" StarRating="4" HotelCode="31295|31284" HotelName="Riviera Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/20/3f/203f92cd32c1754f88a0399fb8e73db46ecffe97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on Baniya Street, only a few a minutes away from Murshid Bazaar, the Gold and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.71" OriginalAmount="57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.247778" Longitude="55.278398" StarRating="4" HotelCode="319694|55048" HotelName="Hilton Garden Inn Dubai Al Mina" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, Port Rashid district, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/68/9b68e880bf85e41a2c0d3f0a5fe43149dbfefa9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, approximately 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.71" OriginalAmount="57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.257539" Longitude="55.2995" StarRating="4" HotelCode="31297|22677" HotelName="Four Points by Sheraton Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Walid Street, P.O. Box 33196, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/dd/eedd773634fb772eb8de89b9d81aaf27b86925b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming, modern hotel offers a stunning central location on Khalid Bin Walid in Bur Dubaï. A w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="58.71" OriginalAmount="57" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|487130-22266936/1214887857230622000/31394" HotelName="ROYAL CONTINENTAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17400000/17398400/17398301/a428e601_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.93" OriginalAmount="57.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.101155" Longitude="55.173082" StarRating="4" HotelCode="|121180" HotelName="Mercure Hotels Suites And Apartments Barsha Height" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/1/8/0/121180_bcdef660940.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Media City is situated in Sheikh Zayed Road, next to Dubai Internet City Underground Station. ROOM: The establishment has luxurious suites. They offer views of Dubai and the Palm Jumeirah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.97" OriginalAmount="57.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26288" Longitude="55.32785" StarRating="4" HotelCode="294782|992495" HotelName="Hyatt Place Dubai Al Rigga" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box  33178, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/66/663a7bd74198e666/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.02" OriginalAmount="57.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="4" HotelCode="971860|2476845" HotelName="Hyatt Place Dubai/Jumeirah" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, PO Box 31075, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/dd/e2dd2094d9bf811596f4fa1e642715533e675fb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.13" OriginalAmount="57.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.06950546" Longitude="55.12811932" StarRating="3" HotelCode="639708|2240075" HotelName="Rove Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street, PO Box 119444, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5c/61/5c618236c7baa706367b27bf1c9ae0d0f384e98a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.17" OriginalAmount="57.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.115622686047" Longitude="55.193818509579" StarRating="4" HotelCode="263795|925465" HotelName="Donatello Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Barsha 1, Near Mall Of The Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/01/5b/015bdfe8d17885ec16187b77dae8c1428ec29aa3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located on the Sheikh Zayed Road, in Al Barsha, Dubai. Centrally situated, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.22" OriginalAmount="57.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25203" Longitude="55.29263" StarRating="4" HotelCode="387635|73354" HotelName="Four Points by Sheraton Downtown Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mankhool Road, 4C Street, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/58/bc588db490dee081e755c104469d535e366e7bef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel stands seven storeys tall on Mankhool Street, right in the heart of the bustling city of D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.51" OriginalAmount="57.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2711634" Longitude="55.309712" StarRating="1" HotelCode="|87245" HotelName="Zagy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nakheel Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/2/4/5/87245_405b0e91116.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts rooms with air-conditioning, room service and a reception. SITUATION: This family-owned hotel is 10 minutes away from Union the metro station Zoco del Oro it is situated 2 kilometres away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.55" OriginalAmount="57.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.289885886158" Longitude="55.35428433475" StarRating="5" HotelCode="213695|921085" HotelName="Mövenpick Hotel Apartments Al Mamzar Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Cairo Road and 46th Street, Al Mamzar, Dubai 92114</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/b2/b3b2b275023d712ecf9b3ef1a82cd710b7d472c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.67" OriginalAmount="57.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11362044" Longitude="55.19344834" StarRating="3" HotelCode="962298|2519915" HotelName="Hampton By Hilton Dubai Al Barsha" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1 Street, Al Barsha 1 District, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/23/8223d2ae30f0c06c4ed08b3d9b059e0b0abc33ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|615159-28516431/1214887857230622000/3058" HotelName="CITY AVENUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/35000000/34994700/34994633/79a3782d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|16813-22233414/1214887857230622000/30194" HotelName="CORAL DEIRA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1240000/1235900/1235808/f0c723a5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2330-22383542/1214887857230622000/30268" HotelName="CAPITOL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2760000/2755000/2754907/cd35c25c_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.096761612504" Longitude="55.172552100375" StarRating="4" HotelCode="141915|time_oak_hotel__suites" HotelName="TIME Oak Hotel &amp; Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barsha Heights, P.O. Box 283634, Tecom, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/26/07/26072e1afbedb976c3b0c908303564ae980e1f61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Al Barsha area, close to the Mall of the Emirates and opposite Media Cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262795" Longitude="55.316687" StarRating="4" HotelCode="33282|al_khaleej_palace_hotel" HotelName="Al Khaleej Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road, P.O. Box 3720, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/6f/776f9247947441957e4ae9326e0b11898be20404.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern 10-storey hotel is centrally located on the Al Makoum Road in Deira, not far from the sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.79" OriginalAmount="58.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2609449" Longitude="55.3209376" StarRating="0" HotelCode="|121033" HotelName="Khalidia Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/0/3/3/121033_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is great value, ideal for holidays or business trips, is ideal for family holidays, has a meeting room, a laundry service, a dry cleaner's, has a swimming pool and a gym. SITUATION: Around the establishment, clients can find shops, restaurants and the leisure areas. ROOM: one bedroom suites, have a king-size bed, dressing table and a bathroom. standard rooms, have a double bed, dressing table and a bathroom. two bedroom suites, have an air-conditioning system, internet, a television and a satellite TV. single rooms, have a kitchen, a fridge, a kettle, a microwave, a washing machine, tumble drier and an iron.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.93" OriginalAmount="58.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.244911869" Longitude="55.2989128232" StarRating="2" HotelCode="178564|459455" HotelName="President Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Trade Centre Road, P.O. Box 28756, Karama, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/75/32751248027ca44127a02ce7dab107bdb3f35281.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.09" OriginalAmount="58.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0965402" Longitude="55.1727306" StarRating="4" HotelCode="|118857" HotelName="Time Oak and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abdulla Omran Tayram St,Al Thanyah 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/8/5/7/118857_c43c8210728.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Time Oak and Suites is rated four stars, has a concierge, room service, a dry cleaner's, a laundry service, lifts and a babysitting service (for a fee). It also has a car hire desk, a transfer service, a reception, a business centre and a business centre has features that offer you the maximum level of comfort. It has 161 rooms. SITUATION: It is in a good area in Dubai. FACILITIES: The establishment boasts a fitness centre well-equipped. It is near a golf course. Clients can also find a swimming pool. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant, a bar, a lounge and a swimming pool bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.36" OriginalAmount="58.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113768310843" Longitude="55.200149467963" StarRating="5" HotelCode="178473|838245" HotelName="Elite Byblos Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Barsha 1, Behind Mall of the Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/91/915c0979305c55dd/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of 'New Dubai', the Auris Plaza, within a 5-minute walk of the Mal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.55" OriginalAmount="58.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2446354" Longitude="55.298594" StarRating="2" HotelCode="|87889" HotelName="President" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Trade Center Road - SHEIKH KHALIFAH BIN ZAYED ST KARAMA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/8/9/87889_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi (free of charge) in communal areas, 2 restaurants and a cafÃ©. SITUATION: This hotel is in Al Karama is situated in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.61" OriginalAmount="58.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2523693" Longitude="55.335761" StarRating="4" HotelCode="|210909" HotelName="Royal Continental – Dubai Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 182166 OPPOSITE DEIRA CITY CENTER PORT SAEED ROAD, DEIRA DUBAI UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/9/0/9/210909_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.221122" Longitude="55.282086" StarRating="4" HotelCode="37772|11604" HotelName="Novotel World Trade Centre Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Saa'da Street, P.O. Box 9622, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/48/85485d9df6fe79b716896a8545ca5a0e1b1ee28c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a part of the Dubai International Convention and Exhibition Centre complex. It is situa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259518" Longitude="55.322921" StarRating="4" HotelCode="42788|45234" HotelName="New Moscow Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Street, P.0.Box 119911, Deira-Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/68/bb68e913d8ec607eadf728c99e9f75dcf4088236.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Dubai’s business, banking and shopping centre, Deira, close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25991410888" Longitude="55.294680457672" StarRating="3" HotelCode="93807|728535" HotelName="Dolphin Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Al Waleed Road, P.O. Box 121678, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/1c/091ca667b9be854b316ded135bf7696e3b6cdef1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located in the heart of Bur Dubai, on Khalid Bin Walid Street near the Meena Bazar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1361257-28481424/1214887857230622000/1866" HotelName="AL KARNAK BRANCH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/88000000/87830000/87824200/87824138/0953ddff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|400892-21407672/1214887857230622000/12111" HotelName="HILTON GARDEN INN DUBAI, MALL AVENUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12950000/12950000/12949919/18ba046e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|517655-25676380/1214887857230622000/24610" HotelName="ROSE PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20220000/20219500/20219460/ee39b326_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|130259-25300108/1214887857230622000/25487" HotelName="IBIS MALL AVENUE DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2310000/2301600/2301578/c0ceac9e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2367-25189527/1214887857230622000/27285" HotelName="J5 PORT SAEED" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527499/fafc2181_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13451-25200706/1214887857230622000/29399" HotelName="DUBAI GRAND BY FORTUNE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903400/903302/17df2692_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|638918-22390118/1214887857230622000/30441" HotelName="IBIS STYLES DUBAI AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44170000/44167200/44167148/8a873d81_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|2332-22288782/1214887857230622000/30716" HotelName="MILLENNIUM PLAZA DOWNTOWN HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7700/7610/2f9a428d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.199056" Longitude="55.265769" StarRating="4" HotelCode="804919|2329275" HotelName="LEVA Hotel, Mazaya Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 340 647, Mazaya Centre, Sheikh Zayed Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/57/e957d1cab42e8f82ff05c53a71bfd44dc8d8b685.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09453703" Longitude="55.17727016" StarRating="4" HotelCode="427536|auris_inn_al_muhanna_hotel" HotelName="Auris Inn Al Muhanna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Fosool Street, Tecom, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/8e/018e594ec9a696b5659b2707e8f7c32a9abec0d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.85" OriginalAmount="59.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2205695" Longitude="55.2801873" StarRating="4" HotelCode="876611|930565" HotelName="Crowne Plaza Dubai Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Al Nahyan Road, P.O. Box:23215, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/df/c3df139ae8d399d6000216a889b0399df0d79b37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.93" OriginalAmount="59.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.097472874945" Longitude="55.174829203705" StarRating="4" HotelCode="545853|2127865" HotelName="TRYP by Wyndham Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Golf,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Saef 1 Street, Barsha Heights, Dubai, P.O. Box 215373</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e7/79e7fc408274499547f66082ac09dd9cee31b77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.11" OriginalAmount="59.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249573" Longitude="55.294656" StarRating="4" HotelCode="155206|2596405" HotelName="Sapphire Plaza Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/33/213304024e5f4a3b481095d8d074f964ee542c02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai, about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.17" OriginalAmount="59.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25543" Longitude="55.29846" StarRating="3" HotelCode="|121529" HotelName="Tulip Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5a street 317 community</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/5/2/9/121529_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby, 154 luxurious rooms and attentive service. This aparthotel is perfect for business and holiday stays. The establishment boasts air-conditioning, a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, WiFi, a laundry service and a car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.25" OriginalAmount="59.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.097865796238" Longitude="55.174589753151" StarRating="4" HotelCode="906845|923415" HotelName="First Central Hotel Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tecom, Al Barsha 3, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/f1/35f18093d12aa0d06b92f278571e8e48030d02fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 524 rooms. Amenities include a safe. Wireless internet access is avai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.62" OriginalAmount="59.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.280384850661" Longitude="55.35118764418" StarRating="4" HotelCode="98837|233056" HotelName="Al Manar Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hor Al Anz East, Corner 24th Street &amp; 9th Street, P.O. Box: 111695, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/7b/a27b4cfad1064e3c8474fabb01b3c939442937d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai, just a 5-minute drive from both the major shopping centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22236309" Longitude="55.33188152" StarRating="4" HotelCode="757242|336659" HotelName="Hilton Garden Inn Dubai Al Jadaf Culture Village" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Currency Exchange,Dining,Fax,Laundry,Meeting Room,Parking,Printer,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plot 3261450, Al Jadaf, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/bd/2abddf30f59fe61f902da7e61b81b7661fdb0d7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The new 4- star Hilton Garden Inn Dubai Al Jadaf Culture Village hotel, perfectly situated between D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112519294245" Longitude="55.189019272491" StarRating="4" HotelCode="212682|39388" HotelName="Novotel Dubai Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road Barsha 1, Opposite Sharaf DG Metro Station, Dubai 450011</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/6d/0f6d558f2730dd4f246a9fc1e112d19313086582.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this urban hotel is about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|172366-25350283/1214887857230622000/21396" HotelName="FORTUNE PLAZA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4570000/4560700/4560641/00fa37f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|875154-26091242/1214887857230622000/28624" HotelName="HOLIDAY INN DUBAI AL-MAKTOUM AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45610000/45601200/45601132/c6d649c3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|66699-22233490/1214887857230622000/30612" HotelName="MAJESTIC PREMIER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/115900/115888/c3a9c60c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|145827-22381726/1214887857230622000/31269" HotelName="MD HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3810000/3806400/3806375/2b764210_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1248830-22368023/1214887857230622000/31702" HotelName="ROSE EXECUTIVE - DWTC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68070000/68060400/68060304/04818338_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11579071" Longitude="55.19690453" StarRating="4" HotelCode="879517|tulip_al_barsha_hotel_apartment" HotelName="Tulip Al Barsha Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Barsha 1, Beside Mall of the Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/79/56/7956035f9d405ff069e72b2685e321f20f7f91e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.84" OriginalAmount="60.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262404779153" Longitude="55.29760658741" StarRating="4" HotelCode="38016|37094" HotelName="Arabian Courtyard Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, Al Seef Area, Bur Dubai, Opposite to Dubai Museum, P.O.Box 46500, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/08/5a/085a59a65431de1f5b1ef6b5cfb36f6daaa9df15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at heart of Dubai on the well-known Meena Bazaar in Bur Dubai. The Dubai Museum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.22" OriginalAmount="60.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2705018" Longitude="55.31533867" StarRating="4" HotelCode="670547|2392815" HotelName="Hyatt Place Dubai Wasl District" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Wasl District, P.O. Box 128851, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/f5/f8f565d8c76e89ef606fb2f619166feaac3d5cb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.25" OriginalAmount="60.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.221286" Longitude="55.288416" StarRating="4" HotelCode="|57844" HotelName="Novotel World Trade Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Saa'da Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/8/4/4/57844_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.26" OriginalAmount="60.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2589924" Longitude="55.2912369" StarRating="0" HotelCode="|118760" HotelName="Dolphin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 121678, DUBAI UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/7/6/0/118760_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel has 110 rooms, The establishment boasts a car park (for a fee), an indoor car park, air-conditioning, a hall with a reception, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment also has a hairdresser's, a television room, a cafÃ© and a restaurant. The establishment offers guests conference facilities, WiFi, room service and a laundry service. SITUATION: Is situated inBur Dubai the heart of close to the establishment, clients can find the railway station, is 5 kilometres away from Dubai Airport. ROOM: The establishment has studios, two bedroom apartments, a bathroom with a shower, a bath, a king size or double bed, a direct line telephone, a satellite or cable television, internet, a safe, a washing machine, an ironing set, a balcony or terrace and a kitchen with fridge, They also have a hob, a microwave, a coffee maker, a kettle and an air-conditioning system. FACILITIES: The establishment boasts a heated salt water pool, a wellness centre, a gym, a children's swimming pool, a sauna and a steam bath. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and Ã  la carte, menu and buffet lunch and dinner. PAYMENT METHODS: Customers can pay by Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.26" OriginalAmount="60.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2498505" Longitude="55.2943287" StarRating="0" HotelCode="|87265" HotelName="Winchester Deluxe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Road, Mankhool</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/2/6/5/87265_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2009 with air-conditioning and is quiet is ideal for relaxation 158 rooms, a hall, express check-out, a reception, a safety deposit box service, a currency exchange service, a lift and a breakfast room. The establishment also offers conference rooms, WiFi, a laundry service and a car park. SITUATION: It is inBur Dubai the heart of near the establishment, you will find commercial areas, leisure areas and the shopping area. it is 2 kilometres away from Jumeirah the beach It is situated 6 kilometres away fromDubai Airport. ROOM: The rooms have a living room, a dining room, a kitchen with fridge, hot plates, a microwave, a coffee maker and a kettle. They also have a bathroom with a shower, a bath, a hairdryer, a balcony or terrace, a king size or double bed, a direct line telephone, a satellite TV, internet, a safety deposit box, a washing machine, an ironing set and an air-conditioning system. FACILITIES: Clients can find a heated swimming pool, deck chairs, parasols and a terrace. Guests also have access to a health club, a sauna, a steam bath and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.29" OriginalAmount="60.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273853" Longitude="55.303486" StarRating="0" HotelCode="|483935" HotelName="OYO 177 Al Ammari" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 B St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/9/3/5/483935_1389b131915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.57" OriginalAmount="60.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.04167" Longitude="55.21944" StarRating="0" HotelCode="|186736" HotelName="Treppan Hotel and Suites by Fakhruddin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Sports City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/7/3/6/186736_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.83" OriginalAmount="61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253571" Longitude="55.332856" StarRating="4" HotelCode="103268|36414" HotelName="Novotel Dubai Deira City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8th Street, Front of Deira City Centre Mall, Port Saeed District, P.O. Box 185310, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/47/1e4737bc4c72af1fe94511c9157d53abddf454f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a prime location, at the heart of the historic part of Dubai, in front of the City Centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.83" OriginalAmount="61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270804574478" Longitude="55.308241457672" StarRating="1" HotelCode="933297|201688" HotelName="Zagy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Yousaf Baker Road, Al Nakheel Street, Deira, P.O. Box 32013, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/78/4e787bc413ddcbddb6b8526598cb7a305bd79603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The range of services and facilities at the hotel ensures a pleasant stay for business guests and ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="62.83" OriginalAmount="61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.483072" Longitude="-4.964619" StarRating="4" HotelCode="0|64081-25236126/1214887857230622000/19528" HotelName="RAMEE ROSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>S/N Calle Edgar Neville, PUERTO BANUS, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6410000/6403800/6403757/e5b458b8_b.jpg</HotelPictures>
        <HotelDescription>Boasting a prime location next to the ocean, in the beautiful city of Marbella, in the south of Spain, this hotel has an easy access to the lovely gold sandy beach, San Pedro, where travellers can enjoy swimming in its crystal waters or watch a charming sunset. A near casino is a good option for visitors to have a good and fun time. Both the Mala airport and the Gibraltar airport are at 50 kilometres distance from this hotel. With a charming rustic design, Guests will find a perfect balance between fun and relaxation. Comfortable and clean rooms, with breath-taking views to ocean are the perfect place to have a repairing rest. Wellness and spa centre to consent all guests with outstanding services and a gym o maintaining trainings and fitness. A vast quantity of fun activities, indoors and outdoors will maintain everyone having an excellent time when staying. They can also enjoy taking a good coffee and pastries at the hotel’s cafeteria or having a delicious meal at the restaurant.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="62.83" OriginalAmount="61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1323564-27713584/1214887857230622000/26363" HotelName="LA QUINTA BY WYNDHAM DUBAI JUMEIRAH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1230000/1229900/1229850/ced35646_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="62.83" OriginalAmount="61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|93135-32416565/1214887857230622000/29428" HotelName="MAJESTIC COVE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111330000/111328500/111328475/b5ea99e3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="62.83" OriginalAmount="61" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|93155-22233445/1214887857230622000/32422" HotelName="STAR METRO DEIRA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1880000/1876600/1876527/29a7340a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242998034919" Longitude="55.358927279762" StarRating="3" HotelCode="152740|920325" HotelName="Premier Inn Dubai International Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/f6/2af6f831d4672382d6b6f03e8eb6e86981c5eb51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26958" Longitude="55.307562" StarRating="2" HotelCode="900817|phoenicia_hotel_2" HotelName="Phoenicia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Laundry,Massage Centre,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Opp. Baniyas Metro Station, P.O.Box: 4467, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/57/6057f1ffc755ffe89a8490f34efa71044d884001.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre (Nasser Square area), within walking distance from shops and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.26" OriginalAmount="61.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2631031" Longitude="55.2907267" StarRating="3" HotelCode="|120174" HotelName="Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Falah Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/1/7/4/120174_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Bur Dubai it is in is situated in the business area. ROOM: Customers have comfortable rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.32" OriginalAmount="61.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2694249" Longitude="55.3001808" StarRating="1" HotelCode="|297366" HotelName="Maaeen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Street, Near Deira Gold Souq,murshid Souq</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/7/3/6/6/297366_db2c6af1523.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.48" OriginalAmount="61.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.133857791384" Longitude="55.212146043777" StarRating="4" HotelCode="58972|1911025" HotelName="Metropolitan Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Exit 41, Al Thanya Steet, P.O. BOX 31588, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a0/47/a047f7cdc9976c91c40fc3c46e6cbd29412606a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This vibrant hotel occupies one of Dubai’s most central and sought-after location alongside the Shei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.60" OriginalAmount="61.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113496" Longitude="55.201843" StarRating="4" HotelCode="|337444" HotelName="Mena Plaza Albarsha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street 13 Al Barsha 1 - Near Mall of the Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/7/4/4/4/337444_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.82" OriginalAmount="61.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.234161613232" Longitude="55.311741828918" StarRating="5" HotelCode="29048|31104" HotelName="Mövenpick Hotel &amp; Apartments Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19th Street, Oud Metha Area, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/41/41914cab73472857/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the centre of the city of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="63.86" OriginalAmount="62" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1257799-26605966/1214887857230622000/28060" HotelName="CITADINES CULTURE VILLAGE DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68870000/68863600/68863561/b7bf6080_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="63.86" OriginalAmount="62" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|470819-25640264/1214887857230622000/29404" HotelName="FORTUNE PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16470000/16467400/16467386/3b5cb11e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="63.86" OriginalAmount="62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.576004" Longitude="1.088728" StarRating="4" HotelCode="0|625913-22302958/1214887857230622000/30748" HotelName="MILLENNIUM PLACE BARSHA HEIGHTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>2 SANT MARTI, ESPOT, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39920000/39914800/39914722/e9506650_b.jpg</HotelPictures>
        <HotelDescription>The Hotel is located in the village center of Espot, in the heart of the Pyrenees of Lleida. Sprint offers all the charm of a mountain village, located 3 km from Parc Natural Aigüestortes Sant Maurici, 2 km from the ski-Espot SkiPallars and 20 km from the Baqueira Beret.
Mountain Lodge with family atmosphere. All rooms with private balcony exteriones. The hotel completes its facilities with the restaurant L'Avet de Sant Maurici.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.120302536526" Longitude="55.199089050293" StarRating="3" HotelCode="900270|la_villa_najd_hotel_apartments_3" HotelName="La Villa Najd Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Shaikh Zayed Road, Al Barsha 1, Behind Mall of Emirates, P.O. Box 214671, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/a8/0ea88d88fac269c7bf18a9c2a76ed1279a9d1e5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city apartment hotel enjoys an ideal location, just 2 minutes' walk from the Mall of The Emirat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.99" OriginalAmount="62.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.04219866" Longitude="55.22196038" StarRating="4" HotelCode="322200|1524848" HotelName="Treppan Hotel &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Kitchen,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Sports City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/c8/2cc8be9362bd990627ed1321afa39c1a8ac45a39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.18" OriginalAmount="62.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254240444883" Longitude="55.301247411045" StarRating="3" HotelCode="95367|924145" HotelName="Rose Garden Hotel Apartments Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Behind Burjuman Shopping Mall, Citi Bank, Burjuman Metro Station, Bur Dubai, Dubai P.O. Box 45113</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/c4/edc46ad1755bb28f4208dd2266d6768efc39e7d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A stone’s throw away from Burjuman Shopping Centre, this city hotel is strategically located in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.44" OriginalAmount="62.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2437539" Longitude="55.2724637" StarRating="2" HotelCode="|80458" HotelName="Holiday Inn Express Dubai Jumeirah, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Road P.O. Box 71256 - Corner Of Jumeirah Road and 60 Road, Al Mina.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/5/8/80458_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 193 rooms, The establishment boasts a lounge bar, a gym and 2 meeting rooms. SITUATION: It is next toJumeirah the beach. ROOM: All the rooms have bedding, a sitting room with sofa and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.56" OriginalAmount="62.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19391511102" Longitude="55.28919881275" StarRating="4" HotelCode="168132|148506" HotelName="Millennium Central Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Asayel Street, Business Bay, Downtown, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9b/9baf790352d95eec/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This contemporary hotel at the heart of Dubai is located minutes away from Dubai Mall along with the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.59" OriginalAmount="62.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.233811" Longitude="55.311703" StarRating="5" HotelCode="|28231" HotelName="Mövenpick  and Apartments Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19TH STREET,OUD METHA,P.O.BOX 32733</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/3/1/28231_dae24e60902.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2001, has 232 rooms, a reception with safety deposit boxes, a lift, a cafÃ©, a nightclub and room service. SITUATION: This luxurious hotel is in the centre of Dubai. ROOM: The rooms have a bathroom with a hairdryer, a television, a radio, a mini-bar and an individual air-conditioning system. FACILITIES: Outdoors, clients have access to a swimming pool. The establishment has a sauna and a gym. OBSERVATIONS: Ask for further information regarding hotel conditions and operations.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.60" OriginalAmount="62.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2543429" Longitude="55.3012677" StarRating="0" HotelCode="|121129" HotelName="Rose Garden Hotel Apartments - Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Behind Burjuman Shopping Mall</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/1/2/9/121129_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Bur Dubai it is in. ROOM: The establishment has studios suites, with WiFi (free of charge) and a fully-equipped kitchen. FACILITIES: The establishment boasts a swimming pool on the roof terrace and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.76" OriginalAmount="62.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.9830862" Longitude="55.0909512" StarRating="1" HotelCode="|120457" HotelName="Join Inn Jebel Ali, Dubai ( Formerly Easyhotel )" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jafza, Street 724 - Behind Jafza, Lobby Number 17, POBox 17000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/4/5/7/120457_1_7983.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.82" OriginalAmount="62.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22036" Longitude="55.280335" StarRating="5" HotelCode="|28232" HotelName="Millennium Plaza Downtown " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/3/2/28232_38dfb501400.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel with air-conditioning, has 560 standard rooms, a safety deposit box service, a currency exchange service and a lift. It also has a cafÃ©, shops, a bar, a nightclub, a conference room and WiFi. The establishment boasts restaurants, a laundry service, room service and a car park. SITUATION: The hotel is in Sheikh Zayed Street. Is situated in the heart of Dubai. Around the establishment, clients can find the commercial area, the shopping centres, a golf course, the museum and the tourist attractions. It is situated 15 minutes away from Dubai Airport and 20 minutes away from Airport Jumeirah. ROOM: The establishment has apartments and suites with a bathroom with a hairdryer, a satellite or cable television, internet, a direct line telephone, a mini-bar, a coffee maker, a teapot, an iron, a safety deposit box (available for a fee) and individual air-conditioning. FACILITIES: Outdoors, clients can enjoy a swimming pool. The establishment also has a jacuzzi, a sauna and a gym. Our guests can also playing squash.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.109277" Longitude="55.203112" StarRating="3" HotelCode="199603|35605" HotelName="Marmara Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, PO Box 63907, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/6f22406eee97f0a1/26/26b19ffaa9ae3bf0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256159205757" Longitude="55.311869076058" StarRating="3" HotelCode="655968|273328" HotelName="Zabeel House MINI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef, Dubai Creek, PO Box 35449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|31709-28508078/1214887857230622000/2459" HotelName="HOWARD JOHNSON BY WYNDHAM BUR DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4145000/4144930/1d28a144_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|426851-25602071/1214887857230622000/25743" HotelName="NAUMI HOTEL DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16090000/16083200/16083123/3ca476f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|219820-22383160/1214887857230622000/30854" HotelName="MOVENPICK APARTMENTS AL MAMZAR DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5780000/5773700/5773629/7387d574_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|884159-27083700/1214887857230622000/32384" HotelName="FORTUNE ATRIUM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/56000000/55570000/55562400/55562354/c2fe45ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|885011-22367480/1214887857230622000/32400" HotelName="GRAND MERCURE DUBAI CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44880000/44874600/44874529/c871e597_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.89" OriginalAmount="63.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.108330303592" Longitude="55.178515599861" StarRating="4" HotelCode="166078|fraser_suites_dubai" HotelName="Fraser Suites Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sidra Tower, Sheikh Zayed Road, PO Box 502306, Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/35/ca/35cab7bc9016756ac8dbb6a5edb0a2dee9b82c5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located on Sheikh Zayed Road, on the edge of Internet City and Media City, this aparthotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.12" OriginalAmount="63.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.24792739848" Longitude="55.345317721367" StarRating="5" HotelCode="19574|1980815" HotelName="Mövenpick Dubai Grand Al Bustan" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Spa Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Casablanca Road, Al Garhoud, Dubai Airport, P.O. Box 30880, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/ed/daed30cc9b8f3efab54733cc7b510f8e6ea789a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Casablanca Road in the Al Garhoud district, just 5 minutes from Dubai Inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.12" OriginalAmount="63.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.217569756976" Longitude="55.278825759888" StarRating="5" HotelCode="170019|449255" HotelName="Millennium Plaza Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Business Hotel,City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 191055, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bc/d1/bcd18cdad1b4fda4d7f5d0c3dc0e13b3633047f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 413 rooms. A lobby and a reception are available to travellers. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.23" OriginalAmount="63.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2558367" Longitude="55.311016" StarRating="3" HotelCode="|297378" HotelName="Hampton by Hilton Dubai Al Seef" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef Street Building B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/7/3/7/8/297378_12121c12054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.55" OriginalAmount="63.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.280352" Longitude="55.351209" StarRating="3" HotelCode="|118697" HotelName="Al Manar Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Street Abuhail Mamaza Diera Dubai, Abu Hail, P.O. Box 62495</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/6/9/7/118697_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, This establishment has a reception, room service, a babysitting service (for a fee), has WiFi, a car hire desk, a transfer service and a business centre with features that offer you the maximum level of comfort 85 rooms. SITUATION: It is situated close to the commercial area and the airport, the establishment, Deira it is in. FACILITIES: Guests are offered a fitness centre fully-equipped, a sauna and a swimming pool. OTHERS: Regarding the food and beverage offering, clients have a restaurant and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.85" OriginalAmount="63.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2611555" Longitude="55.3223164" StarRating="3" HotelCode="|120187" HotelName="Broadway" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Al Buteen St. Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/1/8/7/120187_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Deira the district of Dubai is situated in 10 minutes away from the establishment, clients can find Dubai Airport. FACILITIES: The establishment has a swimming pool, a nightclub and live music.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.91" OriginalAmount="63.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0945186" Longitude="55.1772773" StarRating="4" HotelCode="|202214" HotelName="Ramada By Wyndham Dubai Barsha Heights" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Fosool Street, TECOM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/2/1/4/202214_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25612833348" Longitude="55.311924257454" StarRating="3" HotelCode="660770|273327" HotelName="Zabeel House Al Seef" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef, Dubai Creek, PO Box 35449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d8/84d8748f132ac11f2b02c2ddc11e18fc4c526d66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1321121-26633884/1214887857230622000/21959" HotelName="GARDEN CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71480000/71471700/71471649/16a26f31_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1272482-26618235/1214887857230622000/27168" HotelName="AL KHOORY SKY GARDEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70110000/70108400/70108301/35729401_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|96439-25263518/1214887857230622000/28671" HotelName="IBIS DEIRA CREEKSIDE DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2230000/2221600/2221509/1f72f3a5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|518132-23058198/1214887857230622000/30856" HotelName="MENA PLAZA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20190000/20183200/20183124/26ad9309_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|120310-23058183/1214887857230622000/31485" HotelName="TULIP HOTEL APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4110000/4109100/4109045/w3997h3000x3y0-c8710543_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|2348-23058186/1214887857230622000/31940" HotelName="THE BRISTOL DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/85000000/84070000/84061000/84060932/02c409ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|59247-22233592/1214887857230622000/32383" HotelName="MILLENNIUM AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/49000/48997/130c6bd9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113092" Longitude="55.201645" StarRating="3" HotelCode="99497|star_metro_hotel_al_barsha" HotelName="Grand Square Stay Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Behind The Mall of the Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/8a/fe8ab67760727eefd6d019cad789e8764876aea0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city of Dubai and is just behind the Mall of the Emirates. It is close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.257398399072" Longitude="55.289197" StarRating="3" HotelCode="28896|savoy_central_hotel_apartments" HotelName="Savoy Central Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rolla Road, P.O. Box 49519, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/c2/b8c2a9459b66024b035b2bb28a08fe0670e86252.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the central district of Bur Dubai, this aparthotel is just a few minutes' walk from major...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.98" OriginalAmount="64.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18264188" Longitude="55.27471949" StarRating="4" HotelCode="763047|2291475" HotelName="Gulf Court Hotel Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, P.O. Box 32300, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/fc/c7fc7861951b08f83d598086e0bf2f88ad420e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.05" OriginalAmount="64.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23886" Longitude="55.27274" StarRating="3" HotelCode="|192755" HotelName="Ibis Styles Dubai Jumeira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, 2nd December Street, Jumeira 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/7/5/5/192755_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.22" OriginalAmount="64.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.008286" Longitude="55.15671" StarRating="3" HotelCode="152741|919835" HotelName="Premier Inn Dubai Investments Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Garden,Golf,Internet,Jacuzzi,Laundry,Restaurant,Shopping Arcade,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Near Green Community, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/1e/621e0d1b4388cc682d524f324b0102c4494fbd69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The business hotel is situated approximately 1 km along on the right between the Green Community and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.49" OriginalAmount="64.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253774" Longitude="55.299499" StarRating="3" HotelCode="57916|4865425" HotelName="Pearl Residence Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 A Street, Off Khaleed Bin Waled Street - Bank Street, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/11/115837/115837a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a convenient location in Dubai, United Arab Emirates, with many commercial and shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.73" OriginalAmount="64.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254164974661" Longitude="55.332021783173" StarRating="4" HotelCode="169385|2352475" HotelName="Pearl City Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8th Street, Port Saeed District, Newa Deira City Center, P.O. Box: 83163, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/zz/d2ad84c37a5bb47f57e9a19b9f04afde4c7d26c1.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a convenient location. It lies is in close proximity to the Dubai Internation...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.80" OriginalAmount="64.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.068680704823" Longitude="55.131202340126" StarRating="4" HotelCode="162263|920905" HotelName="Signature Hotel Apartments &amp; Spa Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street 16, Marina Waterfront, Jumeirah Beach Residence, PO Box 376332, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/17/64/17646bf7cbc5b1f47737a5507dcad0322f4b25ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located on the Dubai Marina in the heart of New Dubai, with fantastic views ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.95" OriginalAmount="65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.07098734" Longitude="55.13635841" StarRating="4" HotelCode="870512|394156" HotelName="Millennium Place Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/e3/e4e372539c23ce472d41a5ab3e1a49002926298c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="66.95" OriginalAmount="65" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|600673-21408809/1214887857230622000/11768" HotelName="DOUBLETREE BY HILTON DUBAI AL JADAF" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27340000/27338900/27338819/w3840h2560x0y0-33aca7d5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="66.95" OriginalAmount="65" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2370-25189529/1214887857230622000/25687" HotelName="RIVIERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1220000/1210400/1210397/w3296h2057x0y15-208cc754_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="66.95" OriginalAmount="65" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|82057-25251393/1214887857230622000/25952" HotelName="COPTHORNE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1800000/1795000/1794962/326898fc_edited_967e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="66.95" OriginalAmount="65" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1398537-27713594/1214887857230622000/32293" HotelName="ESTAY INN HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/95000000/94790000/94783600/94783517/4318dd48_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.00" OriginalAmount="65.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264188" Longitude="55.319583" StarRating="4" HotelCode="|185681" HotelName="Black Stone " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, Behind Commercial Bank Building. 34 B Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/8/1/185681_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.21" OriginalAmount="65.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.022202" Longitude="55.156471" StarRating="0" HotelCode="|471570" HotelName="Resivation" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>408 - Sheikh Mohammed Bin Zayed Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/7/0/471570_299ff071221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.25" OriginalAmount="65.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22907" Longitude="55.287738" StarRating="3" HotelCode="160297|922535" HotelName="Number One Tower Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayd Road, P.O. Box 31003, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/3b/973b3df8c70411e8c1c17e1678bdfca940e4622a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is an immensely popular hotel on Sheikh Zayed Road. It is minutes from Dubai Internat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.29" OriginalAmount="65.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="4" HotelCode="870501|2417005" HotelName="Millennium Al Barsha" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Kitchen,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/44/2f4412c401f9354701bd9b44600dfdc175d68b4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.43" OriginalAmount="65.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.217518" Longitude="55.2786814" StarRating="5" HotelCode="|119328" HotelName="The Tower Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/3/2/8/119328_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.64" OriginalAmount="65.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2540904" Longitude="55.3319361" StarRating="4" HotelCode="|120219" HotelName="Pearl City Suites By Gemstones" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8th Street Port Saeed District, Near City Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/2/1/9/120219_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in an excellent location, the establishment, is in the business and commercial centre, 10 kilometres away, you can find a beach. ROOM: The medium-sized rooms, have a living room and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.73" OriginalAmount="65.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2633304" Longitude="55.2896044" StarRating="0" HotelCode="|446472" HotelName="Wescott Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Raffa Plaza, Al Suq Al Kabeer</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/7/2/446472_2e1caa01330.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.84" OriginalAmount="65.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.046995" Longitude="55.200701" StarRating="0" HotelCode="|467636" HotelName="Izzzi.lifemint - Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Village Circle, 3rd Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/6/3/6/467636_557b4841129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|53294-26108691/1214887857230622000/29252" HotelName="HOWARD JOHNSON PLAZA BY WYNDHAM DUBAI DEIRA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1520000/1517400/1517355/d2c68da1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|167947-25341267/1214887857230622000/29445" HotelName="HUES BOUTIQUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4720000/4717800/4717738/03f130e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1266105-26612229/1214887857230622000/29622" HotelName="ECOS DUBAI AL FURJAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/70000000/69380000/69371400/69371396/5d93396c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|138941-22384616/1214887857230622000/31717" HotelName="TIME OAK SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2360000/2357300/2357274/c08f5f68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1351675-22375833/1214887857230622000/32272" HotelName="HE APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100020000/100012200/100012185/2adc342d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.87" OriginalAmount="66.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116721473688" Longitude="55.19563902533" StarRating="4" HotelCode="66534|394235" HotelName="MENA Aparthotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4a Street, next to mall of the Emirates, P.O. Box 282464, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/405925/405925a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="69.01" OriginalAmount="67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|234521-28463433/1214887857230622000/9814" HotelName="PHOENICIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29220000/29217200/29217109/c884f21f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="69.01" OriginalAmount="67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|875188-26091266/1214887857230622000/26769" HotelName="STAYBRIDGE SUITES DUBAI AL-MAKTOUM AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45610000/45601200/45601126/42a53c4f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="69.01" OriginalAmount="67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|130191-25300054/1214887857230622000/26882" HotelName="HOLIDAY INN EXPRESS DUBAI JUMEIRAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2240000/2239700/2239650/84a6c768_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="69.01" OriginalAmount="67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2374-25189530/1214887857230622000/27598" HotelName="SEAVIEW" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/810000/805900/805863/caa1b3ac_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="69.01" OriginalAmount="67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1413942-27590293/1214887857230622000/29070" HotelName="CITY PALACE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/88000000/87670000/87664100/87664033/9b7142fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="69.01" OriginalAmount="67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|875195-32735936/1214887857230622000/30122" HotelName="NOVOTEL DUBAI GOLD DISTRICT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/116000000/115200000/115198900/115198849/e8d01eb9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="69.01" OriginalAmount="67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|175752-22309091/1214887857230622000/30266" HotelName="ELITE BYBLOS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4940000/4937700/4937616/8ff9c8bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="69.01" OriginalAmount="67" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|51913-22384355/1214887857230622000/30819" HotelName="MOVENPICK &amp;amp; APARTMENTS BUR DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/870000/864000/863980/56800902_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262521" Longitude="55.295472" StarRating="3" HotelCode="187437|ambassador_hotel_dubai" HotelName="Ambassador Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Al Falah Street, P.O.Box 3226, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/58/0f584e9d1fb041688fe18a0b3deded601172c246.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.08" OriginalAmount="67.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.069580804299" Longitude="55.129010531427" StarRating="3" HotelCode="255980|924365" HotelName="Pearl Marina Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street, P.O.Box 125179, Marina Water Front, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d7/bb/d7bb72d972302e73b52b4d447d4bc43c8d8af121.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.28" OriginalAmount="67.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.08927687018" Longitude="55.379289974205" StarRating="4" HotelCode="244308|924165" HotelName="Abidos Hotel Apartment, Dubailand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubailand Residence Area, P.O. Box 232808, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/28/288191/288191a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.45" OriginalAmount="67.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27895006332" Longitude="55.304429002474" StarRating="5" HotelCode="13639|4557695" HotelName="Hyatt Regency Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Deira, P.O. Box 5588, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/3c/3cb71296390e25d0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is located on the Deira Corniche, overlooking the Persian Gulf at the mouth...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.52" OriginalAmount="67.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.114753588477" Longitude="55.197138054562" StarRating="4" HotelCode="813989|2328085" HotelName="Courtyard Al Barsha, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha Road, Behind Mall of the Emirates, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/48/4a4849673182cfd56cfa94ffa24ef8588491c8a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.261039" Longitude="55.322288" StarRating="3" HotelCode="326376|226004" HotelName="Broadway Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Al-Buteen Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/1c/441c542e38dd10d423b806e546847fdbfdb3a493.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the Deira district of the city, a major business area, and is just a 1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.272738" Longitude="55.309333" StarRating="3" HotelCode="103481|225823" HotelName="Golden Square Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, Middle of Naser Square and Naif Park, Deira, Dubai, PO Box 83966</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d3/d3a51f9a6990b784/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Dubai, about 20 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.211791" Longitude="55.276577" StarRating="4" HotelCode="76175|20070" HotelName="Rose Rayhaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 126452, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3c/0f/3c0f7d045a08ffb2ab4e82fe3bc0d04ba6944331.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the prestigious Sheikh Zayed Road next to the DIFC metro station, the hotel is in the vic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1264733-32401371/1214887857230622000/218" HotelName="ROVE CITY WALK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/69000000/68997900/68997818/0894da26_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|175751-25357316/1214887857230622000/28779" HotelName="FIRST CENTRAL SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4810000/4804200/4804157/f6acfd59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1354408-22375758/1214887857230622000/29682" HotelName="ASIANA GRAND HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89560000/89553300/89553243/0cac56e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|145846-27070128/1214887857230622000/30515" HotelName="LA SUITE DUBAI HOTEL &amp;amp; APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3380000/3374500/3374468/10a8650f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.62" OriginalAmount="68.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.077326" Longitude="55.134056" StarRating="0" HotelCode="|500794" HotelName="Luxury JBR - Marina View - 5* Beach Resorts Access" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rimal 3 - Jumeirah Beach Residence</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/0/7/9/4/500794_cd6c7090821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.69" OriginalAmount="68.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.117681142929" Longitude="55.195885288361" StarRating="4" HotelCode="317353|1511908" HotelName="Flora Al Barsha Mall Of Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Near Mall of the Emirates, Al Barsha 8088, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/60/7a60cfceeb39ce50421548770aae899f77a8708a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.91" OriginalAmount="68.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2531051" Longitude="55.2961311" StarRating="0" HotelCode="|87917" HotelName="Savoy Park Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>317 Community 10 B Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/1/7/87917_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has WiFi, (free of charge), a swimming pool. SITUATION: This establishment, is in Dubai the centre of it is 10 minutes away from Burjuman the shopping centre. ROOM: The establishment has apartments with kitchen and a bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="71.07" OriginalAmount="69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.7024018" Longitude="2.849198" StarRating="4" HotelCode="0|154800-25327277/1214887857230622000/17751" HotelName="PARK REGIS KRIS KIN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>5 Plaça París, LLORET DE MAR, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4020000/4018200/4018144/51bdce6d_b.jpg</HotelPictures>
        <HotelDescription>The hotel is located in Lloret de Mar, a coastal town in the heart of the Costa Brava. An ideal place to spend your vacation, whether as a couple, with friends or family. Located in the historic center, just 300 meters from the beach. Hotel guests may enjoy outdoor pool and hot tubs and solarium. For a fee, you can access the hotel's spa, with power shower, foot bath, sauna, massage area as professionals and treatments.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="71.07" OriginalAmount="69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1351378-26644688/1214887857230622000/24804" HotelName="MERCURE DUBAI BARSHA HEIGHTS HOTEL SUITES AND APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18470000/18464500/18464497/695c94ad_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="71.07" OriginalAmount="69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1348162-26644043/1214887857230622000/28698" HotelName="INK HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88950000/88949300/88949203/66ed7681_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="71.07" OriginalAmount="69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1434489-32739370/1214887857230622000/29132" HotelName="MERCURE DUBAI DEIRA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100410000/100404300/100404293/85c128ee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="71.07" OriginalAmount="69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1267609-32737323/1214887857230622000/29303" HotelName="MERCURE DUBAI GOLD DISTRICT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/115000000/114790000/114783200/114783161/fb96d349_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="71.07" OriginalAmount="69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1248828-22366478/1214887857230622000/29719" HotelName="BARCELO BUSINESS BAY, DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/67000000/66970000/66960200/66960178/e868d283_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="71.07" OriginalAmount="69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|52332-22298616/1214887857230622000/30532" HotelName="MOSCOW" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1360000/1353000/1352991/336b75bb_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.257063" Longitude="55.292874" StarRating="4" HotelCode="99400|rolla_residence_apartment_hotel_2" HotelName="Rolla Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Rolla Road, Near Al-Khaleej Centre and Al Fahidi Metro Station, P.O. Box: 29490, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/51/c55178b08e897db9cef03e60a96d9ecba2cad3f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.30" OriginalAmount="69.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1148846" Longitude="55.1946642" StarRating="0" HotelCode="|85672" HotelName="Akas-inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Near Mall Of The Emirates y Al Barsha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/6/7/2/85672_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge) and a swimming pool on the rooftop. SITUATION: This hotel is in Al Barsha the business area of it is located close to Mall of Emirates the shopping centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.37" OriginalAmount="69.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1081463" Longitude="55.1793536" StarRating="0" HotelCode="|87323" HotelName="La Suite Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Dubai Media City, P.O box 502306</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/2/3/87323_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.58" OriginalAmount="69.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0945981" Longitude="55.1757994" StarRating="0" HotelCode="|120982" HotelName="Grand Belle Vue Hotel Apartment Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tecom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/9/8/2/120982_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a swimming pool, a sauna, a gym and private parking (free of charge). SITUATION: Tecom Is situated in Dubai Internet City 5 minutes away, you can find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.63" OriginalAmount="69.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.209282100693" Longitude="55.274752551712" StarRating="4" HotelCode="284347|992835" HotelName="Carlton Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 7143, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/09/c6/09c69b32a52d93f82f1c929f87c23a2d17e32230.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="72.10" OriginalAmount="70" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|542441-21409428/1214887857230622000/10879" HotelName="CANOPY BY HILTON DUBAI AL SEEF" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21770000/21766400/21766364/a8480c33_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="72.10" OriginalAmount="70" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|168192-28767469/1214887857230622000/12473" HotelName="THE TOWER PLAZA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4620000/4618000/4617919/188a075d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="72.10" OriginalAmount="70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.208533" Longitude="55.272024" StarRating="5" HotelCode="0|2325-19113494/1214887857230622000/12822" HotelName="MOVENPICK GRAND AL BUSTAN DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> Sheikh Zayed Road PO Box 75880, Dubai, AE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/69900/69801/d097430e_b.jpg</HotelPictures>
        <HotelDescription>DXB Dubai international Airport 8 mi east
The hotel is convenient to the areas many business - cultural - and recreational destinations including the Dubai World Trade Center Jumeirah Mosque - and public beaches.

NEAR DWTC- FREE WIFI- VIEWS OF BURJ KHALIFA-  POOL- SPA- TENNIS- SQUASH- FITNESS CENTER- FINE DINING- MEETING ROOMSShangri-La Hotel Dubai organizes - complimentary scheduled shuttle transfers to Business Bay - Dubai International Financial Centre - Emaar Square - Dubai World Trade Centre and Dubai Mall

The elegant Shangri-La Hotel Dubai is located in heart of the city on Sheikh Zayed Road just 15 minutes from Dubai International Airport and only five to 10 minutes away from key locations like Business Bay - Emaar Square - Dubai International Financial Centre - Dubai World Trade Centre and Dubai Mall.

The hotel boasts 302 spacious and luxurious - Arabian-inspired rooms with warm earth tones - For a touch of exclusivity and privacy-guests can stay on the two floors of Shangri-La s elegant Horizon Club - To meet the needs of long-stay guests - the hotel also offers 126 serviced - furnished apartments - Relaxation and wellness can be found at CHI -The Spa at Shangri-La where the fundamentals of vitality - fitness and beauty are realized.

For more information on our health and hygiene precautionary measures cancellation fee waivers and Golden Circle - please visit shangri-la.com/cares&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="72.10" OriginalAmount="70" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|64079-25236125/1214887857230622000/26293" HotelName="METROPOLITAN DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15510000/15508100/15508095/83152827_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="72.10" OriginalAmount="70" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|606942-27081404/1214887857230622000/31290" HotelName="MILLENNIUM PLAZA DOWNTOWN SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35070000/35064100/35064054/f9ca6204_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="72.10" OriginalAmount="70" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1414429-27085321/1214887857230622000/32593" HotelName="HOLIDAY INN DUBAI BUSINESS BAY, AN IHG HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/98000000/97580000/97574700/97574680/4bbd72a5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.43" OriginalAmount="70.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.009156" Longitude="55.15735213" StarRating="3" HotelCode="783908|2882315" HotelName="Maisan Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 392009, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/f9/2cf9b1c0e3c43ad4b34051af8ff465fb31a4f0ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.50" OriginalAmount="70.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.037968099861" Longitude="55.19718620791" StarRating="4" HotelCode="614386|2220755" HotelName="Aloft Me'aisam, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Production City, P.O. Box 485085, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/0c/8c0ca282ef3fc8a8b860dcf0bc6eb84915c35a1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in Dubai. For business travellers as well as families, it pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.55" OriginalAmount="70.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25243" Longitude="55.343109" StarRating="4" HotelCode="702901|2267945" HotelName="Flora Inn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road, 125275 Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/f0/bdf03a044fb2dfc4b193a533428244a57d45bed2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located right in the heart of Dubai and is perfectly suited to business travel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.58" OriginalAmount="70.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.003397" Longitude="55.164925" StarRating="4" HotelCode="58054|38634" HotelName="Courtyard by Marriott Dubai Green Community" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO. Box 63845, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ab/ab33b27eed8679a0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.63" OriginalAmount="70.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.069541793427" Longitude="55.133090426326" StarRating="4" HotelCode="936775|1063558" HotelName="Jannah Place Dubai Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nasaq Street, Marina Promenade, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/1a/361ab21e762c8f419945e2b167126aa44e9b6d29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Dubai Marina, few minutes away from the Dubai Marina Mall and 20 minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.83" OriginalAmount="70.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252514" Longitude="55.343157" StarRating="4" HotelCode="|443645" HotelName="Flora Inn Hotel Dubai Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/6/4/5/443645_094a9a81437.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.07" OriginalAmount="70.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.046477" Longitude="55.119075" StarRating="3" HotelCode="493578|1968615" HotelName="Premier Inn Dubai Ibn Battuta Mall Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ibn Battuta Mall, Sheikh Zayad Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/43/7d43a31c0affd7321b03ad1263139eca10e21137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, this hotel is ideal for business travellers as well as families. Ther...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1323510-28587074/1214887857230622000/5002" HotelName="ALOFT DUBAI AIRPORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/70000000/69650000/69641300/69641271/10972f61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|674825-25848006/1214887857230622000/26195" HotelName="THE MANOR BY JA, DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44570000/44564300/44564297/w3837h2556x3y3-ec29a3bf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1398543-27715606/1214887857230622000/28582" HotelName="KHALIDIA PALACE HOTEL DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71760000/71750900/71750890/60e558c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157085-22367433/1214887857230622000/30235" HotelName="CROWNE PLAZA JUMEIRAH DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4300000/4297700/4297681/6550917d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22285771" Longitude="55.33458232" StarRating="4" HotelCode="702474|form_hotel_dubai" HotelName="FORM Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jadaf Street, P.O. Box 384694, Culture Village, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/61/9561e0f6c55d4c11905da0c836aa04273984a307.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="0" HotelCode="978200|occidental_al_jaddaf" HotelName="Occidental Al Jaddaf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>326 Al Khail Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/62/986203f7fc621d5bfaf6e1a153742027e7f91923.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.80" OriginalAmount="71.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.193115" Longitude="55.26292" StarRating="4" HotelCode="200086|906615" HotelName="City Premiere Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 115439, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/08/d7/08d7b33be4efe1beb739a2f948b9fbc505953aba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.80" OriginalAmount="71.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242682318392" Longitude="55.340425372124" StarRating="5" HotelCode="170826|456095" HotelName="Jumeirah Creekside Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Garhoud, PO Box 78377, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/00/520077465f150f47c78dde7941d43f3ab5905628.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.80" OriginalAmount="71.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260692376851" Longitude="55.324318474869" StarRating="3" HotelCode="260538|2271035" HotelName="Dream City Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Jacuzzi,Kitchen,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Road, Behind Clock Tower, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/96/82966b0a6f771515c45e469e2aa4e70d504422b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="74.16" OriginalAmount="72" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|418160-28866192/1214887857230622000/236" HotelName="SIGNATURE 1 BARSHA HEIGHTS - TECOM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13360000/13351700/13351655/83185e29_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="74.16" OriginalAmount="72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.740134" Longitude="-4.271579" StarRating="3" HotelCode="0|219175-28510287/1214887857230622000/851" HotelName="AKAS INN HOTEL APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>59 Gilmour Street, Eaglesham, Glasgow, G76 0LG, GB</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/219175/201331285835881.jpg</HotelPictures>
        <HotelDescription>Floors: 2. Total rooms: 34. Nonsmoking rooms: 34. Nestled in the semi-rural location of Eaglesham, the Best western Glasgow South Eglinton Arms Hotel has been a landmark building since the mid-18th Century, formerly a coaching inn in days gone by. The first conservation village in Scotland, and ideal for a quiet and relaxing break away from the hustle and bustle of city life.

We are only eight miles from the city of Glasgow, where you can visit the many wonders of this city of architecture and enjoy the excellent shopping facilities, many of which are undercover with good parking. Visit little Italy where you will find a select range of boutique shops and restaurants situated in the merchant city area of Glasgow. We are only 20 miles from the world famous Turnberry Golf Course, where many golf opens are often hosted. Scotland's national stadium 'Hampden Park' is six miles away, where major sport events and concerts are held on a regular basis. Enjoy your stay.
. ?From: M73/74. Take the Junction 5 cut off and head up the East Kilbriide Expressway onto A726. Follow signs for Newton Mearns and M77. Eaglesham will be sign posted. Continue towards the Best western Glasgow South Eglinton Arms Hotel.Restaurants:  Restaurant, on premises, full service, open for: breakfast, lunch, dinner, European &amp;amp; Scottish cuisine, 12:00 p.m. - 9:30 p.m.Area Info: 9 mile(s) from Glasgow , 45 mile(s) from Edinburgh , 15 mile(s) from University of Glasgow , .20 mile(s) from playground , .40 mile(s) from museum/gallery viewing , .50 mile(s) from hairdresser/barber , 6 mile(s) from Hampden, national stadium, 6 mile(s) from Hunter House , 8 mile(s) from Calderglen Country Park , 9 mile(s) from city center, Glasgow, 10 mile(s) from Scottish Exhibition and Conference Centre , 10 mile(s) from Glasgow Royal Infirmary, hospital, 10 mile(s) from Glasgow Royal Concert Hall , 10 mile(s) from Kings Theatre , 12 mile(s) from Royal Opera House , 12 mile(s) from Hamilton Race Course, horse racing track, 12 mile(s) from Art Galleries , 12 mile(s) from Strathclyde Country Park , 15 mile(s) from Botanic Gardens , .50 mile(s) from shopping , 6 mile(s) from Olympia Shopping Centre , .50 mile(s) from football , 3 mile(s) from Bonnyton Golf Club, 18-hole, 3 mile(s) from fishing , 20 mile(s) from Turnberry Golf Course &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="74.16" OriginalAmount="72" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1449947-32349768/1214887857230622000/32439" HotelName="GRAND MILLENNIUM BUSINESS BAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112010000/112007400/112007365/d8e1cae4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.22" OriginalAmount="72.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2729900287" Longitude="55.317130386829" StarRating="3" HotelCode="93130|924065" HotelName="Icon Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street, P.O. Box 34047, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/63/2d639b52b0809af9ac2715a1be44a36f6a11f59a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.30" OriginalAmount="72.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260742" Longitude="55.3241661" StarRating="0" HotelCode="|121131" HotelName="Dream City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/1/3/1/121131_general.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Deira it is in it is 5 minutes away from Al Rigga the underground station of. ROOM: The establishment has apartments with an air-conditioning system. FACILITIES: The establishment boasts WiFi (free of charge), a gym and a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.38" OriginalAmount="72.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11507" Longitude="55.20551" StarRating="0" HotelCode="|185682" HotelName="City Stay Prime Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Behind Mall of the Emirates, Al Barsha 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/8/2/185682_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.46" OriginalAmount="72.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.212473754552" Longitude="55.276988915285" StarRating="4" HotelCode="632046|2230145" HotelName="Gevora Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 2260, Trade Centre Area, Next to Al Attar Tower, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f5/9e/f59e1d6920e280c35f9fa326991742b1b3443bf3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed in the lobby, where they will find a reception desk with check-out service. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.49" OriginalAmount="72.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2710516" Longitude="55.307459" StarRating="3" HotelCode="|119874" HotelName="Golden Square Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 83966, DUBAI, UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/8/7/4/119874_45be8ea1305.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 155 studios and one bedroom apartments. SITUATION: Deira It is in Close to Naser the square the market and Dubai Creek Cove 5 kilometres away from the establishment, guests will find Jumeirah the beach Dubai Airport. ROOM: They have a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, a satellite or cable television, internet and an ironing set. They also have a safety deposit box, a kitchen, fully-equipped, a mini-bar, a fridge, a hob, a microwave, a coffee maker, a kettle, an air-conditioning system and a balcony or terrace. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.51" OriginalAmount="72.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10932" Longitude="55.2031" StarRating="0" HotelCode="|446818" HotelName="City Stay Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23rd Street, Al Barsha 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/8/1/8/446818_a5c69eb1437.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.08" OriginalAmount="72.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="0" HotelCode="818304|4691105" HotelName="24 Gold Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gold Souq</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/a5/54a593741c3a7a00f01950cfc3bd19c48b8ed0af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="75.19" OriginalAmount="73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1404007-26690532/1214887857230622000/22703" HotelName="WESCOTT HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88800000/88793100/88793044/1816fc04_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="75.19" OriginalAmount="73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|173317-25358026/1214887857230622000/24874" HotelName="THE CANVAS DUBAI - MGALLERY COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4650000/4649200/4649108/1f715f3a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="75.19" OriginalAmount="73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|114038-22394989/1214887857230622000/30633" HotelName="NOVOTEL DEIRA CREEKSIDE DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2180000/2175200/2175146/0fa52d24_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="75.19" OriginalAmount="73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.1615" Longitude="129.157" StarRating="4" HotelCode="0|349874-22249184/1214887857230622000/30689" HotelName="FLORA AL BARSHA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>638-15, U 1(IL)-DONG, HAEUNDAE-GU, HAEUNDAE BEACH, BUSAN, KR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11788900/11788864/a42e4df9_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    WA Motel is located in Busan's Haeundae neighborhood, close to Haeundae Beach, Busan Aquarium, and BEXCO. Nearby points of interest also include Busan Museum of Modern Art and Gwangan Grand Bridge.    Property Features.   WA Motel features tour/ticket assistance and an elevator (lift).    Guestrooms.     There are 43 guestrooms at WA Motel. Kitchenettes include stovetops, refrigerators, and cookware/dishes/utensils. Flat-panel televisions are available in guestrooms.      Room Info:  Name: Standard Description:    One King Bed   The 50-inch flat-panel television is offered for your entertainment. The private kitchenette is stocked with a refrigerator, a stovetop, and cookware/dishware.     Name: Deluxe Description:    One King Bed   The 50-inch flat-panel television is offered for your entertainment. The private kitchenette is stocked with a refrigerator, a stovetop, and cookware/dishware.       Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at 6 PM  Check-out time is noon  Pets not allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.24" OriginalAmount="73.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254800002954" Longitude="55.299642384052" StarRating="4" HotelCode="65601|231146" HotelName="Savoy Crest Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10b Street, Al Mankhool, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/b9/79b9748e95116c164155ae13e90b8b145cf868b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located just off Bank Street. It is within walking distance of the prestigio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.29" OriginalAmount="73.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2601257" Longitude="55.2912736" StarRating="3" HotelCode="|30919" HotelName="Admiral Plaza  Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 26888, KHALID BIN WALID ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/9/1/9/30919_0b0dff91627.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004 and has 142 rooms, The establishment boasts a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a hairdresser's, a bar and a nightclub. The establishment also offers a conference room, room service, a laundry service and a car park. SITUATION: It is inAl Nahda the city centre of nearby, you will find the business and commercial area 15 minutes away fromDubai Airport. ROOM: The rooms a bathroom with a hairdryer, satellite or cable TV, a kettle, a coffee maker, a safety deposit box (available for a fee) and a central air-conditioning system. FACILITIES: The establishment boasts a covered pool, a jacuzzi and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.62" OriginalAmount="73.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2643459" Longitude="55.3270345" StarRating="0" HotelCode="|55628" HotelName="J5 Rimal Hotel Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Murraqabat Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/2/8/55628_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a lobby, a reception, a safety deposit box service (for a fee), a lift, a cafÃ©, a nightclub and room service. SITUATION: Is situated inDubai the city centre of. ROOM: The rooms a bathroom with a hairdryer, a television, a radio, a mini-bar and individual air-conditioning. FACILITIES: The establishment has a swimming pool and a sauna.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.73" OriginalAmount="73.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1937184" Longitude="55.2627943" StarRating="0" HotelCode="|119772" HotelName="City Premiere" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. BOX 115439 DUBAI .</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/7/7/2/119772_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inSheikh Zayed the street 6 minutes away, guests can find Business Bay the underground station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.73" OriginalAmount="73.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2732338" Longitude="55.3196216" StarRating="3" HotelCode="|55238" HotelName="Abjad Crown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL MUTEENA STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/3/8/55238_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Al-Muteena Street It is in close to the establishment, guests have the city centre. ROOM: The rooms have an air-conditioning system, a television, a direct line telephone, an iron, an ironing board and a bathroom with a hairdryer. FACILITIES: Clients can find a swimming pool, a bar, a relaxation area, a restaurant, a lift and a launderette. They also have a dry cleaner's, room service, a reception with a safe box, business area and a car park (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.84" OriginalAmount="73.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.114866185889" Longitude="55.203900257672" StarRating="3" HotelCode="324113|1512908" HotelName="City Stay Prime Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Behind Mall of the Emirates, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4b/e9/4be9d621a06cbe54da52a47d9068beb5c54ed40e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Al Barsha 1, behind  the Mall of the Emirates and near the Lulu Hyper market...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.06" OriginalAmount="73.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2538435" Longitude="55.2992462" StarRating="0" HotelCode="|55258" HotelName="West Zone Pearl Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18th street, off Bank Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/8/55258_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has room service, a business centre and lifts. The establishment has a reception, a business centre with features that offer you the maximum level of comfort and a small conference room. It has 84 rooms. SITUATION: Bank Street It is located near close to the establishment, guests have the shopping area inDubai a good area in. FACILITIES: Clients can find a fitness centre well-equipped and a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.15" OriginalAmount="73.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.202959419062" Longitude="55.279047583992" StarRating="3" HotelCode="420997|1626018" HotelName="Rove Downtown Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>312 Happiness Street, PO Box 119444, Zabeel 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3e/10/3e1072f255d9fb71772691d24494d3d786fd938a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.19" OriginalAmount="73.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.069654" Longitude="55.24507" StarRating="0" HotelCode="|450530" HotelName="Millennium Executive Apartments Mont Rose" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Science Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/3/0/450530_2aabfd80702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="76.22" OriginalAmount="74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1277718-28537269/1214887857230622000/7383" HotelName="S19 HOTEL - AL JADDAF" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68450000/68444800/68444729/f831cbba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="76.22" OriginalAmount="74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1401994-28543812/1214887857230622000/9662" HotelName="PREMIER INN DUBAI BARSHA HEIGHTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71630000/71629400/71629308/0c96a188_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="76.22" OriginalAmount="74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|863945-26074460/1214887857230622000/19954" HotelName="MILLENNIUM PLACE BARSHA HEIGHTS HOTEL APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39750000/39747400/39747310/05801d5b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="76.22" OriginalAmount="74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1354409-26647573/1214887857230622000/22680" HotelName="VOGO GRAND HOTEL DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88100000/88099400/88099325/e51e2d4c_edited_08da_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="76.22" OriginalAmount="74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|52331-22384097/1214887857230622000/30301" HotelName="CITY SEASONS SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17340000/17330800/17330745/w3252h5953x0y0-298b9a50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="76.22" OriginalAmount="74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1403983-27127086/1214887857230622000/32209" HotelName="HILTON GARDEN INN DUBAI BUSINESS BAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/99000000/98240000/98238400/98238324/3bd03fa8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11502800195" Longitude="55.194804885914" StarRating="3" HotelCode="212010|akas_inn_hotel_apartments" HotelName="Akas-Inn Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha, P.O. Box 234236, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/a3/67a3394b9184e1be4c4a7f699bd3beba2f30bcba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.34" OriginalAmount="74.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0943112" Longitude="55.1769507" StarRating="0" HotelCode="|121029" HotelName="Gulf Oasis Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha, Between Tecom and Mall of the Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/0/2/9/121029_5c197851452.jpg</HotelPictures>
        <HotelDescription>HOTEL: This newly constructed apartment complex, has studios and one bedroom apartments. FACILITIES: Outdoors, clients have access to a swimming pool, The establishment has a well-equipped gym, business centre, a launderette and a dry cleaner's. SITUATION: In the surrounding area, clients can find shops, restaurants. ROOM: Clients are offered are studio suites, contemporary, large, have WiFi, LCD flatscreen TVs, a kitchenette fully equipped, with fridge, heating, oven or microwave and a launderette. Some rooms have a balcony.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.07" OriginalAmount="74.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0683806" Longitude="55.1309863" StarRating="0" HotelCode="|119928" HotelName="Signature Hotel Apartments and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 376332,MARINA WATERFRONT,NEAR DUBAI MARINA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/9/2/8/119928_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex with air-conditioning, has a lobby, a reception, a lift, a restaurant, room service and a laundry service. SITUATION: It is inDubai the Marina of 3 minutes away, you can find Marina Mall the shopping centre It has excellent transport links to shopping areas. ROOM: The establishment has studios one and two bedroom apartments, have a bathroom, shower or bath, a kitchen with hobs, a microwave, a mini-bar, a toaster, a coffee maker, a kettle, a dishwasher and kitchen utensils. They also have internet, a washing machine and an ironing set. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.25" OriginalAmount="75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270259234213" Longitude="55.304149828207" StarRating="2" HotelCode="260534|47545" HotelName="Florida Al Souq Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Near Al Sabkha Bus Station, Deira, Dubai 128774</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/1e/361e4ba4391d8f6737f95e2ba8b3076e59855f95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the main business and shopping area of the city, Al Baniyas distric, close p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="77.25" OriginalAmount="75" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|614986-25777981/1214887857230622000/19158" HotelName="LEVA HOTEL MAZAYA CENTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31770000/31761300/31761212/0439349d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="77.25" OriginalAmount="75" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|546581-22274680/1214887857230622000/30245" HotelName="FLORA INN DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/26000000/25760000/25756100/25756019/a556b059_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.25" OriginalAmount="75.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2048493" Longitude="55.2707828" StarRating="5" HotelCode="550029|stella_di_mare_dubai_marina_hotel" HotelName="Stella Di Mare Dubai Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Mattla'ee Street, PO Box 33306, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/fe/bffe884b8e6e4fce8575f7e1c23a07b3616df5c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.60" OriginalAmount="75.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2693131" Longitude="55.3060658" StarRating="3" HotelCode="|57828" HotelName="Florida City Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BANIYAS SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/8/2/8/57828_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning and has 90 apartments, The establishment boasts a lobby, a restaurant, a cafÃ©, conference rooms and room service. SITUATION: It is inBaniyas the Square of near the establishment, you will find shopping centres. ROOM: The establishment has apartments with TV, a direct line telephone, internet, a mini-bar, a safe and a small kitchen fully-equipped. FACILITIES: The establishment has a gym, a spa, treatments, a sauna and a jacuzzi. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant with local food and a coffee shop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.70" OriginalAmount="75.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.21153768977" Longitude="55.31575434689" StarRating="5" HotelCode="260319|994075" HotelName="Marriott Hotel Al Jaddaf Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Al Jaddaf Area, Dubai 122273</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/e3/cae3bae376f5a968051ec190b6bab6289900b839.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.73" OriginalAmount="75.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27314" Longitude="55.317116" StarRating="3" HotelCode="|118901" HotelName="Icon Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/9/0/1/118901_b9a874d2137.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a business centre, a laundry service, room service, a valet service, shops, a reception with safety deposit boxes, indoor parking, a jacuzzi and a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.09" OriginalAmount="75.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2179681" Longitude="55.2786436" StarRating="4" HotelCode="|40480" HotelName="Four Points By Sheraton Sheikh Zayed Road, Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SHEIKH ZAYED RD NEAR FINANCIAL AND EXHIBITION CENT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/8/0/40480_24a16450940.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 5 meeting rooms, a business centre, 4 restaurants, bars, a pub, coffee shops and WiFi. The establishment has room service, a laundry service (for a fee) and a car park. SITUATION: This hotel is in Sheikh Zayed the street Close to Dubai the centre of the business district.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.14" OriginalAmount="75.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.072181672902" Longitude="55.129393182738" StarRating="4" HotelCode="267294|967185" HotelName="Ramada Hotel &amp; Suites by Wyndham Dubai JBR" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, P.O. Box 120253, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/3a/943afa705aa8ed7eccd1871c2b89bec7b733decc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.28" OriginalAmount="76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.174519748482" Longitude="55.419859977048" StarRating="3" HotelCode="421757|98494" HotelName="ibis Styles Dragon Mart Dubai Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Awir Road E44 on Hatta Road, P.O. Box 68278, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/74/bb74814da06a0823452c608af6df727d6f9c023f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="78.28" OriginalAmount="76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2326-28584832/1214887857230622000/3867" HotelName="AL KHALEEJ PALACE DEIRA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/114800/114730/3f15e4da_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="78.28" OriginalAmount="76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|165217-32719155/1214887857230622000/22414" HotelName="SUNDAY MARINA VIEW HOTEL APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4340000/4333600/4333545/9a90c92f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="78.28" OriginalAmount="76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|270269-25496552/1214887857230622000/26070" HotelName="PEARL MARINA HOTEL APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9870000/9860100/9860088/e8219142_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="78.28" OriginalAmount="76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|882628-22382981/1214887857230622000/29663" HotelName="APARTHOTEL ADAGIO DUBAI DEIRA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/60000000/59450000/59446900/59446802/5879da51_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="78.28" OriginalAmount="76" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|197963-22233324/1214887857230622000/29819" HotelName="ABIDOS APARTMENT DUBAILAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5470000/5468600/5468555/186c69b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.30" OriginalAmount="76.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.212867" Longitude="55.277309" StarRating="4" HotelCode="|219080" HotelName="Gevora " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road Trade Centre Area,Next to Al Attar Tower</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/0/8/0/219080_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.36" OriginalAmount="76.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1138004" Longitude="55.1918618" StarRating="0" HotelCode="|85675" HotelName="Radiance Premium Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road // Opp Sharaf DG Metro Station? Al Barsha 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/6/7/5/85675_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated close to a commercial centre. ROOM: Clients can find internet (free of charge) and a fully-equipped kitchen. FACILITIES: The establishment boasts a swimming pool, a gym and a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.72" OriginalAmount="76.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.188798669097" Longitude="55.255153813492" StarRating="2" HotelCode="76172|89720" HotelName="Holiday Inn Express Dubai Safa Park" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Wasl Road, Al Wasl District, P.O. Box 71136, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/95/7e/957e044aaf682a72b2bba77ce28b88689ed201a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is situated in the heart of a major business district in Dubai, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.31" OriginalAmount="77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112701027925" Longitude="55.193241834641" StarRating="4" HotelCode="899400|54758" HotelName="Al Khoory Hotel Apartments, Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Barsha, P.O. Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f9/73f9fffc1ce76087849ac11406957edde99e4371.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the Al Barsha district, the hub of new Dubai, the hotel is just 500 m from the Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="79.31" OriginalAmount="77" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|185699-28596944/1214887857230622000/6861" HotelName="ASIANA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12340000/12333100/12333050/b6d3f3d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="79.31" OriginalAmount="77" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|93154-28461136/1214887857230622000/7179" HotelName="TULIP CREEK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10020000/10017200/10017195/w3997h3000x3y0-ee92af0f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="79.31" OriginalAmount="77" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|53803-25227801/1214887857230622000/20051" HotelName="ARABIAN PARK DUBAI, AN EDGE BY ROTANA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1520000/1517400/1517352/f48e0649_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.89" OriginalAmount="77.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262743491763" Longitude="55.32805250088" StarRating="3" HotelCode="562348|2159315" HotelName="Hyatt Place Dubai Al Rigga Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, PO Box 33178, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/608982/608982a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, a bar, a conference room and a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.92" OriginalAmount="77.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.07112" Longitude="55.134968" StarRating="4" HotelCode="906024|353355" HotelName="Marina Byblos Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marina Yacht Club Street, Dubai P.O. Box 123233</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1c/10/1c10c605921abda0e70a4d02c9df64a7305f62cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this urban hotel is about 500 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.11" OriginalAmount="77.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.047230961233" Longitude="55.24289757264" StarRating="4" HotelCode="566649|2199545" HotelName="Park Inn by Radisson Dubai Motor City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Turin Boulevard Road, First Avenue Mall &amp; Hotel, Dubai Motor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/ac/28acc507ded4fdb2e1dbacfed0576cb33ddce22e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.30" OriginalAmount="77.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113650718119" Longitude="55.190920898147" StarRating="3" HotelCode="98732|872075" HotelName="Al Barsha Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, P.O. Box 125707, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/10/101656/101656a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located across from the Metro, this hotel connects to the city. The Mall of Emirates and Ski Dubai a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.31" OriginalAmount="77.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252124" Longitude="55.3035147" StarRating="5" HotelCode="|87879" HotelName="Park Regis Kris Kin  Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Khalifa Bin Zayed St, Opp Burjuman Center, Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/7/9/87879_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has various facilities, such as meeting rooms, banquet facilities, event rooms and a conference room with features that offer you the maximum level of comfort, This air-conditioned complex was built in 2010, has 392 rooms, a reception, a hall, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a kiosk, a hairdresser's and an auditorium. Guests can also find a cafÃ©, a restaurant, a bar, a pub, a nightclub, WiFi, room service, a laundry service, a car park and indoor parking. SITUATION: Is situated inDubai the financial district of Dubai 20 minutes away from the establishment guests have Sheikh Zayed Road it is close to Clients can also find Dubai the Exhibition Centre a business centre, conference centres, the commercial port, BurJuman Shopping Mall, Mall of the Emirates and Dubai Mall the Museum of Dubai park Dubai Creekside the beach. ROOM: All the rooms have a mini-bar, a desk, a satellite or cable television, WiFi, a safety deposit box, an air-conditioning system, an alarm clock, a coffee maker, a kettle, a bathroom with bidet, bath or shower, have a king size or double bed, a hairdryer, a direct line telephone, an ironing set and a terrace. FACILITIES: Outdoors, clients can enjoy a heated pool, a gym, a children's swimming area, an outdoor bar, deck chairs and water aerobics. Our customers can also use a jacuzzi, a sauna and a steam bath. MEALS: Guests are offered a continental buffet breakfast and Ã  la carte, menu or buffet lunch and dinner. PAYMENT METHODS: The establishment accepts Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.34" OriginalAmount="78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26917" Longitude="55.305959" StarRating="3" HotelCode="70471|379952" HotelName="Florida City Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Baniyas Square Metro Station, Deira, Dubai 49530</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/cc/f1cc83d9dd1a480de939b47796d48b21ef6d504c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is superbly located at Baniyas Square in Deira, close to an array of shopping c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.83" OriginalAmount="78.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11704" Longitude="55.19632" StarRating="0" HotelCode="|186581" HotelName="Mena" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A4 Street, Al Barsha, Sheikh Zayed Road 1 next to Mall of the Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/5/8/1/186581_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.18" OriginalAmount="78.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2707638" Longitude="55.3297554" StarRating="5" HotelCode="|74909" HotelName="Avani Deira Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corner Abu Baker Al Siddique And Sallahuddin Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/9/0/9/74909_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2011. SITUATION: 10 minutes away from the establishment, you can find the airport, is well-connected with places of interest, is situated in a business area. ROOM: The rooms have an air-conditioning system, a flat-screen television, an iPod docking station, a safety deposit box, a kettle and coffee. FACILITIES: Regarding the food and beverage offering, there is 2 restaurants and a bar. The establishment boasts a swimming pool on the roof terrace, a well-equipped gym and a spa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.18" OriginalAmount="78.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264928" Longitude="55.311057" StarRating="4" HotelCode="|57352" HotelName="Radisson Blu , Dubai Deira Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BANI YAS ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/3/5/2/57352_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel and has 287 air-conditioning rooms, a safety deposit box service, a currency exchange service, a lift, a hairdresser's, a nightclub, a bar and restaurants. Our guests can find a business centre, a laundry service, room service and a car park. SITUATION: Is situated in the heart of the commercial area, next to the establishment, guests will find the harbour, 10 minutes away from the establishment guests have Dubai Airport 6 kilometres away from the establishment, guests will find Dubai the city centre of. ROOM: The rooms a bathroom with a shower, a hairdryer, an air-conditioning system, a safe (available for a fee) and satellite or cable TV. They also have a stereo, internet, a mini-bar, a coffee maker and a teapot. FACILITIES: The establishment has a swimming pool with a children's area, a jacuzzi, a sauna, a solarium and a gym. Clients can enjoy enjoy tennis, squash and play golf.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.22" OriginalAmount="78.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0711833" Longitude="55.1349573" StarRating="4" HotelCode="|119049" HotelName="Marina Byblos" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Hubob street, Dubai Marina</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/0/4/9/119049_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a large hall with a reception and seats. ROOM: The establishment has rooms and deluxe suites. FACILITIES: The establishment has a gym, a spa, a swimming pool on the roof terrace and a terrace. With regards to the food and beverage offering, there is restaurants, a pub and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.37" OriginalAmount="79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.101747224201" Longitude="55.170952677727" StarRating="4" HotelCode="103486|303208" HotelName="Al Salam Grand Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Second, PO Box 11189, Dubai Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/144463/a_144463_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.37" OriginalAmount="79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1312609-28475798/1214887857230622000/1834" HotelName="REGENCY LUXURY SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/74000000/73350000/73349300/73349297/47d5835d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.37" OriginalAmount="79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|617392-28514189/1214887857230622000/7658" HotelName="WELCOME HOTEL-APARTMENT 1" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3530000/3526800/3526713/9929b86c_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.37" OriginalAmount="79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|181340-12636870/1214887857230622000/12490" HotelName="THE CREEKSIDE HOTEL, DUBAI - AN ACCOR HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4560000/4557300/4557255/10433ed3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.37" OriginalAmount="79.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248667" Longitude="55.297791" StarRating="3" HotelCode="151562|welcome_hotel_apartments_1" HotelName="Welcome Hotel Apartment 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Kitchen,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Area, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/37/b137c0dbe78807767755c1ac5b3071e6307e2e10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.64" OriginalAmount="79.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.097117" Longitude="55.175354" StarRating="0" HotelCode="|465225" HotelName="Grand Heights Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Thaniya Street, Barsha Heights</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/2/2/5/465225_9412e331220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.65" OriginalAmount="79.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270041" Longitude="55.3029564" StarRating="2" HotelCode="|120980" HotelName="Florida International" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sabkha Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/9/8/0/120980_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers a transfer service to the airport and a reception. SITUATION: It is 15 minutes away fromDubai Airport. ROOM: All the rooms have an air-conditioning system and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.72" OriginalAmount="79.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.114435139972" Longitude="55.201484771828" StarRating="3" HotelCode="297079|975535" HotelName="Ivory Grand Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Behind Mall of the Emirates, Al Barsha, PO Box 391977, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/2a/ac2ab440430cbe7f6c4b47a16209367ccd96f438.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.25" OriginalAmount="79.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113090565553" Longitude="55.204252058861" StarRating="4" HotelCode="166772|397515" HotelName="Abidos Hotel Apartment - Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 450605, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/137514/137514a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="82.40" OriginalAmount="80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|145940-28569517/1214887857230622000/8646" HotelName="SAVOY CREST APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1550000/1545300/1545211/866c35b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="82.40" OriginalAmount="80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|614196-28464105/1214887857230622000/8936" HotelName="TULIP AL BARSHA APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31920000/31918900/31918874/1f51a573_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="82.40" OriginalAmount="80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185897-28441121/1214887857230622000/9057" HotelName="SAVOY CENTRAL APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5400000/5395800/5395774/w5721h3814x3y0-039524aa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="82.40" OriginalAmount="80" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|152278-24860862/1214887857230622000/12999" HotelName="AVANI DEIRA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3080000/3071600/3071573/1cd4361b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2688683" Longitude="55.30330193" StarRating="1" HotelCode="562115|victoria_hotel_74" HotelName="Victoria Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Road Community 115, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/65/7965ef9c0a91ab93d853563b48b67e32d1cd9519.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a safe, a café and a transfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.48" OriginalAmount="80.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.067968" Longitude="55.141673" StarRating="5" HotelCode="145034|122554" HotelName="Bonnington Jumeirah Lakes Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Lakes Towers, Cluster J, P.O. Box 37246, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/5c/655cf43ef049f23b7e8bf3e469a2a59d0ef123d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The full service hotel in Dubai is located in the heart of Jumeirah Lakes Towers along Sheikh Zayed ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.48" OriginalAmount="80.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.07941298233" Longitude="55.143128802095" StarRating="4" HotelCode="304031|1028188" HotelName="City Premiere Marina Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Kitchen,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Suwayeb Street, Dubai Marina, Al Marsa Area, Near Marina Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/45/9245a4091114a74e5c877e422237f15bcab696d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.63" OriginalAmount="80.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.083438626371" Longitude="55.142482846033" StarRating="4" HotelCode="624862|2274885" HotelName="Barceló Residences Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Currency Exchange,Golf,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Road, Al Dar Tower, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/a5/72a57d2f38d053466aeddc44d3792dcf6f4addf8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers and families, this apartment hotel lies in Dubai, a few metres from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.71" OriginalAmount="80.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260271" Longitude="55.318578" StarRating="5" HotelCode="409635|86390" HotelName="Samaya Hotel Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riggat Al Buteen, Deira, P.O. Box 88449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/a3/5fa38090a68bf34d720e7ddb2a36e4490d40d7f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury city hotel is located just 9 km from Dubai International Financial Centre, traditional s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.09" OriginalAmount="80.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.12529125" Longitude="55.15426485" StarRating="4" HotelCode="613702|2188615" HotelName="Aloft Palm Jumeirah" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/dd/59dd03009f02e341ff5d163965bf759879a7c7ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.39" OriginalAmount="80.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264843" Longitude="55.31106" StarRating="4" HotelCode="258530|30874" HotelName="Radisson Blu Hotel Dubai Deira Creek" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>476 Bani Yas Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/1e/e61e606dc8d529cc3b2acede4c483820ad9776bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Deira, a short drive from the Gold Souk and many main shopping centres. Al G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.43" OriginalAmount="81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.139106761878" Longitude="55.142418032328" StarRating="4" HotelCode="530660|213655" HotelName="The Retreat Palm Dubai - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent, PO Box 118237, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/fd/d0fd3d1b211200b2cdd17561a8ad6fc05a6da848.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers and families, this resort lies in Dubai, right by the sea. Dubai (DXB)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="83.43" OriginalAmount="81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.243016" Longitude="13.601964" StarRating="3" HotelCode="0|401231-12633374/1214887857230622000/12523" HotelName="ROVE DOWNTOWN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>SPADICI BB, POREC, HR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13570000/13561600/13561574/f29410a0_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Hotel Laguna Park is located on the beach in Porec, close to Spadici Beach, Basilica of Euphrasius, and Trg Marafor. Other points of interest are Baredine Cave and Lanterna Beach.    Hotel Features.   Hotel Laguna Park's restaurant serves breakfast, lunch, and dinner. The hotel serves a complimentary buffet breakfast. Recreational amenities include an outdoor pool and a children's pool. Wireless Internet access (surcharge) is available in public areas.  Guest parking is available for a surcharge. Additional property amenities include multilingual staff, gift shops/newsstands, and currency exchange.    Guestrooms.     124 air-conditioned guestrooms at Hotel Laguna Park feature windows that open and hair dryers. Bathrooms feature showers. Guestrooms offer direct-dial phones. Satellite television is provided.     Room Info:       Notifications and Fees:      No pets and no service animals are allowed at this property.           The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Self parking fee: EUR 1 per day  Fee for wireless Internet in all public areas: EUR 3 (rates may vary)     The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Checkin Time:  2:00 PM  Checkout Time:  10:00 AM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="83.43" OriginalAmount="81" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|863668-26074005/1214887857230622000/29501" HotelName="EDGE CREEKSIDE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/50000000/49220000/49217100/49217048/15e2ba70_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="83.43" OriginalAmount="81" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1387552-24099231/1214887857230622000/29935" HotelName="DAMAC MAISON AYKON CITY DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99460000/99459700/99459663/cad9d404_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.47" OriginalAmount="81.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1887007" Longitude="55.2550959" StarRating="3" HotelCode="|80457" HotelName="Holiday Inn Express Dubai Safa Park, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Wasl District, Dubai, United Arab Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/5/7/80457_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inSheikh Zayed the street 5 minutes away, there is a public transport stop. ROOM: The establishment has 171 rooms, They have an air-conditioning system. FACILITIES: The establishment boasts a gym, a bar and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.91" OriginalAmount="81.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.187535" Longitude="55.267514" StarRating="5" HotelCode="302485|1066898" HotelName="DAMAC Maison Cour Jardin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, 2286 Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/4f/ca4f55fcd3793db7bd9e8148c4372ebc30ac2197.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.92" OriginalAmount="81.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0675984" Longitude="55.1418773" StarRating="5" HotelCode="|72577" HotelName="Voco Bonnington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Lake Towers,P.O.Box.37246</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/7/7/72577_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of Jumeirah Lake Towers, is in Sheikh Zayed Road, in front of Dubai Marina. This 5 star hotel is 35 kilometres from Dubai Airport. It takes 50 minutes to get to Abu Dhabi HOTEL: The establishment offers 208 standard rooms and suites and 272 luxury apartments. Regarding the food and beverage offering, the establishment has 6 restaurants and bars. The establishment has 4 conference rooms, a terrace, a swimming pool, a contemporary gym, a bar, a jacuzzi, a steam bath, a sauna and a hairdresser's.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.46" OriginalAmount="82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112402" Longitude="55.188998" StarRating="4" HotelCode="309916|55937" HotelName="Aparthotel Adagio Premium Dubai Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Fax,Golf,Internet,Laundry,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Off Sharaf DG Metro Station, P.O. Box 450011, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/3d/a93d30b161a8f43d2b9d6f7665b796feb2bb6115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="84.46" OriginalAmount="82" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1404019-26690535/1214887857230622000/28861" HotelName="PYRAMISA HOTEL APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93550000/93543600/93543522/1f1d9382_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="84.46" OriginalAmount="82" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|219316-22383149/1214887857230622000/29902" HotelName="CITY PREMIERE APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4850000/4849400/4849400/b0442ed8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.56" OriginalAmount="82.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253613760481" Longitude="55.297740697861" StarRating="4" HotelCode="99436|2290115" HotelName="Savoy Suites Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Community 317, Street 12A, P.O. Box 28950, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2e/8a/2e8a52f950496c2dabd5e78b5632bb9a2d441843.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai's business and commercial hub, Bur Dubai. It provides gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.90" OriginalAmount="82.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.288931651265" Longitude="55.368494689465" StarRating="4" HotelCode="93806|923545" HotelName="Emirates Stars Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Amman Street, PB 86880, Al Nahda 2, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/130343/a_130343_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Al Nahda, Dubai, near the intersection of Baghdad and Amman stree...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.93" OriginalAmount="82.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1131498" Longitude="55.2045622" StarRating="0" HotelCode="|82694" HotelName="Icon Delux" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL BRASHA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/9/4/82694_147b5a81600.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has meeting rooms and event rooms. The establishment was built in 2010, with air-conditioning, has 143 apartments, a hall with a reception, a lift, a breakfast room and room service. SITUATION: It is 2 minutes away fromAl Barsha the metro station of 5 minutes away from the establishment, clients can find Mall of The Emirates the underground station of 20 minutes away from the establishment you have Dubai Airport It is 45 minutes away fromAbu Dhabi Airport. ROOM: Customers can find apartments with kitchen, a bathroom, a shower, a television, a safe, a coffee maker, a kettle and an ironing set. FACILITIES: The establishment has a health club, a gym, aerobics, a jacuzzi, a swimming pool on the roof terrace, saunas and a steam bath. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet or set-menu restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.99" OriginalAmount="82.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19521318413" Longitude="55.283847174275" StarRating="5" HotelCode="293188|985785" HotelName="DAMAC Maison Mall Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Mall Street, Opposite to Dubai Mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/25/56256dcc630ab270eda11d75699b9f9edd6d76b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.16" OriginalAmount="82.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.04317883" Longitude="55.25088065" StarRating="4" HotelCode="856292|2383125" HotelName="Studio One Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Studio city, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/67/d367a6eae5ee65ade72cdd4f29c75b39633869e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.17" OriginalAmount="82.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18002191" Longitude="55.26411857" StarRating="4" HotelCode="846456|2343785" HotelName="Millennium Atria Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6f/23/6f23e70dc287f5cf110ed2bd624bbc9cbb226358.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.29" OriginalAmount="82.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0793508" Longitude="55.1427519" StarRating="4" HotelCode="|169114" HotelName="City Premiere Marina Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Marina, P.O Box 27372</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/1/4/169114_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi (free of charge). SITUATION: This establishment, Marina it is in 5 minutes away, you can find Marina Mall the shopping centre it is 29 kilometres away from Dubai Airport. ROOM: The apartments are equipped with a television, an air-conditioning system, a balcony, a kitchen with dishwasher, a microwave and a bathroom with a bath or shower. FACILITIES: Guests are offered a fitness centre and a car park (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.34" OriginalAmount="82.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2887074" Longitude="55.3679985" StarRating="0" HotelCode="|87305" HotelName="Emirates Stars Hotel Apartments Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Between Baghdad and Amman Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/0/5/87305_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="85.49" OriginalAmount="83" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|263344-24663935/1214887857230622000/13077" HotelName="RAMADA HOTEL AND SUITES BY WYNDHAM DUBAI JBR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6920000/6915600/6915556/29d011ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="85.49" OriginalAmount="83" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1433576-32739324/1214887857230622000/29155" HotelName="SEVEN SEAS HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109380000/109379200/109379190/bf33160f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="85.49" OriginalAmount="83" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|400910-22367455/1214887857230622000/30351" HotelName="IBIS STYLES DRAGON MART DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12950000/12946800/12946724/a2c20c16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.04734" Longitude="55.129627" StarRating="3" HotelCode="99117|parkside_suites_discovery_gardens" HotelName="Parkside Suites - Discovery Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zen 3 Building number 12 Discovery Garden, Sheikh Zayed Road, P.O. Box 125616, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/d8/09d84bbfa374f880a7fafd931a0f964d07017c0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Dubai hotel is located next to the Ibn Battuta Shopping Centre, in Discovery Garden. The proper...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.79" OriginalAmount="83.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253867" Longitude="55.297747" StarRating="0" HotelCode="|165627" HotelName="Savoy Suites Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12a street 317 Community Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/6/2/7/165627_09c3eee1549.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is business. ROOM: The establishment has studios, two bedroom suites with a bathroom, a sitting area, a sofa-bed, a wardrobe and a fully-equipped kitchen.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.83" OriginalAmount="83.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.962914" Longitude="55.144653" StarRating="0" HotelCode="|447167" HotelName="Expo Village Serviced" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Expo Village Boulevard,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/1/6/7/447167_1e1f8461142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.37" OriginalAmount="83.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.209901" Longitude="55.268958" StarRating="0" HotelCode="|554800" HotelName="Shada Hotels Jumeirah Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23rd St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/0/0/554800_90230051504.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|598753-28582319/1214887857230622000/2125" HotelName="COURTYARD BY MARRIOTT AL BARSHA, DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31720000/31718700/31718649/292224e3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|645979-25823862/1214887857230622000/17073" HotelName="PARK REGIS BUSINESS BAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41270000/41262100/41262024/b7581661_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1439495-28854323/1214887857230622000/20885" HotelName="CHEVAL MAISON EXPO CITY DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112070000/112065900/112065875/24d6b1bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|120232-25291753/1214887857230622000/26385" HotelName="AL KHOORY APARTMENTS AL BARSHA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2450000/2442800/2442729/fb41948b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|113974-25284970/1214887857230622000/27008" HotelName="MILLENNIUM LAKEVIEW HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1550000/1546400/1546377/022593ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.82" OriginalAmount="84.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.206057493369" Longitude="55.273010730743" StarRating="5" HotelCode="29426|30724" HotelName="Dusit Thani Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133 Sheikh Zayed Road, P.O. Box 23335, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2e/e42e2d4bd962d5cffd47ca08f34bc1c81d076251.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous Sheikh Zayed Street Situated close to Jumeirah Beach, the commer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.82" OriginalAmount="84.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.232684044202" Longitude="55.315207203705" StarRating="3" HotelCode="170752|924135" HotelName="TIME Dunes Hotel Apartments Oud Metha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Street, P.O.Box 127773, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/ed/86ed46dc9e65445417cac8e489c1af87f3a71dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at Oud Metha, opposite the American hospital and Dubai Healthcare City. The cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.08" OriginalAmount="84.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256394" Longitude="55.303356" StarRating="3" HotelCode="93391|446035" HotelName="Capital O 167 Moon Valley Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Burjuman Metro Station, Al Hamriya, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/3b/333b984056e5deef1f9eff5779df74ed140dc047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated in the centre of Dubai, 3 km away from the museums and 9 km from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.22" OriginalAmount="84.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10243699148" Longitude="55.172410915344" StarRating="4" HotelCode="61419|139534" HotelName="Two Seasons Hotel &amp; Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 502222, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3a/a4/3aa4e0e9a8fdcc3a0db669b94e591aada1f350d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|888884-26115456/1214887857230622000/22316" HotelName="TIME ONYX HOTEL APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/62000000/61210000/61208100/61208075/31a8dc19_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|66615-22381853/1214887857230622000/30692" HotelName="MENA APARTHOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10080000/10076900/10076887/74e6e191_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2344-22246660/1214887857230622000/31206" HotelName="RADISSON BLU HOTEL, DUBAI DEIRA CREEK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21900/21870/0902647c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25981579" Longitude="55.29149471" StarRating="2" HotelCode="415702|dallas_hotel_2" HotelName="Dallas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Meeting Room,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Al Waleed Road, P.O.Box: 51582, Bur Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/9f/7a9f705bfe8d787bf63070b0581b4567ce72f81e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Dallas Hotel is conveniently located in the popular Bur Dubai area. Offering a variety of facilities...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.98" OriginalAmount="85.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2746888" Longitude="55.3274552" StarRating="4" HotelCode="|87287" HotelName="Grand Excelsior Deira" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/2/8/7/87287_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.22" OriginalAmount="85.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252060453559" Longitude="55.294099964322" StarRating="3" HotelCode="310347|1960185" HotelName="Golden Sands 5 Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Road, Post Box 9168, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/489573/9ff4fcb5425316969ca9db5d0b5b4c65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Deira. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="88.58" OriginalAmount="86" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|886659-21409997/1214887857230622000/11651" HotelName="DOUBLETREE BY HILTON DUBAI M SQUARE &amp;amp; RESIDENCES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/60000000/59500000/59493800/59493778/w3832h2552x4y4-2fc60cf7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="88.58" OriginalAmount="86" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|875128-26091220/1214887857230622000/26645" HotelName="SUHA CREEK HOTEL APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57490000/57482300/57482292/bfe99033_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="88.58" OriginalAmount="86" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|255965-25477920/1214887857230622000/29564" HotelName="FLORIDA CITY HOTEL-APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18820000/18810700/18810662/54b57f9e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="88.58" OriginalAmount="86" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|537224-22385360/1214887857230622000/29878" HotelName="BARCELO RESIDENCES DUBAI MARINA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22570000/22561900/22561809/f2853aab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|623978-28586302/1214887857230622000/1178" HotelName="HYATT PLACE DUBAI JUMEIRAH RESIDENCES" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39160000/39154500/39154422/49f9eee6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1248436-26601807/1214887857230622000/29648" HotelName="GRAND HEIGHTS APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/66000000/65310000/65306300/65306293/0aa11b67_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.122682" Longitude="55.374368" StarRating="3" HotelCode="152742|premier_inn_dubai_silicon_oasis_2" HotelName="Premier Inn Dubai Silicon Oasis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Sheikh Mohammed bin Zayed Road (E311), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/af/a6afe76863db988f52028eac916e5599e7e8de49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests have easy access to their storeys via the lift or stairs. Amenities include a safe. Wireless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.67" OriginalAmount="87.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.099755518104" Longitude="55.179519653321" StarRating="5" HotelCode="76176|92008" HotelName="Media Rotana" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hessa Street, Barsha Heights, P.O. Box 503030, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/69/a5699ffba9abb0ac1e3e393e4c316ad170d14ae8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai's new business hub. It is just 10 km from Dubai Internati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.75" OriginalAmount="87.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.225617" Longitude="55.33657" StarRating="4" HotelCode="|397292" HotelName="Suha Park Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Jadaff, 1123 11 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/9/2/397292_72ad03b1054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.50" OriginalAmount="87.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2565976" Longitude="55.3033463" StarRating="0" HotelCode="|118903" HotelName="MOON VALLEY HOTEL APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bur Dubai Dubai P.o. Box 113696,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/9/0/3/118903_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in the city centre, is located near the shopping centres, the banks and the exhibition centre. ROOM: The establishment has 60 deluxe studios, 9 deluxe one bedroom rooms and 3 deluxe two bedroom apartments.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.56" OriginalAmount="87.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256622619903" Longitude="55.304404210839" StarRating="3" HotelCode="320479|2607125" HotelName="Milestone Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Currency Exchange,Internet,Laundry,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>20th Street, Al Hamriyah, Near Burjuman Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/68/6d6843185b4da2c8f6dd76eb17915dc91a315b9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="90.64" OriginalAmount="88" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|875288-15147655/1214887857230622000/13096" HotelName="ROVE LA MER BEACH, JUMEIRAH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/50000000/49110000/49102300/49102294/813bcbee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269955884068" Longitude="55.303715709162" StarRating="2" HotelCode="313390|flora_square_hotel" HotelName="Florida Square Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Diet Meals,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sabkha Street, Deira, Dubai 123309</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/b3/bfb381dd19873ba604b476fdd13b357d2ee28f70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Diera, close to Gold Souq and just a short walk to Baniyas Metro Station pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.080378411946" Longitude="55.136971771717" StarRating="5" HotelCode="899731|moevenpick_hotel_jumeirah_beach" HotelName="Mövenpick Hotel Jumeirah Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Street, PO Box 282825, The Walk, Jumeirah Beach Residences, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d0/9a/d09a39fa302a8c684fa0864cd0c031de3ebaae5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach hotel is just minutes away from Dubai Media City and directly connected to the beachfront....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.72" OriginalAmount="88.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27321" Longitude="55.31045" StarRating="1" HotelCode="|185949" HotelName="West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Naif Road, Naif, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/9/4/9/185949_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.97" OriginalAmount="88.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2211542" Longitude="55.3283856" StarRating="0" HotelCode="|74914" HotelName="Park Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road Near Latifa Hospital</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/9/1/4/74914_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has one or two bedroom apartments with living room-bedroom, a terrace, a large dining room and a kitchen with features that offer you the maximum level of comfort, The establishment boasts a business centre, meeting room, audiovisual equipment and internet. Guests can also find a swimming pool, a gym and room service. SITUATION: Close to the establishment, clients can findDubai Airport Clients can also find the commercial area and the business distrcits.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.30" OriginalAmount="88.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273298" Longitude="55.301858" StarRating="2" HotelCode="|53080" HotelName="Queen's" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SABKHA ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/8/0/53080_1_1566.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 41 rooms and 5 floors. The establishment has a wake-up service, tourist information, a laundry service, room service and a restaurant. SITUATION: It is situated 6 kilometres away fromDubai Airport. ROOM: Guests are offered non-smoking rooms, The rooms have an air-conditioning system, a television and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="91.67" OriginalAmount="89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.554387" Longitude="31.974581" StarRating="4" HotelCode="0|87403-28578874/1214887857230622000/8782" HotelName="SAMAYA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2230000/2222500/2222454/89ffc735_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.75" OriginalAmount="89.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.037227443066" Longitude="55.196863813492" StarRating="4" HotelCode="630087|2220735" HotelName="Element Me'aisam Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Production City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/de/1ede6669a53a1036e770b06dd62fc8e05c7f848a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. Dubai (DXB) Airport is 33 km away, and it is 57 km and 112...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.86" OriginalAmount="89.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2742" Longitude="55.30098" StarRating="1" HotelCode="|514601" HotelName="Ana Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL DAGHAYA STEET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/4/6/0/1/514601_1d0da3b2033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.17" OriginalAmount="89.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1020727" Longitude="55.1713615" StarRating="4" HotelCode="|119876" HotelName="Staybridge Suites Dubai Internet City, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Tecom Tower - Sheikh Zayed Rd - Al Sufouh - Al Sufouh 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/8/7/6/119876_d076e871444.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel was built in 2009, has air-conditioning, 225 rooms, studio suites and one, two and three bedroom suites. Our guests can find a lobby with a reception, express check-out, room service and a laundry service. SITUATION: Is situated inMedia City the industrial area of Close to Dubai Internet City the Technology Park of places of interest and la Palmera the Island of. ROOM: Customers can find 225 suite-apartments, They have a double bed, modern facilities, a fully-equipped kitchen and a bathroom. FACILITIES: Guests are offered a gym, a steam bath and a sauna. MEALS: Regarding the food and beverage offering, the establishment offers a coffee shop and restaurants. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.67" OriginalAmount="89.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113917856759" Longitude="55.192825457672" StarRating="3" HotelCode="99404|474615" HotelName="Rose Garden Hotel Apartments Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 45113, Near Mall of the Emirates, Very close to Sharaf DG Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/ba/82ba13b6afa87e14487e2912fa3dd4fd95a4315e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.186964" Longitude="55.271792" StarRating="5" HotelCode="323946|92850" HotelName="Steigenberger Hotel Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/68/2368d653afcbc2ca270c069ba68feb8b883b9569.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|139718-22383342/1214887857230622000/31005" HotelName="MOVENPICK JUMEIRAH BEACH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2890000/2885100/2885038/b40641ec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.095696951156" Longitude="55.153653439148" StarRating="4" HotelCode="140885|arjaan_by_rotana__dubai_media_city" HotelName="Arjaan by Rotana Dubai Media City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman bin Abdul Aziz Al Saud Street, PO Box 502828, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ae/b5aec294140fe98feb3204ac4b40282c22f78956.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai Media City and overlooks Palm Island, just 5 km away fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.74" OriginalAmount="90.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252404" Longitude="55.292144" StarRating="4" HotelCode="|397291" HotelName="Suha Mina Rashid Hotel Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4C Street, Al Mankhool, 6 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/9/1/397291_e07f0421028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.17" OriginalAmount="90.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.042323" Longitude="55.251473" StarRating="4" HotelCode="|444041" HotelName="Studio One" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Studio City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/4/1/444041_e00c9861232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.48" OriginalAmount="90.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.274296718191" Longitude="55.307573196365" StarRating="1" HotelCode="313392|1254458" HotelName="West Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Naif Road, Diera, PO Box 1039, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ab/bdab45d5a3ad7b57a9534568e51031ca5bbb0329.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.57" OriginalAmount="90.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0911606" Longitude="55.1489162" StarRating="0" HotelCode="|88016" HotelName="Tamani Marina " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Al Saud St; Jumeirah Beach Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/8/0/1/6/88016_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 55 floors. FACILITIES: The establishment boasts swimming pools, a sauna, a jacuzzi, a solarium and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.64" OriginalAmount="90.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.279301933657" Longitude="55.304580403547" StarRating="4" HotelCode="167142|964585" HotelName="The Galleria Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, PO Box 6655, Deira Corniche, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/dd/9cdd0b433b4f393fb819fa8484c0229f698f5127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.66" OriginalAmount="90.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2563696" Longitude="55.2894764" StarRating="0" HotelCode="|57846" HotelName="Rolla Residence Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL ROLLA ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/8/4/6/57846_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel, has fantastic views, attentive service, room service and a business centre. The establishment also offers a concierge, a transfer service, a car hire desk and lifts. It has 126 rooms. SITUATION: Close to the establishment, guests have the shopping area, is in Dubai a good location in nearby, you will find the leisure area. FACILITIES: The establishment boasts a fitness centre fully-equipped and a swimming pool. OTHERS: You can find a bar, a lounge and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.73" OriginalAmount="91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269395683068" Longitude="55.316653733097" StarRating="5" HotelCode="908936|32858" HotelName="Swissôtel Al Ghurair" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Kattab Road, Near Fish Roundabout, P.O. Box 185051, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/c6/5fc6dbda1303981c233fbbbdf2a487f7534662f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="93.73" OriginalAmount="91" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1351681-23058197/1214887857230622000/31174" HotelName="RAMEE DREAM DOWNTOWN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72690000/72688600/72688540/4f599607_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.79" OriginalAmount="91.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252329963376" Longitude="55.296286776252" StarRating="3" HotelCode="915619|923335" HotelName="Xclusive Maples Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 A Street, P.O. Box 126012, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/88/d488a75a6cfd54bd0798b5530dd374da9c4407e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.84" OriginalAmount="91.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18709" Longitude="55.271782" StarRating="5" HotelCode="|201193" HotelName="Pullman Dubai Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street Dubai UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/1/1/9/3/201193_691bdc00741.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="94.76" OriginalAmount="92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1269798-28586796/1214887857230622000/2658" HotelName="COURTYARD BY MARRIOTT WORLD TRADE CENTRE, DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71690000/71681500/71681447/abf0d59c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="94.76" OriginalAmount="92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.235376" Longitude="121.434669" StarRating="4" HotelCode="0|349802-28446741/1214887857230622000/4634" HotelName="CITY STAY PRIME APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 678 ANYUAN ROAD, SHANGHAI, CN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11440000/11434600/11434593/f11c701a_b.jpg</HotelPictures>
        <HotelDescription>The motel offers a great variety of services, such as luggage storage, safety deposit box, complimentary porter service, buffet breakfast, business copying and faxing, package delivery services, free parking, a conference room and flight ticket booking, to name but a few.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="94.76" OriginalAmount="92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1358309-28585773/1214887857230622000/5492" HotelName="THE FIRST COLLECTION AT JUMEIRAH VILLAGE CIRCLE, A TRIBUTE PORTFOLIO HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/70000000/69380000/69378700/69378647/b5268d23_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="94.76" OriginalAmount="92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1436011-26091212/1214887857230622000/27742" HotelName="ROYAL CONTINENTAL SUITES BUSINESS BAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/51000000/50910000/50904900/50904812/fe5f7e58_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.80" OriginalAmount="92.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273242278198" Longitude="55.30185520649" StarRating="2" HotelCode="66874|306225" HotelName="Queen's Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Road, Dira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/82/d0/82d088c4f9c92e8f41abccd977c44cf81b591191.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, in the Deira district, the hotel is close to the Gold Souk and Spice ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.97" OriginalAmount="92.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.03842" Longitude="55.19763" StarRating="0" HotelCode="|242137" HotelName="Element Me'aisam, Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Production City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/1/3/7/242137_b3317c80959.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.79" OriginalAmount="93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256034502952" Longitude="55.299674169312" StarRating="3" HotelCode="186044|310226" HotelName="Nihal Residency Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, 16 A Street, Al Mankhool, P.O. Box 25295, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/260066/gt_260066_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel enjoys a central location in Bur Dubai, within walking distance of Bank Street and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.39" OriginalAmount="93.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.211625" Longitude="55.274432" StarRating="4" HotelCode="39206|449855" HotelName="AlSalam Hotel Suites and Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Golf,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 118094, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/35/0a356f236e02fc73df3250a2a7fed52a10c20649.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel lies on the fashionable Sheikh Zayed Road, across from the International Financial C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.82" OriginalAmount="94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.079811517943" Longitude="55.1498676649" StarRating="5" HotelCode="304434|55119" HotelName="Pullman Dubai Jumeirah Lakes Towers - Hotel &amp; Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cluster T, Adjacent to Damac Properties Metro station, Jumeirah Lakes Towers, P.O. Box 9268, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/71/807155928d2d74295310956f82a17b159dd3af49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.82" OriginalAmount="94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.20276763039" Longitude="55.277782869921" StarRating="5" HotelCode="39208|18562" HotelName="Roda Al Murooj" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Saada Street, Opposite Dubai Mall, Downtown, P.O. Box 117546, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/f2/6af24783c0d447c9fff5ed79c3df1c2c5218e9e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is part of the prize-winning Al Murook complex at the heart of Dubai's business district....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="96.82" OriginalAmount="94" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|552209-25706370/1214887857230622000/25314" HotelName="GRAND MERCURE BUSINESS BAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24210000/24206100/24206066/0c89b2c1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="96.82" OriginalAmount="94" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1248815-22368603/1214887857230622000/31073" HotelName="RADISSON DUBAI DAMAC HILLS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64440000/64434300/64434236/c9a9f1d5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.83" OriginalAmount="94.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269095" Longitude="55.317175" StarRating="5" HotelCode="|85694" HotelName="Swissotel Al Ghurair" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Khattab Street, next to Al Ghurair Centre P.O. BOX 185060</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/6/9/4/85694_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inDeira the district of 5 minutes away from the establishment guests have Union the metro station of. FACILITIES: Clients can find a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.31" OriginalAmount="94.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09690321" Longitude="55.16865485" StarRating="4" HotelCode="779905|2307975" HotelName="Zabeel House The Greens by Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Laundry,Parking,Restaurant,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, The Greens, Dubai 214362</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/86/02861400e0bffadd29cfd2c0beaab4916e208c7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Zabeel House is an eclectic collection of hotels born in Dubai. High on design and low on complexity...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.80" OriginalAmount="94.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.081729103247" Longitude="55.145565569401" StarRating="4" HotelCode="151868|924545" HotelName="Marina Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marina Walk, P.O. Box 11640, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/2/0/4/1/8/8/6/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Sharjah (SHJ).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2816383" Longitude="55.34791607" StarRating="4" HotelCode="531435|telal_hotel_apartments" HotelName="Telal Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 20 Street, Abu Hai, P.O. Box 33324, Hor Al Anz, Behind Deira Main Post Office, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/63/79631e0669483f3df9ffa243ef391d57206fe9f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this apartment hotel is located approximately 10 minutes by car fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.45" OriginalAmount="95.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2215786" Longitude="55.3249588" StarRating="4" HotelCode="|55269" HotelName="Somerset Jadaf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NEAR AL WESL HOSPITAL. BEHIND THE DUBAI OFFICERS C</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/6/9/55269_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel has 84 apartments, The establishment has air-conditioning, a hall, a cafÃ©, a restaurant, conference rooms, room service, a laundry service and a car park. SITUATION: Near the establishment, guests will find the business area, close to the establishment, guests have the leisure area, restaurants and shops. it is situated 5 kilometres away from Dubai Airport. ROOM: They have a kitchen with fridge, a microwave, a direct line telephone, a safety deposit box and an ironing set. They also have a bathroom with a hairdryer, internet, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: The establishment boasts a swimming pool with a children's area and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.88" OriginalAmount="96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259969" Longitude="55.318259" StarRating="5" HotelCode="13319|30022" HotelName="Hilton Dubai Creek" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beniyas Road, P.O.Box: 33398, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/13990/a_13990_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located beside the Dubai Creek. It is about 5 km from the city centre, only minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="98.88" OriginalAmount="96" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1405492-32727399/1214887857230622000/21511" HotelName="SHADA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103080000/103074100/103074034/8fe134d0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="98.88" OriginalAmount="96" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1361304-26662626/1214887857230622000/21909" HotelName="EXPO VILLAGE SERVICED APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89710000/89709300/89709228/4a66b137_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19255449" Longitude="55.28668618" StarRating="4" HotelCode="877268|hotel_indigo_dubai_downtown" HotelName="Hotel Indigo Dubai Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, PO Box 24666, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/43/8543cfe34356567e72e933f96ce93f9ff9bf5e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.01" OriginalAmount="96.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11779" Longitude="55.19651" StarRating="4" HotelCode="|192733" HotelName="Flora Al Barsha At The Mall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha Road, Near Mall of The Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/7/3/3/192733_aa2b6101634.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.20" OriginalAmount="96.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25091795" Longitude="55.33197351" StarRating="4" HotelCode="642040|2272525" HotelName="Aloft City Centre Deira, Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, PO Box 22533, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5751089</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.43" OriginalAmount="96.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256616" Longitude="55.304159" StarRating="0" HotelCode="|198487" HotelName="Better Living " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street 20, Hamriyah Street, Burjuman Metro Station Exit 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/4/8/7/198487_c9e879d1817.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.44" OriginalAmount="96.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18786235" Longitude="55.27964125" StarRating="5" HotelCode="570576|2166445" HotelName="DAMAC Maison Distinction" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Jacuzzi,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>School Street, Burj Area, Downtown, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/b8/a6b8acdf16b5638c065637fc428c4547b1d14f03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located approximately 700 m from the centre of Dubai. Its setting is especially ideal ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.85" OriginalAmount="96.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.075177" Longitude="55.13876925" StarRating="4" HotelCode="635421|2285775" HotelName="Crowne Plaza Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Yahoom Street, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/d8/2dd8138a06c8c466f9987c48bf88ace56e5743c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is located in Dubai. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.89" OriginalAmount="96.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.234246837774" Longitude="55.323978245369" StarRating="5" HotelCode="307773|1253328" HotelName="Hyatt Regency Dubai Creek Heights" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20th Street, Dubai Healthcare City, Bur Dubai, Dubai 5668</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/65/3c6515bb112361f4c2a6300e207a0d6e87d2c978.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.89" OriginalAmount="96.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2638808" Longitude="55.2999985" StarRating="2" HotelCode="|87254" HotelName="Xva Art" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Bastakiya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/2/5/4/87254_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Al Bastakiya the historic centre of. ROOM: Clients are offered stylish rooms and have WiFi, (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|154764-19230201/1214887857230622000/12591" HotelName="TWO SEASONS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4040000/4039200/4039132/d69a925f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.01" OriginalAmount="97.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.261612" Longitude="55.314021" StarRating="5" HotelCode="23830|987245" HotelName="Sheraton Dubai Creek Hotel &amp; Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, P.O. Box 4250, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/f8/44f81a6609b399fc1e02af675b4e152c2b59ea61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Baniyas Road, this hotel overlooks Dubai Creek. It is just a short distance to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.02" OriginalAmount="97.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.187616505997" Longitude="55.284046233517" StarRating="5" HotelCode="936085|1031048" HotelName="DAMAC Maison Canal Views" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, Dubai 6873</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/83/1f/831f853cdf93c5462b53b09d7ca0ec8973a3543a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.82" OriginalAmount="97.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.075045807079" Longitude="55.131773936176" StarRating="4" HotelCode="304658|1017548" HotelName="Roda Amwaj Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, Jumeirah Beach Residence, P.O. Box 555613, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8f/aa/8faacea963e1657ad426109e9217fabc4e68b35c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263803645172" Longitude="55.299894558534" StarRating="2" HotelCode="404574|xva_art" HotelName="XVA Art Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Neighborhood, Bur Dubai, P.O. Box 37304, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/d2/8ad2c864940b5a19d472ac2d0f20b676198cc3c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Bur Dubai, Dubai, just few minutes from Al Bastakiya and the Dubai Museum. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.01" OriginalAmount="98.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2094556" Longitude="55.2752884" StarRating="4" HotelCode="|87301" HotelName="Residence Inn by Marriott Sheikh Zayed Road, Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/0/1/87301_66c3b1c1206.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 47 floors and luxury facilities. SITUATION: This establishment, is close to DIFC the metro station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.08" OriginalAmount="98.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2598208" Longitude="55.3182407" StarRating="5" HotelCode="|23964" HotelName="Golden Sands Creek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, P.O.BOX 33398, DEIRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/4/23964_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has rooms and suites. Is perfect for business and holiday stays. SITUATION: This hotel is close to the Dubai business district, the airport, Burj Khalifa and las Fuentes de DubÃ¡i.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.091006200624" Longitude="55.149130225181" StarRating="5" HotelCode="410049|35604" HotelName="Tamani Marina Hotel and Hotel Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Naseem Street, P.O. Box 215855, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/e6/97e63baeed8f7896e0b374c118ed67dbd6f185ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in one of the busiest districts, Dubai Marina right next to the Dubai M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260915297121" Longitude="55.323833008598" StarRating="3" HotelCode="21508|sun__sands_hotel" HotelName="Sun &amp; Sands Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37th Street, Al Rigga Road, Clock Tower, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/b9/f8b993c8b305bb33fb862e67ab91c05cb2dd4577.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Dubai, close to the shopping centre and the famous Clock Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="0" HotelCode="977581|marbella_holiday_homes_rental_llc" HotelName="Marbella Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khail Road D-68, Al Jadaf, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/1d/3c1d429e0ef0ca1f057a7ee5666eb967a8af501d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.01" OriginalAmount="99.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.048335678205" Longitude="55.130761285344" StarRating="4" HotelCode="103986|924035" HotelName="Chelsea Gardens Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Discovery Gardens, P.O. Box 124169, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/3b/453b1f09f798b6aada4c2d88570e48b1f6a8aef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.33" OriginalAmount="99.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249955" Longitude="55.288476" StarRating="0" HotelCode="|165621" HotelName="Savoy Crest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool 10b Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/6/2/1/165621_1_2235.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Bur Dubai it is in Where you can find the shopping area, the nightlife and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.46" OriginalAmount="99.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.187248" Longitude="55.271996" StarRating="0" HotelCode="|508718" HotelName="Lusso Hometels J One" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Dr</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/8/7/1/8/508718_d1311371117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.89" OriginalAmount="99.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.077499276322" Longitude="55.135423163368" StarRating="4" HotelCode="177208|722075" HotelName="Delta Hotels by Marriott Jumeirah Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Residence, Bahar 7, PO Box 118555, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ba/5b/ba5b5103501d908c25689d66e7162289a9c93e4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is the perfect destination for both business and leisure travellers being ideally located ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.00" OriginalAmount="100" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259404356634" Longitude="55.319407514572" StarRating="5" HotelCode="566141|239688" HotelName="Al Bandar Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,ALL INCLUSIVE,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, P.O. Box 4080, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/b5/5db56b44789dd5d2196e3e904b25fabc8c2c1cc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai. For business travellers as well as families, it provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.00" OriginalAmount="100" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270014836783" Longitude="55.319002676197" StarRating="3" HotelCode="146075|47047" HotelName="City Star Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/129857/129857a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Dubai. There are a total of 100 accommodation units at City Star. C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="103.00" OriginalAmount="100" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|113982-28573843/1214887857230622000/3733" HotelName="EMIRATES STARS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1860000/1855600/1855531/b70b90bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="103.00" OriginalAmount="100" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|120248-28572229/1214887857230622000/9155" HotelName="PARKSIDE SUITE APARTMENTS (FORMERLY GRAND MIDWEST EXPRESS DISCOVERY GARDENS)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/17000000/16090000/16083100/16083001/e1de512b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.066056485761" Longitude="55.138045214736" StarRating="5" HotelCode="260127|movenpick_hotel_residence_jumeirah_lakes_towers" HotelName="Mövenpick Hotel Jumeirah Lakes Towers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cluster A, Jumeirah Lakes Towers, PO Box 454439, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2d/e42d7c1e651a80cdafde6a4f4d284482c0614006.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is about 11 km from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.32" OriginalAmount="100.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.223849596761" Longitude="55.349164009094" StarRating="5" HotelCode="70491|71104" HotelName="Crowne Plaza Dubai - Festival City" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Festival City, P.O.Box 45777, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/70/87/70879bb2da4b5cbf140577f2f2e4fa357d73aafc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the Dubai Creek. It is directly connected with the Festival Wat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.99" OriginalAmount="100.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.025869" Longitude="55.191257" StarRating="0" HotelCode="|468316" HotelName="Youandco Co-living Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>You&amp;Co IMPZ</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/3/1/6/468316_4f042a61703.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1351967-28586298/1214887857230622000/1643" HotelName="FOUR POINTS BY SHERATON PRODUCTION CITY, DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/88000000/87140000/87138100/87138039/d637b9c9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|624004-25793019/1214887857230622000/26750" HotelName="BARCELO AL JADDAF" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39890000/39886100/39886064/d9deb93b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|172364-25353650/1214887857230622000/29570" HotelName="FORTUNE APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4310000/4301200/4301167/2e015177_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.94" OriginalAmount="101.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.071015" Longitude="55.130844" StarRating="0" HotelCode="|554847" HotelName="Orchid Overnight Superyacht" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Al Saud St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/4/7/554847_cbc4e031519.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.05" OriginalAmount="101.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112258578385" Longitude="55.137988488841" StarRating="5" HotelCode="363356|2037645" HotelName="Dukes The Palm, a Royal Hideaway Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 120015, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/33/c4/33c41fda2db84e348d07d82d2551df15fdc0badd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this beach hotel is located right in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|304994-25510569/1214887857230622000/25617" HotelName="ADAGIO PREMIUM DUBAI AL BARSHA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8810000/8800200/8800126/867e1d76_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1248327-26601759/1214887857230622000/28137" HotelName="ABAR APARTMENTS LLC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64990000/64989700/64989627/e444a2fd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|674629-22367443/1214887857230622000/30323" HotelName="LEMON TREE JUMEIRAH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44820000/44815000/44814988/c13414fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.079765585929" Longitude="55.137478173927" StarRating="4" HotelCode="902943|suha_hotel_apartments" HotelName="Suha Hotel Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sadaf 3 Building, Jumeirah Beach Residence, PO Box 35771, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/91/48/91485b4dfbb8744e6a062f80e2604899f1994ec8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of New Dubai, community facilities like supermarkets, medical facilities, rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.45" OriginalAmount="102.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.223686" Longitude="55.349161" StarRating="5" HotelCode="|57342" HotelName="Crowne Plaza Festival City, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DUBAI FESTIVAL CITY,PO BOX 7185</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/3/4/2/57342_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is non-smoking, has 316 rooms and suites. This building they have air-conditioning, restaurants, a cafÃ© and conference rooms. The establishment also offers a hall, a car park, room service, a laundry service and internet. SITUATION: Near the establishment, guests will find a shopping centre, is 130 kilometres away from Dubai Airport. ROOM: The rooms a bathroom, internet, a television, a coffee maker, a kettle, a mini-bar, a direct line telephone and a kitchen. FACILITIES: The establishment has a swimming pool, a children's swimming pool, a spa, spa treatments, a hydromassage bath and a gym. in the surrounding area, you can find a golf course. MEALS: Regarding the food and beverage offering, the establishment offers 5 restaurants and a coffee shop. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.67" OriginalAmount="102.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.186461503024" Longitude="55.267923517672" StarRating="5" HotelCode="566148|2164605" HotelName="Radisson Blu Hotel Dubai Waterfront" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/3d/ee3db69d62128b7ef250aa14dd04dceee6f9a351.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.71" OriginalAmount="102.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251066" Longitude="55.328166" StarRating="0" HotelCode="|472663" HotelName="Marriott Marquis Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plot No 129 - 104, Port Saeed</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/6/6/3/472663_be734671050.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.72" OriginalAmount="102.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0463709" Longitude="55.1188732" StarRating="3" HotelCode="|210908" HotelName="PREMIER INN DUBAI IBN BATTUTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ibn Battuta Mall, Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/9/0/8/210908_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259204511343" Longitude="55.319554360852" StarRating="4" HotelCode="597771|239687" HotelName="Al Bandar Arjaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, P.O. Box 4080, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/5f/ac5f201b634d415a7ab08b9e0be32e992fb7d61d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located approximately 2 km from the centre of Dubai, this apartment hotel is ideal for business trav...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26251387" Longitude="55.29360815" StarRating="0" HotelCode="745583|288288" HotelName="Lumbini Dream Garden Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Near Souk Al kabeer, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/c7/a8c73c2448296feb05aa7884b8a1c258ebffdb81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269967844911" Longitude="55.303121209145" StarRating="2" HotelCode="908940|226064" HotelName="Wave International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sabkha Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/51/d351397d411007717626bab24d8d29311e4862c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Dubai. There are a total of 47 rooms on the premises. Florida I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1351970-28586300/1214887857230622000/2524" HotelName="HOLIDAY INN HOTEL AND SUITES DUBAI SCIENCE PARK, AN IHG HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88950000/88942500/88942442/w8690h5788x0y5-af9e5a70_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1414024-28682983/1214887857230622000/10569" HotelName="TUMBI WEST PALM BEACH HOTEL DUBAI, TAPESTRY COLLECTION BY HILTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111220000/111217200/111217140/w5757h3835x0y5-5b864fa9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|615513-20766323/1214887857230622000/13299" HotelName="PARAMOUNT HOTEL DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38180000/38170300/38170272/fa966238_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|25124-25210074/1214887857230622000/27805" HotelName="QUEENS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34990000/34981700/34981609/961ca70d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248650944602" Longitude="55.296366736293" StarRating="3" HotelCode="187241|baity_hotel_apartments" HotelName="Baity Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Road, PO BOX 124052</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/52/7e52ec55eeeb1dc8b3dbb471bf98b9056072b65d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.56" OriginalAmount="103.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263932" Longitude="55.29292" StarRating="0" HotelCode="|493312" HotelName="Capital O160 Lumbini Dream Garden Guest House LLC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14, Al Suq St.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/3/3/1/2/493312_e7754ba1015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.72007" Longitude="3.457925" StarRating="4" HotelCode="0|55673-28790601/1214887857230622000/5" HotelName="ARABIAN COURTYARD HOTEL &amp;amp; SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>S/N CALA AGULLA, CALA RATJADA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1230000/1227400/1227381/fb0b92f6_b.jpg</HotelPictures>
        <HotelDescription>The hotel stands out for its enviable location  situated close to Cala Ratjada (1 km) in front of the sea and only steps away (350 m) from the beautiful beach of Cala Agulla.
Cala Ratjada is the main coastal port of Capdepera municipality, a charming village with a castle on the hill. Cala Ratjada boasts of 3 beautiful beaches: Son Moll, Cala Gat and Cala Agulla. Cala Ratjada  offers all kind of attractions and lively nightlife. In the proximity there are also various golf courses: Capdepera Golf, Golf Son Servera, Pula Golf or Canyamel Golf, which makes Cala Ratjada a favourite place among golf lovers. The terrace, next to the sea, spacious common areas. Possibility to practice sports in the area. 
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.13" OriginalAmount="104.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19123259" Longitude="55.2892546" StarRating="4" HotelCode="975573|2444045" HotelName="Radisson Blu Hotel, Dubai Canal View" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, Business Dubai, PO Box 16021, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/4b/784be06a6faee39a295584d1cab3d0bf53ca4c46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.35" OriginalAmount="104.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2595073" Longitude="55.3194949" StarRating="5" HotelCode="|221303" HotelName="Al Bandar Rotana - Dubai Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/3/0/3/221303_744c77c0932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.15" OriginalAmount="105" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.233805" Longitude="55.263464" StarRating="5" HotelCode="11942|5457" HotelName="Dubai Marine Beach Resort and Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai P.O. Box 5182</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c6/50/c650d724787167ef5c85b8891369ba16334c3b6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the end of Jumeirah Beach Road, the resort is only about a 10-minute drive from the city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.31" OriginalAmount="105.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.05154" Longitude="55.26866" StarRating="2" HotelCode="|186735" HotelName="Arabian Ranches Golf Club" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arabian Ranches</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/7/3/5/186735_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.87" OriginalAmount="105.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.14622709" Longitude="55.19550898" StarRating="5" HotelCode="623331|2270125" HotelName="Park Regis Boutique Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Street, next to Umm Suqeim Park, Umm Suqeim 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a1/19/a1193a11fe24d31d919145837ba39ad8fecb2ecc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers and families, this boutique hotel is situated in a quiet area in Dubai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|113984-28568332/1214887857230622000/1221" HotelName="FOUR POINTS BY SHERATON SHEIKH ZAYED ROAD DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/540000/536600/536502/5b6c6d02_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|292541-20586574/1214887857230622000/13418" HotelName="DAMAC MAISON - CANAL VIEWS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8670000/8664200/8664126/80192ea8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|468278-25635284/1214887857230622000/17542" HotelName="THE RETREAT PALM DUBAI MGALLERY BY SOFITEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18150000/18141600/18141550/a9fe8552_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|623945-25792913/1214887857230622000/24883" HotelName="AVANI IBN BATTUTA DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41490000/41484200/41484136/bb30f2ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.44" OriginalAmount="106.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.079799" Longitude="55.137451" StarRating="0" HotelCode="|87973" HotelName="Suha Jbr Hotel Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sadaf 3 Building, Jumeirah Beach Residence</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/7/3/87973_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a swimming pool, apartments with a TV and WiFi (free of charge). SITUATION: It is situated 100 metres away fromJumeirah Beach the coast of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.44" OriginalAmount="106.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.046800856456" Longitude="55.182122904785" StarRating="5" HotelCode="934443|1420308" HotelName="Ghaya Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fay Road, Sports City, Near Meaisem City Center, Dubai 392360</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/5d/495df30d36e76db990b9c2168f816e2aef0e7e7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is about 15 km from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.70" OriginalAmount="106.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.258102" Longitude="55.324125" StarRating="4" HotelCode="80352|856915" HotelName="Marriott Executive Apartments Dubai Creek" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Al Buteen St, P.O. Box 81148, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/61/d96191de64d0b48a0cb16a6cb7503ae8963573be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="110.21" OriginalAmount="107" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1329548-26638497/1214887857230622000/28031" HotelName="CARLTON DUBAI CREEK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76890000/76884500/76884488/8633fa50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="110.21" OriginalAmount="107" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1408062-27154993/1214887857230622000/28873" HotelName="ROVE JBR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107070000/107067300/107067250/1bc0cf6c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.87" OriginalAmount="107.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260353" Longitude="55.3185929" StarRating="4" HotelCode="|87905" HotelName="Samaya  Deira" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Riggat Al Buteen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/0/5/87905_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel the Dhow Wharfage it is close to it is in Deira the business district. FACILITIES: The establishment has a swimming pool on the roof terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.108056" Longitude="1.516795" StarRating="5" HotelCode="0|66447-25237189/1214887857230622000/23505" HotelName="SWISSOTEL AL MUROOJ DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>23 SA DESCUBERTA, SANT JOAN DE LABRITJA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1240000/1234600/1234599/1b2cac89_b.jpg</HotelPictures>
        <HotelDescription>This hotel is located on a bay in the northern part of the island of Ibiza. The sandy beach can be reached in about 50 m and in addition, guests will find bars, restaurants, shops, and links to the public transport network within 200 m of the property. Recently renovated, this charming residence offers all the services and comforts required for a relaxing and pleasant holiday. It comprises a total of 270 rooms spread across 4 floors, as well as facilities which include a public Internet connection and a TV lounge. The rooms all come with a terrace and air conditioning features as standard. In the hotel grounds guests will find a swimming pool with a children's paddling area as well as a poolside snack bar. Sport enthusiasts can make use of the on-site gym and participate in various water sports available on the beach.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431410-27600332/1214887857230622000/28847" HotelName="AL BARARI STELLA STAYS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103150000/103145600/103145510/217fdf70_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1403988-32738854/1214887857230622000/29052" HotelName="SEA POINT HOTELS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/120000000/119770000/119765700/119765680/b1228c67_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|470666-22266089/1214887857230622000/30144" HotelName="DUKES THE PALM DUBAI HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16050000/16046800/16046759/d0df834d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.24" OriginalAmount="108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251699567942" Longitude="55.295201186946" StarRating="3" HotelCode="12863|golden_sands_5" HotelName="Golden Sands Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Street, Bur Dubai, Dubai P.O Box 9168</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/dc/47/dc47ac9c10d96579c4e4e740659cfb78bc0a8ad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated in the central city, this hotel is the largest in Dubai. Premier, serviced apartmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.17" OriginalAmount="108.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.190205" Longitude="55.274432" StarRating="4" HotelCode="387633|61744" HotelName="Vida Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, PO Box 114788, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/00/7e0088a916bcde78d6075f5a3d915488779cf309.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the hub of Dubai, this innovative city hotel is close to the largest shopping centre as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|120239-25291755/1214887857230622000/28151" HotelName="HOLIDAY INN EXPRESS DUBAI, INTERNET CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1750000/1742100/1742022/088c0582_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|874224-22383904/1214887857230622000/30467" HotelName="INDIGO DUBAI DOWNTOWN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33300000/33298400/33298316/772f8da4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2354" Longitude="55.30822" StarRating="4" HotelCode="142991|arcadia_hotel_apartments" HotelName="Arcadia Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha, Opposite the Lamcy Plaza Shopping Mall, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/0a/ef0aa92dca329a5701029e1d85dd77b63ead865f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Prominently located in the heart of modern Bur Dubai, this deluxe aparthotel is situated right oppos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.76" OriginalAmount="109.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.983736" Longitude="55.393142" StarRating="3" HotelCode="|447612" HotelName="Damac Hills 2 Hotel, an Edge by Rotana" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damac Hills 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/6/1/2/447612_a2bd3631558.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="113.30" OriginalAmount="110" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|74784-28866172/1214887857230622000/14" HotelName="CROWNE PLAZA FESTIVAL CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1800000/1795500/1795484/24c58b65_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="113.30" OriginalAmount="110" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|335261-25527982/1214887857230622000/25643" HotelName="HYATT REGENCY DUBAI CREEK HEIGHTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9710000/9709400/9709394/6abe34a5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.70" OriginalAmount="110.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2487723" Longitude="55.2965301" StarRating="0" HotelCode="|119768" HotelName="Baity" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 124054, KUWAIT STREET, BUR DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/7/6/8/119768_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, was built in 2010, has 70 rooms, WiFi (free of charge) and a car park. SITUATION: It is inBur Dubai the district of this hotel Kuwait Road it is in Close to Al Karama the underground station of. ROOM: The establishment has deluxe rooms and one bedroom executive suites. FACILITIES: Guests are offered a swimming pool and a terrace. PAYMENT METHODS: Customers can pay by Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="114.33" OriginalAmount="111" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|645977-28535037/1214887857230622000/9947" HotelName="PREMIER INN DUBAI DRAGON MART" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39640000/39638400/39638313/1e6e813e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="114.33" OriginalAmount="111" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1351980-22976346/1214887857230622000/32012" HotelName="VOCO DUBAI THE PALM, AN IHG HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76590000/76584300/76584266/4664e36e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.90" OriginalAmount="111.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.180755" Longitude="55.277979" StarRating="4" HotelCode="|449599" HotelName="Holiday Inn Dubai Business Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/5/9/9/449599_84026bc1548.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.04" OriginalAmount="111.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.073680609213" Longitude="55.130403041839" StarRating="5" HotelCode="67529|75464" HotelName="Amwaj Rotana - Jumeirah Beach Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, P.O. Box 86834, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/16/711637b9f9ab32ac9103b90fee75f4bcad05488e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on fashionable Al Diyafah Street, this beach hotel is 2.3 km away from the World Trade Centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.08" OriginalAmount="111.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270403" Longitude="55.380427" StarRating="4" HotelCode="|119324" HotelName="Time Grand Plaza , Dubai Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 237844, Damascus Road St. Al Qusais</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/3/2/4/119324_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 232 large rooms and suites. The establishment boasts 3 meeting rooms and WiFi. SITUATION: It is in the shopping and business area, 15 minutes away from the establishment guests have the Congress Centre, 5 minutes away from the establishment, clients can find Dubai Airport. ROOM: The rooms have a desk, chair, a coffee maker, a kettle, a safe and WiFi. Guests also have available suites with a living room and a balcony. FACILITIES: Clients can find a gym and a heated swimming pool on the roof terrace. MEALS: Regarding the food and beverage offering, the establishment offers 2 restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.34" OriginalAmount="111.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.190457" Longitude="55.274531" StarRating="4" HotelCode="|39290" HotelName=" Boulevard, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/9/0/39290_c861f991444.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, has internet, (free of charge), a business centre and a conference room. It has 186 standard rooms. The establishment has a lobby, a bar, a restaurant, room service and a car park. SITUATION: This establishment is in Dubai near the establishment, guests will find a shopping centre, the historic centre, shops and boutiques. It is 5 kilometres away from World Trade Center It's 10 kilometres from a beach. 10 kilometres away from the establishment, guests will find the airport. ROOM: The rooms have a bathroom, a bath, a shower, internet (free of charge), a television, a direct line telephone, a mini-bar, a coffee maker and a kettle. FACILITIES: The establishment boasts a swimming pool. MEALS: Guests are offered a restaurant and a coffee shop. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|401615-28575123/1214887857230622000/5382" HotelName="HYATT PLACE RESIDENCES AL RIGGA" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16220000/16210100/16210008/2ef3a156_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431412-27593585/1214887857230622000/28550" HotelName="APART-HOTEL YOU&amp;amp;CO DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93170000/93168400/93168387/19730910_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1403999-27127092/1214887857230622000/32218" HotelName="STAYBRIDGE SUITES DUBAI BUSINESS BAY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100190000/100188200/100188114/1643a50c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.64" OriginalAmount="112.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.080291" Longitude="55.154086" StarRating="5" HotelCode="|397288" HotelName="Taj Jumeirah Lakes Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DMCC Plot No 2 27 Al Thanyah Jumeirah Lakes Towers</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/8/8/397288_5a3c5bb1058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.30" OriginalAmount="112.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.099476" Longitude="55.173055" StarRating="4" HotelCode="200089|925625" HotelName="Citadines Metro Central Dubai" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barsha Heights, PO Box 502400, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/cd/6dcd83c5ded54572eac29743666528cfe8d4bd82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="116.39" OriginalAmount="113" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|615695-28447582/1214887857230622000/2431" HotelName="RODA AL MUROOJ RESIDENCES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35590000/35581400/35581351/918370df_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.10" OriginalAmount="113.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.078097" Longitude="55.158688" StarRating="4" HotelCode="871468|2360485" HotelName="Vida Emirates Hills" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 7157, Emirates Hills, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/16/ac/16acc47100d67864d72103d36d9f10c25c06f871.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.18" OriginalAmount="113.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.278338" Longitude="55.3044021" StarRating="0" HotelCode="|120011" HotelName="Hyatt Regency Galleria Residence Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/0/1/1/120011_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|907642-22375732/1214887857230622000/29916" HotelName="ADAGIO PREMIUM THE PALM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/66000000/65710000/65706000/65705944/50765586_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1333559-27084584/1214887857230622000/30894" HotelName="MOVENPICK JUMEIRAH VILLAGE TRIANGLE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/79000000/78090000/78082200/78082185/48ed772d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|297410-22381860/1214887857230622000/31524" HotelName="RODA AMWAJ SUITES JUMEIRAH BEACH RESIDENCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8750000/8745100/8745057/0b4dd011_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.65" OriginalAmount="114.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.105186" Longitude="55.150505" StarRating="0" HotelCode="|119991" HotelName="Royal Club At Palm Jumeirah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 347474</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/9/9/1/119991_452f1b61225.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has air-conditioning, a safety deposit box service and internet (for a fee). SITUATION: It has excellent transport links to, the marina and the city centre. Clients can find restaurants, shopping centres, cinemas and sports facilities. it is situated 11,3 kilometres away from golf courses. ROOM: The establishment has 50 apartments. FACILITIES: The establishment has a swimming pool and deck chairs. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.88" OriginalAmount="114.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253987236156" Longitude="55.329377101333" StarRating="4" HotelCode="176607|1017148" HotelName="Somewhere Apartment Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 113562, Port Saeed, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/24/2f244a436d1752067d293a24ed4c73db65a8d96c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated close to some of the city's major attractions. The popular city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.10" OriginalAmount="114.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2610439" Longitude="55.3238044" StarRating="3" HotelCode="|57343" HotelName="Sun and Sands" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37th Street, Al Rigga Road, Clock Tower,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/3/4/3/57343_17ea2301007.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Sun And Sands is rated four stars. It was opened in 1997 and it is situated in Dubai city centre. SITUATION: It is situated close to City Centre Mall,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.60" OriginalAmount="115.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0997275" Longitude="55.1793474" StarRating="5" HotelCode="|72600" HotelName="Radisson Blu Barsha Heights  " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hessa Street, Barsha Heights</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/6/0/0/72600_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts dining facilities, a restaurant, a tearoom, a swimming pool bar, a pub, a private swimming pool, a gym, a sauna, a jacuzzi and a massage service. SITUATION: This hotel is in Sheikh Zayed the street Dubai Media City it is situated in the surrounding area of 30 minutes away from the establishment clients have Dubai Airport. ROOM: The rooms have individual air-conditioning, internet, a satellite TV, a direct line telephone, a mini-bar, a safety deposit box and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.96" OriginalAmount="115.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.098461" Longitude="55.156847" StarRating="5" HotelCode="|440081" HotelName="Avani Palm View Dubai and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 502624, Dubai Media City, TECOM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/0/8/1/440081_1b9b7f61307.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.38" OriginalAmount="115.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249048" Longitude="55.34764" StarRating="5" HotelCode="13961|30954" HotelName="Le Méridien Dubai Hotel &amp; Conference Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road, PO BOX 10001, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6e/64/6e64556b86c97d0fe414fab53c936fc49361d143.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located on the road to the airport, opposite the airport itself. It is surr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|334322-25527504/1214887857230622000/24278" HotelName="PULLMAN DUBAI JUMEIRAH LAKES TOWERS - AND RESIDENCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9510000/9509400/9509332/0326de60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.92" OriginalAmount="117.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254073" Longitude="55.329497" StarRating="0" HotelCode="|193613" HotelName="Somewhere Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. BOX - 113562, PORT SAEED, DEIRA.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/6/1/3/193613_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.24" OriginalAmount="117.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.205419258983" Longitude="55.343856984012" StarRating="4" HotelCode="871487|2360475" HotelName="Vida Creek Harbour" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Creek Harbour, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/03/fe/03fe9adcdd8bb4b440de95ff131887f8d8136204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.55" OriginalAmount="118.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22346164728" Longitude="55.282459351424" StarRating="5" HotelCode="166181|141404" HotelName="voco Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Plot 49, Trade Centre District, P.O. Box 49260, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/6e/796ea132d4ba45076eb1cd8e262954060e5c4c53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is walking distance from the World Trade Centre metro station. It is right in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.73" OriginalAmount="118.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22367" Longitude="55.282553" StarRating="4" HotelCode="187250|925405" HotelName="Nassima Tower Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/96/34/96349cdc2f9f483c1f3dff8361244c60cfbf9f7e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.98" OriginalAmount="118.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18405595331" Longitude="55.254182471667" StarRating="5" HotelCode="319607|1608848" HotelName="V Hotel Dubai Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Habtoor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/65/5d65e92f694e7a9cd539c17f785da4b01e30f508.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.28" OriginalAmount="118.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.192879510028" Longitude="55.27248360846" StarRating="4" HotelCode="153373|458375" HotelName="Ramada Downtown Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Street, Downtown, P.O. Box 116566, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/fc/f8fcb94014ad1b4d3bff4bda16d1a2c354519db3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is less than a 5-minute drive away from Dubai International Financial Centre, the conventi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.47" OriginalAmount="118.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1857242" Longitude="55.2742262" StarRating="3" HotelCode="|450907" HotelName="Staybridge Suites Dubai Business Bay, an IHG Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive B, Business Bay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/9/0/7/450907_2946bf51241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.06" OriginalAmount="119.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10723" Longitude="55.143146" StarRating="4" HotelCode="|444182" HotelName="Voco Dubai the Palm, an IHG " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1234 THE PALM JUMEIRAH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/1/8/2/444182_04a07501220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="124.63" OriginalAmount="121" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|875141-32596769/1214887857230622000/1844" HotelName="BEACH WALK HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/56000000/55240000/55235000/55234969/d3d56532_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="124.63" OriginalAmount="121" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|59249-25227563/1214887857230622000/22249" HotelName="SUN AND SAND CLOCK TOWER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1360000/1353000/1352990/f27db5e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="124.63" OriginalAmount="121" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|270173-22295186/1214887857230622000/31759" HotelName="SOMEWHERE HOTEL APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8260000/8255700/8255648/d787ae77_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.97" OriginalAmount="121.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25164869715" Longitude="55.294992950541" StarRating="3" HotelCode="310346|923015" HotelName="Golden Sands 3 Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Street, Bur Dubai, P.O. Box 9168, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/25/852544b26b88fae31ccb94e6f3d0663ec1772ec3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is set in Dubai. The premises count with 750 welcoming bedrooms. This property doe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.02" OriginalAmount="121.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.223252686211" Longitude="55.349743366241" StarRating="5" HotelCode="400661|71114" HotelName="InterContinental Dubai Festival City" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Festival City, P.O. Box 45777, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/06/06b6bd9509e46c1c6ce93bc125a7b0fb/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in downtown Dubai and is just 6 km from the city centre. It is just 8 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.35" OriginalAmount="121.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112316" Longitude="55.193671" StarRating="5" HotelCode="463790|2552805" HotelName="Grand Cosmopolitan Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f0/e6/f0e6a33485af637ca7b92c5e86c678d27950ddce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.184391249537" Longitude="55.255236119049" StarRating="5" HotelCode="321555|the_westin_dubai_al_habtoor_city" HotelName="Hilton Dubai Al Habtoor City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Habtoor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/78/f4787eb6f3729f01a22c72bd4029901875a6faa5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.89" OriginalAmount="122.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11501701" Longitude="55.14012047" StarRating="5" HotelCode="883382|2556025" HotelName="Andaz Dubai The Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 390068, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/54/af54da2b68c43cbfa02ca29fc136d18e226c1a51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.28" OriginalAmount="122.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.008788" Longitude="55.157659" StarRating="4" HotelCode="|444042" HotelName="Delta Hotels by Marriott, Dubai Investment Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Investment Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/4/2/444042_83303191347.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.57" OriginalAmount="122.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.275027737469" Longitude="55.368112899475" StarRating="4" HotelCode="33281|924745" HotelName="Al Bustan Center &amp; Residence" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Qusais Area, Al Nahda Street, P.O. Box 20107, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/24/a424e78b7117e4dd8a1b8ae9db09c2a85771b56c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.078260031546" Longitude="55.135075449943" StarRating="4" HotelCode="185972|34765" HotelName="Hilton Dubai The Walk" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, PO BOX 2431, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/7b/727bad6857475fa1d011401577c8a0ab522a80ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located in the centre of Dubai. Its setting is especially ideal for business tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.48" OriginalAmount="124.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18062485" Longitude="55.26636113" StarRating="5" HotelCode="705793|2282075" HotelName="Canal Central Hotel – Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, Dubai 9970</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/16/47169d09ff8d1496abc36fd5fa2d72d25eeb19d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|239762-28573025/1214887857230622000/4622" HotelName="BAITY HOTEL APARTMENT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8120000/8119800/8119765/c70846a6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1373667-27085136/1214887857230622000/31664" HotelName="SO/ UPTOWN DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93330000/93323900/93323804/eea0b64c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.89" OriginalAmount="126.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.180531" Longitude="55.268948" StarRating="0" HotelCode="|519209" HotelName="Unlock Waters Edge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Dr</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/9/2/0/9/519209_d7ee2e00047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.23" OriginalAmount="126.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.250355435127" Longitude="55.298728108675" StarRating="4" HotelCode="310348|923025" HotelName="Golden Sands 10 Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Currency Exchange,Fax,Internet,Kitchen,Laundry,Library,Lounge,Restaurant,Sauna,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Street, Bur Dubai, P.O. Box 9168, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/95/39959583b42af0ad5f987bc988e76cf124ec007f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Golden Sands, Dubai's premier Hotel Apartments, is part of Al Moosa Enterprises, established in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.23" OriginalAmount="126.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.192495498031" Longitude="55.267299304605" StarRating="5" HotelCode="307774|1466648" HotelName="Taj Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Burj Khalifa Street, Business Bay, PO Box 8489, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/72/11723e381cfb8c095bd221e820353f1541070631.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies a prime location and offers stunning views of the majestic Burj Khalifa.The prope...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.186663933247" Longitude="55.280115474226" StarRating="4" HotelCode="467984|211816" HotelName="DoubleTree by Hilton Dubai - Business Bay" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Bay Square 5, Located between Sheikh Zayed and Al Khail Road, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/fb/42fbbcbcfb3c92796523ed4d3247a300eb444d65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.84" OriginalAmount="128" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.105701" Longitude="55.148174" StarRating="3" HotelCode="191352|56343" HotelName="Royal Club Palm Jumeirah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Khushkar Building, J1, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/ac/3eac0be476cda33065c28f06b15f92e5b025d79a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Aquaventure and Dubai Marina are both easily accessible from this popular hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="131.84" OriginalAmount="128" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|675047-22303783/1214887857230622000/30986" HotelName="RADISSON RED DUBAI SILICON OASIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45270000/45263400/45263327/c95f9d89_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="131.84" OriginalAmount="128" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|252895-22367435/1214887857230622000/31041" HotelName="MOVENPICK JUMEIRAH LAKES TOWERS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6510000/6501600/6501513/bb6aed9b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.07" OriginalAmount="128.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270112" Longitude="55.303699" StarRating="0" HotelCode="|558564" HotelName="Florida Square Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sabkha Street, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/5/6/4/558564_c66fb361610.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.13" OriginalAmount="128.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.073047" Longitude="55.128943" StarRating="5" HotelCode="16418|31404" HotelName="Sheraton Jumeirah Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Road, Dubai, P.O. Box 53567</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/33/e333512ae562ba8fcffe6cb870116b11ec88281e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies directly beside fine sandy Jumeirah Beach and is surrounded by a tropical...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.79" OriginalAmount="128.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10147054181" Longitude="55.177577219574" StarRating="5" HotelCode="75682|71964" HotelName="Grand Millennium Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Jacuzzi,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 212422, Sheikh Zayed Road, Exit 36, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4c/4d4c14d894639b33c381d9db6e66dea924eb04ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dubai, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09771222" Longitude="55.1656398" StarRating="5" HotelCode="855222|388317" HotelName="Grand Plaza Mövenpick Media City" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Opposite Innovation Hub, Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/31/263169e15d165ff537de79ff920ff96045949941.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, approximately 2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|349883-32592828/1214887857230622000/2738" HotelName="MARRIOTT HOTEL PRODUCTION CITY, DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9850000/9843000/9842947/2a81168c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1397895-28596477/1214887857230622000/4893" HotelName="VOCO BONNINGTON DUBAI, AN IHG HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2840000/2838200/2838179/1f4eefd5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="51.546989" Longitude="0.02915" StarRating="5" HotelCode="0|401366-20859167/1214887857230622000/12653" HotelName="V HOTEL DUBAI, CURIO COLLECTION BY HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>349-353 Romford Road, Forest Gate ,London,  E7 8AA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13330000/13320200/13320158/9e40d882_b.jpg</HotelPictures>
        <HotelDescription>Ideally located in the prime touristic area of Stratford, Newham Hotel promises a relaxing and wonderful visit. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, Wi-Fi in public areas, car park, airport transfer, family room are just some of the facilities on offer. Television LCD/plasma screen, internet access – wireless, internet access – wireless (complimentary), non smoking rooms, heating can be found in selected guestrooms. The hotel offers various recreational opportunities. Convenience and comfort makes Newham Hotel the perfect choice for your stay in London. &lt;br /&gt;Children under 3 years stay for free when using existing beds. &lt;br/&gt; The maximum number of extra beds permitted in a room is 1. &lt;br/&gt; Visa, Euro/Mastercard, Maestro, Switch&lt;br /&gt;Guests over 5 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.5031472" Longitude="-73.5586605" StarRating="4" HotelCode="0|135640-22381709/1214887857230622000/31178" HotelName="RAMADA BY WYNDHAM DOWNTOWN DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>262 RUE SAINT-JACQUES, MONTREAL, CA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3010000/3002200/3002123/77788fb7_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    LHotel Montreal is a business-friendly hotel located in Montreal's Old Montreal - Old Port neighborhood, close to Jean-Paul Riopelle Square, Montreal Convention Centre, and Place d'Armes. Additional points of interest include Victoria Square and Old Port.    Hotel Features.   LHotel Montreal features a coffee shop/café and a bar/lounge. The hotel serves Buffet breakfasts (surcharges apply). Recreational amenities include a fitness facility. Complimentary wireless Internet access is available in public areas. This Montreal property has event space consisting of banquet facilities and small meeting rooms.  Additional property amenities include a library, multilingual staff, and laundry facilities. This is a smoke-free property.    Guestrooms.     59 air-conditioned guestrooms at LHotel Montreal feature safes and complimentary newspapers. Bathrooms feature handheld showerheads. They also offer designer toiletries, complimentary toiletries, and hair dryers. Wireless Internet access is complimentary. Guestrooms offer desks. Also included are blackout drapes/curtains and trouser presses. A turndown service is available nightly, housekeeping is offered daily, and guests may request wake-up calls. Guestrooms are all non-smoking.      Room Info:       Notifications and Fees:          The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Valet parking fee: CAD 25.29 per day  Buffet breakfast fee: CAD 17.25 for adults and CAD 8.6 for children (approximately)   Refrigerator fee: CAD 28.74 per night  Crib (infant bed) fee: CAD 28.74 per night     The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|631743-25806282/1214887857230622000/24916" HotelName="TAJ JUMEIRAH LAKE TOWERS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41980000/41976600/41976524/8975338e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22205443" Longitude="55.35801137" StarRating="4" HotelCode="566143|holiday_inn_dubai_festival_city" HotelName="Holiday Inn Dubai Festival City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Massage Centre,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Gateway Avenue, Festival City, P O Box 410909, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/67/ba671d0f5db19c11cdc896d2ab349e84f327113d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.96" OriginalAmount="132" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253264435335" Longitude="55.328022837639" StarRating="4" HotelCode="98623|35543" HotelName="Flora Creek Deluxe Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed Road, Near Deira City Centre, P.O.Box 119062, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c5/96c5d985f8c830bb519de6ea554d2d7e23658b10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly apartment hotel overlooks the famous Dubai Creek and is located in an excellent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.93" OriginalAmount="132.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.089985" Longitude="55.153259" StarRating="4" HotelCode="151996|120022" HotelName="Media One Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Falak Street, P.O. Box 121818, Dubai Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/bd/d8bd71068e1291698e40c220fefcea79758e9c29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is conveniently located for both business and leisure travellers in the heart of Duba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.99" OriginalAmount="133" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.20001" Longitude="55.268825" StarRating="5" HotelCode="284529|45262" HotelName="Sofitel Dubai Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheihk Zayed Road, Downtown, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/fc/86fc3ba5b7bd3b38783f383641bbc232d26818ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.05" OriginalAmount="134.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.231895470941" Longitude="55.347136259079" StarRating="4" HotelCode="175718|868575" HotelName="InterContinental Residence Suites Dubai Festival City" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Festival City, P.O. Box 112225, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/39/3939e0983b62f4c4fb8dc21b59e0d6ecc8b305cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.92" OriginalAmount="134.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.078869" Longitude="55.137274" StarRating="5" HotelCode="311308|1070298" HotelName="Intercontinental Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdul Aziz Al Saud Street, P O Box 393080, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/95/4295fa3931e00b76a9be09e81cb65e1a95077afb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|194531-28511507/1214887857230622000/1738" HotelName="XCLUSIVE MAPLES HOTEL APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4640000/4636400/4636372/d73d0880_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1351165-23040536/1214887857230622000/12713" HotelName="VIDA DUBAI MARINA &amp;amp; YACHT CLUB" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83570000/83560100/83560061/w3496h2333x2y0-8831a6e6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.50" OriginalAmount="135.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.12582" Longitude="55.1533" StarRating="5" HotelCode="705784|2283925" HotelName="Royal Central Hotel - The Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent, P.O. Box 9970, 22369 The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/1e/891ede8c2419c7cd663420859af10f95dd6ab6e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.54" OriginalAmount="135.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.185976374202" Longitude="55.263384282589" StarRating="5" HotelCode="221534|932925" HotelName="The Oberoi, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Oberoi Centre, Al A'amal Street, Business Bay, PO Box 71847, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/74/3674284f8e53686bd76b18940db197b2f29f6df3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|194132-28572704/1214887857230622000/3930" HotelName="CHELSEA GARDENS APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2230000/2224900/2224895/09aee1f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1313475-26626372/1214887857230622000/29389" HotelName="HYATT CENTRIC JUMEIRAH DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72110000/72108100/72108064/f4246bf1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.041427882317" Longitude="55.115436315536" StarRating="5" HotelCode="900188|moevenpick_hotel_ibn_battuta_gate_dubai" HotelName="Mövenpick Ibn Battuta Gate Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Garden Cross Road, Ibn Battuta Gate, Adjacent to Ibn Battuta Shopping Mall, Dubai (P.O.Box 211508)</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2d/bc/2dbc856e2c9cb2281907190d7e9e807c6ed9cce4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location is an important consideration for any traveller and the hotel is conveniently situated next...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.13" OriginalAmount="136.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.211210623774" Longitude="55.315963111778" StarRating="5" HotelCode="262266|994005" HotelName="Marriott Executive Apartments Al Jaddaf" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Al Jaddaf Area, Dubai 122273</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/6e/1e6e4027da1f16a40badc23919dfdfca05e1fa8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1272106-26618059/1214887857230622000/29778" HotelName="HYDE HOTEL DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72100000/72093200/72093154/84a1903d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="142.14" OriginalAmount="138" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|517592-28597911/1214887857230622000/3218" HotelName="AL BANDAR ROTANA - CREEK DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19320000/19319000/19318983/1457f517_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="142.14" OriginalAmount="138" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1452308-32386499/1214887857230622000/29531" HotelName="MILEO HOTEL THE PALM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113390000/113384700/113384615/93aae6b5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="142.14" OriginalAmount="138" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|975789-22388642/1214887857230622000/31800" HotelName="STAYBRIDGE SUITES DUBAI INTERNET CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23370000/23368400/23368348/d02624e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.97" OriginalAmount="138.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26082" Longitude="55.320794" StarRating="0" HotelCode="|448338" HotelName="Jood Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road Port Saeed</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/3/3/8/448338_1ae83ea0838.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.71" OriginalAmount="139.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.234227212443" Longitude="55.324093119049" StarRating="5" HotelCode="563312|2100985" HotelName="Hyatt Regency Creek Heights Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20th Street, Dubai Healthcare City, P.O. Box 5668, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c7/74c70c5becaab34ac3afab7cd59fa44e70ecba3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Dubai. For business travellers as well as families, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|618580-25783256/1214887857230622000/23015" HotelName="ANDAZ DUBAI THE PALM, BY HYATT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/39000000/38990100/38990076/w3840h2596x0y3-321ba958_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.084001" Longitude="55.142664" StarRating="0" HotelCode="835780|higuests_vacation_homes_skyviews" HotelName="Skyview Tower by Higuests Vacation Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/1d/a21da3cdec7c01234fb6a6b143419886c2554083.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.33" OriginalAmount="140.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0771593" Longitude="55.1504027" StarRating="0" HotelCode="|87848" HotelName="Oaks Liwa Heights Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Lakes Towers</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/4/8/87848_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.86" OriginalAmount="141.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.191160794542" Longitude="55.277696549893" StarRating="4" HotelCode="69778|61734" HotelName="Manzil Downtown" 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,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, P.O. Box 114822, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/3c/223cee282af1d2d30d86e5ad6421176c8f683051.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old town, close to the spectacular Burj Dubai, which provi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.078607913284" Longitude="55.133922440475" StarRating="5" HotelCode="185973|hilton_dubai_jumeirah_2" HotelName="Hilton Dubai Jumeirah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, PO BOX 2431, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/c2/f3c20b161395782b85d95fd7a2497933e8b1bf30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this golf hotel is right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.86" OriginalAmount="142.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1912511" Longitude="55.2775693" StarRating="4" HotelCode="|39249" HotelName="The Heritage Hotel, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashid Boulevard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/4/9/39249_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel and has 197 rooms, The establishment has a reception, a business centre, air-conditioning, WiFi, room service and a car park (for a fee). SITUATION: It is in the historic centre, the Burj Khalifa near the establishment, guests will find Clients can also find places of interest, is 10 kilometres away from Dubai Airport. ROOM: The rooms a bathroom with a shower, a bath, a bathrobe, complimentary bathroom items and internet. They also have a satellite television, a mini-bar, a coffee maker, a kettle and a balcony or terrace. FACILITIES: The establishment boasts a swimming pool and a gym. MEALS: Regarding the food and beverage offering, the establishment offers 2 restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|66610-26148667/1214887857230622000/19031" HotelName="STAYBRIDGE SUITES DUBAI FINANCIAL CENTRE, AN IHG HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1230000/1227500/1227459/10d0636c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.94" OriginalAmount="143.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.078546" Longitude="55.137766" StarRating="5" HotelCode="|169123" HotelName="Intercontinental Dubai Marina, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bay Central Dubai Marina</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/2/3/169123_61529b00937.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers internet (free of charge), executive rooms, suites, a business centre and a wellness centre. The establishment also offers a spa, a sauna, a steam bath, a jacuzzi, a gym and an outdoor pool. SITUATION: This hotel Dubai Marina it is in Close to the beach excellent transport links to taxis, the bus, the nightlife and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.99" OriginalAmount="143.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.07928400455" Longitude="55.15043661764" StarRating="4" HotelCode="103480|2195075" HotelName="Oaks Liwa Heights" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sarayat Street, Cluster W, Jumeirah Lakes Towers, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/a1/7ea16e209d26c49abad27371b6733ca79941bbfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel's excellent location allows guests easy access to Dubai's business districts, includ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1438885-32322431/1214887857230622000/29451" HotelName="MAMA SHELTER DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109780000/109778100/109778013/a9647f29_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.38" OriginalAmount="146" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26872242489" Longitude="55.316441299361" StarRating="5" HotelCode="186063|35206" HotelName="Swissôtel Living Al Ghurair" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Kattab Road, near Fish Roundabout, P.O. Box 185060, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/c8/76c883f605cc270f5a496318f74b1d32b7c10aec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="150.38" OriginalAmount="146" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="38.6386696" Longitude="-94.3523256" StarRating="4" HotelCode="0|181372-32595726/1214887857230622000/9033" HotelName="SHERATON THE WALK DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>2304 South Commercial Street, Harrisonville, 64701, MO, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4490000/4480300/4480234/693e4edd_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Inn. Total rooms: 67. Floors: 3. Property description- Behind every great day is a great night at the Comfort Inn and Suites Harrisonville hotel in Harrisonville, MO. This smoke-free hotel is near destinations like Cass County Justice Center, Kansas City Zoo, Arabia Steamboat Museum, Cass Regional Medical Center and Lake Harrisonville. The Walmart Distribution Center is also close. Enjoy amenities like free hot breakfast, free WiFi, meeting space, business center and guest laundry facilities. Additional amenities include an indoor pool and fitness center. Rooms come equipped with a flat-screen TV, refrigerator, coffee maker and hair dryer. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program. No pets allowed.. Onsite facilities information- ParkingHotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800228-5150. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.861418" Longitude="-76.447184" StarRating="4" HotelCode="0|181376-28568419/1214887857230622000/9941" HotelName="ROYAL CLUB PALM JUMEIRAH DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>5409 Plummer Blvd, Suffolk, 23435, VA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2538800/2538761/915668b5_b.jpg</HotelPictures>
        <HotelDescription>Property Category: All suite. Property Type: All suite. Total rooms: 116. Floors: 5. Property description- Get more of the space you need to spread out, relax or work at the smoke-free Comfort Suites Suffolk-Chesapeake hotel near the Bridgeway Commerce Park. Other nearby sites and activities include the Great Dismal Swamp National Wildlife Refuge, National Maritime Center, Old Town Portsmouth and the Virginia Air and Space Museum. Enjoy free hot breakfast, free WiFi, guest laundry facilities and free coffee. Your spacious suite features 25 percent more space than the traditional room and amenities like a microwave, coffee maker, fridge, TV and recharge device. Please be advised we do have a no pets allowed policy. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program.. Onsite facilities information- ParkingHotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800228-5150. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="152.44" OriginalAmount="148" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|623948-25792921/1214887857230622000/24169" HotelName="CROWNE PLAZA DUBAI MARINA, AN IHG HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19630000/19625800/19625773/575e416f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="152.44" OriginalAmount="148" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|235429-22369736/1214887857230622000/29928" HotelName="ANANTARA DOWNTOWN DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5420000/5415000/5414971/b658ef52_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="152.44" OriginalAmount="148" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|630317-22367911/1214887857230622000/32316" HotelName="GRAND COSMOPOLITAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45850000/45847100/45847029/649b9dbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="153.47" OriginalAmount="149" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1388417-27127093/1214887857230622000/32164" HotelName="HILTON DUBAI CREEK RESIDENCES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100960000/100957700/100957624/w3836h2558x4y3-a691b0b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.11" OriginalAmount="149.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.228853" Longitude="55.286469" StarRating="5" HotelCode="300804|1069698" HotelName="Sheraton Grand Hotel Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Sheikh Zayed Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/2e/132ee07ddad83e137c07fff0fb0bb1f50c7a454c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Sheikh Zayad Road and offers spectacular views of the city. It is also a wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.49" OriginalAmount="149.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0993684" Longitude="55.1734271" StarRating="0" HotelCode="|119567" HotelName="Citadines Metro Central Hotel Apartments Dubai" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TECOM, AL BARSHA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/5/6/7/119567_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service. SITUATION: It is inTecom the district of Close to places of interest. FACILITIES: Guests are offered a swimming pool, a gym fully-equipped and a steam bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1311876-22368155/1214887857230622000/29862" HotelName="25HOURS DUBAI ONE CENTRAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/74000000/73590000/73586400/73586368/e80a10fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1351698-22371308/1214887857230622000/31319" HotelName="NH COLLECTION DUBAI THE PALM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83620000/83617700/83617671/10b0d1fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.99" OriginalAmount="150.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25172" Longitude="55.293956" StarRating="0" HotelCode="|463619" HotelName="Al Jazeera Hotel Apartments Llc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17-A Mankhool Street, Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/6/1/9/463619_003491c2156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.26" OriginalAmount="150.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.072274" Longitude="55.127721" StarRating="4" HotelCode="263797|967195" HotelName="DoubleTree by Hilton Hotel Dubai - Jumeirah Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, Dubai Marina, P.O. Box 227, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/3b/423bd94b76f35daec7d43f1068e3ed59c547ce4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|138876-28579740/1214887857230622000/6404" HotelName="MEDIA ONE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3030000/3026600/3026573/8a066bcd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1411807-27399812/1214887857230622000/10310" HotelName="EMBASSY SUITES BY HILTON DUBAI BUSINESS BAY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/99000000/98240000/98238400/98238323/w3840h2553x0y4-22f78388_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12416-25197913/1214887857230622000/18841" HotelName="AL BUSTAN CENTRE AND RESIDENCE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2850000/2844300/2844235/c9ee975f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1346283-22370282/1214887857230622000/31059" HotelName="RADISSON BEACH RESORT PALM JUMEIRAH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83980000/83977600/83977557/a546afd0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.84" OriginalAmount="151.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.037702" Longitude="55.226153" StarRating="0" HotelCode="|448212" HotelName="Emirates Sports " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Hebiah Fourth, Park-A2, Dubai Sports City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/2/1/2/448212_b6c724d1818.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.22" OriginalAmount="151.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.229339" Longitude="55.286558" StarRating="5" HotelCode="|169135" HotelName="Sheraton Grand , Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/3/5/169135_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is non-smoking. SITUATION: This establishment, is in Sheikh Zayed the road 10 minutes away from the establishment clients have World Trade Centre the metro station of Burj Khalifa 20 minutes away, guests can find the Dubai Mall the shopping centre nearby, you will find the exhibition centre. ROOM: The rooms have a flat-screen television, Nespresso, a bathroom with a bath and complimentary bathroom items. FACILITIES: Guests are offered a swimming pool, WiFi (free of charge), a fitness centre and a spa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant and a cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.34" OriginalAmount="152.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.069590845664" Longitude="55.12848464418" StarRating="4" HotelCode="424792|1622978" HotelName="Wyndham Dubai Marina" Meals="HALF BOARD,BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/77/f077d0d179d411f045ed517ec812a665b32bc2e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.45" OriginalAmount="152.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.225917" Longitude="55.283631" StarRating="5" HotelCode="213812|919425" HotelName="Conrad Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 115143, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/e7/2be71ab480ef85b0cb391558bf80c04957f236f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260678" Longitude="55.320303" StarRating="5" HotelCode="0|2350-28600065/1214887857230622000/3002" HotelName="LE MERIDIEN DUBAI HOTEL &amp;amp; CONFERENCE CENTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> P.O.Box 42211, Al Riqqa Road, DUBAI, AE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/180000/178000/177932/c6ae7e8f_b.jpg</HotelPictures>
        <HotelDescription>This modern hotel boasts a prime situation in the neighbourhood of Deira, in Dubai, just a-15 minute driving distance from the airport. The rooms are known for their generous size, featuring plush surroundings and a wide range of upscale amenities for guests to enjoy a truly memorable stay. They all come equipped with a balcony and a spacious bathroom including premium amenities. A choice of one-, two-, and three-bedroom apartments are also available for visitors who prefer a self-catering accommodation. Guests staying at this upmarket establishment can enjoy a distinctive dining experience, including an award winning restaurant which provides 3 private dining rooms. Leisure facilities include a well-equipped gymnasium, rooftop swimming pool with sun deck, and spa centre featuring 6 treatment rooms. The hotel offers a daily shuttle service to the beach and to the popular Deira City centre shopping mall.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|145870-25319895/1214887857230622000/25261" HotelName="THE GALLERIA RESIDENCE, HYATT REGENCY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13450000/13443900/13443879/62d4a8c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.37" OriginalAmount="153.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.146114" Longitude="55.195492" StarRating="3" HotelCode="|297376" HotelName="Park Regis Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>325 Road, Al Thany Street Jumeirah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/7/3/7/6/297376_057d2ad2041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.62" OriginalAmount="154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.085917424775" Longitude="55.141299944775" StarRating="5" HotelCode="9704|habtoor_grand_beach_resort__spa" HotelName="Habtoor Grand Resort, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Falea Street, Jumeirah Beach, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/df/2c/df2c3c182760cbba61a9b3fe5a4874a84ac06458.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located on the coast of Dubai. It is only a couple of minutes drive from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.10" OriginalAmount="154.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.183305072546" Longitude="55.224546227641" StarRating="4" HotelCode="536751|2048595" HotelName="Roda Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Fax,Kitchen,Laundry,Lounge,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah 2, Kite Beach, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/1f/b41f86ef5a8931217c800777c2384e8baea01816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is situated right by the sea, in a lively area right in the heart of Dubai. It is an ide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.37" OriginalAmount="154.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.05502162" Longitude="55.20731569" StarRating="5" HotelCode="971383|2389955" HotelName="Five Jumeirah Village Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Village Circle, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/22/dd228fe2fbb54a7cc3513cace096164c202efbf9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="159.65" OriginalAmount="155" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.69484" Longitude="115.2637" StarRating="3" HotelCode="0|534926-28513937/1214887857230622000/3725" HotelName="BEACH WALK BOUTIQUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>JALAN DANAU TAMBLINGAN NO. 25, SANUR, DENPASAR, BALI 80228, INDONESIA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20250000/20243000/20242915/0ee9f815_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Rooms   Make yourself at home in one of the air-conditioned guestrooms.   Rec, Spa, Premium Amenities   Take advantage of recreation opportunities such as an outdoor pool, or other amenities including complimentary wireless Internet access and concierge services.   Business, Other Amenities   Featured amenities include a business center and dry cleaning/laundry services. Free parking is available onsite.   Room Info:  Name: Deluxe Room Description:    One Double Bed or  One Twin Bed   Measuring 377 square feet (35 square meters), this room opens to a balcony. Complimentary wireless Internet access keeps you connected, and the LCD TV offers premium TV channels. A minibar, a coffee/tea maker, and a refrigerator are supplied. The private bathroom has a shower, as well as bathrobes and complimentary toiletries. Air conditioning, a safe, and a separate sitting area are among the conveniences offered. This room is Non-Smoking.     Name: Premier Room Description:    One Double Bed or  One Twin Bed   This room measures 430 square feet (40 square meters). Complimentary wireless Internet access keeps you connected, and the DVD player and TV with cable channels are offered for your entertainment. A minibar, a coffee/tea maker, and a refrigerator are supplied. The private bathroom has bathrobes. Air conditioning and a separate sitting area are among the conveniences offered. This room is Non-Smoking.     Name: Signature Room Description:    One Double Bed or  One Twin Bed   This room measures 484 square feet (45 square meters). Complimentary wireless Internet access keeps you connected, and the DVD player and TV with cable channels are offered for your entertainment. A minibar, a coffee/tea maker, and a refrigerator are supplied. The private bathroom has bathrobes. Air conditioning and a separate sitting area are among the conveniences offered. This room is Non-Smoking.       Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Check-in time starts at 3 PM  Check-out time is noon  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.66" OriginalAmount="155.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2338754" Longitude="55.3152085" StarRating="0" HotelCode="|119871" HotelName="Dunes Hotel Apartments Oud Metha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. BOX 127773</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/8/7/1/119871_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has air-conditioning, has 108 rooms, a lobby, a reception, express check-out, a safety deposit box service, a currency exchange service and a lift. Our guests can find a TV room, a dining room, room service, a laundry service and a car park. SITUATION: Oud Metha Is situated in Close to the hospital, 10 minutes away, you can find Dubai Creek the tourist centre of Bur Dubai it is 15 kilometres away from Jumeirah Beach 3 kilometres away, you can find Wafi It is 7 minutes away from. ROOM: The rooms have a bathroom with a shower, a hairdryer, a double bed, a small kitchen with mini-bar, a fridge, a hob, a microwave, a coffee maker, a kettle and a balcony or terrace. They also have a direct line telephone, a satellite TV, a radio, a Hi-Fi, a safe, a washing machine, an ironing set, internet and an air-conditioning system. FACILITIES: Guests are offered a covered, heated swimming pool with a children's area, a gym and a steam bath. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1335921-27441036/1214887857230622000/335" HotelName="WYNDHAM RESIDENCES DUBAI PALM JUMEIRAH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83050000/83047900/83047825/62f84ca2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|255239-28599592/1214887857230622000/2670" HotelName="MARRIOTT AL JADDAF DUBAI" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6980000/6975300/6975243/2e341637_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.60" OriginalAmount="156.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.185612442576" Longitude="55.258136063824" StarRating="5" HotelCode="187267|911115" HotelName="JW Marriott Marquis Hotel Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Business Bay, Dubai 121000</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/4e/9b4e44e38b9213001080d45849e579043bbe0ef5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="161.71" OriginalAmount="157" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|144240-25318840/1214887857230622000/20078" HotelName="AMWAJ ROTANA JUMEIRAH BEACH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1820000/1819800/1819751/6bbbbd2c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|546584-25700540/1214887857230622000/16443" HotelName="ROYAL CENTRAL HOTEL AND RESORT THE PALM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26750000/26743100/26743083/69dbbf12_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.77" OriginalAmount="159" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.230249" Longitude="55.287701" StarRating="5" HotelCode="409750|18968" HotelName="The H Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>One Sheikh Zayed Road, P.O. Box 125511, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/19/901949453d4ba8d6f8772da83fc3e7341d5e23ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is well connected to all parts of the city. It is located on Sheikh Zayed Road in the busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1439562-32420290/1214887857230622000/467" HotelName="HOTEL LOCAL AT JUMEIRAH VILLAGE TRIANGLE BY THE FIRST COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112760000/112751100/112751070/4ac10fe8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.80" OriginalAmount="160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.226446" Longitude="55.284538" StarRating="5" HotelCode="26066|the_fairmont_dubai" HotelName="Fairmont Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 97555, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/90/2d901f8cfee8e7312a58c9752eff25e0b2fab505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just 5 km from the city centre on the Sheikh Zayed street opposite the World Trade C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.18" OriginalAmount="160.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.308341" Longitude="55.316834" StarRating="0" HotelCode="|450605" HotelName="Park Regis by Prince Dubai Islands" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Islands B - WE1021, Dubai Islands</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/0/5/450605_f3b09041143.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="165.83" OriginalAmount="161" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|193856-22381721/1214887857230622000/32515" HotelName="SWISSOTEL LIVING AL GHURAIR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4630000/4623500/4623412/bb4bdc29_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|888869-26115427/1214887857230622000/23388" HotelName="AVANI PALM VIEW DUBAI HOTEL AND SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/59000000/58970000/58960900/58960880/w3836h2556x4y4-3307e682_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|167937-25340537/1214887857230622000/29582" HotelName="DUNES HOTEL APARTMENTS (OUD METHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4330000/4321800/4321780/82b2fcd5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.12" OriginalAmount="164.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267332" Longitude="55.306625" StarRating="4" HotelCode="|20349" HotelName="Riviera  Dubai" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/9/20349_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel is perfect for business and holiday stays, with air-conditioning, has 109 rooms and 6 floors. With regards to the food and beverage offering, the establishment has restaurants and a cafÃ©. The establishment has conference facilities. SITUATION: This hotel is in Baniyas the street it is situated near Murshid the bazaar 15 minutes away, guests can find the Congress Centre, the trade fair ground, is situated 10 minutes away from Dubai Airport. ROOM: Each room has a bathroom, a hairdryer, a balcony or terrace, a satellite television, an iron, internet, a mini-bar, a coffee maker, a teapot and a safety deposit box (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.74" OriginalAmount="164.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.06749" Longitude="55.16445" StarRating="5" HotelCode="59249|134594" HotelName="Address Montgomerie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Emirates Hills, P.O. Box 36700, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/b8/17b8cc06b16883b7dc4b7a06025745e7ea9a3da4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Dubai International Airport is only 25 km away from this golf hotel, with an approximate driving tim...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.85" OriginalAmount="164.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2613056" Longitude="55.3204954" StarRating="0" HotelCode="|448736" HotelName="Khalidia Palace Dubai" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/7/3/6/448736_b24907d1314.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2335-25189524/1214887857230622000/28217" HotelName="GOLDEN SANDS APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1220000/1210400/1210385/5a36e9b3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.42" OriginalAmount="165.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2271052" Longitude="55.2894134" StarRating="0" HotelCode="|118902" HotelName="Jumeirah Living - World Trade Centre Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2nd Zabeel Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/9/0/2/118902_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has luxury facilities apartments, The establishment offers guests room service. SITUATION: Is situated inDubai the heart of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1360864-24962293/1214887857230622000/31874" HotelName="VOCO DUBAI MONACO HEART OF EUROPE BY IHG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89810000/89802000/89801921/069cd170_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.01" OriginalAmount="167.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.104318685666" Longitude="55.148551167984" StarRating="5" HotelCode="487075|1981205" HotelName="FIVE Palm Jumeirah Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 The Palm, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/c2/99c25a784de12fdbc53e97290713c80cd12f86c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this resort lies in Dubai, right by the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.31" OriginalAmount="167.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0418211" Longitude="55.1153168" StarRating="5" HotelCode="|72593" HotelName="Oaks Ibn Battuta Gate Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/9/3/72593_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is situated near a commercial centre. Is situated in Jebel Ali it is well-connected with Montgomerie and Dubai Marina HOTEL: The Ibn Battuta Gate Hotel is rated five stars. It has suites with features that offer you the maximum level of comfort, WiFi (free of charge) and a swimming pool. ROOM: The rooms are stylish. They have modern furniture, a flat-screen television, with air-conditioning and modern furniture. All the rooms have a luxurious bathroom. RESTAURANT: Guests can enjoy 7 restaurants and lounge bar with terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="173.04" OriginalAmount="168" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|546680-28595662/1214887857230622000/5037" HotelName="RENAISSANCE BUSINESS BAY HOTEL, DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27200000/27190500/27190443/4d512738_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="173.04" OriginalAmount="168" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|253461-21407155/1214887857230622000/11588" HotelName="DOUBLETREE BY HILTON DUBAI - JUMEIRAH BEACH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6760000/6750600/6750573/w6250h3488x0y0-d38b43da_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.65" OriginalAmount="168.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.075315834336" Longitude="55.131988675178" StarRating="5" HotelCode="100128|108262" HotelName="Sofitel Dubai Jumeirah Beach" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 473828, JBR on The Walk, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/5d/275d661d637e3edc61e481e1e6d3036113ca70b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city conference hotel is located by the beach in the heart of 'New' Dubai. The establishment is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.65" OriginalAmount="168.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.080772994856" Longitude="55.368830635582" StarRating="5" HotelCode="542136|2061645" HotelName="Al Habtoor Polo Resort &amp; Club" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Wadi Al Safa 5, Emirates Road 611, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8e/8ebc4c91423ec21e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Dubai. For sports enthusiasts and active holidaymakers, it pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="174.07" OriginalAmount="169" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1382438-24017190/1214887857230622000/12863" HotelName="VIDA CREEK BEACH HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96610000/96608200/96608192/5a8d94bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.35" OriginalAmount="169.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.129475" Longitude="55.153145" StarRating="0" HotelCode="|499425" HotelName="Luxe Getaways Palm Jumeirah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Anantara Palm Jumeirah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/9/4/2/5/499425_43bb91f0919.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.42" OriginalAmount="169.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23115" Longitude="55.318746" StarRating="5" HotelCode="|397289" HotelName="Sofitel Dubai The Obelisk" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Wafi, Sheikh Rashid Road, Umm Hurair 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/8/9/397289_fd723af1049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="175.10" OriginalAmount="170" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|625908-28595866/1214887857230622000/901" HotelName="C CENTRAL RESORT THE PALM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/42000000/41997900/41997872/320fbcb7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="175.10" OriginalAmount="170" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1324475-28597861/1214887857230622000/2737" HotelName="LEGOLAND DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48250000/48242000/48241914/5f74e1ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="6" HotelCode="0|1355102-22368699/1214887857230622000/31152" HotelName="PARAMOUNT HOTEL MIDTOWN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111280000/111277100/111277057/d7f54c11_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.53" OriginalAmount="171.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2663439" Longitude="55.2944041" StarRating="3" HotelCode="|30851" HotelName="The George By Saffron Dubai Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 3944, DEIRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/5/1/30851_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 140 rooms, The air-conditioned establishment has a safety deposit box service, a currency exchange service, a lift, conference facilities, WiFi, restaurants, a cafÃ© and a nightclub. The establishment has room service, a laundry service and a car park. SITUATION: Baniyas Street (Creek Road) It is on Baniyas Street (Creek Road) in front of the establishment, you can find the library in the business area, is 3 kilometres away from Dubai the city centre of 10 minutes away from the establishment, guests will find the airport. ROOM: Each room has a bathroom, a hairdryer, satellite or cable TV, a mini-bar and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.71" OriginalAmount="171.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0804644" Longitude="55.3679742" StarRating="5" HotelCode="|214840" HotelName="Al Habtoor Polo Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Wadi Al Safa 5, Emirates Road 611</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/4/8/4/0/214840_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.05" OriginalAmount="171.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.13993" Longitude="55.1325" StarRating="5" HotelCode="213632|934175" HotelName="Sofitel Dubai The Palm Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent Road, P.O. Box 55558, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/b2/04b257ce6210350c25a030c9d9f4cdca24e17781.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this spa hotel is right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|147921-25321242/1214887857230622000/17027" HotelName="OAKS IBN BATTUTA GATE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3810000/3802800/3802792/1e5581ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.53" OriginalAmount="173.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25318" Longitude="55.327956" StarRating="4" HotelCode="|87314" HotelName="Flora Creek Deluxe Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed, Near Deira City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/1/4/87314_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.227086" Longitude="55.28934" StarRating="5" HotelCode="103471|world_trade_centre_residence" HotelName="Jumeirah Living World Trade Centre Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd Zabeel Road, P.O. Box 116555, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/ee/6eee1ed6f29a95396ade1f82973817da8f419e0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.50" OriginalAmount="179.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.986826272493" Longitude="55.023849606514" StarRating="5" HotelCode="907104|30884" HotelName="JA Beach Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE,ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Exit 13, P.O. Box 9255, Jebel Ali, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f7/79/f77993273868cabab34d68c0504bea2464f26ec6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.77" OriginalAmount="179.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.228404" Longitude="55.327978" StarRating="4" HotelCode="|167769" HotelName="Grand Hyatt Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 7167, Sheikh Rashid Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/7/6/9/167769_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Bur Dubai, close to Dubai Healthcare City, Wafi City and Oud Metha. ROOM: The establishment has 186 apartments, villas with kitchen, a washing machine, tumble drier, a sitting room, a dining room, a satellite television, a safety deposit box and a bathroom. FACILITIES: Guests are offered 13 restaurants, bars and dining room. The establishment also offers covered swimming pools, an outdoor pool, a tennis court and a spa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.16" OriginalAmount="180.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.274989" Longitude="55.348965" StarRating="4" HotelCode="|121424" HotelName="Al Sondos Suites By Le Meridien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 113562 DUBAI,UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/4/2/4/121424_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a hall, 106 rooms, air-conditioning, a reception, express check-out, a currency exchange service and a lift. It has a swimming pool on the rooftop, a cafÃ©, a restaurant, room service, a laundry service and a car park. SITUATION: It is inDubai the centre of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.13" OriginalAmount="182.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.235704803145" Longitude="55.306459711639" StarRating="4" HotelCode="260532|925595" HotelName="Al Waleed Palace Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Opposite Lamcy Plaza Shopping Centre, Bur Dubai, P.O. Box: 120242, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/46/4686df3428a388d6/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located within Dubai's new residential and business zone. It lies adjacent t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="188.49" OriginalAmount="183" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181354-28791213/1214887857230622000/270" HotelName="SIGNATURE HOTEL APARTMENTS &amp;amp; SPA MARINA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2700000/2699700/2699605/39db837c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="188.49" OriginalAmount="183" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|615320-25778434/1214887857230622000/31291" HotelName="HIGUESTS VACATION HOMES - BAY CENTRAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20150000/20146200/20146125/w1600h1036x0y164-b717ad45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.49" OriginalAmount="183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.207994075954" Longitude="55.272216796875" StarRating="5" HotelCode="26217|shangrila_hotel_dubai" HotelName="Shangri-La Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 75880, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/44/6d44d9ccf9e053ad6686b95d6e549f3e1bce4c6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies around 10 km from the city centre approximately 15 km from Dubai internationa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.71" OriginalAmount="183.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2355036" Longitude="55.3067759" StarRating="2" HotelCode="|87189" HotelName="Al Waleed Holiday Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/1/8/9/87189_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in the business area of Dubai. Near the establishment, guests will find the hospital.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="189.52" OriginalAmount="184" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1316172-24654872/1214887857230622000/14023" HotelName="CENTARA MIRAGE BEACH RESORT DUBAI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70050000/70041400/70041341/2f3e9368_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="190.57" OriginalAmount="185.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.077161957557" Longitude="55.140989720821" StarRating="5" HotelCode="141162|120012" HotelName="Address Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street 66, Dubai Marina, P.O. Box 32923, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6b/df6b709e64792f1eb90fda2225e76fbca9d45b02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a short ride away from Dubai Media and Internet cities, Knowledge Village, Jebel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="191.83" OriginalAmount="186.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22712301674" Longitude="55.341797880196" StarRating="5" HotelCode="904426|1526308" HotelName="Palazzo Versace Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 128431, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ce/eece2a5d9b451150607a16e2f14966f20a922aa0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.61" OriginalAmount="187" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1449842-32348946/1214887857230622000/29349" HotelName="CIEL DUBAI MARINA, VIGNETTE COLLECTION BY IHG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/120000000/119460000/119451200/119451156/aeb44c09_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="192.83" OriginalAmount="187.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.078432078006" Longitude="55.143032478224" StarRating="4" HotelCode="99343|458355" HotelName="The Radisson Blu Residence, Dubai Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plot 392-269 Street K, P.O. Box 73029, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/47/424799afac850067b337fd01e1807e0eff02b894.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The establishment is a luxury Sharia-compliant residence located in an upscale neighbourhood at the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="193.64" OriginalAmount="188" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1351692-25779324/1214887857230622000/23952" HotelName="FIVE JUMEIRAH VILLAGE" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38870000/38869900/38869896/0ea11e48_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="197.76" OriginalAmount="192" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|240744-25456495/1214887857230622000/22914" HotelName="SOFITEL DUBAI THE PALM RESORT &amp;amp; SPA" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5920000/5914200/5914122/26f5222c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198.79" OriginalAmount="193" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.134455013957" Longitude="55.150441634255" StarRating="5" HotelCode="263800|39378" HotelName="Waldorf Astoria Dubai Palm Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Crescent Road East, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/e6/c5e6565086795a6dbf76d6e4381ca0876a302cc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this business hotel lies in the heart of Dubai, right by the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="198.79" OriginalAmount="193" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1403989-27127091/1214887857230622000/30589" HotelName="INTERCONTINENTAL RESIDENCES DUBAI BUSINESS BAY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104110000/104103300/104103211/03a2731a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="5" HotelCode="782491|348093" HotelName="Mövenpick Hotel Apartments Downtown Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/43/26430e5c7c71df085bfd100e59a5050a10678dc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stay in a modern skyscraper that shares the neighbourhood with Burj Khalifa. In the history-making D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="200.85" OriginalAmount="195" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|898294-19233537/1214887857230622000/13994" HotelName="SLS DUBAI &amp;amp; RESIDENCES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/64000000/63860000/63852500/63852448/e98c1cd5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="201.54" OriginalAmount="195.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.119282290489" Longitude="55.203153186508" StarRating="5" HotelCode="213576|138024" HotelName="Sheraton Dubai Mall of the Emirates Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Mall of the Emirates, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/74/de/74de66ded6181444f15b9b81bee2983f02b4b883.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is directly connected to Mall of the Emirates and Ski Dubai, and is just a short walk awa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.0641" Longitude="-79.90932" StarRating="5" HotelCode="0|16807-28598638/1214887857230622000/3588" HotelName="AL HABTOOR GRAND RESORT, AUTOGRAPH COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> 415 S Swing Road, GREENSBORO, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47400/47377/cafdf685_b.jpg</HotelPictures>
        <HotelDescription>The Clarion Hotel-Greensboro Airport invites you to share in our tradition of fine Southern Hospitality.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="202.54" OriginalAmount="196.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.087641000548" Longitude="55.146210879623" StarRating="4" HotelCode="59424|446025" HotelName="Dubai Marriott Harbour Hotel &amp; Suites" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Al Sufouh Street, Dubai Marina, P.O. Box 66662, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6b/42/6b427ff321b4572807ad8e5523a96e27398fb005.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Dubai Marina, within one kilometre of Palm Island, the world's largest man-m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.91" OriginalAmount="197.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.155727098443" Longitude="55.300007164479" StarRating="5" HotelCode="161546|meydan_hotel" HotelName="The Meydan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Meydan Racecourse, Al Meydan Road, Nad Al Sheba, P.O. Box 9305, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/99/64991fa9b25ebbd510daddc6d60827d5edf23b8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in Meydan City, the centre of Dubai's business, sporting and lifestyle des...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.109995" Longitude="55.141002" StarRating="5" HotelCode="186040|34762" HotelName="Fairmont The Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 72413, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/15/931521ad941826891e13dfc86831c16f6ad699bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|255240-28445416/1214887857230622000/3543" HotelName="MARRIOTT EXECUTIVE APARTMENTS DUBAI AL JADDAF" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6980000/6975300/6975242/f7317003_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.40" OriginalAmount="201.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1797855" Longitude="55.2690305" StarRating="0" HotelCode="|448211" HotelName="Unlock Metropolis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A G Tower Marasi Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/2/1/1/448211_b45e3bd1744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="208.06" OriginalAmount="202" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|615003-17390312/1214887857230622000/14086" HotelName="JA THE RESORT – JA BEACH HOTEL, DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22700/22627/dac98221_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="202.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.212354162617" Longitude="55.279539459435" StarRating="5" HotelCode="168104|the_ritzcarlton_dubai_international_financial_centre" HotelName="The Ritz-Carlton Dubai International Financial Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, DIFC, Sheikh Zayed Road, PO Box 482032, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/43/0b43e0b08b1809a0b2b35250ceb5c5b47c6124aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 100 m from Dubai International Financial Centre, and only 10 minutes from Dubai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="211.15" OriginalAmount="205" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|66722-32730046/1214887857230622000/28752" HotelName="ICON DELUX HOTEL APARTMENTS AL BARSHA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/4000000/3670000/3669100/3669099/0baed36e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="211.53" OriginalAmount="205.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10634687" Longitude="55.11126178" StarRating="5" HotelCode="561853|2292305" HotelName="W Dubai The Palm" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/90/be/90be33a1cb6cf7a692a69592541532a332be336b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.96" OriginalAmount="205.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0878806" Longitude="55.1461492" StarRating="4" HotelCode="|118696" HotelName="Dubai Marriott Harbour and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Al Saud Street , Dubai Marina</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/6/9/6/118696_4c44a541144.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Marriott Harbour and Suites is rated four stars, has 232 rooms, dining facilities, meeting facilities and catering service. SITUATION: This hotel is 30 minutes away from Airport Dubai. It is near Dubia Internet City, Dubai Media City and Emaar Business Park it is 10 minutes away from Dubai Marina it has good links to the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="212.18" OriginalAmount="206" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|893154-28597490/1214887857230622000/791" HotelName="AL JADDAF ROTANA SUITE HOTEL DUBAI" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57780000/57776000/57775998/eccc127e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="212.72" OriginalAmount="206.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="5" HotelCode="820843|2334065" HotelName="JA Lake View Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE,ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Jebel Ali Beach, Jebel Ali, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ab/76/ab76dbb9e76acccf974ba29dab3706fa517e08fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.20" OriginalAmount="206.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.102669" Longitude="55.1724627" StarRating="4" HotelCode="|87324" HotelName="Two Seasons and Apartments" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/2/4/87324_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="213.21" OriginalAmount="207" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|27475-22402421/1214887857230622000/14118" HotelName="SHANGRI-LA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/919000/918930/62672ee8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="213.21" OriginalAmount="207" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|907644-26142039/1214887857230622000/26333" HotelName="TH8 PALM DUBAI BEACH RESORT VIGNETTE COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/64000000/63220000/63214700/63214662/492fc3b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.30" OriginalAmount="210" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.087196" Longitude="55.14689" StarRating="0" HotelCode="801769|467837" HotelName="Jumeirah Living Marina Gate" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Residences at Marina Gate</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/58000000/57780000/57777100/57777067/f1ae7fb7_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="219.39" OriginalAmount="213" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431411-27600558/1214887857230622000/28551" HotelName="ALRAEF LUXURY APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103530000/103520100/103520032/3fb35a74_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.49" OriginalAmount="213.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09182116209" Longitude="55.147315710783" StarRating="5" HotelCode="13966|30964" HotelName="Le Meridien Mina Seyahi Beach Resort &amp; Marina" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE,ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Road, P.O. Box 213084, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/e5/95e5cf39eaec3bd3280f508fcae0f3827f25fe25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located approximately 700 m from the hotel's private beach where guests will...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="221.38" OriginalAmount="214.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.183395963471" Longitude="55.254177711639" StarRating="5" HotelCode="323805|1601418" HotelName="Habtoor Palace, LXR Hotels &amp; Resorts" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Habtoor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c3/03/c303a2d24c37d45e1102f6f234188bac3f323537.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1323552-24670244/1214887857230622000/11972" HotelName="HILTON DUBAI PALM JUMEIRAH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/70000000/69410000/69404600/69404538/w4668h3836x0y4-6941609f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.07" OriginalAmount="215.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.12959" Longitude="55.15348" StarRating="5" HotelCode="221535|933445" HotelName="Anantara The Palm Dubai Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent Road, P.O. Box 71607, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1e/f4/1ef484febbff344073a568f9940abe3641e07abd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this resort lies in Dubai, right by the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.48" OriginalAmount="216" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|273782-25497596/1214887857230622000/28337" HotelName="GRAND HYATT RESIDENCES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16390000/16387600/16387503/c009fddb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="223.51" OriginalAmount="217" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1316610-26628442/1214887857230622000/25853" HotelName="TAJ EXOTICA RESORT AND SPA, THE PALM, DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74550000/74549600/74549512/1483b459_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.54" OriginalAmount="218.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.3394208" Longitude="55.3866787" StarRating="5" HotelCode="|218470" HotelName="The Act" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Jabarti St. Al Majaz Corniche Water Front 3963 Sharjah AE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/4/7/0/218470_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="226.60" OriginalAmount="220" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|64519-28590467/1214887857230622000/387" HotelName="HOTEL BOULEVARD, AUTOGRAPH COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1670000/1667000/1666993/68a26198_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1351703-24019454/1214887857230622000/32499" HotelName="WESTMINSTER DUBAI MALL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27750000/27745800/27745798/d1a49740_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.31" OriginalAmount="221.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1139244" Longitude="55.1927348" StarRating="0" HotelCode="|118948" HotelName="Rose Garden Hotel Apartments Barsha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Along side of Sheikh Zayed Road, Near to Mall of The Emirates.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/9/4/8/118948_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel perfect for holidays, has views of the city, attentive service, a restaurant, room service, a business centre, a concierge, lifts, meeting facilities, a business centre with features that offer you the maximum level of comfort and facilities for people with reduced mobility. The establishment also has a laundry service, a car park, a medical care service, a lift and internet. SITUATION: This hotel Sheikh Zayed Road it is near it is near the shopping area, has good links to the leisure areas, close to the establishment, clients can find restaurants. ROOM: The establishment has 144 rooms, Guests are offered non-smoking rooms. FACILITIES: The establishment has a fitness centre fully-equipped and a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="230.72" OriginalAmount="224" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1435728-27722070/1214887857230622000/12875" HotelName="VIDA DUBAI MALL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1435728/202521416405900.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="230.72" OriginalAmount="224" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|614999-12690375/1214887857230622000/14188" HotelName="JA THE RESORT – JA LAKE VIEW HOTEL, DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36400000/36399300/36399251/w5760h3835x0y5-0c78ed2f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="232.78" OriginalAmount="226" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|349973-25537453/1214887857230622000/23446" HotelName="SHANGRI-LA APARTMENTS DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12040000/12034300/12034252/1f53d6f4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.84" OriginalAmount="227.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2616951" Longitude="55.3140397" StarRating="5" HotelCode="|30892" HotelName="Sheraton Dubai Creek and Towers" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/9/2/30892_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in the commercial area, 7 kilometres away, you can find Dubai Airport. ROOM: The establishment has 262 standard rooms and suites with internet, a television and a DVD player. FACILITIES: The establishment has a health club, a sauna, a steam bath and a massage service. OTHERS: Regarding the food and beverage offering, clients can enjoy restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="234.42" OriginalAmount="227.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.167769841243" Longitude="55.446663067459" StarRating="4" HotelCode="69039|67984" HotelName="Meliá Desert Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Awir Road, P.O. Box 119171, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/17/cd/17cda6ad7734cccf54512beb0dd8936e9c1268e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is a lush enclave set in polo fields just outside the Dubai city centre, only a 15-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="234.84" OriginalAmount="228" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|145898-28589320/1214887857230622000/8066" HotelName="SHERATON MALL OF THE EMIRATES DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3460000/3454800/3454761/325a0e17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="234.84" OriginalAmount="228" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|638898-25813322/1214887857230622000/25920" HotelName="ME BY MELIA DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42700000/42691600/42691507/445bcea3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="234.84" OriginalAmount="228" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|590233-22298803/1214887857230622000/30960" HotelName="MOVENPICK APARTMENTS DOWNTOWN DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/31000000/30470000/30468800/30468789/b44b3b05_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.84" OriginalAmount="228.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.228037579753" Longitude="55.327943059518" StarRating="5" HotelCode="24028|grand_hyatt_dubai_4" HotelName="Grand Hyatt Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riyadh Street, Sheikh Rashid Road, P.O. Box 7978, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/83/66/83662b8ddf416bbd5f798b1dee7f19fd6e0f1554.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying amidst sprawling gardens, this spectacular luxury hotel is located at the heart of Dubai some ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|242934-22375756/1214887857230622000/29982" HotelName="ANANTARA DUBAI THE PALM RESORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6490000/6483400/6483363/445bf9bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="245.14" OriginalAmount="238" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|863569-28472027/1214887857230622000/7064" HotelName="ANDAZ BY HYATT – PALM JUMEIRAH RESIDENCES" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40240000/40234900/40234810/fc6b606c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="245.37" OriginalAmount="238.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.250567" Longitude="55.298637" StarRating="0" HotelCode="|165634" HotelName="GOLDEN SANDS 10" Meals="FULL-BOARD" BedType="FULL-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 B St, Al Mankhool Road, Behind Spinneys, Mankhool</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/6/3/4/165634_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers sitting rooms. ROOM: Each room has a kitchen, a fridge, a toaster, a coffee maker, crockery, cutlery, kitchenware, a microwave, a dining area, a television, a washing machine, tumble drier and a safe. FACILITIES: Guests are offered a gym, a swimming pool and a squash court.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="247.20" OriginalAmount="240" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1351695-28598464/1214887857230622000/7785" HotelName="MARRIOTT RESORT PALM JUMEIRAH, DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/88000000/87020000/87011800/87011786/be0a210c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.20" OriginalAmount="240.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.227783" Longitude="55.320733" StarRating="5" HotelCode="67594|raffles_dubai_2" HotelName="Raffles Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Rashid Road, Wafi, P.O.Box 121800, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b6/26b6e71cabfc520ff3c2b9a69d40b952fb62a36f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located next to the Wafi centre, Dubai's ultra-exclusive lifestyle complex. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="247.54" OriginalAmount="240.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18592" Longitude="55.27367" StarRating="5" HotelCode="511831|2164565" HotelName="Renaissance Downtown Hotel, Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, PO Box 191984, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8e/41/8e4174457901ca7f1ecfb0ee4c9eaa312a52ef9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just a few minutes' walk from the centre of Dubai, this hotel is ideal for business travelle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="251.28" OriginalAmount="243.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.208415849073" Longitude="55.260644457047" StarRating="5" HotelCode="452317|1967635" HotelName="La Ville Hotel &amp; Suites CITY WALK, Dubai, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Multaqa Street, PO Box 414433, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/c0/6bc037bceaed48afd4d4d7f83a7d255ed3a067e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="251.32" OriginalAmount="244" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1350367-24654747/1214887857230622000/14147" HotelName="ADDRESS CREEK HARBOUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88210000/88203600/88203597/4f0b921f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.34" OriginalAmount="244.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.073081" Longitude="55.131385" StarRating="0" HotelCode="|510475" HotelName="GLOBALSTAY. Modern Ap steps to JBR Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Shams 1 Bldg.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/0/4/7/5/510475_af24ea10923.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.86" OriginalAmount="245.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0690889" Longitude="55.1283807" StarRating="4" HotelCode="|202273" HotelName="The First Collection Marina" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street PO Box 215374</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/2/7/3/202273_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="255.44" OriginalAmount="248" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9750-28599658/1214887857230622000/1380" HotelName="LE MERIDIEN MINA SEYAHI BEACH RESORT &amp;amp; WATERPARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/440000/432700/432678/4c6c468c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="255.44" OriginalAmount="248" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1388424-27441208/1214887857230622000/28725" HotelName="PALACE DUBAI CREEK HARBOUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100040000/100030600/100030533/450f0098_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="263.68" OriginalAmount="256" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1329547-26638495/1214887857230622000/31646" HotelName="EDEN'S DUBAI - 52/42 EMAAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/74000000/73410000/73402500/73402406/0cbde2dd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.93" OriginalAmount="261.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.185947" Longitude="55.273751" StarRating="5" HotelCode="|297373" HotelName="The St Regis Downtown, Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/7/3/7/3/297373_1_5334.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.28" OriginalAmount="261.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1197217" Longitude="55.2031533" StarRating="5" HotelCode="|82686" HotelName="Sheraton Mall Of The Emirates , Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road , Al Barsha 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/8/6/82686_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: It has excellent transport links to Mall of The Emirates Shopping Centre Mall The Emirates, Jumeirah and the marina. It is situated 20 minutes away from the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.07" OriginalAmount="266.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2080206" Longitude="55.2720986" StarRating="5" HotelCode="|30893" HotelName="Shangri-la Hotel y Apartamentos Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 75880, SHEIKH ZAYED ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/9/3/30893_1_1910.jpg</HotelPictures>
        <HotelDescription>SITUATION: This trendy hotel is situated 10 kilometres away from the airport, 15 minutes away from Dubai Airport the World Trade Center 5 minutes away from the conference centre, There are many places you can visit in the surrounding area, including, and. HOTEL: The hotel was opened in 2003, has 43 floors, 301 rooms, 36 Club Horizon rooms, 126 apartments and studios. This air-conditioned establishment has a safety deposit box service, a currency exchange service, a lift, a hairdresser's, a nightclub, bars, coffee shops, restaurants, 3 dance halls and 3 meeting rooms. There are many services available at the establishment, including room service, a laundry service and a car park. ROOM: Clients are offered comfortable, with air-conditioning, stunning views, a bathroom with a hairdryer, a satellite or cable television, internet, a mini-bar, a coffee maker, a teapot and a safety deposit box (available for a fee). FACILITIES: There is a variety of facilities and services available at the establishment, including a gym, aerobics room, 9 treatment cabins, a covered swimming pool, an outdoor swimming pool, a children's swimming pool and a jacuzzi. Clients can enjoy enjoy tennis and squash. RESTAURANT: Clients also have at their disposal 4 restaurants and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="276.04" OriginalAmount="268" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1439493-28707127/1214887857230622000/32170" HotelName="EDEN'S HOMES &amp;amp; VILLAS - STANDPOINT RESIDENCES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104090000/104087000/104086913/0f7ba4fd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="277.07" OriginalAmount="269" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.9980545" Longitude="-96.9643946" StarRating="5" HotelCode="0|297383-28597148/1214887857230622000/8731" HotelName="SHERATON GRAND DUBAI" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>785 State Highway 121, Lewisville, TX, 75067, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8800000/8797400/8797323/774dce42_b.jpg</HotelPictures>
        <HotelDescription>We’re off I-35, a short walk from restaurants and a half-mile from Music City Mall and Grapevine Aquarium and DFW International Airport are within 10 minutes. Our restaurant serves breakfast, dinner, and room service from 5 pm – 9 pm. Enjoy our outdoor pool, 24-hour convenience shop, and extensive event space.&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 12:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="280.20" OriginalAmount="272.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.987383008586" Longitude="55.02189964056" StarRating="5" HotelCode="907105|126954" HotelName="JA Palm Tree Court" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Exit 13 Sheikh Zayed Road, Jebel Ali, P.O.Box 9255, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/ae/f1aed240dfe4ffbbd0eabb667e0901fcd142884f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this golf hotel lies in Dubai, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="283.25" OriginalAmount="275" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1326907-28599687/1214887857230622000/2065" HotelName="W DUBAI - MINA SEYAHI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75040000/75032300/75032299/539b7f8d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="286.13" OriginalAmount="277.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0920648" Longitude="55.1474273" StarRating="5" HotelCode="|20353" HotelName="Le Méridien Mina Seyahi Beach Resort and Waterpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL SUFOUH ROAD, JUMEIRAH BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/5/3/20353_39833911037.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, has 211 standard rooms, 10 floors, air-conditioning, a hall, 3 lifts, a reception, a safety deposit box service and a currency exchange service. The establishment also offers a jeweller's, shops, a hairdresser's, a bar and 4 restaurants. The establishment has conference rooms, internet (for a fee), a car park and a mini-club. SITUATION: This hotel is in a private-access beach. Is situated in the Jumeirah Coast. Nearby, you will find the Hard Rock CafÃ© a golf course. Is 25 kilometres from the airport. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a satellite TV, cable television, a stereo, a mini-bar, fitted carpets, a central air-conditioning system and a safe (available for a fee). The establishment has Royal Club rooms with a balcony, sea views, a stereo and a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.14" OriginalAmount="278.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.115191" Longitude="55.140668" StarRating="0" HotelCode="|445235" HotelName="Andaz Palm Jumeirah Residences" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Palm Jumeirah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/3/5/445235_ab4d5e80947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="288.63" OriginalAmount="280.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248999323458" Longitude="55.295486558197" StarRating="3" HotelCode="260530|925445" HotelName="Al Raya Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, Bur Dubai Al Mankhool area, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/78/ee78b0dde66f89f6174a771c417beb120b900db4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.81" OriginalAmount="281.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.041665" Longitude="55.188136" StarRating="5" HotelCode="|445549" HotelName="Mövenpick Jumeirah Village Triangle" Meals="FULL-BOARD" BedType="FULL-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Joory Street District 3 PO Box 450763</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/5/4/9/445549_d5a3c1b0917.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.98" OriginalAmount="281.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.03388" Longitude="55.20384" StarRating="5" HotelCode="|186583" HotelName="Marriott Production City, Dubai" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/5/8/3/186583_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="294.58" OriginalAmount="286" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0800887" Longitude="55.1359468" StarRating="5" HotelCode="535209|210230" HotelName="Rixos Premium Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, Jumeirah Beach Residence, Al Mamsha Street, P.O. Box 643660, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/4f/404ff26272c36b297f4a9e0b90695ba1a44e7262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this hotel lies in the heart of Dubai, right by the sea. There are a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="296.06" OriginalAmount="287.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.093107356996" Longitude="55.148701071739" StarRating="5" HotelCode="387639|74064" HotelName="The Westin Dubai Mina Seyahi Beach Resort &amp; Marina" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE,ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Marina, P.O. Box 213084, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e4/f4/e4f4475a42a6f6de1c3a8c7bfe27b091e0b8ae70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is just 20 minutes from the cosmopolitan city centre of Dubai with bustling spice and fabric souq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.10" OriginalAmount="288.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.088923" Longitude="55.146818" StarRating="0" HotelCode="|474698" HotelName="Dubai 360" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Al Saud St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/6/9/8/474698_a59098f1201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="299.39" OriginalAmount="290.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.213208354138" Longitude="55.279271238534" StarRating="5" HotelCode="463748|2090355" HotelName="The Ritz-Carlton Dubai International Financial Centre Executive Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Kitchen,Massage Centre,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, DIFC, Off Sheikh Zayed Road, P.O. Box 482032, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/4c/054c0d94c3ceaf2853e2d2ca56b0036890cc1f67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="299.73" OriginalAmount="291" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|531824-12637467/1214887857230622000/14385" HotelName="JA PALM TREE COURT AND SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1110000/1109600/1109595/w5760h3835x0y5-41e634f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.79" OriginalAmount="293" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.21125322" Longitude="55.28145818" StarRating="5" HotelCode="876946|388335" HotelName="Waldorf Astoria Dubai International Financial Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Happiness Street, Burj Daman, Dubai International Financial Center (DIFC), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/f0/4ff0403ec726542759895308089b763cd9b4f84f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="304.65" OriginalAmount="295.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.085598897065" Longitude="55.144039392471" StarRating="5" HotelCode="39210|38644" HotelName="Grosvenor House, A Luxury Collection Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="HALF BOARD" PropertyType="Apartment Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Emreef Street, PO Box 118500, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/98/c598d34a2927c45515170d137d086da387a78df7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive and breathtaking hotel is located in the Dubai Marina and offers dazzling views of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.18" OriginalAmount="296.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.080755" Longitude="55.134972" StarRating="5" HotelCode="|218193" HotelName="Rixos Premium Dubai Jbr" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Residence The Walk 18652 Dubai United Arab Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/1/9/3/218193_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="309.63" OriginalAmount="300.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.041933" Longitude="55.223777" StarRating="0" HotelCode="|456094" HotelName="Hera Holiday Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hessa St, dubai sports city</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/0/9/4/456094_6b024961731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="309.96" OriginalAmount="300.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.20069126" Longitude="55.27622096" StarRating="5" HotelCode="492631|1925105" HotelName="Address Boulevard" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, PO Box 214477, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/8a/568ae671b3efd92abe30504c3ed77471f8c0d501.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.92" OriginalAmount="305.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19363" Longitude="55.279069" StarRating="5" HotelCode="|210904" HotelName="Kempinski The Boulevard Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, PO Box 212627, Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/9/0/4/210904_fdb58a41125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="320.33" OriginalAmount="311" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|194176-28598840/1214887857230622000/7966" HotelName="JW MARRIOTT MARQUIS DUBAI" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5400000/5399400/5399338/1dfa5baa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="323.42" OriginalAmount="314" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|491939-28589486/1214887857230622000/8280" HotelName="THE ST. REGIS DOWNTOWN DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19370000/19366500/19366493/ffeedc89_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="327.54" OriginalAmount="318" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|401360-28595557/1214887857230622000/1746" HotelName="AL HABTOOR PALACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12350000/12347000/12346991/fceaeac8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="327.76" OriginalAmount="318.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.084500744746" Longitude="55.140385279762" StarRating="5" HotelCode="46903|30974" HotelName="Le Royal Meridien Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="HALF BOARD" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Mamsha Street, PO Box 24970, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9b/2a/9b2a98989fd28fc5b33db2fb5e21295959049d0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by beautifully designed gardens and the golden sands of the famous Jumeirah...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="334.27" OriginalAmount="324.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.118962" Longitude="55.198021" StarRating="5" HotelCode="57060|43114" HotelName="Kempinski Hotel Mall of the Emirates Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Dubai 120679</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/bb/cabb2dda49b24733bd737ddb23679b9aaca94c25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Right in front of the "Mall of the Emirates" mega complex, the hotel takes pride in its prime locati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.48" OriginalAmount="328.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.245829033355" Longitude="55.256305180148" StarRating="5" HotelCode="363722|1851588" HotelName="Nikki Beach Resort &amp; Spa Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Pearl Jumeira, PO BOX 8286, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0d/df/0ddfadd82eeb7a993b1816aabd031aa1bdbe1061.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beachfront resort is located on Pearl Jumeira, over 52.000 sqm on a private beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="342.99" OriginalAmount="333" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1439492-28707122/1214887857230622000/29379" HotelName="MODERN 2BR HIGHFLOOR HAVEN - VIDA MARINA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101210000/101204300/101204233/d678e5eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="343.09" OriginalAmount="333.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2124395" Longitude="55.2789547" StarRating="5" HotelCode="|118694" HotelName="The Ritz Carlton DIFC Downtown Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, DIFC</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/6/9/4/118694_f26601a1350.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 14 floors, air-conditioning and 341 rooms. was built in 2010, The establishment boasts a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, a hairdresser's, a cafÃ©, a bar, a restaurant, conference facilities, room service and a laundry service. SITUATION: This hotel is 100 metres away from the business district, is 10 minutes away from DubÃ¡i, Burj Khalifa and World Trade Center the Congress Centre, the establishment is 7 kilometres away from the beach, is situated 10 kilometres away from Dubai Airport. ROOM: The rooms have a work space, internet, large windows, a bathroom with a bath, a shower, a hairdryer, a king-size bed, a direct line telephone, a television, a radio, a safe, a mini-bar, a coffee maker, a kettle, an iron and an air-conditioning system. FACILITIES: The establishment has a covered swimming pool, a gym, a sauna and a steam bath. MEALS: Guests are offered all meals in a buffet format and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="349.14" OriginalAmount="338.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.110732" Longitude="55.109866" StarRating="5" HotelCode="|219478" HotelName="Raffles The Palm Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/4/7/8/219478_b7a4c261119.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="350.99" OriginalAmount="340.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.076944" Longitude="55.134135" StarRating="0" HotelCode="|500246" HotelName="Luxury JBR Shams - Sea or Marina View - Free 5 star Beach Resorts Access!" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Residence</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/0/2/4/6/500246_d2a26150958.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="353.29" OriginalAmount="343" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|434531-12637038/1214887857230622000/14445" HotelName="NIKKI BEACH RESORT &amp;amp; SPA DUBAI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16040000/16039700/16039653/c7eaebc7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="363.59" OriginalAmount="353" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|76022-28598590/1214887857230622000/9588" HotelName="THE WESTIN DUBAI MINA SEYAHI BEACH RESORT &amp;amp; MARINA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1940000/1938700/1938669/c008e61f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="366.68" OriginalAmount="356" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1439515-28707199/1214887857230622000/27688" HotelName="WATERFRONT LUXURY 3PLUS1 BR IN JBR DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/95000000/94650000/94643600/94643555/c5950459_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="367.71" OriginalAmount="357" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1382562-26688047/1214887857230622000/29117" HotelName="CHEVAL MAISON - THE PALM DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89640000/89631100/89631049/512c77df_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="368.74" OriginalAmount="358" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1414014-24108197/1214887857230622000/13245" HotelName="SIRO ONE ZA'ABEEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100160000/100150700/100150630/4e760016_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.25" OriginalAmount="359.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1176842" Longitude="55.2033797" StarRating="5" HotelCode="|35749" HotelName="Kempinski Mall Of The Emirates" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Rd - Al Barsha - Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/4/9/35749_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has rooms and chalets. The establishment has a hall, a currency exchange service, restaurants, conference facilities, internet and room service. SITUATION: This hotel is opposite Emirates Shopping Centre is situated in the Al Barsha district, Close to Dubai Internet City, Dubai Media City and Jumeirah Beach. 20 minutes away from the establishment, you can find the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372.47" OriginalAmount="361.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.199810712514" Longitude="55.27753829956" StarRating="5" HotelCode="136614|117662" HotelName="Address Dubai Mall" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, P.O. Box 31166, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/196335/a_196335_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of the trendy centre of Dubai, overlooking the world's tallest tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="375.15" OriginalAmount="364.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10634" Longitude="55.11117" StarRating="5" HotelCode="|386522" HotelName="W Dubai - The Palm" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent, Palm Jumeirah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/5/2/2/386522_1_2296.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="375.95" OriginalAmount="365" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.098011534181" Longitude="55.153035521507" StarRating="5" HotelCode="906937|23282" HotelName="Arabian Court at One&amp;Only Royal Mirage" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O.Box 37252, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/02/16/02165590da120dfc0d5dc082dc066a0371281b7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this spa hotel is about 1 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="376.25" OriginalAmount="365.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0950775" Longitude="55.1504395" StarRating="5" HotelCode="|87853" HotelName=" One&amp;Only Royal Mirage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Salman bin Abdulaziz Al Saud St, Al Sufouh,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/5/3/87853_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.15" OriginalAmount="369.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0927062" Longitude="55.1491083" StarRating="5" HotelCode="|39021" HotelName="The Westin Dubai Mina Seyahi Beach Resort and Marina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL SUFOUH RD. DUBAI C/O DUBAI INT.CLUB</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/2/1/39021_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 294 standard rooms and suites. SITUATION: This hotel is 20 minutes away from Dubai city centre. Close to the establishment, guests have places of interest. Near the establishment, you will find the airport. ROOM: They have toiletries and a television. FACILITIES: The establishment has a spa and a gym. 10 minutes away, there is a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="387.28" OriginalAmount="376" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|120293-12636738/1214887857230622000/14429" HotelName="ONE AND ONLY ROYAL MIRAGE ARABIAN COURT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/120293/20231114142313796.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="390.27" OriginalAmount="378.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1353414" Longitude="55.1858011" StarRating="5" HotelCode="|72601" HotelName="Jumeirah Mina Al Salam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Madinat Jumeirah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/6/0/1/72601_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips. SITUATION: This boutique hotel is situated next to the Persian Gulf,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="391.40" OriginalAmount="380" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1279060-28475953/1214887857230622000/5603" HotelName="THE DUBAI EDITION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72630000/72626700/72626661/68c6ebf0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="391.40" OriginalAmount="380" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|194539-28443329/1214887857230622000/6039" HotelName="THE RITZ-CARLTON EXECUTIVE RESIDENCES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4950000/4944900/4944843/ad8f2471_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="391.40" OriginalAmount="380.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.192346322728" Longitude="55.273865492065" StarRating="0" HotelCode="633461|elite_royal_apartment_burj_khalifa_fountain_view_crystal" HotelName="The Residences 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Residences, Emaar Boulevard, Downtown, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/31/a331325d080a392142d8f6b6552dd49849a9ac08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at this apartment in Dubai (Beach &amp; Coast), you'll be minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="394.49" OriginalAmount="383" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1266092-26612217/1214887857230622000/27180" HotelName="RAFFLES THE PALM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70130000/70128100/70128096/76bd0253_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="401.70" OriginalAmount="390.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.135130188812" Longitude="55.185978412628" StarRating="5" HotelCode="907094|jumeirah_mina_asalam_madinat_jumeirah" HotelName="Jumeirah Mina A'Salam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, P.O. Box 75157, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/14/0f144e6caa90ca7e108ee8f644dedd9de989b420.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort hotel is located right on the beachfront next to the Wild Wadi water park. Dubai Int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="405.22" OriginalAmount="393.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.141496833283" Longitude="55.190784931183" StarRating="5" HotelCode="46902|30914" HotelName="Jumeirah Beach Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 11416, Umm Suqeim, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/1c/e21c716dd40d58cffe3c4673cd95b832796fa895.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies directly beside long sandy Jumeirah Beach, some 20 km from the centre of Duba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="416.20" OriginalAmount="404.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.082591497272" Longitude="55.137666463852" StarRating="5" HotelCode="18488|31274" HotelName="The Ritz-Carlton Dubai" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mamsha Street, Jumeirah Beach Residence, P.O. Box 26525, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/24/bd/24bd6d8ee63865cbf41e855c458c1923d6c8db66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on a private beach front in the heart of the Dubai Marina, this hotel is an intimate oasis ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="420.24" OriginalAmount="408" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|674755-25847940/1214887857230622000/26452" HotelName="VIDA RESIDENCE DOWNTOWN - EMAAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38500000/38499700/38499620/2eadd671_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="421.31" OriginalAmount="409.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.141605" Longitude="55.191246" StarRating="5" HotelCode="|20340" HotelName="Jumeirah Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JUMEIRAH BEAH PO BOX 11416, DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/0/20340_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel establishment has 26 floors, 618 rooms, a lobby with a reception, shops, a hairdresser's, bars, coffee shops, 22 restaurants and conference facilities. SITUATION: This luxurious hotel is in Jumeirah Beach, is just 20 kilometres away from the centre of Dubai. Around the establishment, clients can find the business area. It is just 25 kilometres away from Dubai Airport. ROOM: The rooms have a bathroom with a hairdryer, a satellite television, cable television, a radio, a mini-bar, a central air-conditioning system, a safety deposit box (available for a fee), a balcony and sea views. Guests also have at their disposal villas. FACILITIES: The establishment has a sports centre, a gym, a sauna, a tennis court and squash. The establishment also offers water activities, a swimming area, slides and a wave pool. MEALS: The establishment serves a buffet breakfast. Guests can book half-board. Clients have at their disposal an Ã  la carte restaurant. PAYMENT METHODS: The establishment accepts credit cards. OBSERVATIONS:, Wild Wadi Water-park is closed until further notice.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="424.43" OriginalAmount="412.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.986828" Longitude="55.023849" StarRating="5" HotelCode="|31599" HotelName="Ja The Resort - Ja Beach" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Po Box 9255 Exit 13 Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/5/9/9/31599_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has a conference centre, banquet facilities and leisure activities. It has 5 floors, 260 standard rooms, superior rooms and suites. SITUATION: This luxurious hotel is 25 kilometres from Jebel Ali Palm Island Development ROOM: The establishment has standard rooms and suites. Have a coffee maker, a kettle, a safe, a bathrobe and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="429.44" OriginalAmount="416.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1859326" Longitude="55.2578815" StarRating="5" HotelCode="|80459" HotelName="Jw Marriott Marquis  Dubai" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/5/9/80459_b491f350904.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has business facilities, bars, restaurants, a spa and a health club. SITUATION: This establishment, Zayed Road it is in is situated in the business area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="438.78" OriginalAmount="426.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27321759" Longitude="55.30485819" StarRating="2" HotelCode="415664|al_ahrar_hotel" HotelName="Al Ahrar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Naif Police Station, Deira, P.O. Box: 12978, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/52/2052761a9109e20aa027e11e2b2b27a74878ac62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="442.90" OriginalAmount="430" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|431489-25607774/1214887857230622000/22853" HotelName="ONE AND ONLY ROYAL MIRAGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527458/6e2f09be_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="442.90" OriginalAmount="430" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|615648-25778922/1214887857230622000/25830" HotelName="MELIA DESERT PALM DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1600000/1590600/1590517/c5f4e8cb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="443.85" OriginalAmount="430.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2085094" Longitude="55.2603111" StarRating="5" HotelCode="|218273" HotelName="La Ville Hotel y Suites City Walk Dubai Autograph " Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Multaqa Street Dubai AE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/2/7/3/218273_f739c1b0727.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="444.60" OriginalAmount="431.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.212677093762" Longitude="55.28255282209" StarRating="5" HotelCode="446207|1873805" HotelName="Four Seasons Dubai International Financial Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, Building 9, DIFC, PO Box 507027, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9d/de/9ddebbd5fe0a20f18b440009abbf771d66f7839b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="449.08" OriginalAmount="436" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|884135-17388975/1214887857230622000/14807" HotelName="ADDRESS BEACH RESORT" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57830000/57821300/57821246/ef4b4dd3_edited_775f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="451.05" OriginalAmount="437.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.987329" Longitude="55.021898" StarRating="5" HotelCode="|119048" HotelName="Ja The Resort - Ja Palm Tree Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 9255</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/0/4/8/119048_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has a garden, a reception, restaurants, a swimming pool, bars and shops. SITUATION: Jebel Ali It is in near the establishment, you will find the beach. ROOM: The rooms a bathroom with a shower, a hairdryer, a bath and a balcony or terrace. FACILITIES: At no extra cost, clients have at their disposal a gym, a jacuzzi, a sauna, a spa with treatments, a swimming pool and ping pong. Clients can enjoy fishing and horse-riding. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant and a bar. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="462.43" OriginalAmount="448.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.816293" Longitude="55.230905" StarRating="5" HotelCode="34627|30604" HotelName="Bab Al Shams Desert Resort &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Qudra Road, P.O. Box 8168, Bab Al Shams, adjacent to Dubai International Endurance City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3d/7d/3d7dbc280e8c75a9a46bab62f9b562a8675f4b84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is located just 45 minutes away from Dubai International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="467.69" OriginalAmount="454.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0834371" Longitude="55.1400489" StarRating="5" HotelCode="|31791" HotelName="Le Royal Meridien Beach Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mamsha Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/7/9/1/31791_98a78d81044.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a reception, a safety deposit box service, a lift, 12 restaurants, bars, a laundry service, a car park and event rooms. SITUATION: This hotel is close to Jumeirah the beach nearby, there is a golf course, Clients can also find the shopping centre. ROOM: All the rooms have a bathroom with a hairdryer, an air-conditioning system, satellite or cable TV, a mini-bar, a safety deposit box and an ironing set. FACILITIES: The establishment boasts 2 swimming pools with children's areas, a gym, aerobics, a jacuzzi, a sauna, a steam bath, a massage service, beauty treatments and a spa. Guests can enjoy go canoeing, sailing and surfing. MEALS: Regarding the food and beverage offering, the establishment offers 12 restaurants and bars.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="470.71" OriginalAmount="457" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113097" Longitude="55.196943" StarRating="5" HotelCode="75264|153602" HotelName="Coral Boutique Villas Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24th Street Community 373, P.O.Box: 124446, 4th Interchange Behind Emirates Mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/9e/5d9eef6c051db8f9100efe39db5d3885ecb06b9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Closely situated to the popular shopping centre of the Emirates, this villa resort is located in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="471.74" OriginalAmount="458" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1439501-28707160/1214887857230622000/29059" HotelName="CONTEMPORARY 2 BR IN BLUEWATERS ISLAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93860000/93852600/93852503/ef373450_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="476.89" OriginalAmount="463" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|615010-28575124/1214887857230622000/8095" HotelName="J5 FOUR BEDROOM VILLA IN MIRDIF" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36090000/36087100/36087014/dd2f3f5b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="481.01" OriginalAmount="467" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.121045661837" Longitude="55.153719484806" StarRating="5" HotelCode="904934|31651" HotelName="Rixos The Palm Hotel &amp; Suites" Meals="ALL INCLUSIVE,FULL BOARD" BedType="ALL INCLUSIVE" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent Plot C40, P.O. Box 18652, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/2c/062c50880e198209847727857ece45be51fec8ee.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel warmly welcomes guests in Dubai. For parents with children, it provides everything ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="483.07" OriginalAmount="469" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.98596" Longitude="98.2898" StarRating="5" HotelCode="0|136729-24959483/1214887857230622000/30553" HotelName="KEMPINSKI CENTRAL AVENUE DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>72/26 MOO 3 SOI HAD BANGTAO SRI SOONTORN ROAD, PHUKET, TH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2440000/2432900/2432895/28830ea7_b.jpg</HotelPictures>
        <HotelDescription>This resort is just 3 minutes from Bangtao Beach and right next to the aquarium, as well as 10 minutes from the Phuket Fantasy Show. The nearest shopping centre is 10 minutes away and it is 15 minutes to Patong Beach, and 30 minutes to Phuket Airport and Phuket town.

This club resort was renovated in 2006 and offers guests 28 Thai-style villas each with private balcony. The accommodation enjoys a unique quiet setting in a garden next to the beach, and is ideal for those seeking relaxation. Facilities on offer to guests include a 24-hour reception, a hotel safe, a bar, a restaurant, room and laundry services and parking (additional fees apply).

The rooms are situated in separate buildings set in a peaceful area, next to the pool. They all come with a private en suite bathroom with a shower/bathtub and a hairdryer. Furthermore, satellite/ cable TV, a minibar, tea and coffee making facilities, a washing machine, an ironing set, a king-size or double bed, individually adjustable air conditioning, a safe and either a terrace or a balcony are provided as standard.

The resort features a private swimming pool with sun loungers, a children's pool (additional fee applies to use of both) and a Jacuzzi. Guests may also relax with a massage, and the Banyan Tree golf course is only a 10-minute drive away.

Breakfast is served from 6.30 am until 10.30 am and is available in buffet form or to order. The midday and evening meals may be enjoyed à la carte or from a set menu.

This resort is situated just 30 minutes from Phuket Airport along the main road.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="494.24" OriginalAmount="479.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.247864" Longitude="55.35287" StarRating="5" HotelCode="207516|117782" HotelName="Dubai International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 1 &amp; Terminal 3, Dubai International Airport 35566, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4e/1e/4e1e8831549f46720052407c945eab73ca796e0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="513.33" OriginalAmount="498.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.08101286" Longitude="55.12157811" StarRating="5" HotelCode="786829|2309635" HotelName="Caesars Palace Bluewaters Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Golf,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bluewaters Island, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/62/8862cd9e2b6ca42c9864c2bba68f51269aca7433.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is strategically situated in Dubai, the perfect place where dreams do not have a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="515.00" OriginalAmount="500" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|32260-25215862/1214887857230622000/22864" HotelName="BAB AL SHAMS DESERT RESORT AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1170000/1162800/1162761/13b3f843_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="516.03" OriginalAmount="501" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.636961" Longitude="120.303339" StarRating="5" HotelCode="0|401510-25583229/1214887857230622000/24604" HotelName="FOUR SEASONS DUBAI INTERNATIONAL FINANCIAL CENTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>No.224, Nanhua Rd. ,Kaohsiung,  807</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15380000/15378400/15378315/dd7216bc_b.jpg</HotelPictures>
        <HotelDescription>Jin Bao Hotel is conveniently located in the popular Sanmin District area. Offering a variety of facilities and services, the hotel provides all you need for a good night`s sleep. Free Wi-Fi in all rooms, taxi service, fax machine, grocery deliveries, private check in/check out are just some of the facilities on offer. Comfortable guestrooms ensure a good night`s sleep with some rooms featuring facilities such as television LCD/plasma screen, internet access – wireless (complimentary), non smoking rooms, air conditioning, desk. The hotel offers various recreational opportunities. A welcoming atmosphere and excellent service are what you can expect during your stay at Jin Bao Hotel. &lt;br /&gt;Pets are strictly prohibited at the property, with the exception of guide dogs.&lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="520.85" OriginalAmount="505.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.201465288728" Longitude="55.27069765663" StarRating="5" HotelCode="634361|2360465" HotelName="Address Sky View" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed bin Rashid Boulevard, PO Box 111969, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ec/a4/eca4c9ccdd1946b4edfcbd790e5b3a40bd12feca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="520.93" OriginalAmount="505.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11281760415" Longitude="55.109605193138" StarRating="5" HotelCode="161783|135494" HotelName="Kempinski Hotel &amp; Residences Palm Jumeirah" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Apartment Hotel,Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>The Crescent West, P.O.Box 213208, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/228233/a_228233_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment hotel is located on the West Crescent of the iconic, man-made island of Palm Jumeirah ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="522.72" OriginalAmount="507.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249203" Longitude="55.350757" StarRating="5" HotelCode="|120224" HotelName="Dubai International , Dubai Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O Box 35566</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/2/2/4/120224_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Dubai Airport. Nearby, you will find restaurants and bars. ROOM: All the rooms have fruits. FACILITIES: The establishment has a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="531.64" OriginalAmount="516.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1126335" Longitude="55.1972013" StarRating="0" HotelCode="|53924" HotelName="Coral Boutique Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SHEIKH ZAYED ROAD, AL BARSHA P.O.BOX 124446 - ..</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/2/4/53924_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel is elegant boutique and ideal for holidays or business trips. SITUATION: It is in an excellent location, has good links to commercial areas, business areas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="531.85" OriginalAmount="516.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1313771" Longitude="55.1174822" StarRating="5" HotelCode="|72575" HotelName="Atlantis The Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Crescent Road,The Palm Jumeirah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/7/5/72575_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Atlantis The Palm, Dubai is rated five stars. SITUATION: The establishment is in Palm Jumeirah Island. ROOM: The accommodation establishments have a satellite TV, a sitting room, a mini-bar, a kettle, a coffee maker (free of charge), a balcony with beautiful views, a bathroom with a shower and a bath. Some accommodation options have sea views. FACILITIES: The establishment boasts a beach for private use, an aquarium and a water park. The establishment also offers a playground, beauty treatments, a spa and a gym. RESTAURANT: The establishment offers restaurants and bars.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="557.23" OriginalAmount="541" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172372-28599672/1214887857230622000/10277" HotelName="GROSVENOR HOUSE A LUXURY COLLECTION DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1310000/1305600/1305504/e01a95cc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="557.24" OriginalAmount="541.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.183943" Longitude="55.25479" StarRating="5" HotelCode="|199688" HotelName="Al Habtoor Palace, Preferred Hotels &amp; Resorts" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Habtoor City, Sheikh Zayed Road Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/9/6/8/8/199688_1_6479.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="557.92" OriginalAmount="541.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.193589095324" Longitude="55.27600005269" StarRating="5" HotelCode="70490|74544" HotelName="Palace Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, P.O. Box 9770, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/ba/d6bad98958e4d1cfbf398d021f5f0a2580fa5594.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spa complex is conveniently located in the vicinity of the Dubai World Trade Center. The apartm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="571.65" OriginalAmount="555" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384344-24046249/1214887857230622000/30066" HotelName="BANYAN TREE DUBAI AT BLUEWATERS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29050000/29049800/29049726/8dabe224_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="579.86" OriginalAmount="562.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.085483" Longitude="55.1436213" StarRating="5" HotelCode="|87337" HotelName="Grosvenor House, A Luxury Collection , Dubai" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Emreef Street, PO Box 118500</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/3/7/87337_ea250941130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="580.92" OriginalAmount="564" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.247137" Longitude="-93.262126" StarRating="5" HotelCode="0|181375-25366705/1214887857230622000/23298" HotelName="RIXOS THE PALM &amp;amp; SUITES" Meals="ALL INCLUSIVE" BedType="ALL INCLUSIVE">
        <Address>
          <AddressLines>
            <AddressLine>2745 N. Glenstone Ave, Springfield, 65803, MO, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4730000/4723000/4722933/24b7a35e_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Inn. Total rooms: 102. Floors: 3. Property description- Get more for your money at the Quality Inn and Suites North hotel in Springfield, MO, in the heart of the Ozarks. We are just 15 minutes northeast of downtown and surrounded by universities and cultural destinations. Enjoy all the amenities you need, like a fitness center, business center and meeting space for up to 20 colleagues. We also are happy to provide you a free hot breakfast, and free WiFi. Relax in your spacious guest room, which features a TV, coffee maker, hair dryer, iron and ironing board. Select rooms include refrigerators, microwaves, a hot tubs, sofa sleepers and balconies. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program. Pets Are Allowed. 20.00 USD Per Night and Per Pet. A maximum of 50 pounds per Pet. A maximum of 2 Pets per room. Pets allowed in designated rooms only.. Onsite facilities information- ParkingHotel Currency: USD. Additional Addresses: Other: 2745 N. Glenstone Ave, Springfield, 65803, MO, US. Additional Phone Numbers: Voice - Brand reservations office: 800228-5151. Fax - Other: 1417869-9146. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="593.80" OriginalAmount="576.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10646092" Longitude="55.2009409" StarRating="0" HotelCode="830040|2285475" HotelName="Barsha Gardens By J5 Holiday Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street 23, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/e0/e5e0e9192709b3c83e0643b8ad17f1375cf5c9d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="603.58" OriginalAmount="586" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|65164-12636642/1214887857230622000/12935" HotelName="THE PALACE DOWNTOWN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1730000/1725300/1725259/d9ab9ef4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="616.10" OriginalAmount="598.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.202188830365" Longitude="55.239765907951" StarRating="5" HotelCode="297778|1015635" HotelName="Four Seasons Resort Dubai at Jumeirah Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, Jumeirah 2, PO Box 128777, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2a/55/2a556e549cda9e0d4893fa7e845839fee5b3e661.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="621.60" OriginalAmount="603.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2456369" Longitude="55.2563113" StarRating="5" HotelCode="|213839" HotelName="Nikki Beach Resort and Spa Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pearl Jumeirah Dubai 8286 United Arab Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/8/3/9/213839_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="624.30" OriginalAmount="606.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.188013" Longitude="55.288325" StarRating="5" HotelCode="|450219" HotelName="The Lana - Dorchester Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, Burj Khalifa District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/2/1/9/450219_3e4e6a11026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="637.80" OriginalAmount="619.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19483317" Longitude="55.28237322" StarRating="5" HotelCode="871520|2360455" HotelName="Address Fountain Views" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, PO Box 27443, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/25/25764fd99ac84c9c/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, about 15 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="653.33" OriginalAmount="634.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.21684883" Longitude="55.25124513" StarRating="5" HotelCode="669205|2310505" HotelName="Mandarin Oriental Jumeira Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, PO Box 62092, Jumeirah 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e0/60/e060aafd763178be2f0a1a824f798f5c93e4ce3d.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="656.11" OriginalAmount="637" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1387555-24667918/1214887857230622000/14648" HotelName="ONE&amp;amp;ONLY ONE ZA'ABEEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96200000/96193600/96193558/98dabb6c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="663.66" OriginalAmount="644.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.08103283" Longitude="55.12188408" StarRating="5" HotelCode="786848|2309625" HotelName="Caesars Resort Bluewaters Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Bluewaters Island, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/2a/2a69f8fdfc7feee3/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers and families, this resort lies in Dubai, right by the sea. There are a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="744.15" OriginalAmount="722.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.194058731118" Longitude="55.279147624969" StarRating="5" HotelCode="96664|88680" HotelName="Address Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashid Boulevard, Downtown Dubai, P.O.Box 123234, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f6/5d/f65db7f8e7c48e06f3f6dc928f23371bb9fffdc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, this urban hotel is ideal for guests who appreciate a stylish ambienc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="745.72" OriginalAmount="724" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1411424-27396790/1214887857230622000/29197" HotelName="DELANO DUBAI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105970000/105962400/105962393/57c171e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="752.93" OriginalAmount="731" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1434772-32739384/1214887857230622000/29476" HotelName="MANDARIN ORIENTAL DOWNTOWN DUBAI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108430000/108426600/108426523/7c72a0bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="762.18" OriginalAmount="739.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1371787" Longitude="55.18712554" StarRating="5" HotelCode="422271|1875305" HotelName="Jumeirah Al Naseem" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 75157, Jumeira Road, Umm Suqeim 3, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/3f/3f1b113d5825dde6/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, this boutique hotel is ideal for guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="769.41" OriginalAmount="747" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1398223-26689807/1214887857230622000/21945" HotelName="FIVE LUXE HOTEL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101170000/101162700/101162614/7a4d18d0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="840.35" OriginalAmount="815.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.081063" Longitude="55.13611" StarRating="5" HotelCode="|472660" HotelName="FIVE LUXE" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plot No. 2069 Jumeirah Beach Residences</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/6/6/0/472660_1ca61650900.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="874.47" OriginalAmount="849" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172382-28594138/1214887857230622000/7413" HotelName="KEMPINSKI HOTEL &amp;amp; RESIDENCES PALM JUMEIRAH" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3570000/3565900/3565885/667bc1e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="883.10" OriginalAmount="857.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.099260015451" Longitude="55.132291316987" StarRating="5" HotelCode="161545|138264" HotelName="One&amp;Only The Palm" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/3d/3f3de55f82cea8ed4eeaa30df496a7fd4e58be6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this resort lies in Dubai, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="924.26" OriginalAmount="897.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0995325" Longitude="55.1334937" StarRating="5" HotelCode="|87856" HotelName="Oneandonly The Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent, Palm Jumeirah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/5/6/87856_ab08f1c0903.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has panoramic views, a private beach and dining facilities. SITUATION: This luxurious hotel is on the beachfront, Palm Jumeirah is situated in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="936.27" OriginalAmount="909" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|181367-20629440/1214887857230622000/14212" HotelName="ONE&amp;amp;ONLY THE PALM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3890000/3888800/3888752/79bb41ec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="979.27" OriginalAmount="950.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.850048" Longitude="55.345998" StarRating="0" HotelCode="|538518" HotelName="Al Marmoom Oasis Camping and Experiences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Qudra Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/5/1/8/538518_661c9432158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="984.99" OriginalAmount="956.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.13929" Longitude="55.12792" StarRating="0" HotelCode="|439234" HotelName="Atlantis The Royal Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Palm Jumeriah Crescent Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/2/3/4/439234_c0ac4991504.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1049.57" OriginalAmount="1019" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1348130-21317604/1214887857230622000/14549" HotelName="ATLANTIS THE ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39020000/39014700/39014655/89fc20b9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1191.71" OriginalAmount="1157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27193238" Longitude="55.30041947" StarRating="0" HotelCode="499587|alarraf_hotel" HotelName="Alarraf Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Deira Naif Road, Sediq Abu Baker Road 3p, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/d2/f4d297a7f0f7a293e770079e05595d7c35a58090.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1461.57" OriginalAmount="1419" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1414573-27514081/1214887857230622000/15327" HotelName="JUMEIRAH MARSA AL ARAB DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91440000/91438000/91437953/7fd0c67d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1467.75" OriginalAmount="1425.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.21018079" Longitude="55.23622988" StarRating="5" HotelCode="563313|bulgari_hotel_resorts_dubai" HotelName="Bvlgari Resort Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jumeira Bay Island, Jumeira 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/fd/bdfddc66fa59a3f0a0eb956dabbd6d54ff3fc53c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dubai, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1502.77" OriginalAmount="1459" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|53286-28589150/1214887857230622000/5242" HotelName="AL MAHA, A LUXURY COLLECTION DESERT RESORT &amp;amp; SPA DUBAI" Meals="ROOM ONLY,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1770000/1769600/1769509/w3997h2667x0y0-334e90b9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1721.28" OriginalAmount="1671.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.098453604882" Longitude="55.12362241745" StarRating="5" HotelCode="165615|142534" HotelName="Jumeirah Zabeel Saray" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent Road, The Palm Jumeirah, P.O. Box 27722, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/de/78dec2bad4f21e150bf1924d7ed0c3632ea796c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spa hotel is located in Dubai, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2293.81" OriginalAmount="2227" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|519824-28598844/1214887857230622000/4360" HotelName="BULGARI RESORT DUBAI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20650000/20643300/20643202/c873a746_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2495.10" OriginalAmount="2422.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.245889" Longitude="55.339906" StarRating="0" HotelCode="|495631" HotelName="Havana Holiday Homes in Al Garhoud" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Garhoud Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/5/6/3/1/495631_03c54d70407.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2745.98" OriginalAmount="2666" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1404000-27599858/1214887857230622000/27439" HotelName="THE BILTMORE HOTEL VILLAS" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102630000/102621600/102621563/86e4d9d5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3244.92" OriginalAmount="3150.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0486433" Longitude="55.1288102" StarRating="0" HotelCode="|119875" HotelName="Parkside Suites " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/8/7/5/119875_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel has 169 studios, one-bedroom apartments, air-conditioning, a hall, a reception, a safety deposit box service, a currency exchange service and a lift. Our guests can find a cafÃ©, a restaurant, conference facilities, WiFi, room service, a laundry service and a car park. SITUATION: This establishment, Discovery Gardens it is in Dubai it is in Close to places of interest, Dubai Media City 4 kilometres away, you can find Jebel Ali it is 5 kilometres away from it is situated 30 kilometres away from Dubai Airport. ROOM: They have a kitchen, a hairdryer, a direct line telephone, satellite or cable TV, internet, a fridge, an ironing set, a safe and an air-conditioning system. FACILITIES: Guests are offered a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5215.92" OriginalAmount="5064" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|648722-25825941/1214887857230622000/28034" HotelName="LAVENDER APARTMENTS AL NAHDA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42130000/42120700/42120601/04400749_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.45" OriginalAmount="36.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2748067" Longitude="55.3069782" StarRating="1" HotelCode="|337435" HotelName="Zaineast" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Musallah Road, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.38" OriginalAmount="48.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2714823" Longitude="55.3005302" StarRating="1" HotelCode="|297363" HotelName="Alarraf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Deira Naif Road Sediq Abu Baker road road no 3p</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.35" OriginalAmount="49.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270114" Longitude="55.3065115" StarRating="1" HotelCode="|297362" HotelName="Melody Queen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Burj Street 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.50" OriginalAmount="53.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2740216" Longitude="55.3079166" StarRating="1" HotelCode="|297375" HotelName="Saeed" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Naif Street , Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.61" OriginalAmount="73.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2732186" Longitude="55.3048593" StarRating="2" HotelCode="|297361" HotelName="Al Ahrar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Naif Police Station, Behind Car Parking Building, Naif Area, Deira, Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="324.38" OriginalAmount="314.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.072203" Longitude="55.127571" StarRating="0" HotelCode="|567050" HotelName="Mint Stay Homes Rental LLC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Gate Tower 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access,Jacuzzi,Kitchen,Golf,Spa,Central Heating,Designated Smoking Area,Heated Pool,Diet Meals,Shopping Arcade,24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Business Centre,Dining,Housekeeping,Meeting Room,Parking,Printer,Valet Parking,Wake-up Call Service,Bicycle Rental,Library,24 Hour Front Desk,Beauty Salon,Coffee Shop,Concierge,Dry Cleaning,Elevator,LCD/Projector,Luggage Storage,Garden,Smoking Rooms,24 Hour Room Service</BasicAmenities>
    <HotelRating>4,3,5,1,2,6</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,HOTEL,GOLF HOTEL,APARTMENT HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BEACH HOTEL,AIRPORT HOTEL,SPA HOTEL,HISTORIC HOTEL,CLUB RESORT,VILLAGE,ECO HOTEL,HOTEL DE CHARME,APARTHOTEL,GUESTHOUSE,COUNTRY HOUSE</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
d9e0a903-13fd-4db4-82c6-9f691b4e6796|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="d9e0a903-13fd-4db4-82c6-9f691b4e6796">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73754" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-14T00:00:00" End="2026-07-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="RADHESHYAM_TRAVELS@YAHOO.IN" Password="Pkp@110107" 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
d9e0a903-13fd-4db4-82c6-9f691b4e6796|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:66908b52-6fce-4044-91cc-ca0b1b77a41b
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
d9e0a903-13fd-4db4-82c6-9f691b4e6796|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
d9e0a903-13fd-4db4-82c6-9f691b4e6796|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
d9e0a903-13fd-4db4-82c6-9f691b4e6796|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
d9e0a903-13fd-4db4-82c6-9f691b4e6796|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-02T10:37:31.6205122+01:00" Version="0" EchoToken="Search" TransactionIdentifier="d9e0a903-13fd-4db4-82c6-9f691b4e6796" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="131.48" OriginalAmount="127.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8999055" Longitude="98.3043779" StarRating="3" HotelCode="|71465" HotelName="Apk Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RACHAPATANUSORN RD., PATONG BEACH, KATHU 95</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/4/6/5/71465_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2009, has 99 rooms, a lobby, express check-out, a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar, a restaurant, WiFi and room service. SITUATION: It is situated close to restaurants, pubs and bars. Patong 15 minutes away from the establishment guests have It is situated 3 kilometres away from the bus station, 35 kilometres away, you can find Phuket Airport. ROOM: The rooms have a bathroom, a shower, a bath, a balcony, cable television, a fridge, a wardrobe, a sofa, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: Guests are offered 2 swimming pools, an outdoor bar and a terrace. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and a set-menu lunch. PAYMENT METHODS: Customers can pay using Mastercard and Visa. OBSERVATIONS: Check-in is from 14:00 and check-out is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.94" OriginalAmount="143.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8484222730408" Longitude="98.294373312419" StarRating="3" HotelCode="361553|1929705" HotelName="ON Hotel Karon Beach Phuket" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>643 Patak Road, Amphur Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/578092/578092a_hb_a_006.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Karon Beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.78" OriginalAmount="155.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.890209" Longitude="98.303505" StarRating="3" HotelCode="|175649" HotelName="Magnific Guesthouse Patong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soi Banzaan 74/5, Nanai Rd, Kathu, Phuket</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/5/6/4/9/175649_6280b2f1122.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.67" OriginalAmount="156.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.881358" Longitude="98.30032" StarRating="3" HotelCode="|173344" HotelName="Jiraporn Hill Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>207/10 Nanai Road (Sevatasai), Patong Beach, Kathu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/3/3/4/4/173344_052432d1149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.09" OriginalAmount="161.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8483" Longitude="98.296318" StarRating="3" HotelCode="188566|1525048" HotelName="Simplitel Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/07/2026" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>470/4 Patak Road, Tambol Karon, Amphur Meung, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/82/d782123ee8319e169966101d572112df48cf4275.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is situated in the centre of the shopping, dining and entertainment area of Karon. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.24" OriginalAmount="163.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8998031784186" Longitude="98.299100038029" StarRating="3" HotelCode="117883|86766" HotelName="Aspery Phuket" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5/41-51 Patong Beach Road, Patong, Kathu, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/5e/155e3d5330c7e6e21aefaf138791a3ce5a0de8e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a 3-minute walk from the edge of sandy Patong Beach, 10 minutes from Bang-La Road,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.15" OriginalAmount="164.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8911265367039" Longitude="98.303126050918" StarRating="2" HotelCode="422066|2286135" HotelName="Royal Prince Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>66/38 Soi Wirakit, Patong Beach, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/4f/024f5cc7493ed5bb558bc4ec823af46cdb7e29c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Royal Prince Residence is situated on a quiet side road (soi) just off the main road and within easy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.70" OriginalAmount="172.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8795608991519" Longitude="98.393027481946" StarRating="3" HotelCode="339017|1233208" HotelName="Crystal Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/07/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2/1-10 Montri Road Soi Surin, Taladyai, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/71/cf717eb4d33b4537ce23531ee4213f87e8fbdb45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a transfer service and r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.02" OriginalAmount="175.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.886343322293" Longitude="98.294451595579" StarRating="4" HotelCode="56688|44204" HotelName="Baumanburi Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 06/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>239/1 Rat-U-Thit 200 Pi Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/9e/e69e390d34681432bede0d32949d299bdbd7dd6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The "Pearl of the Andaman Sea" - Phuket - is one of the most popular travel destinations in the worl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="185.97" OriginalAmount="180.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.883101653178" Longitude="98.390065223429" StarRating="2" HotelCode="397521|635944" HotelName="FulFill Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rachada Road, Tambon Talat Yai, Chang Wat, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/88/a988c05488a8682ccb1ab46a81bb8f19758817a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Phuket.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.77" OriginalAmount="190.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.900084" Longitude="98.380725" StarRating="3" HotelCode="933367|1169968" HotelName="Blu Monkey Bed &amp; Breakfast" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113/3, 115, 117, Hongyok Utit Road, Talad Yai Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/cd/d1cde289173e3fdb31b6cc607fdfd5f1d1f942a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located right in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.13" OriginalAmount="196.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8848499" Longitude="98.306441" StarRating="3" HotelCode="|83165" HotelName="Patong Rai Rum Yen Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53/3 Hasib Pee Road, T.Patong, A.Kathu Phuket, Patong Beach 83150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/1/6/5/83165_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Phuket it is in 10 minutes away from the establishment, you can find Patong the beach Jungceylon the shopping centre 20 minutes away from the establishment, you can find Karon the beach it is situated 1 minute away from Phuket Airport. ROOM: Each room has an air-conditioning system, a balcony, cable television, a fridge, kettle and a bathroom with a shower. FACILITIES: Guests are offered a fitness centre, excursions, motorcycle rental, a sauna and WiFi (free of charge). OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.84" OriginalAmount="201.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.90919903" Longitude="98.39757867" StarRating="2" HotelCode="603699|3554105" HotelName="AJ Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/07/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>8/133 Moo 3, Muang, Ratsada, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/96/8e964c851495693a3aa9f1178b0c748aed2af882.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="211.65" OriginalAmount="205.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.88385577" Longitude="98.38318357" StarRating="1" HotelCode="362372|3632735" HotelName="The Little Nest Phuket Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/07/2026" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>98 Ranong Road, Taladnue, Muang, 83000 Phuket Town</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/505914/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="212.31" OriginalAmount="206.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.02230661052" Longitude="98.339445640233" StarRating="2" HotelCode="352955|1869168" HotelName="Live @ Loft Apartelle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>359/16 Moo 1, Tambon Thepkrasatri, Talang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/505901/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.16" OriginalAmount="208.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8243812" Longitude="98.2999112" StarRating="3" HotelCode="|44668" HotelName="The Beach Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>98/18-21 Kata Road, Karon District Muang Kata Beach 83100 Phuket Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/6/8/44668_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel was built in 2007, has 69 standard rooms. In the entrance, you can find a lobby with express check-out, a reception, a currency exchange service, a cloakroom and a car park. Regarding the food and beverage offering, the establishment has a cafÃ©, a bar and a restaurant. It also has room service and a laundry service. SITUATION: This hotel is in Kata Beach. Clients can also find a shopping centre, entertainment and restaurants. It is situated 200 metres away from the centre of Kata and a bus stop. This hotel It's 35 kilometres from Phuket Airport. ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, a coffee maker, a kettle, a washing machine, an iron, an individual air-conditioning system, a safety deposit box, a balcony or terrace, a kitchen, a microwave and a double or king-size bed. FACILITIES: The establishment has 3 outdoor pools, a salt water swimming pool, a playground, an outdoor bar, a steam bath, a spa and a massage service. At the beach, you can find parasols and deck chairs. MEALS: Guests are offered a breakfast service. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.17" OriginalAmount="210.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9014714195127" Longitude="98.379339682107" StarRating="3" HotelCode="380720|1249798" HotelName="Samkong Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/07/2026" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>369/142 Yaowarat Road, Tambon Taladyai, Amphur Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/86/ef8625254f861970b357a0ca2bd4e4bb2e6b8fe4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="217.59" OriginalAmount="211.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8875097580914" Longitude="98.390299742891" StarRating="3" HotelCode="127027|713544" HotelName="La Moon @ Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/6 Luangphor Road, Taladyai, Muang, Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/48/6948c7ea1ca77d53f2addead30773d4cf68a10ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.63" OriginalAmount="211.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8997123" Longitude="98.2991061" StarRating="3" HotelCode="|47148" HotelName="Aspery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PATONG BEACH ROAD, PATONG BEACH, KATHU 5/41-51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/4/8/47148_ddd28d51041.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is next to Patong Beach, close to the bars and the restaurants. It is situated 10 minutes away from Bang-La Road, 20 minutes away from Phuket.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="218.14" OriginalAmount="211.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.88373254" Longitude="98.39476132" StarRating="2" HotelCode="581586|3591665" HotelName="Hao Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/07/2026" HotelFacility="Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>183/49 Phangnga Road, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/c1/c7c16dd0380863a443740c37bde69983ce6e1e2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.84" OriginalAmount="215.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.88291" Longitude="98.39791" StarRating="0" HotelCode="|186994" HotelName="Eco Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>156/44 Phangnga Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/9/9/4/186994_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.72" OriginalAmount="218.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8865322" Longitude="98.2942884" StarRating="4" HotelCode="|33160" HotelName="Baumanburi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>239/1 RAT-U-THIT 200 PI RD., PATONG BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/6/0/33160_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning has 149 rooms a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a cafÃ©, a kiosk, a hairdresser's, a bar, a restaurant and a television room. The establishment also offers a conference room, internet, room service, a laundry service and a car park. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo, internet and a king size or double bed. They also have a coffee maker, a teapot, a safety deposit box, a balcony or terrace, an air-conditioning system and individual heating. FACILITIES: The establishment boasts a garden, a swimming pool, a jacuzzi, a playground, a gym, a sauna, a steam bath and a spa. Clients can also find aerobics, enjoy tennis and playing billiards. PAYMENT METHODS: Customers can pay by Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="231.37" OriginalAmount="224.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.00972222" Longitude="98.31682371" StarRating="3" HotelCode="540334|2263635" HotelName="Sivana Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/07/2026" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>53 Moo 4, Tambon Cherng Talay, Thalang District, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/9a/3a9a5f76c7678e39a95ead984790802b87e33ac1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="232.35" OriginalAmount="225.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9024877688349" Longitude="98.387878489866" StarRating="3" HotelCode="357654|696510" HotelName="B2 Phuket Boutique &amp; Budget Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 24/06/2026" HotelFacility="24 Hour Front Desk,Elevator,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9/45 Tepkasatri Road Moo 6, Tambol Raksada, Phuket, Amhpur Muang Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/b3/33b38616ce87c1cf356b1d68e4944d366f90b99a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Phuket Town, B2 Phuket Hotel promises a relaxing and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.29" OriginalAmount="229.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.852873" Longitude="98.355343" StarRating="3" HotelCode="|175870" HotelName="Lemonade Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60/216 Moo1 Chaofa rd.(east) Chalong Muang Phuket 83130 Phuket</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/5/8/7/0/175870_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="240.21" OriginalAmount="233.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.909823" Longitude="98.391591" StarRating="3" HotelCode="127019|1574758" HotelName="Phu-Ke-Ta, The Hip Service Apartment &amp; Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Garden,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24/5 Thepkasatri Rd, M.6, T.Rasada, Muang Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/e5/09e5e33781edf14c7be7663a3bdf452ccf951524.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located close to Rajabhat Phuket University and is only 10 minutes’ drive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="244.23" OriginalAmount="237.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8275401418581" Longitude="98.296948224306" StarRating="4" HotelCode="26362|141544" HotelName="Diamond Cottage" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Karon Road, Muang, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/89/4089408e87c5f165135481edd7372bbdea273e76.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the Phuket, this beach hotel lies close to countless shopping venues, as wel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="245.68" OriginalAmount="238.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.09886682" Longitude="98.30704281" StarRating="3" HotelCode="322900|1590478" HotelName="Marina Express Aviator Phuket Airport" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 Moo 1, Phuket Airport, Thalang, Sakhu, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/46/49464ed585f35c0e784da225ee5d73d74b52ffab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="249.82" OriginalAmount="242.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.82885677" Longitude="98.33963204" StarRating="2" HotelCode="583080|694535" HotelName="Vipa House Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 24/06/2026" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>86/51, Tambon Chalong, Amphoe Muang, Rawai, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/58/b0586c97172c5789258f03824e97ea0306ef5576.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="252.99" OriginalAmount="245.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89647343" Longitude="98.30467228" StarRating="3" HotelCode="355563|538863" HotelName="Naina Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Bar,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2/58 Sainamyen 2 Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/67/c167a7c24537001534023b49996061bd12be3f69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the centre of Patong.</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="256.45" OriginalAmount="248.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.894292" Longitude="98.298915" StarRating="3" HotelCode="188386|1892135" HotelName="Days Inn Patong Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145/2 Rat-U-Thit Songroi Pi Road, Tambon Patong, Amphor Kathu, Insel Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/df/60df765c5bf1ef2f27c04abffa501cb3aa3478ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.30" OriginalAmount="249.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8822" Longitude="98.3938" StarRating="3" HotelCode="|408567" HotelName="Ecoloft" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Phang Nga Road Soi 4 Talat Yai Mueang Phuket Dis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/5/6/7/408567_8094ed00708.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="265.39" OriginalAmount="257.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.88855399" Longitude="98.39694548" StarRating="3" HotelCode="515584|3597945" HotelName="Grand Supicha City Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>48 Narisorn Road, Talad Yai, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/ac/f0ac62e421763954278021fa38924351febb8c4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="271.93" OriginalAmount="264.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.887987" Longitude="98.367475" StarRating="3" HotelCode="188418|1573238" HotelName="Dara" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14/18 Moo 4, Chaofa Road, Vichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/12/c61258625f0c06af4f842b11b10e4ff1a28b5265.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="273.76" OriginalAmount="265.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.10135341" Longitude="98.30468794" StarRating="4" HotelCode="322895|1594818" HotelName="Maya Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Moo 1, Sakoo, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/c6/61c69120aaa7325fb8b726f8b83aabad9fe7e126.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="276.34" OriginalAmount="268.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8272511140818" Longitude="98.30107809227" StarRating="3" HotelCode="319614|1513998" HotelName="The Melody Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>179 Patak Road, Karon Sub-district, Muang Phuket District, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/15/a115153dd7c718844fc517cf6b36e5e01e30aacf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="277.46" OriginalAmount="269.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8228326" Longitude="98.2992364" StarRating="3" HotelCode="|68208" HotelName="Ibis Phuket Kata - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KATA ROAD, KARON, MUANG 88/8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/2/0/8/68208_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is 10 minutes away from Kata the beach Close to shops, restaurants and the nightlife. ROOM: Customers have large and inviting rooms with WiFi, a bathroom and room service. FACILITIES: The establishment has a swimming pool, a bar, a business centre and a restaurant. OBSERVATIONS: Pets are permitted.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.82" OriginalAmount="274.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.88575" Longitude="98.392" StarRating="0" HotelCode="|246674" HotelName="Book A Bed Poshtel -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2/15 Dibuk Road Tambon Talad Yai, Amphoe Mueang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/6/7/4/246674_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="284.84" OriginalAmount="276.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8162516" Longitude="98.3065753" StarRating="4" HotelCode="|104351" HotelName="The Palmery Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82/20 Khoktanod Rd., Kata Beach Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/3/5/1/104351_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 800 metres away from Kata the beach. ROOM: All the rooms have an air-conditioning system and direct access to the swimming pool. FACILITIES: Guests are offered a spa, a sauna and tourist information.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="286.71" OriginalAmount="278.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.806024" Longitude="98.336718" StarRating="3" HotelCode="309888|1895205" HotelName="Rawai Princess Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>95/34 Moo 4, Wiset Road, Rawai, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/46/6d46824820a85ee7a7a42d75929b96cb629523eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="286.94" OriginalAmount="278.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8903538" Longitude="98.3976384" StarRating="0" HotelCode="|83182" HotelName="Phu Ke Ta Hotel Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO 6, T.RASSADA, MUANG 24/5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/1/8/2/83182_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel perfect for holidays, has a dry cleaner's, a laundry service and 57 rooms. SITUATION: This establishment, Phuket it is in. FACILITIES: Guests are offered a fitness centre fully-equipped and a swimming pool. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="288.84" OriginalAmount="280.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8903674" Longitude="98.3866518" StarRating="3" HotelCode="|34876" HotelName="Phuket Merlin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>158/1 Jawaraj Road, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/7/6/34876_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban complex, has 9 floors, 180 rooms, air-conditioning, a hall with a reception, a currency exchange service and a lift. Our guests can find a cafÃ©, a hairdresser's, a bar, 2 restaurants and conference rooms. The establishment offers guests room service, a laundry service and a car park (for a fee). SITUATION: This hotel is in Phuket the heart of it is 34 kilometres away from the airport. ROOM: All the rooms have a bathroom with a shower or bath, a hairdryer, a direct line telephone, a satellite or cable television and a radio. They also have a mini-bar, a king size or double bed, individual air-conditioning, a safe and a balcony or terrace. FACILITIES: The establishment has a spa swimming pool (available for a fee), a sauna and a massage service. Guests are offered Patong Beach and TriTrang Beach a transfer service (free of charge). PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a cafÃ© with international cuisine, Thai cuisine and a Chinese cuisine restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.35" OriginalAmount="280.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8538514" Longitude="98.294051" StarRating="3" HotelCode="|35478" HotelName="The Front Village" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PATAK ROAD, KARON BEACH, MUANG 566</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/7/8/35478_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2000. It has 65 rooms, 48 superior rooms and 4 floors. The establishment boasts a lobby with a reception, a safety deposit box service, a currency exchange service, lifts, a TV room, a games room and a mini-market. The establishment also offers internet, a bar, a restaurant with air-conditioning and with highchairs. Our guests can find room service, a laundry service, a medical care service (for a fee), a playground and a car park. SITUATION: Is situated inKaron Beach the heart of 200 metres away, guests have a beach, near the establishment, guests will find shops, restaurants, bars and a public transport stop. it is 4 kilometres away from the city centre situated 5 kilometres away from nightclubs, the establishment is 50 kilometres away from the airport, Patong 10 minutes away from the establishment you have Phuket It is situated 30 minutes away from. ROOM: The rooms have an air-conditioning system, a hairdryer, a shower, a direct line telephone and satellite or cable TV. They also have internet, a mini-bar, kettle, a king-size bed, a safe and a balcony or terrace. FACILITIES: Outdoors, clients can enjoy a swimming pool, deck chairs, parasols and a snack bar. Clients can enjoy use the gym and play ping-pong. The establishment also offers a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, a set-menu lunch, a set-menu or Ã  la carte dinner, dietary restrictions can be accommodated and special dishes can be made. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="296.44" OriginalAmount="287.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8821025233952" Longitude="98.392240405083" StarRating="3" HotelCode="65127|79150" HotelName="Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Montri Road, Tambon Talad Yai, Amphoe Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/b1/e8b1cb52afff81666bc359ebeccae5e014b94139.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an optimum location just a short walk from Phuket Town's main commercial and entert...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="299.85" OriginalAmount="291.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.88649061" Longitude="98.39156554" StarRating="2" HotelCode="628076|3639355" HotelName="Book A Bed Poshtel Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2/15 Dibuk Road, Tambon Talad Yai, Amphoe Mueang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/7b/0d7b79b5f0ecc5e966f7258205b21a5d5f3d1c5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="299.98" OriginalAmount="291.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.90374384" Longitude="98.30437745" StarRating="4" HotelCode="783319|2366625" HotelName="The Bay Exclusive Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>73 Phrabaramee Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/642121/642121a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket, about 700 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="303.13" OriginalAmount="294.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9848812869733" Longitude="98.286952972412" StarRating="3" HotelCode="900664|145516" HotelName="Andaman Seaside Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69/74, 82/39-46 Moo 3, Baan Bang Toa Beach, Chernghtaley Thalang, Phuket 083110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/05/db0587245fa2ee10612a031263c92412f4de57e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on beautiful Bangtao Beach and within easy reach of most tourist destinations ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="307.32" OriginalAmount="298.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.86339124" Longitude="98.35819814" StarRating="3" HotelCode="752982|3544535" HotelName="Phuket Nonnita Boutique Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>33/5 Soi Thepanusorn 6, Muang Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/25/37258fc02a6e8793deb8790f485cefa16126809f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.80" OriginalAmount="302.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.87973319" Longitude="98.38030454" StarRating="3" HotelCode="933594|545001" HotelName="S.B. Living Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47/7 Pattana Road, TaradNuar, Meung, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/ce/43ce95467ae3ccf9b5be7fd3506c02008f4aa0db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Phuket, this hotel is about 2.4 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="313.13" OriginalAmount="304.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8847009" Longitude="98.292471" StarRating="3" HotelCode="|26214" HotelName="Coconut Village Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 PRACHANUKROH RD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/2/1/4/26214_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a great location, has 3 buildings and 83 rooms. The establishment boasts a lobby with a lift, a reception, a safety deposit box service and a currency exchange service. Guests can find a hairdresser's, 2 bars, 3 restaurants with highchairs. The establishment also offers room service, a laundry service, a playground, a babysitting service, a car park and indoor parking. SITUATION: This hotel is in an excellent location, Patong it is in 400 metres away, guests will find a beach, is situated 200 metres away from the city centre, Where you can find shops and leisure areas. 15 minutes away from the establishment, guests will find Phuket Airport in front of the hotel there is a public transport stop. ROOM: The modern rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV and an air-conditioning system. They also have fitted carpets, tiled floors, a mini-bar, a double bed and a balcony or terrace. FACILITIES: You can find a swimming pool with a children's area, slide, deck chairs and parasols. Guests also have access to a massage service and an entertainment programme (seasonal). MEALS: Regarding the food and beverage offering, the establishment offers all meals in a buffet format and an Ã  la carte or set-menu dinner. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="320.98" OriginalAmount="311.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8153472" Longitude="98.3008545" StarRating="4" HotelCode="|62968" HotelName="Sugar Palm Grand Hillside" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi Khoktanod Soi 3, Kata Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/9/6/8/62968_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 2008, has 105 rooms and a lobby with a reception. SITUATION: This complex Kata Beach it is in 15 minutes away, you can find a shopping centre, In the surrounding area, you can find restaurants, bars and pubs. in front of the hotel there is a taxi rank. ROOM: Some rooms have sea views, The rooms a bathroom with a shower or bath and a hairdryer. FACILITIES: The establishment has 11 swimming pools. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, The establishment offers American 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="94" TotalAmount="322.19" OriginalAmount="312.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.7710748" Longitude="98.3181716" StarRating="4" HotelCode="|92954" HotelName="Rawai Palm Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66/2 Viset Road, Rawai, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/2/9/5/4/92954_17d46171535.jpg</HotelPictures>
        <HotelDescription>SITUATION: 100 metres away, guests will find the beach, is surrounded by a wonderful, tropical garden, Promthep Cape it is 5 minutes away from 25 minutes away from the establishment, you can findPhuket the city of 20 minutes away, guests can find Patong Beach the beach 50 minutes away from the establishment you have Phuket the International Airport of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="325.76" OriginalAmount="316.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.895984" Longitude="98.302606" StarRating="3" HotelCode="60457|72394" HotelName="Nipa Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>33 Sainamyen Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/f9/a9f936b638a2d86a4a9eba3763ddb9d814918f37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly resort is located in the prime area of Phuket. It is a short stroll from the ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.19" OriginalAmount="323.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8947852" Longitude="98.30715671" StarRating="3" HotelCode="360778|2002875" HotelName="Bayshore Ocean View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>127/80 Patong Pisitkoraneee Road, Patong Sub District, Kathu District, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/fd/31fdd8cf8f51b06133c6d6133c56690f9adf8eea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="334.22" OriginalAmount="324.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.87367158" Longitude="98.3844997" StarRating="3" HotelCode="495710|3616705" HotelName="Connext Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/07/2026" HotelFacility="Air Conditioning,Golf,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>9/250 Sakdidet 1 Road, Talad Nua, Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/d0/cfd01c1a1f511897d138bee0c9350c02678f731b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas. Those arriving in their own veh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="337.44" OriginalAmount="327.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.885153" Longitude="98.392908" StarRating="3" HotelCode="|446265" HotelName="Montree Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12/6 Montree Rd., Talad Yai, Mueang, Phuket 83000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/6/5/446265_786173f1048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="340.83" OriginalAmount="330.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.978289" Longitude="98.281269" StarRating="4" HotelCode="27096|83897" HotelName="Novotel Phuket Surin Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106/27 Moo 3, Cherngtalay, Talang, Surin Beach, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/31/31cb1de4177ad131/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on the sandy Surin beach and captures the warmth and beauty of this tranquil ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="341.36" OriginalAmount="331.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.92507365" Longitude="98.39541406" StarRating="4" HotelCode="423000|657525" HotelName="Ratana Apart-Hotel at Rassada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Elevator,Internet,Laundry,LCD/Projector,Parking,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58/888 Moo 6 Thepkrasattri Rd., T.Rassada, A.Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/8a/0f8afc75f2157062c38a52ff4b4abdb5f7f67fae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Ratana Apart-Hotel at Rassada in Ratsada, you'll be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="341.81" OriginalAmount="331.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8899183" Longitude="98.295725" StarRating="3" HotelCode="|83201" HotelName="Tony Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RAT-U-THIT 200 PEE ROAD PATONG KATHU 206/30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/2/0/1/83201_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This complex is in Patong the area 5 minutes walk away, you can find Patong the beach Close to a shopping centre, restaurants and nightlife. it is situated 40 kilometres away from Phuket Airport Patong it is in it takes 45 minutes to get to Phuket the International Airport of. HOTEL: The complex has 102 rooms, a restaurant and room service. ROOM: All the rooms have a mini-bar, a bath, complimentary bathroom items, a satellite TV, a direct line telephone, a balcony or terrace and individual air-conditioning. FACILITIES: The establishment boasts a swimming pool with an outdoor bar, For an additional charge, you can use a massage service and a beauty centre. You also have at your disposal a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="342.93" OriginalAmount="332.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8851864306057" Longitude="98.392936414016" StarRating="3" HotelCode="188481|2269905" HotelName="Hotel October" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/07/2026" HotelFacility="Air Conditioning,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>12/6 Montri Road, Taladyai, Muang, Phuket, Koh Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/55/559807/559807a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.44" OriginalAmount="334.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8940065" Longitude="98.3024241" StarRating="4" HotelCode="|66679" HotelName="Andakira" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Phangmuang Sai Koi Road Patong Beach Kathu 222</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/7/9/66679_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms, suites and excellent service. SITUATION: It is inPatong the beach Close to the shopping area, the nightlife and the beach. It has excellent transport links to.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="346.34" OriginalAmount="336.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9510781" Longitude="98.2824062" StarRating="3" HotelCode="|34941" HotelName="Print Kamala Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO 3 NAR-HAD RD, KAMALA BEACH T KAMALA A KATHU 74/8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/4/1/34941_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a lobby, a reception, express check-out, a safety deposit box service, a bar and a restaurant. It also has a games room, conference rooms, room service, a laundry service and a car park. SITUATION: This complex is situated in Kamala the beach near the establishment, guests will find a park, the sea and beaches. Clients can also find restaurants, bars, pubs and shops. it is 25 kilometres away from Phuket Airport. ROOM: Each room has an individual air-conditioning system, a balcony, a satellite TV, a direct line telephone, a safe and a fridge. They also have a coffee maker, a kettle, a bathroom with bathroom amenities, a hairdryer, a bathrobe, slippers and umbrellas. It also offers interconnecting rooms. FACILITIES: The establishment boasts a swimming pool, a hydromassage bath, a children's area, a pool bar, a sauna and a gym. The establishment also offers a massage service and spa treatments. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="347.24" OriginalAmount="337.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8123598" Longitude="98.2989996" StarRating="3" HotelCode="|34747" HotelName="Orchidacea Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>210 KHOKTANOD ROAD KATA BEACH PHUKET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/7/4/7/34747_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2003, has 4 floors and 146 rooms. The establishment has a reception, a safety deposit box service, a currency exchange service, a bar, a terrace and 2 restaurants. The establishment also offers internet, conference rooms, room service, a laundry service and a car park. SITUATION: 10 minutes away from the establishment, you can find the city centre, close to the establishment, guests have shops, bars and restaurants. 50 minutes away from the establishment, guests will findPhuket Airport. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a balcony or terrace and a direct line telephone. They also have a satellite television, internet, a central air-conditioning system, a safety deposit box (available for a fee) and a mini-bar. FACILITIES: The establishment has an adult swimming pool, a children's swimming pool, a jacuzzi and a snack bar. The establishment also offers a massage service and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="352.39" OriginalAmount="342.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89478" Longitude="98.3449" StarRating="0" HotelCode="966395|3557665" HotelName="Karon Kata Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6/1 Karon Road, Tambon Karon, Amphoe Mueang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/58/0f/580fc3828008e032dc99e6e83dbe89c9eb0ebfb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="352.97" OriginalAmount="342.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.86125062" Longitude="98.34395324" StarRating="3" HotelCode="361216|3596615" HotelName="Phaithong Sotel Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1/66 Chaofa Nok  Road, Chalong, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2b/dc/2bdcd350b2f2199ae08f0fbf82fb61953610f7c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Chalong Bay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="354.72" OriginalAmount="344.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.09329285" Longitude="98.30292222" StarRating="4" HotelCode="322892|1591138" HotelName="Proud Phuket" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Soi Naiyang 2, Naiyang Beach, Talang, Insel Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/09/19095713b6c1e98280393c656bde159f9b3d7631.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Phuket, this boutique hotel has the perfect ambience for guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="355.53" OriginalAmount="345.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8839534303003" Longitude="98.394216217637" StarRating="4" HotelCode="421790|1869818" HotelName="Blu Monkey Hub and Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Conference Hall,Internet,Meeting Room,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi 3 Phangnga Road, Talad Yai, Phuket Town, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/86/398654ee252c0b24910418df8e3b7315de52a1c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Boasting free bikes, Blu Monkey Hub and Hotel is set in Phuket Town, 700 m from Old Phuket Town. Amo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="355.66" OriginalAmount="345.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8991378043161" Longitude="98.303079950705" StarRating="4" HotelCode="267100|1524028" HotelName="Bauman Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>201 Pang-Muang Sai Kor Road, Patong, Kathu District, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/61/c561ca262ba3ca404d054e82d0a1ac53f7011959.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Phuket, this hotel is about 1 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="357.32" OriginalAmount="346.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8275579" Longitude="98.2965247" StarRating="4" HotelCode="|396969" HotelName="Kk - Karon Kata Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6/1 Karon Road, T.Karon, A.Muang, 6/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/9/6/9/396969_db08b861135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="359.78" OriginalAmount="349.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.1288059" Longitude="98.3007342" StarRating="5" HotelCode="|218504" HotelName="Maikhao Palm Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>126/5 Maikhao Soi 8, Moo 4, Maikhao, Thalang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/5/0/4/218504_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="362.86" OriginalAmount="352.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8317855" Longitude="98.2959601" StarRating="4" HotelCode="|26203" HotelName="Andaman Seaview" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOI KARON SOI 4, KARON, MUANG 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/2/0/3/26203_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 161 rooms, The establishment has a hall with elevators, a reception, a safety deposit box service, a currency exchange service, a cafÃ©, a bar and an Ã  la carte restaurant. Guests can find a kiosk, a mini-market, a hairdresser's, a games room, a TV room, internet and bicycle rental. The establishment has a playground, room service, a laundry service, a medical care service and a car park. SITUATION: It is in front of a beach, 5 minutes away from the establishment clients have Kata the city centre of 30 minutes away from the establishment, guests will find Phuket Airport. ROOM: The rooms a bathroom with a shower, a direct line telephone, satellite or cable TV, a mini-bar, a radio, tiled floors, a king-size bed, a balcony and a safety deposit box (available for a fee). FACILITIES: Outdoors, clients have access to 2 swimming pools with children's areas, a snack bar, a sunbathing terrace, deck chairs and parasols. At the beach, guests can find deck chairs and parasols. The establishment has a sauna, a Turkish bath and a massage service. Guests can enjoy play beach volleyball, The establishment also offers banana boating, aerobics and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, JCB and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.93" OriginalAmount="352.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.87863104" Longitude="98.29340465" StarRating="4" HotelCode="583890|628918" HotelName="Bukit Pool Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/06/2026" HotelFacility="Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6/2 Sirirat Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/af/99af7bcb37b5a72801909a7b81c3373608eef2da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="366.96" OriginalAmount="356.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.886466" Longitude="98.394257" StarRating="3" HotelCode="101614|106264" HotelName="Mei Zhou Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Golf,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1/5 Luangpohwatchalong Road, Tambon Taladyai, Amphoe Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/6d/a26d04d2f191fc00f58ed067a3c7cc0a89aeb858.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Phuket town, this city hotel is well positioned close to the business centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="366.99" OriginalAmount="356.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8853851" Longitude="98.2876136" StarRating="4" HotelCode="|26210" HotelName="Seaview Patong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TAWEEWONG ROAD, KATHU DISTRICT 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/2/1/0/26210_1_5256.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in a good location, renovated in 2005, has 4 floors, 148 rooms and 3 suites. The establishment has a lobby with an elevator, a reception, a cloakroom, a safety deposit box service, a currency exchange service, a hairdresser's, shops, internet, a cosy bar and a restaurant with a non-smoking area, The establishment also offers room service, a laundry service, highchairs, a garden area and a playground. opposite the establishment, you can find a car park. SITUATION: Opposite the establishment, guests can find a beach, is 1 kilometre away from the city centre, Where you can find bars, cafÃ©s, restaurants, shops and leisure areas. 45 minutes away from the establishment guests have Phuket Airport 500 metres away, there is a public transport stop. ROOM: The modern rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV and an air-conditioning system. They also have a king-size bed, a sitting area with sofa, a mini-bar, a safe (available for a fee) and a balcony or terrace. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, Ã  la carte or set-menu lunch and dinner, special food for certain dietary requirements and special dishes can be made. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, JCB and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="367.80" OriginalAmount="357.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.894935" Longitude="98.299001" StarRating="3" HotelCode="|173260" HotelName="Stoney Monday Oasis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35/1 Rat-U-Thit Road Patong Beach Phuket 83150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/3/2/6/0/173260_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="367.95" OriginalAmount="357.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8275419" Longitude="98.2966869" StarRating="4" HotelCode="|26216" HotelName="Diamond Cottage Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 KARON ROAD, T. KARON A. MUANG PHUKET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/2/1/6/26216_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2002 and has 67 standard rooms. The establishment boasts a lobby with a reception, a safety deposit box service, a currency exchange service, a mini-market, a car park and a playground. Regarding the food and beverage offering, the establishment has a cafÃ©, a bar and an Ã  la carte restaurant with air-conditioning. There are many services available at the establishment, including internet, room service, a medical care service and a laundry service. SITUATION: This beach hotel is situated in the heart of Phuket where you can find shops, bars and restaurants. 200 metres away, clients have a beach. 60 minutes away from the establishment, guests will find Phuket Airport. ROOM: The comfortable rooms have a bathroom with a shower, a hairdryer, a bathrobe, a direct line telephone, a satellite television and a Hi-Fi. They also have a mini-bar, kettle, a double bed, an air-conditioning system and a balcony or terrace. FACILITIES: Outdoors, guests have access to 2 pools with children's area, an outdoor bar, deck chairs, towels and parasols. Guests also have access to a jacuzzi, a sauna, a steam bath, a massage service (available for a fee) and a spa (available for a fee). At the beach, guests can find sports activities (available for a fee). You can also use a gym. MEALS: The establishment serves a buffet breakfast and Ã  la carte lunch and dinner. Guests can book half-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="368.03" OriginalAmount="357.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8300727" Longitude="98.3010721" StarRating="3" HotelCode="|83084" HotelName="Lae Lay Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PATAK RD. KARON BEACH, MUANG 214</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/8/4/83084_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi (free of charge), an outdoor pool, rooms with balcony, tourist information, a laundry service, a car hire service and the massage service. SITUATION: This hotel is near a slope, Patong 10 minutes away, guests can find Phuket it is 20 minutes away from 45 minutes away from the establishment clients have Phuket the International Airport of. ROOM: All the rooms have a television, a safety deposit box, a kettle, a coffee maker, a sitting area, slippers, a bathrobe, a bathroom with a hairdryer and a shower. OTHERS: Regarding the food and beverage offering, clients have a restaurant, a swimming pool bar and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="370.03" OriginalAmount="359.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9002656716386" Longitude="98.367815776867" StarRating="3" HotelCode="398289|2271415" HotelName="O'nya Phuket Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/07/2026" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>46/8 Chalermprakiat Ror 9 Road Moo 5, Wichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/52/5452e90cf8de9597ffd2d492337a324c38bdaa95.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Wichit.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="373.55" OriginalAmount="362.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8179846781948" Longitude="98.384765088558" StarRating="3" HotelCode="37489|78891" HotelName="By The Sea Phuket Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 06/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7/6 Moo 6, Soi Bor-Rae, Vichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/71/8d71d4e70451862d92980ff2cc6161093a400fb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a quiet location at Panwa beach, and lies less than 2 km from Phuket town. Phuket ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="376.27" OriginalAmount="365.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.848864" Longitude="98.294329" StarRating="4" HotelCode="|40172" HotelName="Sugar Marina  - Art - Karon Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PATAK ROAD, KARON BEACH MUANG 542/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/7/2/40172_f55fee11417.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2007, is situated on a peaceful street, has 89 standard rooms, a garden, a terrace, a lobby with a reception, a reception, a safety deposit box service and a lift. The establishment also has a restaurant, WiFi, room service, a laundry service and a car park. SITUATION: This complex is in Karon Beach. 5 minutes away from the establishment, you can find restaurants and shops. 30 minutes away from the establishment you have Phuket clients can also find the bus station. 20 minutes away, you can find places of interest. It is 45 minutes away from Phuket Airport. ROOM: All the rooms have a bathroom with a shower or bath, a hairdryer, a direct line telephone, a television, internet, a mini-bar, a coffee maker, a kettle, a king-size bed, an individual air-conditioning system and a safe. FACILITIES: The establishment boasts a swimming pool with a children's area, a solarium and a library. 30 minutes away, there is a golf course. MEALS: The establishment also has a restaurant with breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.90" OriginalAmount="367.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8196462" Longitude="98.3400359" StarRating="0" HotelCode="|83059" HotelName="Ratana Apart Hotel At Chalong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WISET RD, RAWAI, MUANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/5/9/83059_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has sea views, WiFi (free of charge), a swimming pool and a gym. SITUATION: This hotel Phuket it is in 10 kilometres away from the establishment, guests will find Rawai, Nai Han and Karon the beaches of 700 metres away, guests have Chalong Port a supermarket. ROOM: Each room has cable television, a microwave, a fridge, a safe, complimentary bathroom items and sea views. FACILITIES: Guests are offered a sauna, a swimming pool, a store and a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="381.25" OriginalAmount="370.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8808695328744" Longitude="98.291857919188" StarRating="5" HotelCode="310477|1252068" HotelName="Fishermen's Harbour Urban Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2/21 Siriraj Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/c0/a9c03ba5ae42b54f5bac42af952113107e819f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="382.49" OriginalAmount="371.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.87468482" Longitude="98.39228687" StarRating="3" HotelCode="521969|2269915" HotelName="The Malika Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>74 Thakua Thung Road, Tambon Talad Yai, Amphur Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/a3/63a306ec3fae1546815e0c24919b714caf175418.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="389.16" OriginalAmount="377.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0874424" Longitude="98.371376" StarRating="0" HotelCode="|34624" HotelName="Mission Hills Phuket Golf Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Moo 4 Pla Khlok, Amphur Thalang 195</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/2/4/34624_1ca93cf1028.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex is ideal for family holidays, renovated in 2007, has a lobby, a reception, a reception, a safety deposit box service, a currency exchange service, a cafÃ©, a kiosk, a bar and a restaurant. The establishment also offers WiFi, a conference room, room service, a laundry service, a bicycle rental desk, a car park and an indoor car park. SITUATION: Near the establishment, guests will findPhuket Airport it is well-connected with tourist points of interest, is situated 8 kilometres away from Nai Yang Beach the beach. ROOM: All the rooms have a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a satellite or cable television and internet. They also have a mini-bar, a coffee maker, a kettle, a king size or double bed, an individual air-conditioning system, a safe and a terrace. FACILITIES: The establishment boasts a swimming pool (available for a fee), an outdoor bar, deck chairs and parasols. The establishment also offers a sauna, At an extra cost, you can find a steam bath, hydrotherapy and a massage service. The establishment also offers a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.88" OriginalAmount="379.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.087168" Longitude="98.371726" StarRating="4" HotelCode="409519|77224" HotelName="Mission Hills Phuket Golf Resort &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 07/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>195 Moo 4, Pa Khlok, Amphur Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/31/a2312a3ea14819410d0557d95a5e78477a209f09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This golf resort is located on the beautiful island of Phuket in Southern Thailand. It lies just min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.02" OriginalAmount="382.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89478" Longitude="98.3449" StarRating="3" HotelCode="984506|823841" HotelName="Blu Monkey Boutique Phuket Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>183/53 54 Phangnga Road, Talad Yai, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/b1/21b1e338e520bcc1caf52b3ae29fae01e1aeadbe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="397.14" OriginalAmount="385.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8923632220529" Longitude="98.29553604126" StarRating="3" HotelCode="167013|248146" HotelName="Palmyra Patong Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Golf,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>91/3 Rat-U-Thit Rd., Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/4a/824a93c7fb8a1d30192e89379e7d2312d41e2187.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is less than an 8-minute walk from the world-renowned Patong Beach and steps away from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="397.35" OriginalAmount="385.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9620887491817" Longitude="98.385108449074" StarRating="3" HotelCode="11402|246126" HotelName="Boat Lagoon Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Thepkasattri Road Moo 2, Tambon Kohkaew, Amphoe Muang, Phuket 83200</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/37/e737d37f66d2ce4687c3b6212d0882720b638254.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, this family-friendly hotel is situated by Phuket's largest full-serviced marina. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="399.12" OriginalAmount="387.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8904059" Longitude="98.2967984" StarRating="4" HotelCode="|83168" HotelName="Amata Patong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rat-U-Thit Songroi Pi Road 189/29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/1/6/8/83168_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This complex is 10 minutes away from Patong Beach, close to tourist points of interest, restaurants, shopping centres and nightlife. It takes 20 minutes to get to Phuket it is 40 kilometres away from Phuket International Airport. HOTEL: This establishment has 78 rooms, a hall, a restaurant and room service. ROOM: The modern rooms have a bathroom with a bath, a double bed, a direct line telephone, satellite and cable TV, a mini-bar, an individual air-conditioning system and a balcony or terrace. FACILITIES: The establishment has an outdoor pool, a terrace with a snack bar and a restaurant. The establishment also offers breakfast service and set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="399.59" OriginalAmount="387.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8180954249559" Longitude="98.33989307548" StarRating="3" HotelCode="188540|1573788" HotelName="Ratana Apart Hotel @ Chalong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 07/07/2026" HotelFacility="Air Conditioning,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97/3 Wiset Road, Rawai Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/78/cf78bc5f924e1c4686cbc939baad5f3b8ef1d379.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in vibrant Phuket, the hotel is situated just 700 metres from Chalong Beach. Near the hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="405.29" OriginalAmount="393.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.88663221708" Longitude="98.39346976816" StarRating="3" HotelCode="119186|138099" HotelName="Sino House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Montree Road, Talad –Yai, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/78/ad78de97a44eb96f69708d676d4db21b14c6f724.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Phuket old town, providing easy access to the main road. Guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="405.43" OriginalAmount="393.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.02447862" Longitude="98.32795846" StarRating="3" HotelCode="623367|3588325" HotelName="Impress Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>362/39 Bandon-Cherngtalay Road Moo 1, Tambon Thepkrasattri, Amphoe Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e7/50e7d97ae2a5f06c876d0384b7bde7c79356a4c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.26" OriginalAmount="394.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.80411539" Longitude="98.33116969" StarRating="4" HotelCode="537538|2272245" HotelName="Saturdays Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/07/2026" HotelFacility="Air Conditioning,Golf,Internet,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>136/275-276 Saiyuan-Kata Road, Rawai Sub-District, Muang District, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/cd/c0cd69a4177b7f7d2ad3df44818b1e3f9e3a9640.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="409.24" OriginalAmount="397.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89478" Longitude="98.3449" StarRating="3" HotelCode="118734|246046" HotelName="Bhukitta Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Phang Nga Road, T. Talad Yai, Muang, Phuket Town 83000, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/69/9c69e778b38e227f88d92b97a823fa39d441d7e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Phuket City with its easily accessible 'Old Town' and man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="422.08" OriginalAmount="409.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8167491" Longitude="98.3021164" StarRating="4" HotelCode="|35359" HotelName="Sugar Marina Resort - Fashion - Kata Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20/10 Kata Road, Kata Beach, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/5/9/35359_b0c01391156.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is comfortable. SITUATION: This establishment, Kata Beach it is in Close to, the shopping centres, bars and restaurants. it is 15 minutes away from Patong the leisure area of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="431.98" OriginalAmount="419.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.88209752" Longitude="98.39246009" StarRating="3" HotelCode="856438|3659945" HotelName="The Blanket Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/06/2026" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>95/15 -21 Montri Road, Talad Yhai District, Mueng District, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/b7/3cb794005fad7945eb685e4bcc465b2f8023b531.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.23" OriginalAmount="423.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8824824554075" Longitude="98.389005661011" StarRating="2" HotelCode="171364|1117788" HotelName="Phuket Center Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Kitchen,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62/20 Rasada Rd., T.Taladyai, A.Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b4/10/b41087d23ba783d348a96b05e35019b7ba0fe981.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the business area. It provides easy access to many banks and sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="437.49" OriginalAmount="424.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89751509" Longitude="98.2982763" StarRating="3" HotelCode="445156|1907165" HotelName="Lub d Phuket Patong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5/5 Swatdirak Road, Kathu, Patong, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/23/50/235074b9ac42ca9558dbba1863333ab8d1818eaa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="437.66" OriginalAmount="424.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8043675" Longitude="98.3311692" StarRating="4" HotelCode="|403048" HotelName="Saturdays Residence By Brown Starling" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136/275-276 Saiyuan-Kata Rd,Rawai,Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/0/4/8/403048_52f3eb80314.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="442.95" OriginalAmount="430.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.807842" Longitude="98.409766" StarRating="4" HotelCode="|35457" HotelName="Kantary Bay , Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31/11 Moo 8, Sakdidej Rd, Cape Panwa, Phuket 83000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/5/7/35457_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 105 rooms, In the entrance, you can find has a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment has a cafÃ©, a bar, a restaurant, a kiosk, conference rooms, WiFi, room service, a car park and an indoor car park. SITUATION: Phuket 15 minutes away, guests can find close to the establishment, guests have restaurants, shops and a public transport stop. it is situated 45 kilometres away from Phuket Airport. ROOM: The establishment has studios and one and two bedroom suites. They have a living room, a kitchen with a microwave, a private terrace, a bathroom with a shower or bath and a hairdryer. They also have a direct line telephone, a satellite TV, a radio, a stereo, internet, a mini-bar, a coffee maker, a kettle, a safety deposit box and an air-conditioning system. FACILITIES: The establishment boasts a gym, swimming pools, swimming pools with children's area, gardens and reading area. You can find a snack bar and a steam bath. Our guests can also go windsurfing, sailing, catamaran excursions, canoeing and enjoy tennis. MEALS: Regarding the food and beverage offering, the establishment offers restaurants. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="447.09" OriginalAmount="434.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.017289" Longitude="98.393654" StarRating="5" HotelCode="|403064" HotelName="Boutique Resort Private Pool Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72/11 - 18 Thepkasatree Rd. Paklok, Thalang, Pa Khlok, Phuket 83110 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/0/6/4/403064_002b65e0456.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="451.16" OriginalAmount="438.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.86972678" Longitude="98.35694174" StarRating="0" HotelCode="854094|2369535" HotelName="Ramada Plaza By Wyndham Chao Fah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8899 Chaofah West Road Moo 2, Wichit District, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/8c/698c47f39a039ba9fa0243872c71ffa7917b8a74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="467.33" OriginalAmount="453.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8998171" Longitude="98.2989347" StarRating="3" HotelCode="|47549" HotelName="The Sea Patong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HAAD PATONG RD, PATONG BEACH, KATHU 5/56</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/4/9/47549_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 39 large rooms, The establishment has security services a reception with a tourist information desk, It also has a restaurant, a laundry service and bicycle rental. SITUATION: The hotel Patong it is situated between Phuket the leisure area of it is situated 10 minutes walk away from Patong the centre of Bangla the leisure area of. ROOM: Each room has a king-size bed, luxurious sheets, a bathroom with a shower, an LCD television, a balcony, a hairdryer, internet, a safe, a mini-bar and individual air-conditioning. FACILITIES: The establishment has a swimming pool and a restaurant. Guests are offered room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="472.95" OriginalAmount="459.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8468332" Longitude="98.2937217" StarRating="4" HotelCode="|36784" HotelName="Ramada By Wyndham Phuket Southsea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KARON RD,MUANG DISTRICT, 204</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/7/8/4/36784_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="473.48" OriginalAmount="459.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8821158077372" Longitude="98.283710181713" StarRating="4" HotelCode="65111|279135" HotelName="Baan Yin Dee" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7/5, Muean Ngen Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/4a/3b4ad5c79a6d3ab1fb0fa35cfd52a87d99a9658a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong Beach in the district of Kathu, near to Coral Beach and Perched. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="482.87" OriginalAmount="468.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.1009562729839" Longitude="98.306542544235" StarRating="3" HotelCode="127020|234028" HotelName="Phuket Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90/9 Moo 1, Naiyang Beach, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b15dd3505cf234d50922d59a6a366ee0779761.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="484.25" OriginalAmount="470.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8326633" Longitude="98.2953355" StarRating="3" HotelCode="|34875" HotelName="Phuket Island View Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>144 Karon Road, Muang, Phuket 83100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/7/5/34875_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has bungalows, rooms, 134 rooms and 20 bungalows. The establishment was built in 2007 and renovated in 2008 it has a lobby with a reception, a safety deposit box service, a cafÃ©, a bar and a restaurant. The establishment also offers internet, room service, a laundry service, bicycle rental and a car park. SITUATION: This complex is 3 minutes away from Karon Beach, close to the nightlife and shops. It is 19 kilometres away from the bus station. 150 metres away from the establishment, you can find the airport. 15 minutes away from the establishment clients have Patong Beach. It is 30 minutes away from Phuket city centre and 60 minutes away from Airport Phuket. ROOM: The rooms have an air-conditioning system, individual heating, a fridge, a bathroom with a bath, a shower, a hairdryer and a king size or double bed. They also have a direct line telephone, a satellite TV, internet, a kettle, a coffee maker, a safety deposit box and a balcony or terrace. FACILITIES: There are many facilities and services available at the establishment, including 3 swimming pools, a children's swimming pool (available for a fee) and a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="485.45" OriginalAmount="471.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8822326" Longitude="98.2838092" StarRating="4" HotelCode="|33117" HotelName="Baan Yin Dee Boutique Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muean Ngen Road, Patong, Kathu 7/5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/1/7/33117_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 21 rooms a reception, express check-out, a safety deposit box service, a currency exchange service, a bar and a restaurant. The establishment also offers WiFi (free of charge), room service and a laundry service. SITUATION: Patong Beach It is in 850 metres away, clients have a beach, 1 kilometre away from the establishment, guests will find Patong Beach the city centre of Where you can find restaurants, bars, nightclubs and shops. it is 20 kilometres away from Phuket the city centre of It is situated 45 kilometres away fromPhuket Airport. ROOM: The establishment has rooms, suites, a bathroom with a shower, a bath, a hairdryer and a direct line telephone. They also have a satellite television, a radio, internet, a mini-bar, a safety deposit box, a desk, chair, an individual air-conditioning system and a balcony. FACILITIES: The establishment has a swimming pool with a children's area, a hydromassage bath, a snack bar and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="494.54" OriginalAmount="480.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.882993" Longitude="98.394968" StarRating="4" HotelCode="317431|92846" HotelName="Royal Phuket City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>154 Phang Nga Road, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/d0/92d087b9a945d443ae7c9896c19f20e7f2dae701.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is the right in the centre of Phuket Island's vibrant capital and is surrounded by shops,...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="496.04" OriginalAmount="481.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.83722" Longitude="98.379604" StarRating="4" HotelCode="221561|899385" HotelName="The Mangrove Panwa Phuket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/6 Moo 6, Ao-yon Khaokhad Rd., Tambon Wichit, Aumpore Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/21/2221107ccd135710c5040d60454e40e3549ceaf6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket, approximately 1 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="497.52" OriginalAmount="483.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9583259" Longitude="98.3850737" StarRating="5" HotelCode="|33230" HotelName="NH Boat Lagoon Phuket Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22/22 Moo 2, Thepkrasattri Rd., Kohkaew, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/3/0/33230_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 300 rooms, This complex with air-conditioning, has a lobby, a reception, a safety deposit box service, a currency exchange service and a cloakroom. Guests can find a mini-market, a restaurant, conference facilities with internet, room service, a laundry service and a car park. SITUATION: It is in a central area, is in Phuket Port in the surrounding area of the establishment, guests can find restaurants, shops, bars, pubs, nightclubs and a public transport stop. it is 25 kilometres away from Phuket Airport. ROOM: Guests are offered deluxe single rooms, double rooms, suites and studios. All the rooms have a bathroom with a bath or shower, a hairdryer, a direct line telephone, a satellite TV, internet, a kitchen with fridge, an oven, a microwave, a coffee maker, a kettle and a safe. They also have an air-conditioning system, individual heating and a balcony or terrace. FACILITIES: You can find sports facilities, 2 swimming pools, a snack bar, 2 tennis courts, a jogging circuit, a gym and billiards. The establishment also offers a sauna, a massage service and spa treatments. At an additional cost, you can sailing. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OTHERS: In the surrounding area of the establishment, guests can find restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="497.76" OriginalAmount="483.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8217754" Longitude="98.3000843" StarRating="4" HotelCode="|33330" HotelName="Centara Kata Resort Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ked Kwan Road, Karon, Muang 54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/3/3/0/33330_1_1298.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This renovated complex in 2007 it has 128 standard rooms. The establishment has a reception, a safety deposit box service, a currency exchange service, a bar, a restaurant and a conference room. The establishment also offers room service, a laundry service and a car park. The establishment boasts a mini-club, games areas (for a fee) and a shop. SITUATION: This establishment is in Kata Beach, 15 kilometres away from Phuket. It is 45 kilometres from the Phuket Airport. ROOM: All the rooms have a bathroom with a shower or bath, a hairdryer, a direct line telephone, satellite or cable TV, internet, a kitchen with fridge, a microwave, a coffee maker, a kettle, a washing machine, a king size or double bed, individual air-conditioning, a safe and a balcony or terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="519.31" OriginalAmount="504.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.000179" Longitude="98.297251" StarRating="4" HotelCode="|390759" HotelName="Cassia Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64 Moo 4 Tambon, Srisoonthorn Road Cherngtalay, Amphur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/7/5/9/390759_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="525.43" OriginalAmount="510.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89896025" Longitude="98.30176839" StarRating="3" HotelCode="856607|656508" HotelName="Woovo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>25 Rajpathanusorn Road, Patong Sub District, Kathu District, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/81/81/81819a9bdb67c9b93ce6a0cfd20259f7319db4a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="528.72" OriginalAmount="513.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8413019" Longitude="98.36597832" StarRating="3" HotelCode="853619|3630845" HotelName="Hivetel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Palai Moo 3, Chaofa Road, Tambon Chalong, Amphoe Muang, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/e4/bfe4859713e879259e7e79bc98b6ca614ad30ede.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="541.74" OriginalAmount="525.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.818681" Longitude="98.341275" StarRating="3" HotelCode="69347|1869608" HotelName="Palm Garden Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4/10 Moo 5, Soi Ruam-U-Thit, Viset Road, Chalong, 83130 Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/d9/93d987e45f1706efe53270dce01f7f7e534e7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phuket, about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="548.19" OriginalAmount="532.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.981714" Longitude="98.280595" StarRating="4" HotelCode="168619|140094" HotelName="Surin Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 Had Surin Soi 8, Srisoonthorn Road, Cherngtalay, Thalang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/140094/140094a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the centre of Patong beach, with restaurants, bars, and shops surrounding i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="551.51" OriginalAmount="535.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8838224102482" Longitude="98.388461616238" StarRating="3" HotelCode="188502|236609" HotelName="The Memory at On On Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Phang-Nga Road, Talad Yai, Amphoe Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/3b/303b4df99624d442838abbd069cc74d8982575ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="554.47" OriginalAmount="538.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8760215890608" Longitude="98.289824880071" StarRating="3" HotelCode="933505|1868758" HotelName="P S Hill Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22/11 Siriraj Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/6b/1b6b946be34afd462a28088e5a08e3f9b28c09e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="555.91" OriginalAmount="539.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8819145683771" Longitude="98.277437545166" StarRating="5" HotelCode="415399|1603358" HotelName="Crest Resort &amp; Pool Villas" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>95 Muen-Ngern Road, Tri Trang, Patong Beach, Kathu District, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/e7/fee718daf58625021fbf9a04798d930a0dde4700.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located about 8 km from the centre of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="562.51" OriginalAmount="546.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8957543" Longitude="98.2962729" StarRating="4" HotelCode="|358109" HotelName="The Bloc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>162/4 Thaveewong Road, Patong Beach, Kathu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/1/0/9/358109_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="577.13" OriginalAmount="560.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9634054955166" Longitude="98.283744267529" StarRating="4" HotelCode="213341|920665" HotelName="Novotel Phuket Kamala Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118/16 Moo 3, Tambon Kamala, Amphur Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/60/9860945ed98f6379546558d39c6da1255e843c59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="580.18" OriginalAmount="563.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8125107614438" Longitude="98.2997341374" StarRating="4" HotelCode="562846|594486" HotelName="The SIS Kata Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>255 Kok Tanode Road, Karon District, Muang, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/77/4177a4956ed627b81fd41ba961dad96acd7babcd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phuket, approximately 700 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="583.67" OriginalAmount="566.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9797786706522" Longitude="98.2806111609" StarRating="3" HotelCode="933368|1867868" HotelName="AM Surin Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51/8 Moo 3, Surin Beach Soi 6, Cherngtalay, Thalang, Choeng Thale, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/38/01382ce57c645d385fff51d6514d9662874027e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="586.22" OriginalAmount="569.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.897433" Longitude="98.298346" StarRating="2" HotelCode="|204730" HotelName="Lub D Phuket Patong - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5/5 Sawatdirak Road, Patong, Kathu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/7/3/0/204730_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="606.74" OriginalAmount="589.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.859791" Longitude="98.287187" StarRating="4" HotelCode="|26215" HotelName="Centara Villas Phuket - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PATAK ROAD 701</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/2/1/5/26215_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 72 bungalows, a garden, with air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service and a cafÃ©. The establishment has a mini-market, a games room, an Ã  la carte restaurant with highchairs, internet and a car park. The establishment also offers a mini-club, a playground, room service, a medical care service and a laundry service. SITUATION: This hotel is situated in the Phuket Coast. In front of the establishment, you can find a beach. ROOM: The establishment has bungalows with a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, a radio and a stereo. They also have internet, a mini-bar, a king-size bed, tiled floors, an air-conditioning system, a balcony or terrace and a safety deposit box (available for a fee). FACILITIES: There is a range of facilities and services available at the establishment, including a swimming pool, a snack bar and a jacuzzi. At an extra cost, you can find a sauna, a Turkish bath, a massage service and a gym. At the beach, customers can find beach volleyball, banana boating, diving and windsurfing. MEALS: The establishment serves a buffet breakfast, buffet and Ã  la carte lunch and an Ã  la carte dinner. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="613.88" OriginalAmount="596.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.906912" Longitude="98.307533" StarRating="3" HotelCode="188539|1573728" HotelName="Prince Edouard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Soi Prabarami Sam 32, 83150 Patong, Kathu District, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/41/d94139259441012036295569c5495b8e07c3a0bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="618.29" OriginalAmount="600.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.93985" Longitude="98.426695" StarRating="5" HotelCode="118746|106641" HotelName="The Village Coconut Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Village,Family-friendly Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coconut Island, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f8/75/f87595fcbcefc25266237d81744d2459f2cf9c51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is a 5-minute ride via private water taxi from Laem Hin Pier and 5 minutes from the beac...</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="620.16" OriginalAmount="602.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8856292" Longitude="98.2919628" StarRating="4" HotelCode="|26212" HotelName="Duangjitt Resort, Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Prachanukroh Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/2/1/2/26212_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 2 floors, 326 rooms and 79 bungalows. The establishment boasts a lobby with a reception, a safety deposit box service, a currency exchange service, a cafÃ©, an Ã  la carte restaurant with air-conditioning, with highchairs, a kiosk, a mini-market, shops and a hairdresser's. Our guests can find a games room, a mini-club, a park, a TV room and internet. The establishment also offers conference rooms, a library, a babysitting service, a laundry service and a car park. SITUATION: 350 metres away from the establishment, you can find a beach, 10 minutes away from the establishment guests have Patong the leisure area of Phuket it is 20 minutes away from 45 minutes away from the establishment, you can find the airport. ROOM: The rooms a bathroom with a shower, a hairdryer, a direct line telephone, satellite and cable television, a stereo and a radio. Guests are offered a mini-bar (available for a fee), a double bed, a central air-conditioning system and a balcony or terrace. You can also find bungalows. FACILITIES: Outdoors, clients can enjoy 2 swimming pools with slides, waterfalls, a snack bar, a sunbathing terrace, deck chairs, parasols, 2 children's swimming pools and towels. The establishment also offers a massage service, spa treatments (available for a fee), a gym and water activities. 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 American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="629.38" OriginalAmount="611.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.88624974" Longitude="98.39245886" StarRating="3" HotelCode="933379|1219718" HotelName="The Tint at Phuket Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2/11 Dibuk Road, Tambon Taladyai, Amphoe Muang Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/87/028765df07cc6c7933a6b9caa5ae0a42bf0095bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="633.45" OriginalAmount="615.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8948563" Longitude="98.2989507" StarRating="4" HotelCode="|26211" HotelName="The Royal Paradise Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135/23,123/15-16 Rat-U-Thit 200 Pee Road, Patong Beach, Kathu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/2/1/1/26211_a0714ec1128.jpg</HotelPictures>
        <HotelDescription>HOTEL: This guesthouse beach, has 250 standard rooms, a garden, a lobby, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a kiosk, a mini-market, a shop, a hairdresser's, a bar, a nightclub, a games room, a television room and an Ã  la carte restaurant with highchairs. The establishment also offers a conference room, internet, a car park, a playground, a laundry service, room service, a medical care service and a mini-club. SITUATION: This hotel is opposite a beach. Close to the establishment, guests have shops and leisure areas. It is situated 50 minutes away from Puhket Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, a stereo, internet and a mini-bar. They also have a double bed, a safety deposit box (available for a fee), fitted carpets, an air-conditioning system and a central heating system. FACILITIES: The establishment has an adult swimming pool, a sauna, a massage service and a gym. MEALS: The establishment serves all meals in a buffet format and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="637.44" OriginalAmount="618.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.7790244" Longitude="98.2947859" StarRating="3" HotelCode="|28213" HotelName="Baan Krating Phuket Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO 1 TUMBON RAWAI, MUANG PHUKET 11/3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/1/3/28213_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 30 rooms, The establishment offers excursions, a car hire service and motorbike hire. SITUATION: 15 minutes away from the establishment, you can find the capital of the island, is 45 kilometres away from the airport. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, a stereo, internet and a king size or double bed. They also have a coffee maker, a teapot, a safety deposit box, a mini-bar, a balcony and individual air-conditioning. PAYMENT METHODS: The establishment accepts Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="638.26" OriginalAmount="619.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.90232" Longitude="98.300812" StarRating="4" HotelCode="|210620" HotelName="The Lunar Patong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31/1 Rat-Uthit 200 Pee Road Patong Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/6/2/0/210620_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="660.79" OriginalAmount="641.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8906767" Longitude="98.2967545" StarRating="4" HotelCode="|31255" HotelName="Patong Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208 RAJ-UTHIT 200 PEE RD, PATONG BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/2/5/5/31255_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a cafÃ©, a restaurant, room service and a laundry service. ROOM: The rooms have a bathroom, a direct line telephone, a television, piped music, carpeted floor, a central air-conditioning system and a balcony or terrace. FACILITIES: Guests are offered a swimming pool and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="661.08" OriginalAmount="641.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.985001" Longitude="98.287028" StarRating="3" HotelCode="|70241" HotelName="ANDAMAN SEAVIEW RESORT BANG TAO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82/9-10; MOO3; BANGTAO BEACH; CHERNGHTALE; THALANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/2/4/1/70241_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This exotic hotel and has wonderful views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="670.82" OriginalAmount="651.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.880871" Longitude="98.392779" StarRating="3" HotelCode="65124|44114" HotelName="Metropole" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi Surin, Montri Road, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/fa/bcfad1c921260f5a8fac8be55fe1970af9c5f3b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the left hand side of the circle, only 32 km from the airport and 20 minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="674.88" OriginalAmount="655.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9024288" Longitude="98.2982298" StarRating="4" HotelCode="|28024" HotelName="Phuket Graceland Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>190 Thaweewong Road, Patong District, Amphur Kathu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/0/2/4/28024_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family, beach hotel, has 460 rooms, The establishment has conference facilities, a conference room, air-conditioning, a hall with a reception, a safety deposit box service and a lift. Guests can also find a cafÃ©, a hairdresser's, a bar, 2 restaurants, internet, room service, a laundry service and a car park (for a fee). SITUATION: This hotel is situated in Patong the beach Phuket the establishment is 3 kilometres away from Bangla 5 minutes away from the establishment guests have Where you can find restaurants, bars, pubs and clubs. it is situated 30 kilometres away from Phuket Airport. ROOM: All the rooms have a bath and a shower. Clients are offered suites with jacuzzi and a sauna. They have a hairdryer, a direct line telephone, a television, a radio, internet and a mini-bar. They also have a mini-bar, a coffee maker, a kettle, individual air-conditioning, a safe and a balcony or terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="678.59" OriginalAmount="658.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8935352" Longitude="98.3023315" StarRating="3" HotelCode="|83163" HotelName="Pj Patong Resortel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PUNGMUNGSAI-KOR RD, PATONG, KATHU 198/1-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/1/6/3/83163_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a reception, a safety deposit box service and a transfer service. SITUATION: This establishment, is 15 minutes away from Patong the beach it is situated 5 minutes away from Jungceylon the shopping centre 15 minutes away, you can find shops and restaurants, is 45 minutes away from Phuket Airport. ROOM: The rooms have WiFi (free of charge), modern furniture, a balcony, an air-conditioning system, wooden furniture, cable television, a fridge and a sitting room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="680.51" OriginalAmount="660.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8807764" Longitude="98.3926813" StarRating="3" HotelCode="|35494" HotelName="Courtyard By Marriott Phuket Town" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MONTRI ROAD, Muang 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/9/4/35494_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 248 rooms and 18 floors. It has a reception, a safety deposit box service, a currency exchange service and a lift. Our guests can find a restaurant and conference facilities. At an additional cost you can enjoy internet, room service and a laundry service. Guests can also find a bar and a car park. SITUATION: 32 kilometres away from the establishment, guests will find the airport, 20 minutes away from the establishment, clients can find the beach, is in Phuket the heart of it is situated near restaurants, bars, the nightlife and a public transport stop. Clients can also enjoy the bus station, Khao Rang (Rang Hill), Sapan Hin and Koh Silae it is 1 kilometre away from Khao Rang (Rang Hill), Sapan Hin and Koh Silae. ROOM: The rooms have a fridge, a direct line telephone, internet, an individual air-conditioning system, a bathroom with a shower and a hairdryer. They also have a mini-bar, a mini-fridge, a double bed, cable and satellite television and an extra bed (available on request). FACILITIES: The establishment has a swimming pool, a children's area, a snack bar and deck chairs. Clients can find a gym (free of charge) and Thai massages (available for a fee). PAYMENT METHODS: Customers can pay by Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers Thai cuisine, international dishes and a buffet restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="728.16" OriginalAmount="706.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9780663" Longitude="98.2853362" StarRating="5" HotelCode="|388678" HotelName="MIDA Grande Resort Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>179/450 Had Surin Soi 4, Moo 3, Phuket, Phuket 83110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/6/7/8/388678_3462ca10952.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="733.29" OriginalAmount="711.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8865686951375" Longitude="98.29066246748" StarRating="4" HotelCode="161054|1513868" HotelName="The Bliss" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Thaveewong Rd., Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/03/e5/03e511fbe8a2b8dd1e116ed7d8e3c0897f4c3ecc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="734.01" OriginalAmount="712.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.99098" Longitude="98.29202" StarRating="4" HotelCode="|28022" HotelName="Amora Beach Resort Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO 2, SRISOONTORN RD, BANGTAO BEACH 322</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/0/2/2/28022_1_68.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 255 rooms, The establishment boasts a reception with a bureau de change, a bar, a restaurant and room service. SITUATION: 20 minutes away from the establishment, clients can find the airport, 25 minutes away from the establishment clients have Patong the city of Near the establishment, you will find places of interest. ROOM: The rooms have a balcony and an air-conditioning system. FACILITIES: The establishment boasts 2 swimming pools. MEALS: Regarding the food and beverage offering, the establishment offers a coffee shop and a breakfast, lunch and dinner service. PAYMENT METHODS: Customers can pay by credit cards. OBSERVATIONS: Customers have a reception.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="745.87" OriginalAmount="724.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.006106463958" Longitude="98.296002745628" StarRating="5" HotelCode="9033|28464" HotelName="Angsana Laguna Phuket" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE,ROOM ONLY" BedType="ROOM ONLY" 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,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Moo 4 Srisoonthorn Road, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/52/d8521a01083b2dce04a0899ffe9badf600850ee1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the scenic Bang Tao Bay, Phuket's most coveted resort address. This contempo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="761.11" OriginalAmount="738.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.895339" Longitude="98.29648" StarRating="4" HotelCode="|95409" HotelName="The Kee Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152/1 Thaveewong Rd., Patong Beach, Kathu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/4/0/9/95409_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Kee Resort And Spa is rated four stars. It was opened in 2010, has a cafÃ©, a swimming pool and a gym. SITUATION: This establishment is in the coast of Phuket - Patong, close to Patong Beach. ROOM: Guests are offered 244 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="762.73" OriginalAmount="740.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8848369" Longitude="98.2927061" StarRating="4" HotelCode="|34222" HotelName="Hyton Leelavadee Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRACHA-NUKHRO ROAD, PATAGON BEACH 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/2/2/2/34222_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This newly built complex, renovated in 2006, has 95 rooms and 2 floors. Our guests can find a reception, a safety deposit box service, a currency exchange service, a massage service, internet, a restaurant, room service, a laundry service and a car park. SITUATION: It is situated 3 minutes away fromPatong the beach 300 metres away, clients have the bus station, Phuket 30 minutes away from the establishment, guests will find. ROOM: The establishment has rooms and bungalows. They have an individual air-conditioning system, a mini-bar, a mini-bar, a hairdryer, a satellite television, a smoke detector and a safe. They also have a direct line telephone, internet, a coffee maker, a kettle, a bathrobe, slippers and a king size or double bed. FACILITIES: Outdoors, guests have access to a jacuzzi, a playground, a gym and a massage service. close to the establishment, clients can enjoy a beach. MEALS: Regarding the food and beverage offering, the establishment offers American breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="764.03" OriginalAmount="741.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9859212" Longitude="98.2898166" StarRating="3" HotelCode="|33150" HotelName="Bangtao Village Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO 3 SOI HAD BANGTAO SRI SOONTORN ROAD 72/26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/5/0/33150_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This club hotel, renovated in 2006 and has 28 chalets, The establishment boasts a reception, a safety deposit box service, a bar, a restaurant, room service, a laundry service and a car park (for a fee). SITUATION: 3 minutes away, guests can findBangtao the beach 10 minutes away from the establishment guests have a theme park, 10 minutes away from the establishment guests have a commercial centre, 15 minutes away, guests can findPatong the beach it is situated 30 minutes away from Phuket Airport. ROOM: It has rooms with a bathroom with a shower or bath, a hairdryer, satellite and cable TV, a mini-bar, a coffee maker and a kettle. They also have a washing machine, an ironing set, a king size or double bed, individual air-conditioning, a safe and a balcony or terrace. FACILITIES: At an extra cost, you can find a swimming pool with deck chairs and a children's area. The establishment also offers a jacuzzi and a massage service. 10 minutes away, you can find a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a buffet and Ã  la carte breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="786.91" OriginalAmount="763.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.989372" Longitude="98.298775" StarRating="3" HotelCode="|402276" HotelName="Pumeria Resort Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>262/41 Moo 5, Cherngtalay Sub-district</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/2/7/6/402276_54d277e0212.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="792.75" OriginalAmount="769.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8343141" Longitude="98.2960108" StarRating="4" HotelCode="|26205" HotelName="Phuket Orchid Resort and Spa - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34, Luangphochuan Rd, Karon Beach, Tambon Karon, Muang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/2/0/5/26205_38d3e3e0940.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 525 rooms. Guests can find a lobby with an elevator, a reception, a safety deposit box service, a currency exchange service, a hairdresser's, a car hire service and internet. The establishment boasts a cafÃ©, a bar, a restaurant with a non-smoking area and highchair. The establishment also offers a laundry service, a medical care service and parking spaces. SITUATION: Opposite the establishment, guests can find a beach, in the surrounding area, clients can find shops, leisure areas, is 50 kilometres away from Phuket Airport. ROOM: The rooms a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television and a radio. They also have a safe (available for a fee), a mini-bar, a king-size bed, an air-conditioning system and fitted carpets. FACILITIES: Outdoors, clients can enjoy 2 swimming pools, a bar and body care treatments. At the beach, you can find water activities, diving, water-skiing and motorboat rides. The establishment also offers deck chairs and parasols. in the surrounding area, you can find a golf course. MEALS: Regarding the food and beverage offering, the establishment offers all meals in a buffet format, Ã  la carte or set-menu lunch and dinner, special food for certain dietary requirements and special dishes can be made. Guests can book all inclusive. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="793.06" OriginalAmount="769.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.944445" Longitude="98.436715" StarRating="5" HotelCode="|386577" HotelName="Island Escape By Burasari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94/4 Moo 6 Tambon Koh Kaew, Amphur Muang, Coconut Island</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/5/7/7/386577_6b31beb1719.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="795.74" OriginalAmount="772.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8972734202333" Longitude="98.298069354987" StarRating="3" HotelCode="293436|1478958" HotelName="Royal Phawadee Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Sawatdirak Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/66/ee663d2015b812b0081990a64cff21e9fc96d101.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 38 rooms. Services and facilities at the hotel include a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="804.74" OriginalAmount="781.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.11821" Longitude="98.30369" StarRating="5" HotelCode="|49421" HotelName="Splash Beach Resort, Mai Khao, Phuket - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 / 47 Moo 4, Mai Khao Soi 4, Thalang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/4/2/1/49421_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="805.94" OriginalAmount="782.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.917037" Longitude="98.288385" StarRating="4" HotelCode="188436|1574158" HotelName="IndoChine Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>328/81 Prabaramee Road, Kalim Beach, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/ce/d1ce5519eadb34e7838b2806d7fb637c5d84bef8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="815.07" OriginalAmount="791.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.1754831" Longitude="98.6343402" StarRating="0" HotelCode="|26219" HotelName="Paradise Kohyao" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 MOO 4, KOH YAO NOI 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/2/1/9/26219_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 70 studios and chalets. The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a mini-market, a TV room, a small library, a club and a playground. Regarding the food and beverage offering, the establishment has a cafÃ©, 3 bars, 3 Ã  la carte restaurants, with air-conditioning with highchairs. The establishment also offers internet, room service, a laundry service and a medical care service. SITUATION: This beach hotel, Phuket it is in near the establishment, you will find the tourist area, Ko Yao Yai 45 minutes away from the establishment guests have. ROOM: They have a living room, a bathroom with a shower, a hairdryer, a bathrobe, a direct line telephone, satellite or cable TV, a stereo and a DVD player. They also have a mini-bar, kettle, a double bed, an air-conditioning system, a fan, a balcony or terrace and a safety deposit box (available for a fee), Clients can find deluxe studios with hydromassage bath and chalets with swimming pool. FACILITIES: The establishment has a hydromassage pool, a massage shower, a terrace, a children's swimming area, an outdoor bar, deck chairs and parasols. Clients can also find a spa, a sauna, a massage service and hydrotherapy treatments. Guests can enjoy scuba diving, Clients can enjoy activities such as sailing, canoeing and beach volleyball. Guests are offered excursions, Our guests can also go cycling. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, an Ã  la carte lunch and an Ã  la carte or set-menu dinner. Clients can book half-board. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="830.37" OriginalAmount="806.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.815867" Longitude="98.3004657" StarRating="4" HotelCode="|26204" HotelName="Beyond Kata" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Pakbang Rd,Kata Beach, Tambon Karon, Muang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/2/0/4/26204_194f1800817.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is opposite the sea. It is 15 minutes away from the tourist area of Patong. FACILITIES: The establishment boasts swimming pools and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="836.41" OriginalAmount="812.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.98582" Longitude="98.28716" StarRating="4" HotelCode="|33259" HotelName="Best Western Premier Bangtao Beach Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO 3, CHEUNG THALAY, THALANG 124/29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/5/9/33259_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has deluxe rooms and bungalows. The establishment was built in 2003, renovated in 2005, has a lobby, a reception, a currency exchange service, a safety deposit box service, a hairdresser's, a bar and a restaurant. The establishment also offers a conference room, internet (for a fee), WiFi, room service, a laundry service and a car park. SITUATION: Is situated inBangtao the beach it is 25 kilometres away from Phuket Airport. ROOM: The rooms have an air-conditioning system, cold water, heating, bath or shower, complimentary bathroom items, a king size or double bed, a satellite TV with films, a hairdryer, a mini-bar and a writing desk. They also have a fridge, a safe, a cafÃ©, a kettle, a direct line telephone, internet and a balcony or terrace. Clients are offered deluxe bungalows honeymoon suites and with jacuzzi. FACILITIES: The establishment has 2 adult swimming pools, a children's swimming pool, deck chairs and parasols. Clients can find a gym, billiards, a spa, treatments (available for a fee) and a massage service. The establishment also offers tourist information. 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 American Express, 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="858.00" OriginalAmount="833.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8919428" Longitude="98.298217" StarRating="5" HotelCode="|38954" HotelName="M Social  Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RAT-UTHIT 200 PEE ROAD, PATONG 199</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/5/4/38954_25849e90913.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 421 rooms. The establishment has a hall with a reception, air-conditioning, a currency exchange service, a cloakroom, a lift, a cafÃ©, a kiosk, a hairdresser's, a bar and a restaurant. The establishment also offers conference rooms, room service, a laundry service and a car park. SITUATION: This establishment is near Patong Beach it is situated 30 kilometres away from Phuket Airport. ROOM: The rooms have a bathroom with a shower or bath, a hairdryer, a safe, a coffee maker and a kettle. They also have internet, an ironing board, a fridge, a radio, a satellite TV, individual air-conditioning and a balcony or terrace. FACILITIES: The establishment boasts 2 swimming pools, an outdoor bar, a gym, a spa and water aerobics (available for a fee). Guests are offered a massage service and spa treatments (available for a fee). 20 minutes away, there is a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="869.01" OriginalAmount="843.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8761568" Longitude="98.4293122" StarRating="4" HotelCode="|210623" HotelName="Tide Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>168/3, Moo 1, Rassada, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/6/2/3/210623_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="890.91" OriginalAmount="864.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8839503397126" Longitude="98.390719013112" StarRating="3" HotelCode="338476|1190658" HotelName="Casa Blanca Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>26 Phuket Road, Taladyai, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/92/01927531e9be819a0e4fdc6dc750446d21c9dbbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Phuket, this boutique hotel is ideal for guests who appreciate a stylish am...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="911.64" OriginalAmount="885.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.82466288" Longitude="98.30376141" StarRating="4" HotelCode="436410|591117" HotelName="The View Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/06/2026" HotelFacility="Bar,Golf,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>78/7 Patak Road, Karon, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/79264/2a23b5a0-940c-4824-8810-eb2f535f4ab1.jpg?d=636646945420000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="919.03" OriginalAmount="892.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9009773" Longitude="98.2996559" StarRating="4" HotelCode="|39013" HotelName="Byd Lofts Boutique and Serviced Apartments - Patong Beach, Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5/28 Haad Patong, Patong, Kathu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/1/3/39013_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern style, boutique hotel, has a swimming pool and internet. ROOM: They have a sitting area, a terrace, a king-size bed, a bathroom with a shower and toiletries. They also have a television, a DVD player, WiFi, a dining room, a central air-conditioning system, a mini-bar, a radio, a stereo and a direct line telephone. There is also a hairdryer, kitchens fully-equipped, a microwave, an oven and a fridge. FACILITIES: The establishment has a swimming pool with deck chairs, parasols, spa treatments and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a kitchen and a restaurant. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="920.18" OriginalAmount="893.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.85518" Longitude="98.294822" StarRating="4" HotelCode="186066|920085" HotelName="Mandarava Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14/2 Patak Road Soi 24, Karon Beach, Phuket 83100, Ampur Muang</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/54/1754d8bae790cf473f45a79f42ca507b5aa5099c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Karon Beach. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="926.29" OriginalAmount="899.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.80773" Longitude="98.40937" StarRating="5" HotelCode="|26207" HotelName="Cape Panwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MU 8, SAKDIDEJ RD, T. VICHIT, A. MUANG 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/2/0/7/26207_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2010, has 204 rooms and 15 suites. The establishment has a lobby, a lift, a reception, a cloakroom, a currency exchange service, a safety deposit box service, a kiosk, a games room, a hairdresser's, shops and a mini-market. Guests can find a cosy bar, 5 restaurants and a conference room with internet, The establishment also offers a laundry service, a medical care service, room service, highchairs, a playground and parking spaces. SITUATION: Panwa It is in nearby, you will find the beach, close to the establishment, guests have shops, leisure areas and a public transport stop. Phuket It is situated 12 kilometres away from 60 minutes away from the establishment guests have the airport. ROOM: The modern and elegant rooms, have a bathroom with a shower, a bath, a hairdryer, a direct line telephone, satellite or cable TV and a radio. They also have internet, a safety deposit box (available for a fee), fitted carpets, a mini-bar, an air-conditioning system, a king-size bed and a balcony or terrace. FACILITIES: The establishment has a swimming pool with a children's area, deck chairs, parasols, body care treatments, a jacuzzi, a sauna and a massage service. At the beach, customers can find water activities, water-skiing, motorboat rides and catamaran excursions. Guests can also enjoy tennis, play ping-pong, beach volleyball and use the gym. Guests are offered an entertainment programme. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, Ã  la carte and menu lunch, buffet, Ã  la carte or set-menu dinner, dietary restrictions can be accommodated and special dishes can be made. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="929.56" OriginalAmount="902.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8156486" Longitude="98.3863137" StarRating="4" HotelCode="510337|1959165" HotelName="My Beach Resort" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>105 Aow Yon Road, Moo 8, Tambon Vichit, Amphur Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fc/6d/fc6d1f1d023545d65fb6e45f69517d1cc5c39e96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="937.21" OriginalAmount="909.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.821449" Longitude="98.3007788" StarRating="4" HotelCode="|35218" HotelName="Sawasdee Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KATEKWAN RD., T.KARON A.MUANG KATA BEACH 38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/2/1/8/35218_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique complex and has 40 rooms, The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a kiosk, a cafÃ© and a restaurant. The establishment also offers WiFi (for a fee), room service and a laundry service. near the establishment, you can find a car park, (for a fee). SITUATION: This complex Kata it is in it is situated 10 minutes away from the city centre, 500 metres away, guests can find a beach, Clients can also find shops and bars. it is situated 45 kilometres away from Phuket Airport. ROOM: The establishment has deluxe rooms with computer, cable television, a DVD player, internet, a bathroom with a shower, a bath and a hairdryer. They also have a safe, a fridge, an individual air-conditioning system and a terrace. FACILITIES: The establishment has a spa, a steam bath, a sauna, a swimming pool that has an area for children, parasols and an outdoor bar. Some services (available for a fee), in the surrounding area, you can find a beach. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, Ã  la carte lunch and dinner and room service. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="944.92" OriginalAmount="917.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8383609" Longitude="98.2953537" StarRating="5" HotelCode="|26208" HotelName="Pullman Phuket Karon Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PATAK ROAD, KARON BEACH, MUANG 333</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/2/0/8/26208_b8da7340944.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2003, has 7 floors, 685 standard rooms and 15 suites. The establishment boasts a lobby with air-conditioning, a lift, a cloakroom, a reception, a safety deposit box service, a currency exchange service, a kiosk, shops, a hairdresser's, a games room, bicycle rental and bicycle storage. Guests can also find a bar, a restaurant, highchairs and a playground. The establishment offers a conference room with internet, room service, a laundry service, a medical care service, an indoor car park and a car park. SITUATION: This luxurious hotel is in Karon Beach Beach. It is 5 kilometres away from the city centre where you can find shops and leisure areas. In front of the hotel there is a public transport stop. 50 kilometres away, you can find Phuket Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="968.50" OriginalAmount="940.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.899159" Longitude="98.30028" StarRating="4" HotelCode="185896|682785" HotelName="Novotel Phuket Vintage Park Resort" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>89 Rat U Thit 200 Pee Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/97/7f9789065d8c95e000d00d97e7d7c0f1cc32494a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Phuket's renowned Patong Beach, a top tourist destination in which the white...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="971.89" OriginalAmount="943.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.87984" Longitude="98.39136" StarRating="4" HotelCode="|606824" HotelName="Arco Phuket Town" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3/51 Thaling Chan Road, Taladyai, Muang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/8/2/4/606824_5a91da60018.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1041.11" OriginalAmount="1010.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8382512479453" Longitude="98.296308517456" StarRating="5" HotelCode="9034|27600" HotelName="Hilton Phuket Arcadia Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 08/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>333 Patak Road, Karon Beach, Phuket 83100, Muang</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/8e/eb8e031ff79bbe3b5249a9b3066517e1145c96d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located just across the coastal road from the kilometre-long, fine sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1062.73" OriginalAmount="1031.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.00899" Longitude="98.29318" StarRating="5" HotelCode="|68408" HotelName="Mövenpick Phuket Bangtao" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Moo 4 Cherngtalay Thalang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/0/8/68408_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, has 39 suites and attics. The establishment has various facilities, such as a reception, a currency exchange service, a lift, a hairdresser's, a games room, a TV room, a bar and a restaurant. It also has a business centre, room service and a laundry service. At an additional cost, you can enjoy internet, a car park and a bicycle rental desk. SITUATION: This complex is in Phuket the coast of is situated in a quiet area, Patong Beach it is 20 minutes away from 15 minutes away from the establishment clients have Phuket Airport. ROOM: The rooms a bathroom with a shower, a bath, a hairdryer, a double bed, a direct line telephone, a satellite television, a radio, a Hi-Fi, a safety deposit box, internet, individual air-conditioning, a balcony or terrace, a kitchen, a mini-bar, a fridge, a hob, a microwave, a coffee maker and a kettle. FACILITIES: The establishment has a swimming pool, a pool bar, a terrace with deck chairs, parasols (available for a fee), a gym, a sauna and a massage service. At an additional charge a bicycle hire service. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, The establishment offers a breakfast, lunch and dinner service and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1077.56" OriginalAmount="1046.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.873052" Longitude="98.367155" StarRating="3" HotelCode="|396402" HotelName="Seabed Grand Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63/63 Moo 2 Chao Fa Suan Luang Road, Wichit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/4/0/2/396402_efb44a31019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1145.49" OriginalAmount="1112.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9395973" Longitude="98.4269314" StarRating="5" HotelCode="|47104" HotelName="Barcelo Coconut Island Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51/7 Moo 6, T.Kohkaew, A Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/0/4/47104_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated complex in 2008, has 44 chalets, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a kiosk, a hairdresser's, a cafÃ©, a bar, a restaurant, a shop, WiFi, room service, a laundry service and a car park. SITUATION: 5 minutes away from the establishment, you can find the beach, is in Phuket the coast of it is well-connected, 100 metres away, guests will find restaurants, is 20 minutes away from the city centre, Where customers can find the nightlife, shops and public transport services. it is 35 minutes away from Phuket Airport. ROOM: chalets, have a balcony, a sitting room, private swimming pool, a dining room, a kitchen, a bathroom with a shower or bath, a hairdryer, have a double or king-size bed, satellite and cable television, a stereo, internet, a safety deposit box, a fridge, a hob, a microwave, a coffee maker, a kettle, an ironing set, individual air-conditioning and a balcony or terrace. FACILITIES: The establishment boasts a covered pool, a swimming pool, an outdoor bar, deck chairs and parasols. Guests are offered a massage service and water sports. Clients can enjoy activities such as play badminton, ping pong and beach volleyball. At the beach, you can find parasols, Around the establishment, our clients can find golf courses. MEALS: The establishment offers a continental breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by credit cards, American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1177.56" OriginalAmount="1143.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8171984" Longitude="98.3007656" StarRating="5" HotelCode="|34522" HotelName="Malisa Villa Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KATA ROAD , KATA BEACH MUANG 40/36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/5/2/2/34522_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2007 and has 41 chalets, The establishment boasts a lobby, a reception, a safety deposit box service and a restaurant. The establishment also offers internet, WiFi, room service, a laundry service and a car park. SITUATION: 5 minutes away from the establishment you haveKata the beach near the establishment, guests will find restaurants, bars, a public transport stop and shops. it is situated 15 minutes away from Patong the beach Phuket 30 minutes away, you can find 45 minutes away from the establishment guests havePhuket Airport. ROOM: The establishment has chalets with private swimming pool, a bathroom with a bath, a shower, a hairdryer, a direct line telephone and a satellite or cable television. They also have internet, a kitchen with mini-bar, a microwave, a coffee maker, a kettle, an ironing set, a king-size bed, an individual air-conditioning system and a safety deposit box. FACILITIES: Clients can find a swimming pool, a solarium, a steam bath, health treatments, beauty treatments, a massage service and a gym. 30 minutes away, there is a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1220.58" OriginalAmount="1185.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9776306" Longitude="98.2803539" StarRating="5" HotelCode="|28052" HotelName="Twinpalms Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO 3, SURIN BEACH ROAD, CHERN TALAY, THALANG 106/46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/0/5/2/28052_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 97 rooms, has a lobby, with a reception, a currency exchange service, a cafÃ©, a bar, conference rooms and internet (free of charge), The establishment also offers daily newspapers, room service (for a fee), a laundry service (for a fee) and a car park. SITUATION: It is in a quiet area, 175 metres away from the establishment, you can find Surin the beach 30 minutes away from the establishment guests have Phuket the city centre of It is 25 minutes away fromPhuket Airport. ROOM: The rooms a bathroom with a shower, a CD player, a DVD player, cable and satellite television, sports, piped music and a mini-bar. They also have a direct line telephone, internet, a coffee maker, a kettle, a safety deposit box and an individual air-conditioning system. FACILITIES: The establishment boasts swimming pools, a spa, a steam bath, a gym, spa treatments and a massage service (available for a fee), The establishment also offers a library. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and dinner and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: Check-in is from 14:00 and check-out is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1259.54" OriginalAmount="1222.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.814" Longitude="98.386703440475" StarRating="4" HotelCode="434614|3548535" HotelName="X10 Seaview Suites at Panwa Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>3/30 Moo 8 Ao Yon Road, Khao Khad, Vichit, Muang, Phuket 83000, info@x10suites.com, Tel:</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/47/5e479774eff8e7e0e41eaad9d7ab0c418f76d135.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1282.33" OriginalAmount="1244.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8953567" Longitude="98.2959496" StarRating="5" HotelCode="|43450" HotelName="La Flora Resort Patong - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TAWEEWONG RD., PATONG BEACH, KATOO 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/4/5/0/43450_1_1404.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 67 standard rooms. The establishment boasts a swimming pool, an open-air bar, a bar and a restaurant. The establishment also offers conference facilities, WiFi, room service and a laundry service. SITUATION: This complex is in Patong Beach, close to the beach. It is 20 minutes away from Phuket and 45 minutes away from Phuket. ROOM: Each room has a bathroom with a shower or bath, a hairdryer, a direct line telephone, a satellite television and a mini-bar. They also have a coffee maker, a kettle, a safety deposit box, a king size or double bed, a balcony, an individual air-conditioning system and internet (free of charge). FACILITIES: The establishment has 2 swimming pools, a spa, treatments and aromatherapy treatments. Guests also have access to a gym. MEALS: The establishment offers a breakfast service. Clients have at their disposal a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1308.45" OriginalAmount="1270.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.943576" Longitude="98.262856" StarRating="4" HotelCode="75881|138394" HotelName="Ayara Kamala Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Village,Spa Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Moo 6, Layi-Nakalay Road, Kamala, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/2e/d52e917b14e04afbe82c0c360f325d6d00dda333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The distinct unspoilt beach area of Kamala Bay is a quiet place approximately 4 km from the other si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1359.94" OriginalAmount="1320.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8877456" Longitude="98.2918005" StarRating="4" HotelCode="|34828" HotelName="Courtyard Marriott Phuket, Patong Beach Resort" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>THAWEEWONG ROAD, PATONG BEACH, KATHU 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/2/8/34828_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex is ideal for holidays, renovated in 2007, has 386 luxurious rooms and suites. The establishment has 3 restaurants, coffee shops, a lobby with a reception, a safety deposit box service, a lift, a hairdresser's, internet and a bar. The establishment also offers room service, a laundry service, a car park (for a fee), a park and a mini-club (for a fee). SITUATION: This hotel is in Patong the beach Phuket 20 minutes away from the establishment guests have the establishment is 43 kilometres away from Phuket Airport. ROOM: Each room has a bathroom with a shower or bath, a hairdryer, a direct line telephone, a satellite or cable television, a radio and internet. They also have a mini-bar, a coffee maker, a kettle, a king size or double bed, individual air-conditioning, a safe and a balcony or terrace. FACILITIES: The establishment has a hall, a gym (available for a fee), tennis, ping pong, a spa, 3 swimming pools, a children's swimming pool, an outdoor bar and parasols. 10 metres away, guests can find a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1413.50" OriginalAmount="1372.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9863100040544" Longitude="98.421496008598" StarRating="5" HotelCode="284090|969115" HotelName="COMO Point Yamu" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Moo 7, Paklok, Talang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/ac/3dacecd67883b909a3e1352d0020215342806952.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;COMO Point Yamu is located on the eastern side of Phuket on the tip of Cape Yamu. The distinctive li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1577.11" OriginalAmount="1531.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8723343" Longitude="98.43191" StarRating="3" HotelCode="|439573" HotelName="Sinae Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>888 Moo 1, Koh Siray, Ratsada, Phuket, 83000, Phuket Province, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/5/7/3/439573_f19ce291049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1720.94" OriginalAmount="1670.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8949348" Longitude="98.2956926" StarRating="3" HotelCode="|34822" HotelName="Kudo  and Beach Club (adults Only)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>THAWEEWONG RD., PATONG BEACH,KATHU 33/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/2/2/34822_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 71 rooms, The establishment has a lobby with a reception, a safety deposit box service, a cafÃ©, a bar, a TV room and 2 restaurants. The establishment also has a conference room, internet, room service, a laundry service and a car park. SITUATION: Next to the property, you can find the beach, Phuket 30 minutes away from the establishment guests have it is situated 45 kilometres away from Phuket Airport. ROOM: All the rooms have a bathroom with a shower or bath, a hairdryer, a direct line telephone, a satellite or cable television and a stereo. They also have a mini-bar, a coffee maker, a kettle, a washing machine, an ironing set, a king size or double bed and an individual air-conditioning system. FACILITIES: The establishment boasts a swimming pool (available for a fee), a massage service and spa treatments. MEALS: Regarding the food and beverage offering, the establishment offers 3 restaurants and a bar. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1783.73" OriginalAmount="1731.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9497739" Longitude="98.2924661" StarRating="5" HotelCode="|44757" HotelName="The Bell Pool Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41/31 Moo 5, Baan Hua Khuan, Soi Bell, Kamala</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/5/7/44757_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 16 chalets, In the entrance, you can find a lobby with express check-out, a reception, a safety deposit box service, room service, a laundry service, the indoor car park and a bicycle rental desk. SITUATION: This complex is 2 minutes away from Kamala the beach is situated in Phuket the west coast of the establishment is 15 kilometres away from the city centre, Patong Beach it is situated 5 kilometres away from this hotel is situated 27 kilometres away from Phuket Airport. ROOM: The establishment has two, three and four bedroom chalets, They have private swimming pool, a kitchen, a mini-bar, a microwave, a coffee maker, a kettle, a bathroom with a shower or bath, a hairdryer, a double or king-size bed, satellite or cable TV, a Hi-Fi, internet, an iron, a safe, an air-conditioning system and a balcony or terrace. FACILITIES: For a fee, guests can enjoy hydrotherapy and a massage service. close to the establishment, customers can find a beach. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast, a set-menu lunch and dinner and an Ã  la carte dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2018.96" OriginalAmount="1960.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8849878" Longitude="98.2861859" StarRating="4" HotelCode="|32946" HotelName="Amari Phuket" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MUEN-NGERN RD, PATONG BEACH, KATHU DISTRICT 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/9/4/6/32946_1_2024.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has air-conditioning, a bar, conference rooms and a laundry service. SITUATION: This hotel is in Patong 15 kilometres away from the establishment, guests will find Phuket city centre. It is 40 kilometres away from Phuket Airport. ROOM: All the rooms have a bathroom, a hairdryer, a television, a mini-bar, an individual air-conditioning system, a balcony and a safety deposit box. FACILITIES: Guests are offered 2 swimming pools, water sports and diving. The establishment also offers a sauna, a massage service, a gym and an entertainment programme. MEALS: Guests have at their disposal 3 restaurants and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2047.69" OriginalAmount="1988.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8104251" Longitude="98.2975007" StarRating="4" HotelCode="|55478" HotelName="Mom Tri's Villa Royale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 KATA NOI ROAD; KATA NOI BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/7/8/55478_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 27 rooms, a garden with tropical plants, air-conditioning, a lobby with a reception, a safety deposit box service, a cloakroom, a cafÃ©, a bar, a television room and 2 restaurants. It also has WiFi, room service, a laundry service, a playground and a car park. SITUATION: This complex is in Kata Bay it is located between Phuket the beaches of Close to restaurants, bars, pubs, tourist points of interest and shops. 45 minutes away, guests can find Phuket the centre of it is situated 50 kilometres away from Phuket Airport. ROOM: All the rooms have sea views, a safe, a bathroom with a bath, a shower, a hairdryer and bathroom items. They also have a CD player, a direct line telephone, a satellite TV, a radio, a coffee maker, a kettle, a mini-bar, press, WiFi, individual air-conditioning, a balcony or terrace and sea or garden views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2142.42" OriginalAmount="2080.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8133517787165" Longitude="98.390944054925" StarRating="4" HotelCode="306445|1868058" HotelName="Bandara Villas, Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Moo 8, Wichit Subdistrict, Muang Phuket, 83000 Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/40/da/40da32ad4121a3325c3bcc51a99198d18bb637d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A lobby and a reception are available to travellers. The individual storeys can easily be reached vi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2268.89" OriginalAmount="2202.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8090178" Longitude="98.4080372" StarRating="5" HotelCode="|125837" HotelName="Amatara Welleisure Resort " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Moo 8, Sakdidej Road, Tambon Vichit, Cape Panwa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/5/8/3/7/125837_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This complex Phuket it is in is situated in Cabo Panwa the coast of 45 minutes away, you can find Phuket Airport Phuket it is 15 minutes away from 30 minutes away from the establishment clients have Patong the beach. FACILITIES: The establishment boasts living rooms, a terrace, a minibar (free of charge), iPad, a meal service, restaurants and an outdoor bar. The establishment also has a spa, 8 treatment cabins, a swimming pool, a gym, a tennis court, a yoga room, a mini-club, a library and business facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2422.76" OriginalAmount="2352.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8838293" Longitude="98.2723748" StarRating="5" HotelCode="|32090" HotelName="Phuket Marriott Resort and Spa, Merlin Beach - Sha Plus" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MUEN-NGOEN ROAD, TRI-TRANG BEACH, KATHU DISTRINCT 99</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/9/0/32090_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel and has 414 rooms, The establishment has a lobby, a currency exchange service, a hairdresser's, a restaurant and meeting rooms. The establishment also offers a laundry service and room service. SITUATION: It is on the beachfront, close to the establishment, clients can find places of interest, 45 minutes away from the establishment you have the airport. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone, satellite and cable television, a mini-bar, a coffee maker, a kettle and a balcony or terrace. FACILITIES: You can find a swimming pool and a tennis court.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2462.39" OriginalAmount="2390.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0105795" Longitude="98.2958207" StarRating="5" HotelCode="|33152" HotelName="Banyan Tree Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33/27 Moo 4, Srisoonthorn Road, Cherngtalay, Amphur Talang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/5/2/33152_a72fe470951.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has 115 standard rooms, a lobby with a reception, a safety deposit box service, a currency exchange service, shops, a hairdresser's and a television room. The establishment has a bar, 5 restaurants with air-conditioning and highchairs. The establishment also offers a conference room, internet and a car park. SITUATION: This complex is close to restaurants and shops. 20 metres away from the establishment, you can find a beach. 30 minutes away from the establishment guests have the airport. ROOM: The rooms have a bathroom with a shower, a hairdryer, a terrace, a direct line telephone and a satellite television. They also have a stereo, a radio, a king-size bed and a safety deposit box (available for a fee). Clients are offered chalets. FACILITIES: The establishment has a swimming area, a snack bar, deck chairs, parasols, a spa, a sauna, a jacuzzi, a steam bath and a massage service. Our guests can also enjoy tennis, play ping-pong, beach volleyball, go cycling, do aerobics and use the gym. At the beach, clients can enjoy motorboat rides, pedal-boating, sailing, a diving school and windsurfing (available for a fee). Around the establishment, customers have a golf course. MEALS: Guests are offered a breakfast service and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2602.03" OriginalAmount="2526.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9880057" Longitude="98.2971609" StarRating="4" HotelCode="|104712" HotelName="The Residence Resort and Spa Retreat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258/12 Moo 5 Bangtao Beach, Srisoonthorn Road, Cherngtalay Thalang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/1/2/104712_b13b6471957.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 2 minutes away from Bangtao the beach. ROOM: The establishment has villas with private swimming pool, a kitchen and a living room. FACILITIES: Guests are offered a spa, a gym and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2632.56" OriginalAmount="2555.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.1690365908771" Longitude="98.295254409313" StarRating="5" HotelCode="76337|94296" HotelName="Anantara Mai Khao Phuket Villas" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>888 Moo 3, Tumbon Mai Khao, Amphur Thalang, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/57/445770bcbe48cb70f9cc574edb8c9f66ccd2ba4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort enjoys a timeless setting on a secluded stretch of the Phuket coastline. It is set on th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2739.79" OriginalAmount="2659.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9798558" Longitude="98.2795999" StarRating="5" HotelCode="|31347" HotelName="The Surin Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pansea Beach, 118 Moo 3, Cherngtalay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/3/4/7/31347_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 108 cabins, air-conditioning, a reception, a safety deposit box service, a mini-club, meeting room, internet, a television and a sound system. Guests can also find a restaurant, a bar, an open-air bar and a restaurant. SITUATION: Next to the property, you can find the beach, 25 minutes away from the establishment you have the airport. ROOM: The rooms a bathroom with a hairdryer, a balcony or terrace, a direct line telephone, satellite or cable TV, a radio and a stereo. They also have internet, a mini-bar, a kettle, a coffee maker, a safety deposit box (available for a fee) and individual air-conditioning. FACILITIES: The establishment boasts a swimming pool, a bar and body care treatments. Guests are offered an entertainment programme, Guests can also enjoy tennis and play golf. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, beach bar, a coffee shop and an outdoor bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3082.83" OriginalAmount="2993.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8015795" Longitude="98.411532" StarRating="5" HotelCode="|35342" HotelName="Sri Panwa Phuket Luxury Pool Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88 Moo 8 Sakdidej Road, Tambon Vichit A. Muang, Panwa Cape</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/2/35342_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2007, has 19 rooms, air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment boasts a bar, a games room, a TV room, a laundry service, conference facilities, WiFi, room service, a bicycle rental desk and a car park (for a fee). SITUATION: This establishment, Phuket it is situated 15 kilometres away from it is situated 20 kilometres away from and Chalong the Temple of 40 kilometres away from Phuket Airport. ROOM: The establishment has one and two bedroom chalets with private swimming pool, a bath, terraces, a radio, a stereo, a satellite television and iPods. They have a kitchen, Nespresso, a microwave, a fridge, a bathroom, a hairdryer, internet, a safe, an individual air-conditioning system and a king-size bed. FACILITIES: The establishment has a swimming pool, At the beach, guests can find deck chairs, parasols (available for a fee), 12 salt water swimming pools and a terrace with parasols, At an extra cost, you can find a gym, a steam bath, a tennis court, ping pong and mountain bikes. The establishment also offers a massage service, a spa, yoga, billiards and a running track. The establishment also has excursions, water-skiing, jet-skiing, motorboat rides, sailing and canoeing. MEALS: Regarding the food and beverage offering, the establishment offers Ã  la carte breakfast. PAYMENT METHODS: The establishment accepts American Express, JCB, Mastercard, Visa and bank transfer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3384.22" OriginalAmount="3285.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.933186" Longitude="98.262904" StarRating="5" HotelCode="115864|108956" HotelName="Paresa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/06/2026" HotelFacility="Bar,Conference Hall,Currency Exchange,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Moo 6, Layi-Nakalay Road, Kamala, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/13/141302886f286a6d750ff20e0122002b8b38d0e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Extending out dramatically from the stunningly sculptured cliff tops of Kamala overlooking the spect...</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3667.85" OriginalAmount="3561.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.034626" Longitude="98.285172" StarRating="0" HotelCode="|33250" HotelName="Bundarika" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 MOO 6 LAYAN BEACH, CHERNGTALAY, THALANG CHERNGT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/5/0/33250_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has 20 one or two bedroom chalets with swimming pools with a swimming pool. SITUATION: Is situated inLayan the beach Phuket 45 minutes away, you can find Patong 30 minutes away from the establishment clients have 8 kilometres away, you can find Bangtao the beach.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5940.96" OriginalAmount="5767.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.88530061" Longitude="98.27331079" StarRating="5" HotelCode="495343|551801" HotelName="Rosewood Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Muen-Ngoen Road, Tri-Trang Beach, Kathu, Patong 83150, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/1f/f61f1c07af34b214905bf36bef3f870ee5677038.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Currency Exchange,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access,Central Heating,Conference Hall,Designated Smoking Area,Sauna,Spa,Bicycle Rental,Diet Meals,Kitchen,Swimming Pool,24 Hour Security,Airport Transfer (on Demand),Meeting Room,24 Hour Front Desk,Coffee Shop,Elevator,LCD/Projector,Parking</BasicAmenities>
    <HotelRating>3,4,5,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>ECO HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,BEACH HOTEL,SPA HOTEL,CLUB RESORT,VILLAGE,HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,CITY HOTEL,APARTMENT HOTEL,GOLF HOTEL,AIRPORT HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
69a22e81-ee57-4baa-938f-e8ac4fe72ca9|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="69a22e81-ee57-4baa-938f-e8ac4fe72ca9">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73610" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-17T00:00:00" End="2026-07-20T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="RADHESHYAM_TRAVELS@YAHOO.IN" Password="Pkp@110107" 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
69a22e81-ee57-4baa-938f-e8ac4fe72ca9|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
69a22e81-ee57-4baa-938f-e8ac4fe72ca9|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
69a22e81-ee57-4baa-938f-e8ac4fe72ca9|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
69a22e81-ee57-4baa-938f-e8ac4fe72ca9|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:66908b52-6fce-4044-91cc-ca0b1b77a41b
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
69a22e81-ee57-4baa-938f-e8ac4fe72ca9|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
69a22e81-ee57-4baa-938f-e8ac4fe72ca9|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
69a22e81-ee57-4baa-938f-e8ac4fe72ca9|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
69a22e81-ee57-4baa-938f-e8ac4fe72ca9|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
69a22e81-ee57-4baa-938f-e8ac4fe72ca9|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-02T10:38:25.398827+01:00" Version="0" EchoToken="Search" TransactionIdentifier="69a22e81-ee57-4baa-938f-e8ac4fe72ca9" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="126.04" OriginalAmount="122.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.03239743" Longitude="98.82415012" StarRating="2" HotelCode="585397|3562295" HotelName="Popeye Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 10/07/2026" HotelFacility="Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>281 Moo 2, Ao Nang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/94/c09435b998da532a2d9845ff679b093b2b259f90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.87" OriginalAmount="134.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.032703" Longitude="98.825845" StarRating="3" HotelCode="|506645" HotelName="GP House Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>235 Moo 2, Ao Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/6/6/4/5/506645_6a861651014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0621962511993" Longitude="98.917947120598" StarRating="2" HotelCode="404536|krabi_grand_hotel" HotelName="Krabi Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Chaofa Road, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/65/fc655e57d64e59b5a7ca9c349e5b25ed11db36b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.28" OriginalAmount="151.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.06155" Longitude="98.91834" StarRating="0" HotelCode="|189179" HotelName="Chanchalay Hip" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Utarakit Rd Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/7/9/189179_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.94" OriginalAmount="161.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.06616" Longitude="98.91072" StarRating="3" HotelCode="|234536" HotelName="J Holiday Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40/1 Hamthanon Road, T.Paknam Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/5/3/6/234536_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.90" OriginalAmount="176.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.02497965" Longitude="98.85552936" StarRating="3" HotelCode="621391|2321795" HotelName="Anyavee Nam Mao Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/07/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>251 Moo 5, Ao Nammao Beach, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/ed/31ed982313906a8cf47c1647c065a4e4ead38535.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.60" OriginalAmount="177.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.036937" Longitude="98.833592" StarRating="2" HotelCode="208118|1572768" HotelName="Hasna Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Moo. 2, Ao Nang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/8e/be8e886e173c73cdd71be46e5e8cfd9560514f9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated only 1 km away from the city centre, this modern hotel is in the vicinity of many popular a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="183.34" OriginalAmount="178" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|192026-28487885/5316220095349427866/1760" HotelName="GREEN HOUSE (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5292800/5292781/834cd2eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.42" OriginalAmount="179.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0297026" Longitude="98.864448" StarRating="3" HotelCode="|403605" HotelName="Anyavee Chom By The Sea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>251 Moo5 tambol saitai, 251 Moo 5 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/6/0/5/403605_c72b6c31111.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.61" OriginalAmount="187" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|217889-28478922/5316220095349427866/807" HotelName="ME MEE PLACE &amp;amp; TOUR KRABI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6599200/6599150/0dc9a4b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.73" OriginalAmount="191" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.067487" Longitude="98.808544" StarRating="3" HotelCode="166939|25350" HotelName="Palm Paradise Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Moo.3, T. Aonang, A. Muang, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/37/083757878cf1df2cad9e405ab23f94e6f1e83c11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated between Ao Nang and Nopparattara beaches in Krabi Province, Thailand. It is 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.28" OriginalAmount="193.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.06599" Longitude="98.90807" StarRating="3" HotelCode="|404094" HotelName="Well Timed" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 12 13 KRABI ROAD PAKNAM MUANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/0/9/4/404094_ac860181528.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.31" OriginalAmount="199.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.1093" Longitude="98.93498" StarRating="3" HotelCode="|244930" HotelName="B2 Krabi Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>575 Moo 11, Phetkasem Road, Krabi, Krabi Province 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/9/3/0/244930_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="205.50" OriginalAmount="199.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.10953499" Longitude="98.9350639" StarRating="3" HotelCode="568124|2155925" HotelName="Nap Krabi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>575 Petchakasame Road Moo 11, Krabi Noi, Muang Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9332519</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="214.24" OriginalAmount="208" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|218178-28526645/5316220095349427866/385" HotelName="RAILAY VIEWPOINT RESORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/10000000/9090000/9080100/9080007/44657dd1_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="214.33" OriginalAmount="208.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.08445669" Longitude="98.90614661" StarRating="2" HotelCode="406945|788060" HotelName="Crystal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>331/9 Maharaj Road, Pagnam, 81000 Krabi, Muang</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/bc/3fbc4d40fe255f475de718dac859964d5b20afa6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="218.70" OriginalAmount="212.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0438528228624" Longitude="98.819031623014" StarRating="3" HotelCode="381047|232485" HotelName="Maleedee Bay Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>183 Moo 3, Aonang, Nopparat Thara Beach, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/22/e322fcb57371542d7b2f4d18a282a8d51ef3460c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.72" OriginalAmount="212.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.04335" Longitude="98.81973" StarRating="3" HotelCode="|411756" HotelName="Sky Beach Aonang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>230 moo 3, Khlong Hang Road,Aonang Mueng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/7/5/6/411756_a112d071205.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.61" OriginalAmount="213.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.069149" Longitude="98.915887" StarRating="1" HotelCode="|467076" HotelName="Leisure Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>, Krabi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/0/7/6/467076_a81dda71644.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="220.42" OriginalAmount="214" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|582713-28553214/5316220095349427866/2458" HotelName="THE PINEAPPLE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27460000/27454000/27453920/6093c1a6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="223.75" OriginalAmount="217.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.065390148835" Longitude="98.917195558831" StarRating="3" HotelCode="356671|636599" HotelName="Krabi River View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Maharaj Soi 10, Utarakij Road, Pak Num, Krabi 81000, Amphoe Muang Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/da/61da6b6a0708a9ea98f01ab00be6c6767628a1e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|182182-28527770/5316220095349427866/585" HotelName="DEE ANDAMAN POOL BAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6260000/6257400/6257395/abdcad7c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.60" OriginalAmount="220" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.05740644" Longitude="98.81851976" StarRating="3" HotelCode="386155|170036" HotelName="The Phu Beach Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 10/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>323 Moo 5, Ao Nang Muang, 81180 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/c1/eac11e53ad05e62ae25b5660345ff5863da08c90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229.69" OriginalAmount="223" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.034717" Longitude="98.833651" StarRating="3" HotelCode="187181|53166" HotelName="Greenview Village Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Village,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>279 Moo2, Ao Nang 81000, Muang, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/16/d7161ffdecf76e3f6a434c84f07e0e0048b17cce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Ao Nang, just 15 minutes' walk or 3 minutes free shuttle service to Ao Nang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.53" OriginalAmount="223.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.05724" Longitude="98.81884" StarRating="0" HotelCode="|236164" HotelName="The Phu Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>323 moo 5 Ao-nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/1/6/4/236164_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="232.48" OriginalAmount="225.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.035668" Longitude="98.81903" StarRating="3" HotelCode="58119|38444" HotelName="Aonang Sunset Krabi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Business Hotel" CnxPolicy="Free CXL until 06/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>268 Moo 2, Ao Nang Beach, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/5e/c25ec57dceec7a789ed309c9794be543b5c2a8d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Ao Nang Beach and is near Ao Nang nightlife spots and shopping centres. Kra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.99" OriginalAmount="232.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.066459" Longitude="98.914066" StarRating="2" HotelCode="56692|52693" HotelName="Thepparat Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151-155 Maharaj Road, Paknam, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/80/05804dc8179f4fb2d6517559e76230edaaa1285f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near the morning and night markets. Guests will reach Chao Fah Pier in about 1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.91" OriginalAmount="236.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0654077" Longitude="98.91712052" StarRating="3" HotelCode="841436|685726" HotelName="The River Scene" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>179 Uttarakit Road, Paknam, Krabi Town 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/ec/ccec0e2b2b227df7da83de6b64dd48b002d75e7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.65" OriginalAmount="237.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.05127" Longitude="98.80779" StarRating="0" HotelCode="|244251" HotelName="The Lucky Beach Ao Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>341-2 Moo. 5 Klong Hang, Ao-nang, Krabi, Ao Nang Beach, Krabi Province 81180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/2/5/1/244251_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.06" OriginalAmount="238.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.05572366" Longitude="98.83870792" StarRating="3" HotelCode="402895|628501" HotelName="Tetris Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>77/7 Moo 2, AoNang Sub-district Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/e4/69e45cd63a1bf0fd0b1f69d8d68d439e1ee950c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a bar, a transfer servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.17" OriginalAmount="239.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0468962820188" Longitude="98.802208006382" StarRating="3" HotelCode="100224|krabi_aquamarine_resort_spa" HotelName="Krabi Aquamarine Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>169 Moo 3, Ao Nang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/2b/ea2b1448e84fde159b6022576fff1be4f724f098.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Ao Nang area, just a 5-minute walk from Nopparathara Beach, or a 15-minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.26" OriginalAmount="242.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0880022312418" Longitude="98.893559100923" StarRating="3" HotelCode="381556|the_fong_krabi_resort" HotelName="The Fong Krabi Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>27/5 Watchara Road, Tambon Paknam, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/5b/8a5ba28fe0e000893b44901d5e5011c964d2a4ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="250.68" OriginalAmount="243.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0625003594937" Longitude="98.916866942479" StarRating="3" HotelCode="356674|691652" HotelName="Krabi City View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Maharat Soi 2, Paknam, Muang, Krabi Town, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/35/ca35870cabac5747d686c111737c8932d33fdc6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="252.35" OriginalAmount="245" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|583157-28513904/5316220095349427866/1345" HotelName="KOKOTEL KRABI OASIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20110000/20100800/20100709/5674abf0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="252.94" OriginalAmount="245.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.065597" Longitude="98.913756" StarRating="2" HotelCode="916678|1164078" HotelName="Green House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Maharat Road, Paknam, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/e2/d4e2793fba0275e8e51e476c8fd947f3073235a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi. The nearest airport is Krabi (KBV).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.38" OriginalAmount="246.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0649030265189" Longitude="98.916154635987" StarRating="2" HotelCode="385209|city_hotel_65" HotelName="City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 10/07/2026" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>15/2-4 Maharaj Road Soi 10, T.Paknam Muang, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/3e/f53ed85f520d5209ddd51953b3054d76598ee949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="256.47" OriginalAmount="249" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="38.601568" Longitude="-89.9813" StarRating="3" HotelCode="0|182158-25367330/5316220095349427866/17013" HotelName="THE VATIKA RESORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>313 Salem Place, Fairview Heights, 62208, IL, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5480000/5478700/5478618/feaed014_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 88. Suites: 6. Single-bedded accommodations: 44. Double bedrooms: 44. Smoking rooms: 0. Nonsmoking rooms: 88. Physically challenged rooms: 11. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Fairview Heights Hotel's Guests are Near St. Louis
Situated between Southern Illinois and the "Gateway to the West" is the Holiday Inn®Hotel St. Louis - Fairview Heights. This Illinois hotel's location allows you to enjoy a number of memorable attractions.
On vacation and looking for hotels near St. Louis and Scott Air Force Base; look no further. We're 15 minutes from the Gateway Arch in St. Louis, where you can enjoy the city view from atop the arch. Other nearby attractions include Busch Stadium and the Casino Queen in St. Louis. Summer travelers should take the family to Splash City Family Waterpark for a day of wet and wild fun.
If business brings you to Fairview Heights, our hotel's location and convenient amenities are designed for you. We're minutes from Scott Air Force Base, as well as ConocoPhilips, CSC, Lockheed Martin, and Midcoast Aviation. The four meeting rooms can accommodate up to 229 guests for a reception. With the state-of-the-art Business Center, you can prepare for a meeting, event or seminar.
Whether a business trip or vacation brings you to Fairview Heights, Illinois, our hotel's free high-speed, wired and wireless Internet access keeps you connected. Start your day with breakfast from Kem's Restaurant. Later, burn calories in the Fitness Center and swim laps in the indoor pool. If you're looking for an accommodating stay in Fairview Heights, our hotel's staff offers quality service and a name you can trust!. Onsite facilities information- Parking. Security information- No weapons allowed on propertyProperty was built in 2009. Hotel Currency: USD. Additional Addresses: Other: 313 Salem Place, Fairview Heights, 62208, IL, US. Additional Phone Numbers: Fax - Other: 16182121301. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="260.04" OriginalAmount="252.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.07012977" Longitude="98.915607" StarRating="3" HotelCode="554593|2400135" HotelName="Krabi SeaBass Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>273/55 Uttarakit Road, Paknam, Taguathung, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/14/b51480d819caad67c48ee488d784f66b917cd13c.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="83" TotalAmount="261.62" OriginalAmount="254" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|583250-28536215/5316220095349427866/563" HotelName="OSCAR VILLA AONANG KRABI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7840000/7832700/7832693/239f245c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="262.65" OriginalAmount="255" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0484153964939" Longitude="98.814747333527" StarRating="3" HotelCode="166941|19009" HotelName="Sunda Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Moo 3, Ao Nang, Muang, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/a7/cba78ee1b838d5b495ff32bb7cc22504c28cfbd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated 30 minutes away from Krabi International Airport and 5 minutes by car from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="264.71" OriginalAmount="257" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|182178-28510727/5316220095349427866/2095" HotelName="GREEN VIEW VILLAGE RESORT (SHA)" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6250000/6249100/6249020/53a2cfdf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="266.32" OriginalAmount="258.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.040333" Longitude="98.819755" StarRating="2" HotelCode="|478611" HotelName="iRest Ao Nang Krabi - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155/8-12 Moo 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/6/1/1/478611_16ccefa1342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="266.39" OriginalAmount="258.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.029758" Longitude="98.865221" StarRating="3" HotelCode="208110|1572588" HotelName="Arawan Krabi Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ao Nam Mao, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/a3/5fa358fa468688560605e1f3e7eb25a2b37760dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort, conveniently located by the beach, is a short drive from the area's attractions; 5 minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="267.36" OriginalAmount="259.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.06598665" Longitude="98.90814398" StarRating="3" HotelCode="581663|673628" HotelName="Well Timed Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>46/12-13 Krabi Road Paknam, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/45/1145536ef4201063f00fdd109c91306eb3f42c30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="269.73" OriginalAmount="261.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0821970493019" Longitude="98.906253910366" StarRating="3" HotelCode="354005|358055" HotelName="Sleep Whale Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>325/5 Maharat Road, Tambon Paknam, Amphoe Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/65/1f65b7467de36c236384a6548f00de97378afdd4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.58" OriginalAmount="263.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.614686" Longitude="99.032745" StarRating="3" HotelCode="|178319" HotelName="Lanta Pearl Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>233 Moo 3 Saladan, Ko Lanta, Krabi Thailand 81150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/1/9/178319_20b2e3d1032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.76" OriginalAmount="263.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0659591383873" Longitude="98.915639300888" StarRating="2" HotelCode="361599|685707" HotelName="Sleep Whale Express" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>90/31-32 Maharat Road, Tambon Paknam, Amphoe Muang, Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/a2/cea225cd696d8841f0d0becff2e61e9b3ffa14d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.92" OriginalAmount="264.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0403221948364" Longitude="98.819491642922" StarRating="2" HotelCode="383249|i_krabi_hostel_aonang" HotelName="iRest Ao Nang, Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 09/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>155/8-12 Moo 3, Aonang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/a9/d5a96c928e8ec8b168719fd983f93d0c1bcdde81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="275.01" OriginalAmount="267" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|119395-28510333/5316220095349427866/794" HotelName="AQUAMARINE RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4630000/4629400/4629322/60009ada_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="277.07" OriginalAmount="269" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|243777-25460002/5316220095349427866/17117" HotelName="FONG KRABI RESORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9030000/9026900/9026878/237db8ad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="280.16" OriginalAmount="272" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|583259-28582129/5316220095349427866/841" HotelName="PHU DAHLA RESIDENCES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38290000/38284200/38284154/87419384_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.99" OriginalAmount="273.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0393963" Longitude="98.8173073" StarRating="4" HotelCode="|33254" HotelName="Blue Tara Hotel Krabi Ao Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>159/1 MOO 3, AO NANG SOI 8 159/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/5/4/33254_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 70 rooms, 18 superior rooms, 47 deluxe rooms and 5 deluxe rooms. The establishment boasts a lobby with express check-out, a reception, a lift and WiFi. The establishment also offers a restaurant, conference rooms, room service, a laundry service, bicycle hire and a car park. SITUATION: The complex, is in Ao Nang Beach. 150 metres away, clients have the city centre. Near the establishment, guests will find restaurants, bars and pubs. It is situated 2 hours away from Phuket, the establishment is 34 kilometres away from Krabi Airport. ROOM: The rooms have a balcony or terrace, individual air-conditioning, a bathroom with a shower or bath, a satellite TV and a direct line telephone. They also have internet, a safety deposit box, a hairdryer, a mini-bar, a coffee maker and a kettle. FACILITIES: The establishment boasts a swimming pool that has an area for children. Guests can also scuba diving and horse-riding. Clients can enjoy activities such as canoeing. Guests are offered a massage service. 60 minutes away, there is a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="284.85" OriginalAmount="276.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0398530405225" Longitude="98.817858695984" StarRating="4" HotelCode="888372|84448" HotelName="Red Ginger Chic Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Garden,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 M. 3, T. Ao Nang, A. Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/60/6060dd67f93e23cdc84812fdc789ede7d4b0d5d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located 200 m away from the centre of Ao Nang Beach, in Krabi province, in southern Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="287.21" OriginalAmount="278.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.035281" Longitude="98.832181" StarRating="3" HotelCode="899567|101632" HotelName="Haleeva Sunshine Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Guesthouse" CnxPolicy="Free CXL until 09/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>445 Moo 2, Ao Nang, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/0a/120af46dde1506f896cabecfb2072a69f0b7b5c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located at Ao Nang Beach, approximately 500 m away from the sandy beach, just 20 km fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.94" OriginalAmount="279.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.034575" Longitude="98.8294672" StarRating="3" HotelCode="|26201" HotelName="The Cliff Elegance Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85/2 MOO 2, AO NANG 85/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/2/0/1/26201_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 24 bungalows, The establishment boasts a lobby, a cafÃ©, a reception, a currency exchange service and a safety deposit box service. Our guests can find a mini-market, a bar, a television room and an Ã  la carte restaurant with air-conditioning, The establishment also offers internet, a car park, room service, a medical care service and a laundry service. SITUATION: It is in the outskirts of the city centre, 30 minutes away from the establishment, you can find the airport. ROOM: The establishment has bungalows with a bathroom, a hairdryer, a direct line telephone, satellite or cable TV and a radio. They also have a stereo, a mini-bar, a double bed, tiled floors and a safety deposit box (available for a fee). FACILITIES: Clients can find a swimming pool, deck chairs, parasols and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and an Ã  la carte lunch. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="289.43" OriginalAmount="281" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|283844-21443604/5316220095349427866/2559" HotelName="IBIS STYLES KRABI AO NANG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8320000/8313100/8313057/f5e43fb2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.75" OriginalAmount="285.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.487303" Longitude="99.082741" StarRating="3" HotelCode="|178270" HotelName="Anda Lanta Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>79 Moo 5 Klong Jark Beach, Ko Lanta Yai Ko Lanta District, Krabi 81150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/2/7/0/178270_8e100e71006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="300.45" OriginalAmount="291.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.03686941" Longitude="98.83274468" StarRating="3" HotelCode="588005|2178555" HotelName="Lario Hotel Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/07/2026" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>849 Ao Nang Soi 2/1 Moo 2, Ao Nang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/21/65213f8f6d1ac2dd3acc273a2c920d3f232e650a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="301.45" OriginalAmount="292.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0840904155216" Longitude="98.913784780827" StarRating="2" HotelCode="916679|177821" HotelName="Krabi Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>403 Uttarakti Road, Paknam, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/1f/601fe77939b229427225a3c9d3f6056da78837cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the heart of Krabi Town. It is a short distance away from local...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="302.27" OriginalAmount="293.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.039595" Longitude="98.815726" StarRating="4" HotelCode="187179|934635" HotelName="Srisuksant Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 09/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 M. 3, Noppharattara Beach 81000, Ao-Nang, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/a3/62a3b5edcee705cd1840ebf38657903d9e6196a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Nopparat Thara Beach, Ao Nang, Krabi. The hotel is just a stone’s throw away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="302.82" OriginalAmount="294" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.04331181" Longitude="98.81994194" StarRating="3" HotelCode="496134|219079" HotelName="Hula Hula Resort" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Klonghang Road Moo 3, Ao Nang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/d8/74d80ac3e9a3b870a959b109bd32726e6cd4edf9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="306.03" OriginalAmount="297.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0397147695595" Longitude="98.817080550025" StarRating="4" HotelCode="352981|CAZ467500" HotelName="Apple A Day Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>234 Aonang Soi 8 Moo 3, Ampur Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5e/ff/5eff41e8ce014c9c2c5632b17ccd96238631d848.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Mueang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.88" OriginalAmount="297.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.07846" Longitude="98.91091" StarRating="3" HotelCode="|224559" HotelName="Sita Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hutangkoun Pak Nam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/5/5/9/224559_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="307.20" OriginalAmount="298.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.043197" Longitude="98.82" StarRating="3" HotelCode="|210596" HotelName="Hula Hula Resort Ao Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 Khlonghang Road, Moo 3, Aonang,Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/5/9/6/210596_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="308.24" OriginalAmount="299.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0383126471212" Longitude="98.817043304443" StarRating="3" HotelCode="104213|127334" HotelName="The Small Krabi" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 MOO 3, Tambon Aonang Amphur, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/6c/656cdc26894ae064be9c625d3b62c1e93348c061.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the corner between the Ao Nang and Noppharatthara beaches in Krabi, Thailand...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="315.18" OriginalAmount="306" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|501236-28510149/5316220095349427866/1766" HotelName="KOKOTEL KRABI AO NANG (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18800000/18798500/18798410/ef52f18a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="317.25" OriginalAmount="308.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.031743364608" Longitude="98.823887615344" StarRating="3" HotelCode="99801|244156" HotelName="Ao Nang Orchid Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 06/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>141 M.2T, Ao Nang Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/30/9d302d8f3b295d26284084718923e8a801c1c787.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located in Krabi's Ao Nang, one of Thailand’s vibrant tourist centres, with a backdr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="318.47" OriginalAmount="309.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.07633625" Longitude="98.90976813" StarRating="3" HotelCode="751723|3589405" HotelName="Sita Krabi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 10/07/2026" HotelFacility="Air Conditioning,Laundry,Meeting Room,Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Hutangkoun Road, Pak Nam Mueang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/10/c61095f39286bff7b190a837b37fba1f79ea2b3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Krabi Town. Sita Krabi Hotel features a total of 32 units. The hotel was bui...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="319.42" OriginalAmount="310.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.032508" Longitude="98.824381" StarRating="3" HotelCode="89160|245126" HotelName="Verandah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>191 Moo 2, Ao Nang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/40/b34090418cf87f6d01c3b6eed091264c1197f6f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Krabi Province, on the west coast of Thailand. Nestled on the beautifu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="320.33" OriginalAmount="311" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|290723-28513090/5316220095349427866/1103" HotelName="AONANG VIVA RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9350000/9346200/9346104/4225f7f5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="321.36" OriginalAmount="312" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|501239-25665022/5316220095349427866/17093" HotelName="LARIO KRABI (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19880000/19870300/19870231/041f960d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="322.39" OriginalAmount="313" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|599345-28582262/5316220095349427866/926" HotelName="ANDAMAN BREEZE RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33100000/33097800/33097734/0fc33549_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="323.19" OriginalAmount="313.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.07237923" Longitude="98.91662368" StarRating="3" HotelCode="620605|633022" HotelName="River Front Krabi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>299 Thanon Utarakit, 81000 Krabi Town</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/2a/8a2aafebeca22c90a8e9c37931803afe60203adb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="330.99" OriginalAmount="321.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.052793" Longitude="98.805741" StarRating="0" HotelCode="|32977" HotelName="Andamanee Boutique Resort Aonang Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>175 NOPPARAT THARA SOI 10 MOO 5, TOMBON AO NANG 175</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/9/7/7/32977_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2006 and has 50 rooms, The establishment has a lobby, a currency exchange service and a restaurant. The establishment also offers conference rooms, internet, room service, a laundry service, bicycle rental and a car park. SITUATION: It is in the beach, 800 metres away, guests can find Nopparat Thara the beach it is 15 kilometres away from Ao Nang the beach Where you can find restaurants, bars, nightclubs and shops. It is situated 28 kilometres away fromKrabi Airport. ROOM: The rooms have individual air-conditioning, a shower, a bath, a sofa-bed, a safety deposit box, a hairdryer, slippers and a bathrobe. They also have umbrellas, cleaning service, a balcony or terrace, a mini-bar, a coffee maker, a kettle, a satellite television and an alarm clock. FACILITIES: The establishment boasts a swimming pool with a children's area, a terrace, a hydromassage bath and an outdoor bar. The establishment also offers a massage service, a spa, diving, canoeing and cycling. MEALS: Regarding the food and beverage offering, the establishment offers a buffet and Ã  la carte breakfast. PAYMENT METHODS: Customers can pay by Mastercard and Visa. OBSERVATIONS: Consult the reception timetable.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="332.69" OriginalAmount="323" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|95010-25262073/5316220095349427866/16981" HotelName="VERANDAH (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5330000/5321900/5321843/fa98669b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="336.81" OriginalAmount="327" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|182153-28548424/5316220095349427866/132" HotelName="PHITHAROM PP RESORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18700000/18697400/18697306/c54fbd1f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="337.94" OriginalAmount="328.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.042416" Longitude="98.818377" StarRating="3" HotelCode="36334|1923125" HotelName="Deevana Krabi Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Aonang Soi 8 Moo 3, Aonang Beach, Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/06/e6069ae4ffc729cbb857074e6c2b40951626f1a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in Krabi, in the vibrant heart of the Siam, the resort is located just 25 km away from Krabi Air...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.33" OriginalAmount="328.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.041033" Longitude="98.81733" StarRating="3" HotelCode="96813|241336" HotelName="Areetara Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 Moo 3 Aonang Soi 8 Road, Aonang Beach, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/89/3489d2ff9e1425f8a703f1da81fe59722ac01f87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on the beautiful Aonang beach, which is only a 10-minute walk from the centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="338.87" OriginalAmount="329" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|388898-28552832/5316220095349427866/1873" HotelName="TETRIS (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12760000/12757800/12757741/0178b541_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="339.90" OriginalAmount="330" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89245" Longitude="98.2977" StarRating="3" HotelCode="0|498080-28513710/5316220095349427866/1679" HotelName="THE NICE HOTEL (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>34/137-144 Prachanukro Road, Patong, TH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16600000/16598400/16598321/22ce56b8_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Chana hotel in Patong, you'll be minutes from Simon Cabaret and close to Patong Beach.  This hotel is within close proximity of Jungceylon Shopping Center and Bangla Night Street.   Rooms   Make yourself at home in one of the 60 air-conditioned rooms featuring refrigerators and minibars. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have shower/tub combinations and complimentary toiletries.   Amenities   Enjoy the recreation opportunities such as an outdoor pool or make use of other amenities including complimentary wireless Internet access.   Dining   Enjoy a satisfying meal at a restaurant serving guests of Chana hotel.   Business, Other Amenities   Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Free self parking is available onsite.   Checkin Instructions:  Extra-person charges may apply and vary depending on property policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Special Checkin Instructions:  If you are planning to arrive after 11 AM please contact the property in advance using the information on the booking confirmation.  Property Information:  Pets not allowed  Check-in time starts at 2 PM  Check-out time is noon  Checkin End Time:  11 PM  Checkin Minimum Age:  18&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="339.91" OriginalAmount="330.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.599185" Longitude="99.034497" StarRating="3" HotelCode="|178306" HotelName="Lanta Castaway Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>299 Mu 2 Phra Ae, Saladan Koh Lanta, Krabi 81150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/0/6/178306_d0b80bf1012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="340.93" OriginalAmount="331" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|192351-25385146/5316220095349427866/16757" HotelName="RAMADA BY WYNDHAM AONANG KRABI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5291400/5291350/1115d96c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="340.93" OriginalAmount="331" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|76434-25246055/5316220095349427866/16915" HotelName="ANYAVEE AO NANG BAY RESORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1142400/1142335/24d98935_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="350.23" OriginalAmount="340.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0649304" Longitude="98.9160906" StarRating="3" HotelCode="|179671" HotelName="City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15/2-4 Maharaj Soi 10 A.Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/7/1/179671_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="353.17" OriginalAmount="342.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.03585" Longitude="98.83494" StarRating="4" HotelCode="468399|1945675" HotelName="Centra by Centara Phu Pano Resort Krabi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>879 Moo 2, Soi Ao Nang 11, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/90/6b90a3730d4611988bd1d46dc73ce5b9a1654404.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="356.38" OriginalAmount="346" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|582665-25730972/5316220095349427866/16951" HotelName="GLOW AO NANG KRABI (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20220000/20218200/20218123/08232090_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="356.57" OriginalAmount="346.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0128179160018" Longitude="98.842975123515" StarRating="3" HotelCode="129882|1572598" HotelName="Diamond Cave Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/07/2026" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>36 Mu 1, Tambon Ao Nang, Ampur Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/32/0a32b19f58c3cf5465d2cf23ea36a26974e59db7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A cash machine, a restaurant, a bar and a transfer service are available to guests of the resort. Wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="356.70" OriginalAmount="346.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.03494" Longitude="98.8178896" StarRating="3" HotelCode="|37203" HotelName="Days Inn By Wyndham Aonang Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>154 Moo 2 Aonang Sub-district Muang District Krabi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/0/3/37203_9c9db3e0724.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning and has 42 rooms, The establishment boasts a currency exchange service, a restaurant, internet, room service, a laundry service and bicycle rental. The establishment also offers event facilities. SITUATION: This beach hotel is in front of Ao Nang the beach 30 minutes away, guests can find the bus station, is 100 kilometres away from Phuket Airport it is situated 120 kilometres away from Krabi Airport. ROOM: All the rooms have a bath, a hairdryer, a satellite TV, a safety deposit box, a mini-bar, a fridge and an individual air-conditioning system. FACILITIES: Clients can enjoy swimming, fishing and diving. The establishment boasts an outdoor bar and a swimming pool that has an area for children. in the surrounding area, you can find a beach. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, a breakfast service and a set-menu lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="358.52" OriginalAmount="348.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.03251192" Longitude="98.82881554" StarRating="3" HotelCode="754233|2415815" HotelName="Sea Seeker Krabi Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>963 Moo 2, Tumbon Aonang, Amphur Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/84/a4/84a4df059ade4b1b96783ad1e7e913d7cdb7360d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="359.47" OriginalAmount="349" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|166149-21003032/5316220095349427866/2845" HotelName="CENTARA ANDA DHEVI AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4670000/4669800/4669787/2cc64aad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="359.48" OriginalAmount="349.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.039728" Longitude="98.817076" StarRating="4" HotelCode="|207710" HotelName="Apple A Day Resort Krabi Aonang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>234 Aonang Soi 8, Moo 3, A.Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/7/7/1/0/207710_20.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="360.25" OriginalAmount="349.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0387863" Longitude="98.8192364" StarRating="4" HotelCode="|33192" HotelName="Ao Nang Bay Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31/3 Moo 2 Ao Nang 31/3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/9/2/33192_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex was renovated in 2007 and has 65 rooms. The establishment boasts a lobby with express check-out, a reception, a safety deposit box service, a restaurant, internet, room service and a laundry service. SITUATION: This complex is 200 metres away from restaurants, bars and the nightlife. It is 20 minutes away from Krabi and 30 kilometres away from Airport Krabi. ROOM: The rooms have a bathroom with a shower or bath, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a coffee maker, a kettle, an ironing set, a double bed, a safety deposit box and a balcony or terrace. FACILITIES: The establishment boasts a pool that has a children's area, a playground, a bar, parasols and deck chairs. The establishment also offers spa treatments, a massage service (available for a fee) and a sauna. 45 minutes away, there is a golf course. MEALS: Customers have at their disposal a restaurant. The establishment serves a buffet breakfast and Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="360.50" OriginalAmount="350" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.039109" Longitude="98.81732" StarRating="4" HotelCode="176764|23536" HotelName="Centara Anda Dhevi Resort &amp; Spa Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>182 Moo 3, Tambol Ao-Nang, Amphur Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/1b/0c1bc32fdf8af777035cc67d49acd6251ec322d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within great surroundings right by the Ao-Nang beach in Krabi. The Nopparat Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="363.78" OriginalAmount="353.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0817766" Longitude="98.918511" StarRating="4" HotelCode="|32656" HotelName="Maritime Park and Spa Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 TUNGFAH ROAD, MUANG KRABI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/6/5/6/32656_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, has 211 rooms and 8 floors. Regarding the food and beverage offering, the establishment has Tarnboke and Korance the restaurants Sky Loungh the restaurant The establishment boasts 4 conference rooms, a currency exchange service, Nopparat Thara the lounge Lnang Krabi the lounge Knak Nam the lounge The establishment also has a TV room, a video player, a fan, a microphone and conference facilities. There are many services available at the establishment, including a laundry service, room service and a car park. SITUATION: It is surrounded by a garden area, is in Tailandia south Krabi Is situated in it is 15 minutes away from the airport, 25 minutes away, guests can find the beach. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a coffee maker, a teapot, a mini-bar and a central air-conditioning system. FACILITIES: Outdoors, clients have access to a swimming pool, The establishment boasts a sauna, a gym and a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="365.65" OriginalAmount="355" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0384872340727" Longitude="98.817875620036" StarRating="3" HotelCode="900647|11980" HotelName="Timber House Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Garden,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157 Moo 2, Ao-Nang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/9a/b19a479e4d7fdf9da6c2d97d119a85be4c2b9baf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Ao Nang Beach, which is the most popular beach in Krabi with its fine white ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="365.65" OriginalAmount="355" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|439343-28552844/5316220095349427866/2003" HotelName="THE LAI THAI (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14830000/14825300/14825265/8c2c2ed8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="368.02" OriginalAmount="357.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0812821132363" Longitude="98.917862176895" StarRating="4" HotelCode="29564|28864" HotelName="Maritime Park &amp; Spa Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Tungfah Road, Muang Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/48/ac48256bb5e15716f8dddeecf0a5c4b39e59f59a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in a landscape of exquisite beauty amidst forested mountains in southern Thailand'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="369.77" OriginalAmount="359.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0660547364186" Longitude="98.91604187563" StarRating="2" HotelCode="392707|lada_krabi_residence_2" HotelName="Lada Krabi Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>90/71-72 Maharaj Road, City Market, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/d2/1cd24ca559ac4dc32e1dad41087ac163ff87d3e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="370.71" OriginalAmount="359.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.018034" Longitude="98.833259" StarRating="3" HotelCode="75187|84209" HotelName="Tonsai Bay Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Moo 2, Ao-Nang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/16/15167469f580d861c2d6366d299395c711171dd7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Tonsai Beach, by the white sand and the crystal-clear Andaman Sea. Krabi I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="373.89" OriginalAmount="363" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|433997-28552922/5316220095349427866/946" HotelName="DEEVANA KRABI RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15490000/15481100/15481035/7414ed79_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="378.01" OriginalAmount="367" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217573-25420765/5316220095349427866/16910" HotelName="BAAN BANDALAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12350000/12343600/12343593/21198d4b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="381.10" OriginalAmount="370" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|365573-25551968/5316220095349427866/16879" HotelName="BLUESOTEL KRABI (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12530000/12527500/12527479/63a41405_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="381.10" OriginalAmount="370" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|252973-25474507/5316220095349427866/17060" HotelName="KOH JUM RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3910000/3907600/3907543/6670fcd0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="381.10" OriginalAmount="370.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0332912922635" Longitude="98.832152211605" StarRating="3" HotelCode="853590|andaman_breeze_resort" HotelName="Andaman Breeze Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="resort" CnxPolicy="Free CXL until 09/07/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Business Centre,Designated Smoking Area,Diet Meals,Dining,Housekeeping,Internet,Laundry,Library,Parking,Restaurant,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>424/1 Soi 11/1 Moo 2, Ao Nang, Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/41/5141e4f1b024dce92f758ec928646e17a4eb5191.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely resort is located in Ao Nang Beach. This establishment offers a total of 73 guests rooms...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="382.64" OriginalAmount="371.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.535396" Longitude="99.050006" StarRating="3" HotelCode="|178366" HotelName="Lanta Paradise Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 M.6 Koh Lanta Yai, Krabi 81150 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/6/6/178366_74acad01056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="387.28" OriginalAmount="376" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|497744-25659531/5316220095349427866/17082" HotelName="KRABI SEABASS (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17670000/17668200/17668128/3c63c7e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.63" OriginalAmount="377.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0355491" Longitude="98.8297863" StarRating="4" HotelCode="|71519" HotelName="Krabi Cha-da Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>500 MOO 2, AO NANG MUANG, KRABI 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/5/1/9/71519_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Krabi city centre. Nearby, you will find Ao Nang ROOM: The establishment has 84 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system. FACILITIES: The establishment boasts an outdoor swimming pool and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="390.37" OriginalAmount="379" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.035738" Longitude="98.818494" StarRating="3" HotelCode="26333|1310" HotelName="Krabi Heritage Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>312 Moo 2, Tambol Ao Nang, Amphur Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/48/f148fe9bc858876dbf92fe9e55ee7a5ffdad029c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is around 100 m from the beach. Nearby (100 - 150 m away) are countless s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="390.37" OriginalAmount="379" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="34.795528" Longitude="-92.222521" StarRating="2" HotelCode="0|182177-25367356/5316220095349427866/17104" HotelName="PHRANANG PLACE (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3925 McCain Park Drive, North Little Rock, 72116, AR, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5294300/5294277/570c76cc_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Motel. Total rooms and suites: 54. Floors: 2. Property description- Welcome to the North Little Rock/McCain Super 8. Our property is located just off 67/167 near I-40 for your convenience.  We provide the Complimentary SuperStart Breakfast, High Speed Wireless Internet access, Free local calls. All guest rooms have Microwaves, Refrigerators, Coffee-Makers, Hairdryers, Iron, Ironing Board, Am-Fm Clock Radio, Wi-Fi and hard wired.  Hot tub rooms available. Children under 17 are FREE in the same room with adult family member.

We are within walking distance from the McCain Mall and numerous restaurants. The Altell Arena and the Clinton Library are only minutes away.  

Our heated indoor swimming pool will relax you after a long day.  

Lobby Business Center and on site Guest Laundry - open 24 hours 

When you are in the North Little Rock Area, make Super 8 your choice.   

FREE Coffee Travel Mug program.  

Earn WyndhamRewards on your stay.

Pet fee 25.00 dollars per pet per night non refundable.. Onsite facilities information- ParkingProperty was built in 1996. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="391.40" OriginalAmount="380" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="50.100838" Longitude="14.49163" StarRating="4" HotelCode="0|172399-28767514/5316220095349427866/3675" HotelName="DEEVANA PLAZA KRABI AONANG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>NOVOVYSOCANSKA 163/25,PRAGUE, CZECH REPUBLIC</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4570000/4565200/4565192/4c0aa2ca_b.jpg</HotelPictures>
        <HotelDescription>Hotel´s brand new facilities are supported with the latest technology and their special devotion to each of our guest, very friendly staff and high quality of service leads to guests' full satisfaction with their stay. Our warm and pleasant environment makes us recognizable and favorite place to stay among all of our guests. Located just 20 min. by public transportation from the down town of Prague, Relax Inn goes beyond the limits of the expectations of each of our guests by offering: Wellness centre (relaxing swimming pool, sauna, massages), Relaxing swimming pool 7m x 3m with massage bench, aquatic countercurrent and lighting Massage bathtubs, whirlpool baths, Peaceful and safe location Free WiFi in rooms and public areas, SAT TV, Stylish bar and restaurant(only for breakfasts now), Private parking, Garage. 							 							 							 &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="391.40" OriginalAmount="380" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|166145-25335891/5316220095349427866/16934" HotelName="AONANG ORCHID RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2930000/2922300/2922281/74a521e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="391.42" OriginalAmount="380.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.5984433" Longitude="99.0364034" StarRating="3" HotelCode="|178362" HotelName="Lanta Manda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38/2 Moo2, T.Saladan, Ko Lanta, Krabi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/6/2/178362_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.43" OriginalAmount="381.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.04334046" Longitude="98.81973081" StarRating="3" HotelCode="751765|sky_beach_aonang" HotelName="Sky Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>230 Khlonghang Road Moo 3, Ao Nang Beach, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/2b/922b5dce8d1dadac88e1d8d6b95895dca411d864.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="392.58" OriginalAmount="381.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0383551" Longitude="98.8178176" StarRating="3" HotelCode="|62888" HotelName="Timber House Ao Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 MOO 2; AO NANG BEACH; MUANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/8/8/8/62888_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a restaurant, a bar, a swimming pool, a cocktail bar, a children's swimming pool, a baggage room and internet (for a fee). SITUATION: It is located 200 metres away from a beach, 500 metres away, guests have Ao Nang the city centre of the establishment is 30 kilometres away from Krabi Airport. ROOM: The rooms a bathroom with a shower or bath, a television, a direct line telephone, a mini-bar, a safety deposit box, an air-conditioning system and a balcony or terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.65" OriginalAmount="383.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.040316" Longitude="98.817375" StarRating="3" HotelCode="115858|110542" HotelName="Apasari Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>178 Aonang, Moo 3, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/a1/56a1e7990c1871a119d094178b513611391c3ff7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Krabi, this hotel is about 500 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="397.91" OriginalAmount="386.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.03337" Longitude="98.83308" StarRating="4" HotelCode="|607902" HotelName="Aspira Escape Ao Nang Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1415 Ao Nang, soi 11/1, Amphur Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/7/9/0/2/607902_f20cb130054.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="400.74" OriginalAmount="389.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.06667" Longitude="98.9144" StarRating="3" HotelCode="|28243" HotelName="Thepparat Lodge Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151 - 155 MAHARAJ ROAD, PAKNAM 151-155</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/4/3/28243_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2002, has a lobby, air-conditioning, a reception with safety deposit boxes, a currency exchange service, a baggage room and a lift. Guests are also offered a kiosk, shops, a hairdresser's, a TV room, a conference room, a dining room and internet. It has a cafÃ©, a bar, a restaurant with air-conditioning, with highchairs, a laundry service, a medical care service and a car park. SITUATION: It is close to a night market, Chao Fah it is 10 minutes away from it is well-connected. ROOM: The rooms a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a kettle, a coffee maker, a double bed, an individual air-conditioning system, a central heating system, a safe (available for a fee) and a balcony or terrace. FACILITIES: Outdoors, clients can enjoy a swimming pool, The establishment has a wellness centre, a jacuzzi, a sauna, a massage service, a gym and aerobics classes. You can also enjoy playing billiards and enjoy tennis. PAYMENT METHODS: The establishment accepts Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="405.82" OriginalAmount="394" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|441911-28572331/5316220095349427866/259" HotelName="AVA SEA RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16590000/16582200/16582178/d3c65b35_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="409.01" OriginalAmount="397.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0399805210937" Longitude="98.817520737648" StarRating="4" HotelCode="888183|102232" HotelName="Ananta Burin Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166 Moo 3, Tambon Ao Nang, Ampher Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/25/6a25c716f048f354c30b0769ab457801cfc3a299.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach resort is located on the Ao Nang beach in Krabi, a place where guests can enjoy their day...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="412.06" OriginalAmount="400.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0323669" Longitude="98.8234246" StarRating="4" HotelCode="|26199" HotelName="Krabi Tipa Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121/1 MOO2, AO NANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/9/9/26199_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="422.44" OriginalAmount="410.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.02944737" Longitude="98.86716265" StarRating="4" HotelCode="871107|2331935" HotelName="Villa Cha-Cha Krabi Beachfront Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="resort" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>325 Moo 5, Saithai, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/1b/cd1bb95730767b15a5b5e605a78e0af1ce803811.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="426.42" OriginalAmount="414" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|217764-28464682/5316220095349427866/473" HotelName="CITY (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8290000/8280400/8280345/bc0a27a2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="426.47" OriginalAmount="414.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.047496" Longitude="98.840611" StarRating="2" HotelCode="189271|1572728" HotelName="Ao Nang Baan Suan Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/07/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>230 M.5  T. Saithai, Ao-nang, Krabi town 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/96/929651849dbc0d953cd27be482521c6f4f79ad48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in Ao Nang, Krabi's most developed beach, which is fringed with palms, white s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="426.54" OriginalAmount="414.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.030914" Longitude="98.825249" StarRating="4" HotelCode="|34840" HotelName="Peace Laguna Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>193 Moo 2, Ao Nang, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/4/0/34840_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 149 rooms and chalets. Guests can find a hall with a reception, a safety deposit box service, a cafÃ©, a bar, a restaurant and WiFi (for a fee), For an extra cost you can have access to room service, a laundry service and a car park. SITUATION: This complex is 7 minutes away from Ao Nang the beach 100 metres away from the establishment, you can find restaurants, bars, the nightlife and public transport stops. Phuket it is 25 hours away from it is 17 kilometres away from Krabi Airport. ROOM: The rooms have a satellite television, a coffee maker, a DVD player, a fan, a bathroom with a shower, a jacuzzi, a hairdryer and internet. They also have a mini-bar, an ironing set, a king size or double bed, individual air-conditioning, individual heating, a safety deposit box and a balcony or terrace. FACILITIES: The establishment boasts 3 swimming pools with children's areas, deck chairs and parasols. You can find a bar in the hall, Guests can enjoy scuba diving, The establishment also offers a sauna, a gym, a massage service, a games room, a theatre and a library. 1 kilometre away, there is a golf course. MEALS: The establishment offers a buffet breakfast and a restaurant. PAYMENT METHODS: The establishment accepts Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="428.48" OriginalAmount="416" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1213902-28558206/5316220095349427866/1744" HotelName="THE BROWN HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39480000/39473700/39473617/00ad849e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="428.95" OriginalAmount="416.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0425005" Longitude="98.8180751" StarRating="4" HotelCode="|104206" HotelName="Deevana Plaza Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>186 Moo 3, Aonang Soi 8, Aonang Beach, Aonang, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/2/0/6/104206_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 3 swimming pools and with hydromassage bath. The establishment offers a spa and a gym. ROOM: Customers have modern rooms and with WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="429.73" OriginalAmount="417.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.032096" Longitude="98.821294" StarRating="3" HotelCode="21161|80274" HotelName="Seafront Thai Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>273 Moo 2 Beach Road, Ao Nang, Krabi 10890</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/72/db72731fc4390478dd4115db7b75bd9a44d91009.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel faces the Andaman Sea and is located right in the centre of Ao Nang with lush mountain gr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="430.54" OriginalAmount="418" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|582779-28553140/5316220095349427866/1186" HotelName="RIVER FRONT KRABI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21830000/21824800/21824742/4e01d26b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="430.54" OriginalAmount="418" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="38.481696" Longitude="106.232073" StarRating="2" HotelCode="0|217999-25421119/5316220095349427866/17164" HotelName="LADA KRABI RESIDENCE (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>No.160 Beijing Middle Rd, Yinchuan, 750002, P.R.China, CN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6590100/6590086/db99fc10_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Luxury. Property Type: Full service. Nonsmoking rooms: 60. Suites: 39. Floors: 17. Executive floor: 1. Double bedrooms: 163. Total rooms: 409. Rooms with internet access: 409. Total rooms and suites: 409. Single-bedded accommodations: 205. All rooms non-smoking: 60. Property location- Located in the heart of Yinchuan City in the Jinfeng District,No.160 Beijing Middle Road.. Miscellaneous information- All rates are including service charge but excluding tax. No additional charge for children 5 years of age and below sharing room with parents, using existing bedding. 50 pct discount on the extra bed and breakfast charge for children between 6 and 12 years.
All reservations will be held untill 18:00 unless guranteed deposit is being made in advance. Check out time is 12:00 noon. All major credit cards are accepted.. Property description- kempinski Hotel Yinchuan is across from the International Conference &amp;amp; Exhibition Center, Museum of Ningxia,Seience &amp;amp; Exhibitions Center,Museum of Ningxia,Seience &amp;amp; Technology Museum and the Peoples Squarc, The hotel includes an attached shopping mall and business tower making the kempinski Hotel Yinchuan the idea place for business and shopping.Each of he kempinski Hotel Yinchuan's 409 accommodations offers luxury and services of world-class international hotel with elegance and charm,In every room are all the modern conveniences and state of the art technology for business and leisure travelers. Onsite facilities information- ParkingProperty was built in 2010. Property was renovated in 2010. Hotel Currency: CNY. Ratings: OHG Rating: D, Property is ISO Certified: N. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="444.70" OriginalAmount="431.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.038767" Longitude="98.816324" StarRating="3" HotelCode="166937|235646" HotelName="Aonang All Seasons Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Apartment Hotel,Eco Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Moo 3 Tambol Ao Nan Amphur Muang, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/14/35148b4e3b295f93cc7d7caf4a4b18a450da79f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel resort is located 100 m from Ao Nang Beach. Krabi town centre is a 30-minute drive aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="445.99" OriginalAmount="433" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|582785-25731038/5316220095349427866/17009" HotelName="SITA KRABI (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23370000/23365900/23365815/a597ab41_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="446.61" OriginalAmount="433.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.035412" Longitude="98.8173" StarRating="4" HotelCode="395006|95412" HotelName="Krabi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 09/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Moo 2 Tambol Ao-Nang, Amphur Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c2/c2/c2c25501826ba4d20a9c5d776331d69319d3b9e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property enjoys a prime location around a 5-minute walk from Ao Nang Beach, close to dining venu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="451.14" OriginalAmount="438" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|603826-24776668/5316220095349427866/3854" HotelName="SEA SEEKER KRABI RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27100000/27096900/27096804/f93f89bf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="451.90" OriginalAmount="438.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.029698" Longitude="98.826247" StarRating="4" HotelCode="|388400" HotelName="Bluesotel Smart Krabi Aonang Beach - Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1077 Aonang Soi 15, Moo 2, Aonang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/4/0/0/388400_807a0260952.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="452.42" OriginalAmount="439.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.039103" Longitude="98.818066" StarRating="4" HotelCode="|27892" HotelName="Krabi La Playa Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO 3 TAMBON AONANG 143</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/9/2/27892_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 79 rooms, superior rooms and deluxe rooms. The establishment has a lobby, a lift, a reception, a cloakroom, a safety deposit box service, a currency exchange service, a kiosk, shops, a hairdresser's and a TV room. The establishment also offers a conference room, a dining room, internet, a cosy bar and a restaurant with air-conditioning, with highchairs, Guests have access to a laundry service, room service, a medical care service and a car park. SITUATION: It is located betweenAo Nang and Nopparat Thara the beaches of close to the establishment, guests have shops, 30 minutes away from the establishment, you can find Krabi Airport. ROOM: The rooms a bathroom with a shower, a bath, a hairdryer, a direct line telephone, satellite or cable TV and a radio. They also have a stereo, a safe (available for a fee), internet, a kettle, a coffee maker, a double bed, heating, individual air-conditioning and a balcony or terrace. FACILITIES: The establishment boasts a garden with a pool, a wellness centre, jacuzzis, a sauna, a massage service and a gym. Guests can also playing billiards and enjoy tennis. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="455.14" OriginalAmount="441.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.03299038" Longitude="98.82677192" StarRating="4" HotelCode="531614|2190125" HotelName="Avasea Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>834 Moo.2 Aonang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/67/286760394b0cdf856a0d67328dc4683029fa5705.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="455.26" OriginalAmount="442" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|192096-25383243/5316220095349427866/16946" HotelName="NAVINDA KRABI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3550000/3546400/3546374/9c321d59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="466.59" OriginalAmount="453" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0410720718438" Longitude="98.82007420063" StarRating="4" HotelCode="316904|1834" HotelName="Cha-Da Krabi Thai Village Resort" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Village" CnxPolicy="Free CXL until 08/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>260 Moo 2, Tambol, Ao-Nang, Amphur Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/17/d017ed8713cd104ef431c287cc10804d345923f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated, this hotel lies on a fine sand beach. The hotel affords fantastic views out over t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="469.05" OriginalAmount="455.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0302175181107" Longitude="98.824188709259" StarRating="3" HotelCode="20362|80272" HotelName="Golden Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>254 Moo 2, Muang, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/30/1b303ffd9c7e767a2d6500fe46f9c524754a62ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach hotel is located 20 km away from the central city of Krabi and sits on the beachfront of A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="477.92" OriginalAmount="464" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|497936-25659615/5316220095349427866/17030" HotelName="HULA HULA RESORT AONANG BEACH (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15660000/15658800/15658780/0fe2cafc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="478.95" OriginalAmount="465" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|68662-25238128/5316220095349427866/16963" HotelName="ANDAMANEE BOUTIQUE RESORT (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1590000/1585200/1585117/5de23d5d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="481.54" OriginalAmount="467.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0416468833254" Longitude="98.814121457672" StarRating="3" HotelCode="454994|1919195" HotelName="Holiday Inn Express Krabi Ao Nang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>123/3 Moo 3, Ao Nang Beach, Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/52/528121/528121a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 800 m from the centre of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="490.21" OriginalAmount="475.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.032526" Longitude="98.825489" StarRating="3" HotelCode="|404433" HotelName="Machorat Aonang Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>126 Moo 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/4/3/3/404433_1e041390414.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="490.28" OriginalAmount="476" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|437492-28572132/5316220095349427866/596" HotelName="APPLE A DAY RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12920000/12919800/12919705/d6d09bdc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="492.34" OriginalAmount="478" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|59225-25228020/5316220095349427866/16907" HotelName="LA PLAYA RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3550000/3546800/3546782/8f047b03_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="499.27" OriginalAmount="484.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.03235462" Longitude="98.82555143" StarRating="4" HotelCode="613758|2233895" HotelName="Panan Krabi Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>945, Moo 2, Tambon Aonang, Krabi, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/0f/c40fd852a211bfdb3467328e48171ef1ae162dc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="505.73" OriginalAmount="491" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17641-25198950/5316220095349427866/16812" HotelName="KRABI RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/977300/977300/33dd7faf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="506.76" OriginalAmount="492" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0582339191476" Longitude="98.749799552254" StarRating="4" HotelCode="305258|53071" HotelName="The Pelican Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>185 Klong Muang - Tubkaak Road, Nong Talae Sub-Distrit, Muang District, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/394911/394911a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi. The nearest airport is Krabi (KBV).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="508.82" OriginalAmount="494" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|119184-25287895/5316220095349427866/16801" HotelName="SRISUKSANT RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4600000/4596000/4595934/b5a7ed73_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="526.05" OriginalAmount="510.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.03138" Longitude="98.830481" StarRating="3" HotelCode="|179655" HotelName="Aonang Silver Orchid Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>672 M.2 Ao Nang,Muang,Krabi 81000 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/5/5/179655_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="526.33" OriginalAmount="511" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0373683" Longitude="98.8412904" StarRating="5" HotelCode="650319|314131" HotelName="ANANA Resort Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Soi Suan Tu Rian, Amphoe Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/af/de/afdecb44e95463d2d6d859ddaac5b4a35c75c6ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.9 km from the centre of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="529.42" OriginalAmount="514.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0425296266877" Longitude="98.86131525" StarRating="4" HotelCode="916677|leelawadee_garden_resort" HotelName="Leelawadee Garden Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>312 Ao Nam Mao Soi 1 Moo 5, Sai Thai, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/8e/4d8e6922f2f7d694d38151823824b3eedd0db563.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Krabi. The nearest airport is Krabi (KBV).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="544.87" OriginalAmount="529" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|267562-25491758/5316220095349427866/16912" HotelName="AONANG SILVER ORCHID RESORT (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8830000/8829600/8829532/7aa208de_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="547.54" OriginalAmount="531.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.02861107" Longitude="98.85945833" StarRating="3" HotelCode="419399|669504" HotelName="Heaven-7 Hilltop &amp; Ocean View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Concierge,Elevator,Garden,Internet,Kitchen,LCD/Projector,Massage Centre,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>388 Mu 5, Sai Thai, Mueang, Ao Nam Mao, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/fd/23fd95fd3ea5d874669e5f6cf7666223b7536a89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Heaven-7 Hilltop &amp; Ocean View in Krabi (Ao Nam Mao)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="554.76" OriginalAmount="538.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.034139296495" Longitude="98.828468095945" StarRating="3" HotelCode="383455|686721" HotelName="Mini House Aonang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>675 Moo 2, Aonang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/cd/c9cdaa980889eea21a07c39324da9a8731749102.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="556.34" OriginalAmount="540.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.041074" Longitude="98.813208" StarRating="4" HotelCode="|388394" HotelName="Maneetel Krabi Beachfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>225 Moo 3, Nopparat Tara Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/3/9/4/388394_38751bf0940.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="559.71" OriginalAmount="543.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="14.6875143" Longitude="101.2006457" StarRating="4" HotelCode="|165386" HotelName="Ndol Streamside Thai Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>191 MOO 1, TAMBON MUAK LEK, AUMPHER MUAK LEK, SARA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/3/8/6/165386_9a56f760902.jpg</HotelPictures>
        <HotelDescription>HOTEL: This villa has a small hall, attentive service and comfortable facilities. SITUATION: This establishment, Bangkok it is 90 minutes away from it is in Muaklek the district of. OTHERS: Regarding the food and beverage offering, clients can enjoy a meal service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="563.01" OriginalAmount="546.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.034846" Longitude="98.829708" StarRating="4" HotelCode="76241|102802" HotelName="Ao Nang Cliff Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>328 Moo 2, Aonang, Krabi 81150</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/45/8245af9adb1649d5ad0a1b0ba92ecef772001c3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="564.44" OriginalAmount="548" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.2168363" Longitude="-79.8867048" StarRating="4" HotelCode="0|497786-25659541/5316220095349427866/16774" HotelName="SUGAR MARINA RESORT CLIFFHANGER AONANG (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1187 UPPER JAMES STREET, HAMILTON, L9C 3B2, ON, CA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17490000/17485600/17485556/130b3b7a_edited_1dc7_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Hotel. Total rooms and suites: 50. Floors: 2. Property description- Howard Johnson Inn is located close to major highway access, Hamilton Airport and Lime Ridge Mall. We offer complimentary continental bkfst and comp high speed wireless access. Hotel is connected to Yuk Yuk's Comedy Club and Pasticio's Fine Italian Dining. Walking distance to shopping and restaurantsProperty was built in 1950. Hotel Currency: CAD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="567.80" OriginalAmount="551.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.093681" Longitude="98.747571" StarRating="4" HotelCode="76008|90478" HotelName="Anyavee Tubkaek Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 06/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Moo 3, Nongthale, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/af/45/af45f2c2e97a3d3d1c37a45dcc0931bed3602b11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on the tranquil beach of Tubkaek and is set amidst beautiful, lush landscaped ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="572.59" OriginalAmount="555.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0296916" Longitude="98.8644222" StarRating="4" HotelCode="|396989" HotelName="HEAVEN VIEW KRABI" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>388/64 Moo 5 Sai Thai, Ao Nam Mao, Muang,krabi, Thailand 81000 , 81000 Ao Nam Mao, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/9/8/9/396989_1165a510449.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="573.71" OriginalAmount="557.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.05505" Longitude="98.8564" StarRating="3" HotelCode="585993|na_sook_resort" HotelName="Na Sook Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Villa" CnxPolicy="Free CXL until 27/06/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>199 Moo 5, Tambon Sai Thai, Amphoe Muang, Krabi  81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/38/4b38856ba96ab80a78fafd2ba9ccb6a691ff0b11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="579.21" OriginalAmount="562.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.029205" Longitude="98.824035" StarRating="0" HotelCode="|446438" HotelName="Holiday Style Ao Nang Beach Resort, Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>123 Moo 3 Ao Nang, Muang, Krabi - 81180, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/3/8/446438_9bd04c00831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="584.01" OriginalAmount="567" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|105206-28551482/5316220095349427866/1295" HotelName="PEACE LAGUNA RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2430000/2421100/2421042/4202eb96_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="596.37" OriginalAmount="579" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.013579" Longitude="98.842588" StarRating="4" HotelCode="900079|15873" HotelName="Bhu Nga Thani Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>479 Moo 2, Ao Nang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/24/85249b575d9aab5c8df661db37a402f8cdb6859e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in Railay East, on a part of the mainland that can only be accessed by boat. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="602.55" OriginalAmount="585" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595471-28582326/5316220095349427866/25" HotelName="VILLA CHA-CHA KRABI BEACHFRONT RESORT (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31950000/31948000/31947937/c3c82aab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="603.15" OriginalAmount="585.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0376911" Longitude="98.8654264" StarRating="4" HotelCode="|439352" HotelName="Venice Krabi Villa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>478 Moo 5, Sai Thai, Krabi 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/3/5/2/439352_74d4e9f0848.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="606.67" OriginalAmount="589.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.013878" Longitude="98.848112" StarRating="3" HotelCode="169830|railay_great_view_resort__spa" HotelName="Railay Great View Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 08/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>588 Moo 2, Tambol Ao Nang, Maung, Krabi 8100</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/18/d118f43bba59a7fda5a774fbed8adabe9745ae2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in East Railay in southern Thailand's Krabi province, next to one of the most ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="610.79" OriginalAmount="593" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|192073-28580370/5316220095349427866/996" HotelName="AONANG PHU PI MAAN RESORT AND SPA (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6598800/6598756/6ef7d365_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="612.36" OriginalAmount="594.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.04044" Longitude="98.83584" StarRating="4" HotelCode="|240304" HotelName="Aonang Fiore Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>764 Moo 2 Aonang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/3/0/4/240304_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="618.00" OriginalAmount="600" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|119167-25287885/5316220095349427866/16764" HotelName="BHU NGA THANI RESORT AND SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2790000/2783600/2783517/5cda80f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="622.69" OriginalAmount="604.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0358689" Longitude="98.8415133" StarRating="5" HotelCode="|224985" HotelName="Anana Ecological Resort Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1004 Moo. 2 Soi Suan Tu Rian, Amphoe Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/9/8/5/224985_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="624.18" OriginalAmount="606" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|125294-25293230/5316220095349427866/16903" HotelName="GOLDEN BEACH RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2760000/2758000/2757922/487cb66a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="625.21" OriginalAmount="607" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.053011" Longitude="98.805622" StarRating="3" HotelCode="70756|11590" HotelName="Andamanee Boutique Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Eco Hotel,Hostel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175 Nopparat Thara Soi 10 Moo 5, Tombon Ao Nang, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/37/233756d903bb6928a4b32854babe6c893f2f2de0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel’s setting, just off the beach, will appeal to those seeking a quiet, less touristy enviro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="626.86" OriginalAmount="608.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.05132" Longitude="98.84598" StarRating="4" HotelCode="|243498" HotelName="Lux Family Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>803, Moo 2, Thambon Ao Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/4/9/8/243498_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="628.09" OriginalAmount="609.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.6084508" Longitude="99.0332698" StarRating="3" HotelCode="|178371" HotelName="Long Beach Chalet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>472 Moo 3, Tambon Saladan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/7/1/178371_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="635.51" OriginalAmount="617.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.05999232" Longitude="98.84707897" StarRating="0" HotelCode="957239|amadha_villas_retreat" HotelName="Amadha Villas Retreat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1009 Soi 1 Moo 2, Aonang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/c1/9dc143a2fea42d82c85574bb4b786a9dd96aa420.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="638.16" OriginalAmount="619.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0410409" Longitude="98.8201586" StarRating="4" HotelCode="|27893" HotelName="Chada Thai Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>260 Moo 2 Tambol Ao Nang, Amphur Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/9/3/27893_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="651.03" OriginalAmount="632.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.03163" Longitude="98.83323" StarRating="4" HotelCode="|441415" HotelName="The Scene Cliff View Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Scene Cliff View Villas, 907 M. 2 Soi Ao Nang 11/1, Krabi, 81180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/4/1/5/441415_99a126b1337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="657.14" OriginalAmount="638" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.062195" Longitude="98.746828" StarRating="4" HotelCode="165936|51060" HotelName="Elements Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>189 Moo 3, T. Nong Tale, Klong Muang Beach, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a4/d0/a4d0caf9067c704807bded86b6f0494de61ca233.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is perfect as an ideal hideaway for those seeking tranquil environments away from day-to-...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="659.24" OriginalAmount="640.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.013628" Longitude="98.842786" StarRating="3" HotelCode="187182|172843" HotelName="Railay Phutawan Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>1 Moo 2, Ao Nang 81000, Muang, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/4d/2f4d6c555feda4e9339cbe997591fea6bac92d53.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the Eastside Beach of Ao Nang Krabi, the resort is set among the lush greenery of mountai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="668.17" OriginalAmount="648.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0756985" Longitude="98.7432116" StarRating="4" HotelCode="|72763" HotelName="The Elements Krabi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>189 Moo 3, Klong Muang Beach,T. Nong Talay, A. Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/7/6/3/72763_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in the beach, 37 kilometres away, you can find Krabi Airport Ao Nang it is 19 kilometres away from. ROOM: The establishment has 65 rooms with satellite television, WiFi, a direct line telephone, a safety deposit box, a mini-bar, a kettle and a coffee maker. They also have an air-conditioning system, a bathroom with a bath and a shower. You can also find deluxe rooms with workspace and a living room. FACILITIES: With regards to the food and beverage offering, there is a restaurant, The establishment has gardens, a swimming pool, a gym, a spa and a launderette.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="669.17" OriginalAmount="649.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0399858327833" Longitude="98.815230131149" StarRating="4" HotelCode="115860|96729" HotelName="Holiday Inn Resort Krabi Ao Nang Beach" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Hotel de Charme" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Moo 3, Ao Nang Beach, Amphoe Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/33/1b339341e4cd26c4f3ae78328cfaa0d9f16381c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is situated on a quiet spot around the corner from the sandy Nopparattarta and Ao Nang b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="677.74" OriginalAmount="658" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3897-28567907/5316220095349427866/344" HotelName="CHADA THAI VILLAGE RESORT (SHA)" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1110000/1108300/1108292/2c49c842_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="680.83" OriginalAmount="661" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.589286" Longitude="-122.349511" StarRating="4" HotelCode="0|497846-25659571/5316220095349427866/17063" HotelName="LUX FAMILY VILLAS (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>765 Airport Blvd., Burlingame, CA, 94010, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16400000/16399200/16399180/6a7415e7_b.jpg</HotelPictures>
        <HotelDescription>The Hilton Garden Inn San Francisco Airport/Burlingame hotel is only 2 miles south of the San Francisco International Airport. Downtown San Francisco, California, and Silicon Valley are both 17 miles from our San Francisco hotel. The South San Francisco Conference Center and San Mateo County Expo Center are close by. Deluxe accommodations, friendly California service and a relaxed atmosphere await our guests.  Fully renovated in 2010, the hotel features the following amenities: 32-inch flat-screen TVs in all guest rooms, Complimentary high-speed Internet access with secure PrinterOn remote printing, Spacious Fitness Center featuring Precor cardio equipment with personal viewing screens, 24-hour complimentary business center with complimentary printing and faxing available, In-room hospitality center in each room with a microwave, refrigerator, coffee maker, Two dual-line phones with voicemail and data ports, Large work desk with desk-level outlets, an ergonomic chair. Entertainment options include complimentary HBO, Complimentary USA Today each weekday morning, Heated indoor pool and whirlpool.  The hotel offers 1,308 square feet of flexible meeting and banquet space that accommodates up to 80 people. At our hotel in San Francisco, California, the Great American Grill restaurant serves freshly prepared breakfasts as well as lunch and dinner. The Pavilion Pantry has a selection of refrigerated, frozen and microwaveable packaged items, perfect for in-room preparation.  The hotel is ready for guests to have after-work relaxation or some fun during a weekend getaway. Our hotel in San Francisco, CA is adjacent to a jogging path by the San Francisco Bay.  The Hilton Garden Inn San Francisco, California hotel offers complimentary airport shuttle service to and from San Francisco International Airport between 4:00 a.m. and 12:30 a.m. This service operates at 30 minute intervals. The Hilton Garden Inn San Francisco Airport/Burlingame hotel guests should look for the white shuttles with the Hilton Garden Inn and Red Roof Inns logos. Our Hilton Garden Inn San Francisco Airport/Burlingame hotel guests should use the courtesy telephones located on the center island to request a pick-up.  Everything. Right Where You Need It.&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 12:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="691.19" OriginalAmount="671.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.6447779" Longitude="99.0217541" StarRating="4" HotelCode="|46058" HotelName="Avani+ Koh Lanta Krabi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>315 Moo 1, Saladan, Koh Lanta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/0/5/8/46058_aa14e671310.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned renovated hotel in 2008, has 83 standard rooms, express check-out, a reception, a currency exchange service, a safety deposit box service, a playground and a restaurant. The establishment also has wedding facilities, tourist information, a business centre, meeting room, internet, a car park and a medical care service. At an additional cost you can enjoy room service and a laundry service. SITUATION: This beach hotel is 2 kilometres from Saladan where you can find restaurants, shops, bars, pubs and public transport services. Is 10 kilometres from Lanta Park this complex is 70 kilometres from Krabi ROOM: The rooms have a king-size bed, a bathroom with a bath, a shower, a hydromassage bath, a sitting area, a private swimming pool, a hairdryer, a direct line telephone, a satellite TV, internet, a safe, a mini-bar, a fridge, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: The establishment has a swimming pool with a bar, deck chairs and parasols. For a fee, you can enjoy spa treatments and a massage service. At the beach, you can find deck chairs and parasols. OTHERS: Clients have at their disposal a restaurant and a cafÃ©. The establishment offers a breakfast service and set-menu or Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="700.40" OriginalAmount="680.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0362756006596" Longitude="98.834306001663" StarRating="2" HotelCode="185931|krabi_apartment_hotel" HotelName="Krabi Apartment Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 11/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>262/28 moo 2, Ao-nang soi 11, Ao-nang road, Ao Nang, Leela Valley, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/a3/42a348d5624d324937ac3e3545c50b709580e7dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located in a family-friendly, traffic-free area of Leela Valley Village in Krabi. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="728.21" OriginalAmount="707" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|582245-25730768/5316220095349427866/16804" HotelName="ANANA ECOLOGICAL RESORT KRABI (SHA)" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29090000/29087100/29087004/422205fa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="730.83" OriginalAmount="709.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0411532481445" Longitude="98.838271917197" StarRating="3" HotelCode="310629|7265598" HotelName="Ban Sainai Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>550 Soi Aonang 11/1, Moo 2, Tambon Aonang, Amphur Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e7712d0af17f929fc2e01394deeb52e260fad9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="732.33" OriginalAmount="711" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|79178-28510513/5316220095349427866/2016" HotelName="SAND SEA RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3900000/3894100/3894070/184ab41a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="732.39" OriginalAmount="711.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0330138" Longitude="98.8257192" StarRating="4" HotelCode="|44802" HotelName="Avani Ao Nang Cliff Krabi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>328 Moo 2, Ao Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/0/2/44802_aa90e0c1510.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 97 rooms and with features that offer you the maximum level of comfort. The establishment has air-conditioning, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a playground, a cafÃ©, a bar and a restaurant. The establishment also offers conference facilities, WiFi, room service, a laundry service, a car park and bicycle rental. SITUATION: This establishment is in Ao Nang Beach. It is just 2 kilometres away from the railway station. 27 kilometres away from the establishment, guests will find Krabi Airport. It is just 156 kilometres away from Phuket Airport. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="749.84" OriginalAmount="728" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|388505-26927402/5316220095349427866/3964" HotelName="AONANG FIORE RESORT (SHA)" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14760000/14755300/14755277/8e130080_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="754.30" OriginalAmount="732.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0309787" Longitude="98.8224762" StarRating="4" HotelCode="|27891" HotelName="Vacation Village Phra Nang Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>119 Moo 2 Aonang, Muang, Krabi, 81000 Ao Nang Beach, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/9/1/27891_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="757.05" OriginalAmount="735.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.044363" Longitude="98.81878475" StarRating="4" HotelCode="586210|andakiri_pool_villa" HotelName="Andakiri Pool Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),Designated Smoking Area,Dining,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Soi Thanon Klong Hang Moo 3, Aonang Sub-district, Muang District, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/50/9a50a117ce5ec206ca08619ef2548579a262cb27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Andakiri Pool Villa is located on the hillside of Ao Nang, only 5 minutes' drive to Aonang Beach and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="765.20" OriginalAmount="742.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.05505" Longitude="98.8564" StarRating="4" HotelCode="853740|661452" HotelName="Cher Mantra Aonang Resort &amp; Pool Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>987 Moo 2</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d3/04/d3046c274fd5134fd3959654499c91aad4f36af3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="784.22" OriginalAmount="761.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.02760262" Longitude="98.88757306" StarRating="5" HotelCode="440796|1937545" HotelName="The Shellsea" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Fossil Shell Beach, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e4/b4/e4b4e65bd259e54bf233b74033dfaddf3fea6bf3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="786.88" OriginalAmount="763.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0398143" Longitude="98.8151029" StarRating="0" HotelCode="|49639" HotelName="Holiday Ao Nang Beach Resort, Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>123 Moo 3 Ao Nang, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/6/3/9/49639_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, was built in 2008, has 59 standard rooms, a lobby, a reception, a safety deposit box service, a lift, a kiosk and a bar. The establishment also offers room service, a laundry service, a car park and bicycle rental. SITUATION: This complex is near beaches. It is situated 10 minutes away from the shopping centre Ao Nang. In front of the hotel there is a bus stop. It is 30 kilometres away from Krabi Airport. ROOM: Each room has a bathroom with a shower, a bath, an individual air-conditioning system, a balcony or terrace, a direct line telephone, internet and a radio. They also have a stereo, cable television, a DVD player, a mini-bar, a fridge, a coffee maker, a kettle, a safety deposit box, an ironing set and a hairdryer. FACILITIES: The establishment has a swimming pool that has an area for children, an outdoor bar, a terrace, deck chairs, a gym and a massage service. MEALS: Clients have at their disposal 3 restaurants. The establishment serves a buffet breakfast. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="797.22" OriginalAmount="774" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|76442-25246065/5316220095349427866/16848" HotelName="TUP KAEK SUNSET BEACH RESORT (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3900000/3893200/3893187/48d5fbfd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="814.32" OriginalAmount="790.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0101675688418" Longitude="98.838407099247" StarRating="4" HotelCode="60181|74474" HotelName="Railay Bay Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 Moo 2, Aonang, Muang District, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/1a/8e1ab77d6a500cb6266b37fc6823b00bd4b6b2e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the only resort located between Railay West and Railay East beach. Krabi Town is a 20-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="818.85" OriginalAmount="795" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|365840-25552054/5316220095349427866/17011" HotelName="WAREERAK HOT SPRING RETREAT (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8450000/8440600/8440507/ea5dc0e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="833.27" OriginalAmount="809" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.4916457" Longitude="-73.5855048" StarRating="3" HotelCode="0|209558-14500374/5316220095349427866/4905" HotelName="AO NANG BEACH RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> 2170 Lincoln Avenue, MONTREAL, CA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90130000/90129100/90129061/1e56b1e6_b.jpg</HotelPictures>
        <HotelDescription>The city hotel is located in an affluent neighbourhood on the upper west side of Downtown Montreal and just minutes away from stylish homes, elegant shops, trendy restaurants and an exciting nightlife. Montreal city centre is around a 7-minute drive, as is the Underground City shopping centre, while Montreal Casino and the Botanical Garden are both are 15 minutes by car. Mount Saint Bruno ski area is around half an hour's drive from the city hotel and Montreal-Pierre Elliot Trudeau International Airport is approximately 17 km away.

This air-conditioned hotel was designed to provide a homelike atmosphere with spacious accommodation for guests' comfort. The city hotel offers 218 guest rooms in total and facilities include a babysitting service, cash machine/ATM, daily housekeeping service, grocery shopping service, safety deposit boxes at the front desk and same day dry-cleaning (some amenities may require fees). Guests also have a lobby, breakfast room, conference facilities and Internet access at their disposal.

Whether guests are travelling to Montreal for business or pleasure, short or long term, the spacious suites with full kitchenette provide space to work, breathe and relax. Each suite features an en suite bathroom with shower, bathtub and hairdryer, a radio, fridge, microwave, dishwashing machine, ironing set, tea and coffee making facilities and air conditioning. All suites also offer free high-speed Internet access and a private balcony or terrace.

Guests can unwind at the pool or enjoy their free time with an invigorating work-out in the high-tech gym. Other activities to choose from include biking trails, bowling, hiking and rock climbing. Golfers can practise their swing at Golf Dorval, around a 20-minute drive from the hotel.

A buffet breakfast as well as coffee in the lobby are offered.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="840.48" OriginalAmount="816" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1453095-32397970/5316220095349427866/4707" HotelName="GRAND MERCURE KRABI AO NANG" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/124000000/123520000/123519300/123519202/3c04edff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="841.50" OriginalAmount="816.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.05640693" Longitude="98.84559082" StarRating="3" HotelCode="407722|3585015" HotelName="Aonang Oscar Pool Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>888/8 Aonang Soi 1 Moo.2, Ao Nang, Muang, Krabi 81150</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0023/04871/2304871/47.jpg?f=15536175</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="841.51" OriginalAmount="817" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|76438-28842510/5316220095349427866/4550" HotelName="RAILAY VILLAGE RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3870000/3865900/3865892/3b4f388b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="856.96" OriginalAmount="832.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.05505" Longitude="98.8564" StarRating="4" HotelCode="954940|centara_ao_nang_beach_resort_spa_krabi" HotelName="Centara Ao Nang Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Laundry,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Moo 1, Tambon Ao Nang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1e/dc/1edce13bd169a6033f0d476e1dc2aa5fbd5bb893.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="857.99" OriginalAmount="833" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1348884-28586761/5316220095349427866/1457" HotelName="INFINITY AONANG KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75680000/75672300/75672245/4cd95d93_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="874.28" OriginalAmount="848.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.033007" Longitude="98.820028" StarRating="4" HotelCode="167009|342065" HotelName="Villa 360" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Moo 8 Ao Nang, Muang, Koh Phi Phi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/54/dd/54dda2f62bc6fb775381df446c46e54ba1c111dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located on Ko Phi Phi. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="883.28" OriginalAmount="857.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0113017" Longitude="98.837949" StarRating="4" HotelCode="|35028" HotelName="Railay Village Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>544 MOO 2, AO NANG .</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/0/2/8/35028_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex beach, was built in 2007 and has 49 rooms, The establishment has a lobby with a reception, restaurants and a laundry service. SITUATION: Near the establishment, you will findWest Railay the beach. ROOM: All the rooms have a bathroom with a bath, a hairdryer, an air-conditioning system and double bed or twin bed. They also have an air-conditioning system, a satellite TV, a direct line telephone, a mini-bar, a safe, a coffee maker and a kettle. FACILITIES: Guests are offered activities, diving, climbing and excursions. Guests can also find a swimming pool and a massage service. MEALS: Guests are offered a restaurant. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="884.44" OriginalAmount="858.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.051661" Longitude="98.814974" StarRating="0" HotelCode="|516278" HotelName="Poonsiri Varich Pool Villa Aonang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258 Moo5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/6/2/7/8/516278_55145ce1037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="899.23" OriginalAmount="873.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0885211" Longitude="98.746646" StarRating="3" HotelCode="|402340" HotelName="Krabi Home Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>247 Moo.3 Tumbol Nongtalay Muang, Krabi Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/3/4/0/402340_65ce0410949.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="939.36" OriginalAmount="912.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0579947169724" Longitude="98.748597360805" StarRating="3" HotelCode="429553|bliss_resort_krabi" HotelName="Bliss Resort Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Internet,Massage Centre,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>33/2 Moo 3 T.Nangtalay, Klong Muang Beach, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/10/b710c568e3e7b071055f8697480a75182fdc1e27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in Klong Muang Beach. Those wishing to escape the hustle and bust...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="984.65" OriginalAmount="955.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.032367" Longitude="98.82919" StarRating="4" HotelCode="|455513" HotelName="Adam Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>916 Moo 2, Ao Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/5/1/3/455513_36a393a1718.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1006.31" OriginalAmount="977" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|522332-28572332/5316220095349427866/313" HotelName="ALISEA POOL VILLAS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16530000/16527000/16526936/a39e21d1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1023.30" OriginalAmount="993.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.062586" Longitude="98.747085" StarRating="5" HotelCode="61993|53344" HotelName="Sofitel Krabi Phokeethra Golf &amp; Spa Resort" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>200 Moo 3, Tambon Nongtalay, Amphoe Muang Krabi, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/10/8b/108b9849213ba7388006416239383dd4521e54a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is located in a privileged location, overlooking the Andaman Sea and Klong Muang Be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1025.88" OriginalAmount="996" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.093853" Longitude="98.74752" StarRating="5" HotelCode="70842|10161" HotelName="Amari Vogue Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tubkaak Beach, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/49/4349ff5355e2093f7f462f566c0df2818ff65759.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach club resort is located towards the end of the peaceful Tubkaek Beach, next to a national p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1055.75" OriginalAmount="1025" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1077502-28491435/5316220095349427866/1687" HotelName="THE APEX PRIVATE POOL VILLA KRABI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45160000/45158500/45158446/7729682e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1059.96" OriginalAmount="1029.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.05794237" Longitude="98.81949846" StarRating="4" HotelCode="603983|662134" HotelName="De Malee Pool Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>53 Moo 5, Ao Nang Beach, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d2/d8/d2d871fb3e58b21a28ca517a74852d0263e373ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at De Malee Pool Villas in Krabi, you'll be convenient to Ao Nan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1120.64" OriginalAmount="1088" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|146053-25319990/5316220095349427866/16925" HotelName="ELEMENTS RESORTS (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4040000/4032800/4032737/e91f9963_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1147.42" OriginalAmount="1114" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.0894" Longitude="25.1594" StarRating="3" HotelCode="0|599351-25752145/5316220095349427866/16866" HotelName="THE SCENE CLIFF VIEW VILLAS (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>PARIKIA, 84400 PAROS, GR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29750000/29744100/29744052/d09bda24_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Angelina Studios in Paros (Parikia), you'll be minutes from Livadia Beach and close to Paros Archaeological Museum. This aparthotel is within close proximity of Church of One Hundred Gates and Ekatontapyliani Church.   Rooms   Make yourself at home in one of the 14 air-conditioned rooms featuring refrigerators. Complimentary wireless Internet access is available to keep you connected. Housekeeping is provided once per stay, and cribs/infant beds can be requested.   Business, Other Amenities   The front desk is staffed during limited hours. A roundtrip airport shuttle is complimentary (available on request).   Room Info:    Know Before You Go       Cash transactions at this property cannot exceed EUR 1500, due to national regulations. For further details, please contact the property using information in the booking confirmation.   Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation.        Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    No onsite parking is available.     Property Information:  Pets allowed    Check-in time starts at 2 PM  Check-out time is noon&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1263.81" OriginalAmount="1227" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|79177-28580071/5316220095349427866/979" HotelName="RAILAY BAY RESORT AND SPA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2190000/2186400/2186324/c49e12d4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1269.99" OriginalAmount="1233" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="18.78536" Longitude="99.01842" StarRating="4" HotelCode="0|583304-28575202/5316220095349427866/2239" HotelName="THE HAVEN KRABI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>28 KAN KLONG CHON PRATHAN ROAD, PATAN, MUANG, CHIANG MAI, TH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/26000000/25760000/25755600/25755516/fe2b9c49_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Chunapa Resort &amp;amp; Spa in Chiang Mai, you'll be close to Wiang Kum Kam and Chiang Mai City Arts &amp;amp; Cultural Center. This hotel is within close proximity of Wat Gatekaram and Warorot Market.   Rooms   Make yourself at home in one of the 84 air-conditioned rooms featuring LCD televisions. Rooms have private balconies. Cable television is provided for your entertainment. Bathrooms have showers and complimentary toiletries.   Rec, Spa, Premium Amenities   Enjoy the recreation opportunities such as an outdoor pool or make use of other amenities including complimentary wireless Internet access.   Dining   Enjoy a satisfying meal at a restaurant serving guests of Chunapa Resort &amp;amp; Spa.   Business, Other Amenities   Free parking is available onsite.   Room Info:    Know Before You Go       This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details 24 hours prior to arrival, using the contact information on the booking confirmation.    No pets and no service animals are allowed at this property.       Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.            Airport shuttle fee: THB 200 per vehicle (one way)                       Facilities fee: THB 150 per person, per day and includes use of:   - Fitness facilities     The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at 2 PM  Check-out time is noon  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1278.70" OriginalAmount="1241.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.057221" Longitude="98.750309" StarRating="5" HotelCode="|450586" HotelName="Varana Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258 Moo 3 Tambol Nongtalay Amphur Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/8/6/450586_7eb067d1150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1308.10" OriginalAmount="1270" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|428159-28543217/5316220095349427866/2046" HotelName="HOLIDAY STYLE AO NANG BEACH RESORT KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83330000/83320700/83320645/4e27b61c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1381.23" OriginalAmount="1341.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0542341896264" Longitude="98.750519156456" StarRating="4" HotelCode="55338|nakamanda_resort_and_spa" HotelName="Nakamanda Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Moo 3, Klong Muang Beach, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ea/b7ea184c0fc9572346a1f6f99bc02a916d54366c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is nestled between the mystically beautiful Krabi and the unspoilt Klong Muang coas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1404.92" OriginalAmount="1364" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1401549-25010053/5316220095349427866/5414" HotelName="VARANA KRABI HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90300000/90296800/90296715/6b783dde_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1412.13" OriginalAmount="1371" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|59226-25229533/5316220095349427866/16898" HotelName="NAKAMANDA RESORT AND SPA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1060000/1054600/1054568/0d56cf0a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1445.64" OriginalAmount="1403.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.080219" Longitude="98.833677" StarRating="3" HotelCode="|413790" HotelName="Mountain Villa Aonang Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19/10 Moo1, Ao Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/3/7/9/0/413790_636f75f1711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1494.53" OriginalAmount="1451" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|243695-25459916/5316220095349427866/16841" HotelName="BAN SAINAI RESORT (SHA)" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6598900/6598818/bfa27530_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1553.87" OriginalAmount="1508.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0554246" Longitude="98.7508095" StarRating="5" HotelCode="|34666" HotelName="Nakamanda Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>126 Moo.3 Klong Muang Beach 126</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/6/6/34666_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2002, has 36 rooms, 3 suites, 2 floors and villas. The establishment boasts a lobby with a reception, a safety deposit box service, a currency exchange service and a cafÃ©. Guests can find a TV room, a restaurant with air-conditioning, a bar, a conference room, internet, room service, a laundry service and a car park. SITUATION: This beach hotel, Krabi and Klong Muang it is located between in the surrounding area, there is bars, cafÃ©s and pubs. 500 metres away, guests will find restaurants, 500 metres away, clients have the beach, is situated 40 kilometres away from Phuket Airport. ROOM: The stylish rooms, have a bathroom with a shower, a bath, a hairdryer, a direct line telephone and satellite or cable TV. They also have a kitchen, a fridge, a coffee maker, a kettle, a king-size bed and a balcony or terrace. FACILITIES: The establishment boasts a swimming pool, deck chairs, parasols and a jacuzzi. MEALS: Regarding the food and beverage offering, the establishment offers all meals Ã  la carte. PAYMENT METHODS: The establishment accepts American Express, Visa and JCB.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1610.15" OriginalAmount="1563.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0629132" Longitude="98.7461547" StarRating="5" HotelCode="|35310" HotelName="Sofitel Krabi Phokeethra Golf and Spa Resort" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200 MOO 3, KLONG MUANG BEACH 200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/1/0/35310_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel it has 276 standard rooms and suites. The establishment has a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a games room and a television room. It also has a playground, a mini-club, 8 restaurants, bars, a cafÃ© and a pub. The establishment also offers conference facilities, internet (for a fee), room service and a laundry service. Close to the establishment, you can find an oudooor car park. Guests have access to bicycle rental (for a fee). SITUATION: This complex is in an excellent location, 5 minutes away from the beach. 100 minutes away from the establishment you have restaurants, bars and pubs. Bars It's 35 kilometres from Krabi Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1647.13" OriginalAmount="1599.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0108337" Longitude="98.8381032" StarRating="3" HotelCode="|35190" HotelName="Sand Sea Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sand Sea resort Railay beach, 192 Moo 5, Saitai, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/1/9/0/35190_3ae94b11058.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 68 standard rooms and 9 suites. The establishment boasts a lobby with a reception, a safety deposit box service, a currency exchange service and a mini-market. The establishment also offers a hairdresser's, a restaurant, conference rooms, internet and a laundry service. SITUATION: This complex is 10 metres away from Railay West Beach. 800 metres away, guests can find Ao Nang city centre where you can find the tourist centre, the stores and the beach. It is 800 metres away from la cueva Princesa 30 kilometres away, you can find Krabi Airport. It's 190 kilometres from Phuket Airport. ROOM: Each room has a bathroom with a shower, a bathrobe, slippers, a hairdryer, a direct line telephone, a television and individual air-conditioning. They also have kettle, a kettle, a coffee maker, a fridge, a safety deposit box, fruit, a washing machine, a king size or double bed and a balcony or terrace. FACILITIES: The establishment boasts a swimming pool that has an area for children and a massage service. Guests are offered excursions. Clients can enjoy activities such as beach volleyball. MEALS: This establishment has a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1981.86" OriginalAmount="1924.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.091384" Longitude="98.747965" StarRating="4" HotelCode="|26202" HotelName="The Tubkaak Krabi Boutique Resort - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>123 MOO 3, TUMBOL NONGTALAY, AMPHUR MUANG 123</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/2/0/2/26202_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment ideal for couples, is surrounded by tropical gardens. SITUATION: This complex is next to the beach, next to the Krabi Coast. ROOM: The establishment has bungalows.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2601.73" OriginalAmount="2525.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0917104163564" Longitude="98.748115897179" StarRating="4" HotelCode="50876|25776" HotelName="The Tubkaak Krabi Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 27/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Moo 3, Tambol Nongtalay, Amphur Muang, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/f4/bdf4c7206115f727ad1edaaecc83fe70dd3bdd61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex is wonderfully located right next to a fine sand beach. The peaceful surroundi...</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3160.77" OriginalAmount="3068.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.006369" Longitude="98.838603" StarRating="5" HotelCode="|31510" HotelName="Rayavadee" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>214 MOO 2, TUMBON AO-NANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/5/1/0/31510_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004 has 5 villas. The establishment boasts a lobby with a reception, a safety deposit box service, a currency exchange service, a cafÃ©, shops, a hairdresser's, a bar and a restaurant with air-conditioning. It also has a conference room, internet, room service, a medical care service and a laundry service. SITUATION: This hotel is 50 metres away from a beach. 800 metres away, guests can find Bangkok it is just 28 kilometres away from the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3497.88" OriginalAmount="3396" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|17647-25200288/5316220095349427866/16747" HotelName="TUBKAAK BOUTIQUE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1230000/1229100/1229019/42e09193_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3569.75" OriginalAmount="3465.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.095122" Longitude="98.747981" StarRating="5" HotelCode="|394740" HotelName="Banyan Tree Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>279 Moo 3, Tambon Nong Thale</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/7/4/0/394740_5e105ba0850.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3746.44" OriginalAmount="3637.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.025506" Longitude="98.855798" StarRating="0" HotelCode="|440745" HotelName="The Beach House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>324 Moo 5, Saithai, Krabi, Krabi, 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/7/4/5/440745_35792701733.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6464.28" OriginalAmount="6276" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.0851778210496" Longitude="98.744945526123" StarRating="5" HotelCode="318161|55052" HotelName="Phulay Bay, a Ritz-Carlton Reserve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Moo 3, Nongthalay, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a8/33a8300b94b218dffc04c2e15c755aee8047bf43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort, situated in a secluded and pristine area of Krabi overlooking the magnificent Andaman Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6734.14" OriginalAmount="6538" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3896-25186367/5316220095349427866/16738" HotelName="RAYAVADEE (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/880000/874200/874163/c90f4dbc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Sauna,Swimming Pool,Wheelchair Access,Jacuzzi,Shopping Arcade,Spa,Kitchen,Diet Meals,Nightclub,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Babysitting,Business Centre,Dining,Housekeeping,Library,Parking,Wake-up Call Service,Concierge,Elevator,LCD/Projector,Meeting Room,Valet Parking</BasicAmenities>
    <HotelRating>3,5,4,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,SPA HOTEL,VILLAGE,HOTEL DE CHARME,GUESTHOUSE,APARTMENT HOTEL,HOTEL,FAMILY-FRIENDLY HOTEL,CITY HOTEL,RESORT,BED AND BREAKFASTS,VILLA,BUSINESS HOTEL,ECO HOTEL,CONFERENCE HOTEL,GUEST HOUSES,HOSTEL,HOSTELS,APARTMENT</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
4ee20205-9b3e-4e85-992b-c6ce73ec87b1|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="4ee20205-9b3e-4e85-992b-c6ce73ec87b1">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="80968" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-03T00:00:00" End="2026-06-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="max@maxtravel.us" Password="Car@900900@@" 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
4ee20205-9b3e-4e85-992b-c6ce73ec87b1|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:c9a8928e-4027-43c7-b6d6-e64dfad21c33
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
4ee20205-9b3e-4e85-992b-c6ce73ec87b1|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
4ee20205-9b3e-4e85-992b-c6ce73ec87b1|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-02T10:50:45.6719951+01:00" Version="0" EchoToken="Search" TransactionIdentifier="4ee20205-9b3e-4e85-992b-c6ce73ec87b1" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="172.62" OriginalAmount="167.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.0882001" Longitude="-79.0832229" StarRating="2" HotelCode="|108453" HotelName="Fairway Inn By The Falls" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5958 Fallsview Boulevard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/4/5/3/108453_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.35" OriginalAmount="170.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.08958" Longitude="-79.0803" StarRating="0" HotelCode="|196983" HotelName="Niagara's Best Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5284 Ferry Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/9/8/3/196983_985a0431056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.53" OriginalAmount="179.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.0835605" Longitude="-79.0844141" StarRating="2" HotelCode="|108435" HotelName="Rainbow Motor Inn - By The Falls" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5581 Murray Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/4/3/5/108435_1_4099.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.40" OriginalAmount="184.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.0785075" Longitude="-79.0839073" StarRating="3" HotelCode="|95326" HotelName="Rodeway Inn Fallsview" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6663 Stanley Ave.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/3/2/6/95326_1_1493.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.28" OriginalAmount="194.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.09452" Longitude="-78.95548" StarRating="0" HotelCode="|196941" HotelName="Sands Niagara Falls" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9393 Niagara Falls Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/9/4/1/196941_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.67" OriginalAmount="194.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.0905644" Longitude="-79.0850106" StarRating="2" HotelCode="|108459" HotelName="Sunset Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5803 Stanley Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/4/5/9/108459_6149b461429.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.97" OriginalAmount="195.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.0896567" Longitude="-79.0860127" StarRating="3" HotelCode="|108432" HotelName="Kings Inn Near The Falls" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5525 Ferry Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/4/3/2/108432_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.97" OriginalAmount="199" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.094227003505" Longitude="-78.955307034953" StarRating="1" HotelCode="898868|71021" HotelName="Sands Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9393 Niagara Falls Boulevard, Niagara Falls, New York 14304</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/42/a3421378a77ffda5aafc84399eb9e8d97760ae09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Niagara Falls.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.60" OriginalAmount="214.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.089545" Longitude="-79.119827" StarRating="2" HotelCode="|80061" HotelName="Ramada Plaza By Wyndham Niagara Falls" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7389 Lundys Lane Niagara Falls, Ontario L2h 1g9,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/0/6/1/80061_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.29" OriginalAmount="221.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.0881203" Longitude="-79.0847992" StarRating="2" HotelCode="|108467" HotelName="Diplomat Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5983 Stanley Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/4/6/7/108467_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.81" OriginalAmount="227.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.09326" Longitude="-79.078871" StarRating="0" HotelCode="|543439" HotelName="Choice Inn by the Falls" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5100 Centre St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/3/4/3/9/543439_b9544461057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.76" OriginalAmount="228.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.08895" Longitude="-78.98632" StarRating="2" HotelCode="|509694" HotelName="Caravan Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6730 Niagara Falls Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/9/6/9/4/509694_de80cd20938.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.18" OriginalAmount="231.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.09139" Longitude="-79.05903" StarRating="0" HotelCode="|481439" HotelName="Passport Inn - By The Falls NY" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>523 3rd. Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/4/3/9/481439_5cd1dd51340.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.60" OriginalAmount="231.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.08905" Longitude="-78.9873" StarRating="2" HotelCode="|196955" HotelName="Budget Host Inn Niagara Falls" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6621 Niagara Falls Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/9/5/5/196955_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.02" OriginalAmount="234" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.093056496901" Longitude="-78.958900502409" StarRating="2" HotelCode="896959|67845" HotelName="Sterling Inn Niagara Falls near IAG Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9001 Niagara Falls Boulevard, Niagara Falls, New York 14304</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b4/9ab448bfa848d0923c50284ebd07ccd99a83172f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Niagara Falls. The nearest airport is Niagara Falls (IAG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.02" OriginalAmount="234.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.091299" Longitude="-79.059290333333" StarRating="1" HotelCode="897824|passport_inn_3rd_street" HotelName="Passport Inn 3rd Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>523 3rd Street, Niagara Falls, NY 14301</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/73/9b730834b0e1c560add0c643ba8ab0e0a945b91e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and facilities await guests of the motel, ensuring a comfortable stay. The accom...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.20" OriginalAmount="240" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.0755784" Longitude="-78.9890048" StarRating="2" HotelCode="200217|107248" HotelName="Aashram Hotel By Niagra River" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>6508 Buffalo Avenue, 14304 Niagara Falls, New York</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b7/73b7dc2291c0b94682fa63042f82cf59fa18cf05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A laundry service and a business centre are available to guests of the hotel. Wireless internet acce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.26" OriginalAmount="242" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.089131625" Longitude="-78.98914225" StarRating="2" HotelCode="124464|65823" HotelName="Americas Best Value Inn - Niagara Falls" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6505 Niagara Falls Boulevard, Niagara Falls, New York 14304</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/85/9685ad81aa0325e8e6141e5367af0eafd91be548.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Niagara Falls. The nearest airport is Niagara Falls (IAG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="250.62" OriginalAmount="243.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.088803443907" Longitude="-78.975787867245" StarRating="2" HotelCode="56706|1277308" HotelName="Quality Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7708 Niagara Falls Boulevard, Niagara Falls, New York 14304</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/e7/8ee72c48afd4976664e8c56dc55253564654fa5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Niagara Falls. The nearest airport is Niagara Falls (IAG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.02" OriginalAmount="243.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.0887886" Longitude="-78.9883411" StarRating="2" HotelCode="|168292" HotelName="Red Roof Inn Niagara Falls" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6505 Niagara Falls Boulevard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/2/9/2/168292_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a transfer service to Las Cataratas del NiÃ¡gara and the casino Seneca Niagara. SITUATION: This establishment is situated 3 kilometres away from Las Cataratas del NiÃ¡gara, and the casino Seneca Niagara. ROOM: The rooms have WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.25" OriginalAmount="245.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.09354" Longitude="-79.06796" StarRating="3" HotelCode="|69901" HotelName="Travelodge By Wyndham Niagara Falls Fallsview" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5599 River Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/0/1/69901_859bbd31613.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception, a covered swimming pool, a lift, a fitness centre, a spa and a restaurant. SITUATION: It is inNiÃ¡gara Falls the centre of near the establishment, you will find the commercial area. ROOM: The rooms have an air-conditioning system, a coffee maker, a radio, a television and a bathroom with a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.83" OriginalAmount="246.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.08896" Longitude="-78.98588" StarRating="3" HotelCode="|476332" HotelName="AArya By Niagara Fashion Outlets" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6734 Niagara Falls Boulevard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/3/3/2/476332_552da302213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.41" OriginalAmount="247.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.0942275" Longitude="-78.95587519" StarRating="2" HotelCode="896960|travelodge_niagara_falls" HotelName="Travelodge Niagara Falls" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9401 Niagara Falls Boulevard, Niagara Falls, New york 14304</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/63/0e63fad2be5711fbee91eb9efe626ce3ba1e58de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Niagara Falls. The nearest airport is St Catharines (YCM).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="255.17" OriginalAmount="247.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.089475679582" Longitude="-78.985855271697" StarRating="3" HotelCode="396956|1786338" HotelName="AArya Hotel By Niagara Fashion Outlets" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6734 Niagara Falls Boulevard, Niagara Falls, New York 14304</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/51/4051f771124d12c23c37f991880723d779bbc5cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Niagara Falls.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.93" OriginalAmount="250.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.080058" Longitude="-79.180463" StarRating="2" HotelCode="|108462" HotelName="Milan Garden Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13055 Lundy's Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/4/6/2/108462_c2751371054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.53" OriginalAmount="251" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.090115594056" Longitude="-78.996487881123" StarRating="2" HotelCode="84636|68192" HotelName="Econo Lodge At The Falls North" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5919 Niagara Falls Boulevard, Niagara Falls, New York 14304</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/e0/f6e09cf54d28333a02e464b8c82d5f4673ca29cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Niagara Falls. The nearest airport is Buffalo (BUF).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.97" OriginalAmount="306.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.091229" Longitude="-79.073943" StarRating="3" HotelCode="|165544" HotelName="TRAVELODGE AT THE FALLS" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4943 CLIFTON HILL, NIAGARA FALLS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/5/4/4/165544_fals_ext.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="316.21" OriginalAmount="307" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.083518942857" Longitude="-79.052721128571" StarRating="2" HotelCode="86417|488497" HotelName="Kalika Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>795 Rainbow Boulevard, Niagara Falls, New York 14303</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/d9/69d93a988de1aa86b6af783a6ae3a6c28af9aecd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Niagara Falls. The nearest airport is Niagara Falls (IAG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.36" OriginalAmount="308.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.08946" Longitude="-79.09881" StarRating="2" HotelCode="|196914" HotelName="Sunrise Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/9/1/4/196914_90577581048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="317.94" OriginalAmount="308.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.08900925427" Longitude="-78.976447726335" StarRating="2" HotelCode="895360|703815" HotelName="Super 8 Motel - Niagara Falls/Buffalo Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7680 Niagara Falls Boulevard, Niagara Falls, NY 14304</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/19/0319fa1d98e1c41f27a1043b7ee1f5ff4ef30703.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Niagara Falls. The nearest airport is Buffalo (BUF).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="318.41" OriginalAmount="309.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.089745" Longitude="-78.976433" StarRating="2" HotelCode="|164570" HotelName="Super 8 By Wyndham Niagara Falls Ny" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7680 NIAGARA FALLS BLVD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/5/7/0/164570_91ce4da1301.jpg</HotelPictures>
        <HotelDescription>SITUATION: The establishment, la Interestatal 190 it is close to 3 kilometres away from and NiÃ¡gara Falls the airport about 10 minutes away (by car) from the waterfalls. FACILITIES: Guests are offered WiFi (free of charge), a swimming pool (seasonal), business centre, a car park (free of charge) and a reception. ROOM: Each room has a fridge, cable television, a writing desk, a coffee maker and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="318.74" OriginalAmount="309.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.0931091" Longitude="-79.0777807" StarRating="2" HotelCode="|108475" HotelName="Days Inn and Suites By Wyndham Niagara Falls Centre St. By The Falls" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5068 Centre Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/4/7/5/108475_9ceef2b0808.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="325.48" OriginalAmount="316" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.094381" Longitude="-78.957485" StarRating="2" HotelCode="200219|82669" HotelName="Motel 6 Niagara Falls Ny" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9100 Niagara Falls Boulevard, Niagara Falls, NY 14304</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/be/72bee7a646c0b5ca437ec008b0057f16ba473a49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Niagara Falls. The nearest airport is Buffalo (BUF).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="340.93" OriginalAmount="331.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.073347303555" Longitude="-78.983277082444" StarRating="3" HotelCode="22656|four_points_by_sheraton_niagara_falls_new_york" HotelName="Four Points by Sheraton Niagara Falls" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7001 Buffalo Avenue, Niagara Falls, New York 14304</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/a2/c1a22938636e770c7fef7baaafe8f2d04eb0bf8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Niagara Falls. The nearest airport is Buffalo (BUF).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="342.63" OriginalAmount="332.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.08856" Longitude="-79.13058" StarRating="0" HotelCode="|551392" HotelName="Fullerton Manor Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7940 Lundy's Ln</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/3/9/2/551392_1d075631149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="344.02" OriginalAmount="334" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.08946943" Longitude="-78.89196929" StarRating="2" HotelCode="121859|107243" HotelName="Days Inn Niagara Falls" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2821 Niagara Falls Boulevard, Niagara Falls, New York 14304</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/c3/d0c3ee7a4e3c866c25a7d7f27405fc585108c63d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 54 rooms. A business centre is among the facilities. Wireless internet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="350.20" OriginalAmount="340" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.08967592" Longitude="-78.99416701" StarRating="2" HotelCode="268012|413512" HotelName="Comfort Inn &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Lounge,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>6115 Niagara Falls Boulevard, Niagara Falls, New York 14304</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e3/9de3d43a7313b20764a72ade9cfc8dc5f34dc61e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel welcomes guests in Niagara Falls.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="353.29" OriginalAmount="343" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.088949183466" Longitude="-79.062311053276" StarRating="2" HotelCode="48094|9274" HotelName="Wyndham Garden at Niagara Falls" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>443 Main Street, Niagara Falls, New York 14301</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/9b/a79ba1c3a48138e231d2c84b89d6898efa0dbeaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is situated just 1 block from the falls and a 5-minute walk from a casino.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="362.56" OriginalAmount="352.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.083458613468" Longitude="-79.061117784062" StarRating="3" HotelCode="370877|holiday_inn_niagara_falls_scenic_downtown" HotelName="Holiday Inn Niagara Falls" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 Buffalo Avenue, Niagara Falls, New York 14303</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/3a/4d3a40c21f89709a640966fbfd516ea1c8a6d88e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Niagara Falls. The nearest airport is Buffalo (BUF).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="364.62" OriginalAmount="354.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.08964063" Longitude="-78.99292864" StarRating="2" HotelCode="902997|la_quinta_inn_suites_niagara_falls" HotelName="La Quinta Inn &amp; Suites Niagara Falls" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>6225 Niagara Falls Boulevard, Niagara Falls, New York14304</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/2d/fb2dce17316499c576987cb41fad6a8547dca5fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A business centre is available to travellers. Wireless internet access is available to guests in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.90" OriginalAmount="360.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.0906334" Longitude="-79.0784378" StarRating="3" HotelCode="|53808" HotelName="Vittoria  and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5851 Victoria Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/0/8/53808_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is and is ideal for holidays, has excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="376.54" OriginalAmount="365.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.095806562842" Longitude="-78.953477740288" StarRating="2" HotelCode="64488|207066" HotelName="Best Western Summit Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Heated Pool,Internet,Laundry,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9500 Niagara Falls Boulevard, Niagara Falls, New York 14304</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/c3/f8c30b333ee3cd2959767f5fbadd85a163183d95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the midst of the Niagara area shopping and dining district. It is convenient...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="381.72" OriginalAmount="370.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.08915571" Longitude="-78.97518182" StarRating="2" HotelCode="562978|2277795" HotelName="Microtel Inn &amp; Suites By Wyndham Niagara Falls" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>7726 Niagara Falls Boulevard, Niagara Falls, New York 14304</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/c9/98c97252a33cbe38e613c0d508572b3022448721.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Niagara Falls.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="392.43" OriginalAmount="381" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.085634802033" Longitude="-79.061914086342" StarRating="3" HotelCode="92635|64657" HotelName="Quality Hotel &amp; Suites Niagara Falls" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240 First Street, Niagara Falls, New York 14303</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/cb/c6cb18d483cd67b75a1697df208906f136299d39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel complex enjoys a convenient location on the American side of Niagara Falls and is just one...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="408.04" OriginalAmount="396.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.09386" Longitude="-79.07346" StarRating="3" HotelCode="|29497" HotelName="Clifton Victoria Inn At The Falls" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5591 Victoria Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/4/9/7/29497_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, with air-conditioning, has 127 rooms, 4 floors, facilities, a lobby with elevators, a currency exchange service and a reception. Some of the facilities that the establishment offers to guests include a casino, a restaurant with air-conditioning, with highchairs, a laundry service, an indoor car park and a car park. SITUATION: This modern hotel NiÃ¡gara Falls it is close to it is situated next to restaurants, bars, nightclubs, shops and a casino. it is situated 20 minutes away from the city centre, 5 kilometres away, there is a public transport stop. ROOM: disabled access rooms, have a bathroom with a shower, a bath, a hairdryer, a direct line telephone, satellite and cable television, a radio, internet, a coffee maker, a teapot, an iron, an ironing board, fitted carpets, a balcony or terrace, a double or king-size bed, individual air-conditioning and individual heating. FACILITIES: Outdoors, clients can enjoy a swimming pool and deck chairs. The establishment boasts a covered swimming pool, a sauna, a solarium, a jacuzzi, a spa area, a massage service and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast. PAYMENT METHODS: The establishment accepts credit cards, American Express, Mastercard, Visa, Diners Club and JCB.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="430.42" OriginalAmount="417.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.0868" Longitude="-79.059318" StarRating="3" HotelCode="13519|362075" HotelName="Sheraton Niagara Falls" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>300 3rd Street, Niagara Falls, New York 14303</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1d/aa1d525354d4d590e7e5d0241e10c853a3f61a09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in close proximity to the famous Niagara Falls within a few minutes walk of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="449.35" OriginalAmount="436.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.089284" Longitude="-79.080204" StarRating="3" HotelCode="|32551" HotelName="Courtyardby Marriottniagara Falls" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5950 VICTORIA AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/5/1/32551_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 258 rooms, suites, 10 floors, a lobby with a reception, express check-out, WiFi, a laundry service, a safety deposit box service, a currency exchange service, a cloakroom, a lift and a playground. The establishment has a restaurant, a bar, conference facilities, internet, room service and a car park. SITUATION: The hotel NiÃ¡gara Falls it is in it is in the tourist centre, the Fallsview Casino Resort, Casino Niagara and Clifton Hill it is located near it is 125 kilometres away from Toronto-Pearson Airport. ROOM: The spacious rooms, have a double or king-size bed, coffee, a coffee maker, an iron, a safety deposit box, internet, WiFi (free of charge), a bathroom with a shower, a bath, a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, individual air-conditioning and individual heating. FACILITIES: The establishment boasts a covered heated pool, a gym, a hydromassage bath, a sauna, an outdoor swimming pool (seasonal), a slide, a terrace, parasols and parasols. it is located 5 minutes away from a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a coffee shop, a grill restaurant and a bar. Guests are offered Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OBSERVATIONS: Check-in is at 15:00 and check-out is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="455.69" OriginalAmount="442.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.08283" Longitude="-79.08293" StarRating="4" HotelCode="|29498" HotelName="Hilton Niagara Falls/fallsview and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6361 FALLSVIEW BOULEVARD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/4/9/8/29498_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, was opened in 2000, renovated in 2002, has a main building, an annexed building and 516 standard rooms. In the entrance, you can find a lobby with a reception, air-conditioning, a dining room, 6 conference rooms, a living room and a lift. The establishment boasts shops, a bar, a casino, a cafÃ©, a restaurant with highchairs, room service and a laundry service. SITUATION: This hotel is on a main street. It is close to NiÃ¡gara Falls 20 metres away, guests will find shops and public transport. It is 5 minutes away from the railway station and the bus station. ROOM: The rooms have a living room, a direct line telephone, satellite and cable TV, a radio, internet, heating, an individual air-conditioning system, a bathroom with a hairdryer, a coffee maker, a teapot, an iron, an ironing board, a double or king-size bed and fitted carpets. FACILITIES: The establishment boasts a covered swimming pool, a jacuzzi, a sauna, a massage service, a gym and spa treatments. Close to the establishment, clients can find a golf course. MEALS: Guests are offered a breakfast service. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="465.09" OriginalAmount="451.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.09302" Longitude="-79.07479" StarRating="2" HotelCode="|32133" HotelName="The Falls and Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5657 Victoria Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/3/3/32133_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and has 138 rooms, The hotel with air-conditioning has a lobby, a reception with a bureau de change, a lift, a shop and 2 restaurants. nearby, you can find an indoor car park. SITUATION: The hotel Clifton Hill it is in Casino Niagara it is located in front of NiÃ¡gara Falls near the establishment, guests will find it is 90 minutes away from Toronto Airport. ROOM: Customers have spacious rooms with a bathroom, a hairdryer, a coffee maker, an iron, internet (free of charge), a direct line telephone, a satellite or cable television, a radio, a king-size bed and patio or terrace. Some rooms have jacuzzi. FACILITIES: The establishment boasts a swimming pool and a jacuzzi. Guests are offered an entertainment programme. MEALS: Regarding the food and beverage offering, the establishment offers 2 restaurants and a bar. The establishment offers a breakfast service. PAYMENT METHODS: Customers can pay by American Express, Mastercard, Visa, Diners Club and JCB.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="497.80" OriginalAmount="483.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.0785291" Longitude="-79.0823818" StarRating="3" HotelCode="|29363" HotelName="Niagara Fallsview &amp; Suites By IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6733 FALLSVIEW BOULEVARD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/3/6/3/29363_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel with air-conditioning, has 15 floors, 232 standard rooms and 2 rooms adapted for people with reduced mobility. In the entrance, guests are offered a lobby with a reception, a safety deposit box service and a lift. The establishment also has shops, a games room, a restaurant with highchairs, a dining room, a conference room, internet, room service, a laundry service and a car park. This hotel is non-smoking. SITUATION: This hotel is in the heart of Fallsview. 100 metres away, guests will find the waterfalls. Clients can also find the leisure areas, restaurants, parks, shops and shops. ROOM: The spacious rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, large, a king size or double bed, fitted carpets, an air-conditioning system, individual heating, a coffee maker and an iron. FACILITIES: The establishment boasts a covered pool with a section for children and a gym. MEALS: The establishment serves a buffet breakfast and Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="507.61" OriginalAmount="492.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.086301" Longitude="-79.0887337" StarRating="3" HotelCode="|108428" HotelName="Cozy House Bandb" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5725 Robinson Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/4/2/8/108428_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="527.36" OriginalAmount="512" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.097997562685" Longitude="-78.94590268592" StarRating="2" HotelCode="123872|107245" HotelName="Holiday Inn Express &amp; Suites Niagara Falls" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10111 Niagara Falls Boulevard, Niagara Falls, New York 14304</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/2b/752b524624fd2be1c33bfea0df199a02e5d0d47d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 87 rooms. Most storeys are accessible by lift. Services and facilities...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="537.66" OriginalAmount="522" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.0892" Longitude="-78.987688" StarRating="3" HotelCode="934136|82666" HotelName="Hampton Inn Niagara Falls Blvd" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6501 Niagara Falls Boulevard, Niagara Falls, New York 14304</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/11/8411d0fcdaf3dcbc1e452fc5fc0649aba69777a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Niagara Falls. The nearest airport is Buffalo (BUF).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="572.05" OriginalAmount="555.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.0859773" Longitude="-79.0577706" StarRating="4" HotelCode="|32869" HotelName="SENECA NIAGARA CASINO &amp; HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>310 FOURTH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/8/6/9/32869_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="594.31" OriginalAmount="577" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.0829566" Longitude="-79.05126774" StarRating="3" HotelCode="572018|265249" HotelName="Courtyard Niagara Falls Usa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>900 Buffalo Avenue, Niagara Falls, New York  14303</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/07/910720d2b528419633701650ea885e8063fb8440.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Niagara Falls.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="595.03" OriginalAmount="577.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.090848" Longitude="-79.072734" StarRating="4" HotelCode="|29499" HotelName="Sheraton Fallsview" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5875 FALLS AVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/4/9/9/29499_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant and urban hotel with air-conditioning, has 670 stylish rooms, 10 suites, 3 rooms adapted for people with reduced mobility and 22 floors. In the establishment entrance, guests will find a lobby, 7 lifts, a reception, a safety deposit box service and a currency exchange service. Some of the establishment facilities on offer are a cafÃ©, shops, a nightclub, casino, a games room, an air-conditioned restaurant with highchairs, 15 conference rooms and meeting rooms. The establishment also has room service, a laundry service, indoor parking and a car park. SITUATION: This comfortable hotel is in front of NiÃ¡gara Falls it is 4 minutes away from Maid of the Mist the waterfalls. 20 minutes away, you can find the city centre. 5 kilometres away, there is a public transport stop. ROOM: The cosy rooms, have a bathroom with a shower, a bath and a hairdryer. Are also equipped with a direct line telephone, satellite and cable TV, a radio, internet, a coffee maker, a teapot, an iron, an ironing board, a double or king-size bed, fitted carpets, individual air-conditioning and individual heating. FACILITIES: Outdoors, clients have access to 2 swimming pools, a heated swimming pool, a covered pool, a sauna, a solarium, a jacuzzi, a spa area and a massage service. Clients can enjoy play ping-pong and play mini-golf. The establishment also has a gym. MEALS: Regarding the food and beverage offering, the establishment offers buffet breakfast and lunch. PAYMENT METHODS: The establishment accepts credit cards, American Express, Mastercard, Visa, Diners Club and JCB.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="595.07" OriginalAmount="577.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.08301" Longitude="-79.05125" StarRating="3" HotelCode="|389352" HotelName="Courtyard by Marriott Niagara Falls, USA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>900 Buffalo Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/3/5/2/389352_1_5904.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="596.93" OriginalAmount="579.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.083432" Longitude="-79.061795" StarRating="3" HotelCode="|76443" HotelName="Holiday Inn Niagara Falls Scenic Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>114 BUFFALO AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/4/4/3/76443_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel NiÃ¡gara Falls it is in la Catarata Estadounidense a 10-minute walk away from Seneca the casino 1 kilometre away, you can find the harbour and NiÃ¡gara Aquarium it is 14,5 kilometres away from NiÃ¡gara Falls Airport. FACILITIES: There is a variety of facilities and services available at the establishment, including a covered swimming pool, At no extra cost, you can use a gym, a games room and a car park. ROOM: The rooms are bright, modern with fridge, a coffee maker, WiFi (free of charge), parquet flooring and flatscreen cable television. RESTAURANT: It also offers a restaurant and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="615.32" OriginalAmount="597.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.0795427" Longitude="-79.0821081" StarRating="4" HotelCode="|33710" HotelName="Embassy Suites By Hilton Niagara Falls Fallsview" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6700 FALLSVIEW BOULEVARD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/7/1/0/33710_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 42 floors close to the waterfalls, This air-conditioned hotel offers a lobby, a safety deposit box service, a lift, a kiosk, a games room, a bar and a restaurant. The establishment also offers conference facilities, internet, room service, a laundry service and a car park. SITUATION: This hotel is in Fallsview boulevard it is located near NiÃ¡gara Fallsview the Casino near the establishment, you will find restaurants, tourist points of interest, is in an excellent location, The establishment has views of. ROOM: The roomsLas Cataratas del NiÃ¡gara with views of The establishment has large, two bedroom suites with a sofa-bed, 2 cable televisions, a direct line telephone, a fridge, a coffee maker, a kettle and a microwave. The rooms a bathroom, They have a radio, internet, a safe, an iron, an air-conditioning system and individual heating. FACILITIES: The establishment has a covered heated swimming pool, a gym and hydromassage baths. 5 minutes away, there is a golf course. MEALS: The establishment serves a breakfast, lunch and dinner service, Regarding the food and beverage offering, the establishment offers a bar and Keg the restaurant. OBSERVATIONS: Check-in is at 16:00 and check-out is at 12:00. Pets are not allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="625.21" OriginalAmount="607" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.083283" Longitude="-79.055937" StarRating="3" HotelCode="27867|107239" HotelName="Hampton Inn Niagara Falls" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>501 Rainbow Boulevard, Niagara Falls, New York 14303</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/4f/6b4f9c00e338b773710be7b1ae042c3bc7c7f130.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Niagara Falls. The nearest airport is Buffalo (BUF).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="669.50" OriginalAmount="650" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.08348399" Longitude="-79.05319798" StarRating="3" HotelCode="322990|107249" HotelName="Fairfield Inn &amp; Suites Niagara Falls" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>643 Rainbow Boulevard, Niagara Falls, NY 14303</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/d5/72d525da94ddcc613f9b310a26644a7eb2f4bc8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Niagara Falls.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="692.31" OriginalAmount="672.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.08631318" Longitude="-79.06330466" StarRating="3" HotelCode="573091|4565115" HotelName="Hyatt Place Niagara Falls" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>310 Rainbow Boulevard South, Niagara Falls, New York 14303</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/d4/54d4adb33c5e3ccda4e71f378e03e90ed16cd1c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Niagara Falls.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="833.27" OriginalAmount="809" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.0816" Longitude="-79.0566" StarRating="3" HotelCode="446122|231443" HotelName="DoubleTree by Hilton Hotel Niagara Falls" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>401 Buffalo Avenue, Niagara Falls, New York 14303</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/60/61600c716328d006b5c9f82fe9665a09ceb4261a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Niagara Falls.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1054.12" OriginalAmount="1023.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.08404" Longitude="-79.05994" StarRating="5" HotelCode="|196954" HotelName="Voco The Cadence, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200 Rainbow Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/9/5/4/196954_60a82401744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1060.90" OriginalAmount="1030" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.084271" Longitude="-79.059987" StarRating="2" HotelCode="84635|107250" HotelName="Red Maple Inn by The Falls" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>200 Rainbow Boulevard &amp; 2nd, Niagara Falls, New York 14303</AddressLine>
          </AddressLines>
          <CityName>Niagara Falls</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/9e/5d9ebd7a25239e6f35f0b13db70cb30bd3be6d87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Niagara Falls. The nearest airport is Buffalo (BUF).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Internet,Laundry,Central Heating,Fax,Heated Pool,Sauna,Swimming Pool,Telephone Service,Bar,Restaurant,Lounge,Spa,Conference Hall,Room Service,Currency Exchange,Jacuzzi,Bicycle Rental,Designated Smoking Area,Golf,Shopping Arcade,Wheelchair Access</BasicAmenities>
    <HotelRating>3,2,1,4</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY</Meals>
    <PropertyType>CITY HOTEL,HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|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
4ee20205-9b3e-4e85-992b-c6ce73ec87b1|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
4ee20205-9b3e-4e85-992b-c6ce73ec87b1|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
4ee20205-9b3e-4e85-992b-c6ce73ec87b1|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="4ee20205-9b3e-4e85-992b-c6ce73ec87b1" TimeStamp="0001-01-01T00:00:00" HotelName="Quality Hotel &amp; Suites Niagara Falls" HotelCode="92635|quality_hotel__suites_at_the_falls" StarRating="3" GTCityId="80968" CountryCode="US" CityName="Niagara Falls" CountryName="USA" Address="240 First Street, Niagara Falls, New York 14303" PostCode="14303" PhoneNo="+17162821212" FaxNo="+17162820051" Email="GuestServices@QualityNiagaraFalls.com" CheckInTime="16:00" CheckOutTime="11:00" Latitude="43.085634802033" Longitude="-79.061914086342" SourceId="63" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Queen/Queen|Room 2: Queen/Queen" RoomTypeCode="152167699|3|381|27|MzgxfEdCUHwyMDI2LTA2LTAy" OriginalAmount="381" TotalPrice="392.43" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" 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|Radio|Internet access|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Oven|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T10:51:12.2059608+01:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="381" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast" RoomType="Room 1: Standard Quadruple room (2 full double beds)|Room 2: Standard Quadruple room (2 full double beds)" RoomTypeCode="h-742247d3-dbdd-54d0-9a3c-9d1ca27f1770|63|Mzg2LjAwfEdCUHwyMDI2LTA2LTAy" OriginalAmount="386" TotalPrice="397.58" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 47.40-- occupancy tax is included in the room rate.&lt;br/&gt;USD 39.80-- resort fee is not included in the room rate &amp; is payable to the hotel in the local currency</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-28T00:00:00" End="2026-06-03T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="397.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 2 Queen Beds|Room 2: 2 Queen Beds" RoomTypeCode="308038025|3|388|27|Mzg4fEdCUHwyMDI2LTA2LTAy" OriginalAmount="388" TotalPrice="399.64" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" 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|Radio|Internet access|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Oven|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T10:51:12.5698601+01:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="388" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast" RoomType="Room 1: Standard Quadruple room with city view (2 full double beds)|Room 2: Standard Quadruple room with city view (2 full double beds)" RoomTypeCode="h-21e88cc9-7187-51e2-a306-8255c6d3e971|63|NDE4LjAwfEdCUHwyMDI2LTA2LTAy" OriginalAmount="418" TotalPrice="430.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 51.34-- occupancy tax is included in the room rate.&lt;br/&gt;USD 39.80-- resort fee is not included in the room rate &amp; is payable to the hotel in the local currency</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-28T00:00:00" End="2026-06-03T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="430.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Junior Suite|Room 2: Junior Suite" RoomTypeCode="314641107|3|426|27|NDI2fEdCUHwyMDI2LTA2LTAy" OriginalAmount="426" TotalPrice="438.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" 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|Radio|Internet access|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Oven|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T10:51:12.6647862+01:00" End="2026-06-02T10:51:12.6647862+01:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="426" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite - King Bed|Room 2: Suite - King Bed" RoomTypeCode="318379665|3|485|27|NDg1fEdCUHwyMDI2LTA2LTAy" OriginalAmount="485" TotalPrice="499.55" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" 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|Radio|Internet access|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Oven|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T10:51:12.8106592+01:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="485" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite - Queen/Queen|Room 2: Suite - Queen/Queen" RoomTypeCode="318379666|3|746|27|NzQ2fEdCUHwyMDI2LTA2LTAy" OriginalAmount="746" TotalPrice="768.38" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" 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|Radio|Internet access|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Oven|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T10:51:12.9365475+01:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="746" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast" RoomType="Room 1: Quadruple Suite (2 full double beds)|Room 2: Quadruple Suite (2 full double beds)" RoomTypeCode="h-34144004-302e-516f-91ff-27a1bc6824ca|63|Nzg1LjAwfEdCUHwyMDI2LTA2LTAy" OriginalAmount="785" TotalPrice="808.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 96.40-- occupancy tax is included in the room rate.&lt;br/&gt;USD 39.80-- resort fee is not included in the room rate &amp; is payable to the hotel in the local currency</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Fridge|Family room|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Linens|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-28T00:00:00" End="2026-06-03T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="808.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/c6/cb/c6cb18d483cd67b75a1697df208906f136299d39.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4f/48/4f481227e7f0c6e5e7e0ee93c24c844b46042c9b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/02/75/027508368b0cc198e9cf6c32546b83f030f8037e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/33/fa/33fa6354dff4ec46bb247273668fd94c8d2d6591.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/27/cd/27cdec2d101b6c8f19edcd4886bff4d3a0220002.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e3/13/e313aa16eebe88b124ea699f9e47b806b9108a50.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7b/04/7b04d3619dbb0aeb2dce8e6019f7abd339a879e1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/11/f2/11f2445e512971589e8f606df95ede7210c14aee.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/57/76/5776afb90bae2e56a2471a0d3b37d4950b9c24e6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f0/74/f0749ab50c890ddf6da61295b5534a462299290c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9d/79/9d7958deaf6faa341c314f7e68f52cedba877201.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/fc/55/fc5533fb2c39a9986b2d39cbfc9da0e8784c504d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ca/bd/cabd59d96a3714b9f496a8114a28ffb1d6e5c130.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/86/12/8612fba01975af432f11e615a7bff5a50d14705e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/de/7d/de7dc055571f4b6a24bc4c0b3466a0921df64353.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/28/7b/287b616ee2d6f9c6824d088089f1ac834e5be55d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b7/60/b760dbc5f54ed7ef7eaed57848c3ca1e949d6246.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/48/0f/480feb8441a6d8b6c59d82c4eb3153097902c510.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/3e/ea/3eea75130c9dcfe295e7a94f70d066ceac8c6dbe.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/7f/73/7f7372a36f774f8413dd1d971e2215742b36f2b0.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/48/f0/48f010482713a8b0bbc6f37060271604a136d274.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6b/ec/6bec329080f60496f84c0d0dab6a1f43469f714a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b7/84/b7843e103e42904beeca274dde75b78fab606559.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/48/1b/481b23d74d9325e68b63e52679513547c354202c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/90/07/90079484ba4e6538d1b1498bf0c1c1bc7ceb9be1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e9/e7/e9e72b72b4217acf2a112895c2e45854a8a0055a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d8/e4/d8e4ef6a56bcba60363adba8a0b7c5593f241b51.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/14/92/149222531e411dc84ff2688da54139b6fe410669.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0d/0e/0d0e3f0af01446edc82862d1613d4bf6d1688c93.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/21/e5/21e51a31eb864719b66c90e6b7e4000715e74e5e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5b/78/5b781aedabcbe6f374ddf5d60e1b7d45595f919a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3b/6f/3b6f2b58ca285799655ac79336a72487480ec6b5.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c3/e0/c3e079896d5d47bed4cba66fce3464ab1ab3b089.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/41/24/412440472c7bcdf35bc3e2c0e199a156d7dda249.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/8d/d6/8dd62adbcf940db586074cfd835d313237646d95.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/71/eb/71eb0e01eb200a0fbc7249aa859d43d9ac4ce2a9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/75/a0/75a0ef7ff297cdfbb3b6b98325f31733d51d9753.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1b/ec/1bec589a0d569f29d0d597e9c3efe848da0a3af3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/af/d3/afd39c3b1de21a9815dd4e21d7bbe1512692e576.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9f/21/9f212663f51872f6233bf95314c414c193fba30e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1e/3e/1e3e39101ca5dbce8f793d980845fdacec81eb67.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6a/f9/6af9702cea7e2efe4680eec44967e95553cacff9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/46/25/462584c0c4fe42bf4400d65dcf21c7639558119c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a9/fd/a9fd448e13aa75bbdbd149a2e97e0fcaf59e4b38.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1a/06/1a065c15ef0bee0324515c76b7f2356097dbdce8.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/17/10/1710bac9fb395060e1f257bc99bd88140e1a7831.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/19/88/19882b47230bb42069c23a401003339e581cae7b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4d/51/4d51674e0df519b97d481266a12c2401e681342e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/68/ef/68ef9310eb39d6636e92f65f88503ef502343fff.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c9/91/c99125d221e0e85e755ad6da3db3feecf86f4f8f.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;The hotel complex enjoys a convenient location on the American side of Niagara Falls and is just one block away from the border with Canada as well as the Canadian Falls.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel has 209 rooms, which are located on 4 storeys and are reachable by lift. Staffed 24 hours a day, the reception desk makes check-in and check-out easy. A safe, a newspaper stand, a playroom and a conference room are available. Wireless internet access in public areas allows guests to stay connected. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning and individually adjustable heating ensure that rooms maintain comfortable temperatures. All rooms are carpeted and include a double bed or a king-size bed. Valuables can be securely stored in a safe. Additional features include a refrigerator, a mini fridge, a stovetop, a microwave and a tea/coffee station. An ironing set is provided for guests' convenience. A direct dial telephone, a television with satellite/cable channels, a radio and WiFi are provided as well. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. The hotel has 213 non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The indoor and outdoor pools are ideal for exercise as well as relaxation. The hot tub in the pool area promises pure relaxation. A wellness area with a spa is available at the hotel. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Breakfast can be booked.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the hotel: American Express, VISA, Diners Club and MasterCard.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Fee for an extra bed: 20.00 USD per night.&lt;br /&gt;The number of extra beds depends on the room category. You must take a look at the information about the size of the selected room.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Resort fee is included in the accommodation price.&lt;br /&gt;&lt;b&gt;Pets: &lt;/b&gt;Pets are allowed for an additional fee. Price of accommodation: 30.00 USD per stay.</HotelDescription><Facilities><HotelFacilities><Type>General</Type><Description>ATM</Description><Value>ATM</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Shopping on site</Description><Value>Shopping on site</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Air conditioning</Description><Value>Air conditioning</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>24-hour reception</Description><Value>24-hour reception</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Elevator/lift</Description><Value>Elevator/lift</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Smoking areas</Description><Value>Smoking areas</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Smoke-free property</Description><Value>Smoke-free property</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Security guard</Description><Value>Security guard</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Newspapers</Description><Value>Newspapers</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Ticket assistance</Description><Value>Ticket assistance</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Gift shop</Description><Value>Gift shop</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Express check-in/check-out</Description><Value>Express check-in/check-out</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Chapel</Description><Value>Chapel</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Television in lobby</Description><Value>Television in lobby</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Fire Extinguisher</Description><Value>Fire Extinguisher</Value></HotelFacilities><HotelFacilities><Type>Accessibility</Type><Description>Accessibility features</Description><Value>Accessibility features</Value></HotelFacilities><HotelFacilities><Type>Accessibility</Type><Description>Wheelchair Accessible</Description><Value>Wheelchair Accessible</Value></HotelFacilities><HotelFacilities><Type>Accessibility</Type><Description>Wheelchair access to restaurant</Description><Value>Wheelchair access to restaurant</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Iron and board</Description><Value>Iron and board</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Laundry</Description><Value>Laundry</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Safe-deposit box</Description><Value>Safe-deposit box</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Concierge services</Description><Value>Concierge services</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Dry-cleaning</Description><Value>Dry-cleaning</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Wake-up service</Description><Value>Wake-up service</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Telephone</Description><Value>Telephone</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Iron</Description><Value>Iron</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Bar</Description><Value>Bar</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Coffee/tea for guests</Description><Value>Coffee/tea for guests</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast</Description><Value>Breakfast</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Restaurant</Description><Value>Restaurant</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Restaurant (buffet style)</Description><Value>Restaurant (buffet style)</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Vending machine</Description><Value>Vending machine</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Microwave oven</Description><Value>Microwave oven</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Kettle</Description><Value>Kettle</Value></HotelFacilities><HotelFacilities><Type>Internet</Type><Description>Free Wi-Fi</Description><Value>Free Wi-Fi</Value></HotelFacilities><HotelFacilities><Type>Transfer</Type><Description>Car rental</Description><Value>Car rental</Value></HotelFacilities><HotelFacilities><Type>Transfer</Type><Description>Taxi booking</Description><Value>Taxi booking</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>Spanish</Description><Value>Spanish</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>English</Description><Value>English</Value></HotelFacilities><HotelFacilities><Type>Tourist services</Type><Description>Tour assistance</Description><Value>Tour assistance</Value></HotelFacilities><HotelFacilities><Type>Recreation</Type><Description>Billiards</Description><Value>Billiards</Value></HotelFacilities><HotelFacilities><Type>Recreation</Type><Description>Karaoke</Description><Value>Karaoke</Value></HotelFacilities><HotelFacilities><Type>Recreation</Type><Description>Sun Deck</Description><Value>Sun Deck</Value></HotelFacilities><HotelFacilities><Type>Parking</Type><Description>Parking</Description><Value>Parking</Value></HotelFacilities><HotelFacilities><Type>Parking</Type><Description>Parking nearby</Description><Value>Parking nearby</Value></HotelFacilities><HotelFacilities><Type>Parking</Type><Description>Free Parking on Premises</Description><Value>Free Parking on Premises</Value></HotelFacilities><HotelFacilities><Type>Parking</Type><Description>Garage</Description><Value>Garage</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Swimming pool</Description><Value>Swimming pool</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Spa tub</Description><Value>Spa tub</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Indoor Pool</Description><Value>Indoor Pool</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Beach/pool towels</Description><Value>Beach/pool towels</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Heated swimming pool</Description><Value>Heated swimming pool</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Business center</Description><Value>Business center</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Event facilities</Description><Value>Event facilities</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Fax and copy machine</Description><Value>Fax and copy machine</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Meeting and presentation facilities</Description><Value>Meeting and presentation facilities</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Conference Hall</Description><Value>Conference Hall</Value></HotelFacilities><HotelFacilities><Type>Sports</Type><Description>Golf course</Description><Value>Golf course</Value></HotelFacilities><HotelFacilities><Type>Beauty and wellness</Type><Description>First Aid Kit</Description><Value>First Aid Kit</Value></HotelFacilities><HotelFacilities><Type>Pets</Type><Description>Pets allowed</Description><Value>Pets allowed</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Temperature control for staff</Description><Value>Temperature control for staff</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Personal protection equipment for staff</Description><Value>Personal protection equipment for staff</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Extra decontamination measures</Description><Value>Extra decontamination measures</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Temperature control for guests</Description><Value>Temperature control for guests</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Personal protection equipment for guests</Description><Value>Personal protection equipment for guests</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Contactless check-in and/or check-out</Description><Value>Contactless check-in and/or check-out</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Additional measures against COVID-19</Description><Value>Additional measures against COVID-19</Value></HotelFacilities></Facilities></HotelRoomRS>||True