<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
71221e98-28b5-42a9-b12b-06737dbe2ea2|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="71221e98-28b5-42a9-b12b-06737dbe2ea2">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="38" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-27T00:00:00" End="2026-05-30T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="mukeshtoursntravels1@gmail.com" Password="Diamond@72" 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
71221e98-28b5-42a9-b12b-06737dbe2ea2|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
71221e98-28b5-42a9-b12b-06737dbe2ea2|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
71221e98-28b5-42a9-b12b-06737dbe2ea2|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
71221e98-28b5-42a9-b12b-06737dbe2ea2|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
71221e98-28b5-42a9-b12b-06737dbe2ea2|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
71221e98-28b5-42a9-b12b-06737dbe2ea2|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:c7526e62-8a1a-4e43-9516-cd00077e2dcb
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
71221e98-28b5-42a9-b12b-06737dbe2ea2|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
71221e98-28b5-42a9-b12b-06737dbe2ea2|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
71221e98-28b5-42a9-b12b-06737dbe2ea2|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-05-22T11:30:03.5537428+01:00" Version="0" EchoToken="Search" TransactionIdentifier="71221e98-28b5-42a9-b12b-06737dbe2ea2" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="45.70" OriginalAmount="44.37" 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="16" TotalAmount="47.09" OriginalAmount="45.72" 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="16" TotalAmount="47.30" OriginalAmount="45.92" 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="47.30" OriginalAmount="45.92" 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="47.46" OriginalAmount="46.08" 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="47.79" OriginalAmount="46.40" 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="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269224143217" Longitude="55.306211896675" StarRating="3" HotelCode="902062|royal_mark_hotel_apartment_dubai" HotelName="Royal Mark Hotel Apartments" Meals="ROOM ONLY" 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="94" TotalAmount="48.75" OriginalAmount="47.33" 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="94" TotalAmount="50.56" OriginalAmount="49.09" 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="51.48" OriginalAmount="49.98" 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="63" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.278301710271" Longitude="55.309955477715" StarRating="2" HotelCode="31465|san_marco_5" 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="63" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.272336212746" Longitude="55.313718084656" StarRating="3" HotelCode="933775|phoenix_hotel_dubai_2" 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="51.83" OriginalAmount="50.32" 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" 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="52.18" OriginalAmount="50.66" 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="27" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.268201436032" Longitude="55.303627951544" StarRating="3" HotelCode="469983|201409" 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="63" TotalAmount="53.56" OriginalAmount="52.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="94" TotalAmount="53.59" OriginalAmount="52.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2722868" Longitude="55.313524" StarRating="3" HotelCode="|87886" HotelName="Phoenix" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <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="27" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260165307468" Longitude="55.324518568122" StarRating="3" HotelCode="371999|15408" 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="94" TotalAmount="55.99" OriginalAmount="54.36" 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="94" TotalAmount="55.99" OriginalAmount="54.36" 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="63" TotalAmount="56.65" OriginalAmount="55.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="16" TotalAmount="57.19" OriginalAmount="55.52" 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,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Port Saeed Street, P.O. Box 121711, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/b9/45b929d1f60f3cb7386a315b06080b79f286e532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at the heart of the city of Dubai, just behind the famous city centre shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.86" OriginalAmount="56.17" 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="58.70" OriginalAmount="56.99" 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="Non Refundable">
        <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="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.274755644537" Longitude="55.327639093254" StarRating="4" HotelCode="17493|sheraton_deira_hotel_dubai" HotelName="Grand Excelsior Hotel Deira" Meals="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="94" TotalAmount="60.11" OriginalAmount="58.36" 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="63" TotalAmount="60.77" OriginalAmount="59.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="94" TotalAmount="60.88" OriginalAmount="59.11" 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="16" TotalAmount="61.17" OriginalAmount="59.39" 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="27" TotalAmount="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262735" Longitude="55.294741" StarRating="3" HotelCode="187431|46871" HotelName="Astoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, P.O.Box: 457, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/second2/1389672911/7e7dfceb9043c866aebb4aac1a855143.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27318891777" Longitude="55.319745540619" StarRating="3" HotelCode="59801|dubai_palm_hotel" 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="61.82" OriginalAmount="60.02" 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="16" TotalAmount="62.12" OriginalAmount="60.31" 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="62.45" OriginalAmount="60.63" 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="Free CXL until 22/05/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="27" TotalAmount="62.83" OriginalAmount="61" 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="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.188798669097" Longitude="55.255153813492" StarRating="2" HotelCode="76172|holiday_inn_express_dubai_safa_park" HotelName="Holiday Inn Express Dubai Safa Park" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242852" Longitude="55.271732" StarRating="2" HotelCode="888112|holiday_inn_express_dubai_jumeirah" HotelName="Holiday Inn Express Dubai - Jumeirah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,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="94" TotalAmount="62.98" OriginalAmount="61.15" 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="63.28" OriginalAmount="61.44" 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="63.83" OriginalAmount="61.97" 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="94" TotalAmount="64.12" OriginalAmount="62.25" 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="64.12" OriginalAmount="62.25" 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="12" TotalAmount="64.38" OriginalAmount="62.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.104389" Longitude="55.166133" StarRating="2" HotelCode="70872|1150890" HotelName="Holiday Inn Express Dubai - Internet City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" 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="64.48" OriginalAmount="62.60" 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="94" TotalAmount="64.62" OriginalAmount="62.74" 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="16" TotalAmount="65.53" OriginalAmount="63.62" 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="65.82" OriginalAmount="63.90" 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" 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="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264651" Longitude="55.318562" StarRating="4" HotelCode="26672|lotus_hotel" HotelName="Lotus Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="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="66.32" OriginalAmount="64.39" 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="66.87" OriginalAmount="64.92" 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="66.93" OriginalAmount="64.98" 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="27" TotalAmount="66.95" OriginalAmount="65" 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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, Al Nahdha Street, P.O. Box: 26888, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/5e/3b5ee2b5d64d3bbc9b8a650b5c547dc1da2507c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on Al Nahda Street at the heart of Dubai, close to the commercial, business and shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.95" OriginalAmount="65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.274438" Longitude="55.315297" StarRating="3" HotelCode="66871|45252" 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="27" TotalAmount="66.95" OriginalAmount="65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263331" Longitude="55.318133" StarRating="3" HotelCode="14183|2248" 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="27" TotalAmount="66.95" OriginalAmount="65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270654" Longitude="55.316014" StarRating="3" HotelCode="94765|201651" HotelName="Oriental Palace Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252909" Longitude="55.309435" StarRating="4" HotelCode="141981|holiday_inn_bur_dubai__embassy_district" HotelName="Holiday Inn Bur Dubai - Embassy District" Meals="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="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.235299770465" Longitude="55.279484932541" StarRating="3" HotelCode="36292|chelsea_plaza_hotel_dubai" HotelName="Chelsea Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="67.00" OriginalAmount="65.05" 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" 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="94" TotalAmount="67.62" OriginalAmount="65.65" 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="67.89" OriginalAmount="65.91" 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="67.93" OriginalAmount="65.95" 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" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mankool Road, Port Rashid Road, Behind New Gold Souk, Bur Dubai, Dubai PO Box 118094</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/fa/acfa4ba95ace47b90e8a7bbbb28b67c5442808f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is ideally located in the centre in the Bur Dubai area, nestled between the imma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262718" Longitude="55.326174" StarRating="4" HotelCode="59001|avenue_hotel" HotelName="Avenue Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,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="67.98" OriginalAmount="66.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="63" TotalAmount="67.98" OriginalAmount="66.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="68.43" OriginalAmount="66.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26802" Longitude="55.304688" StarRating="4" HotelCode="|210907" HotelName="Best Western Plus Pearl Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <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="16" TotalAmount="68.66" OriginalAmount="66.66" 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="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27397" Longitude="55.31901" StarRating="4" HotelCode="14432|marco_polo_hotel" HotelName="Marco Polo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="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="69.52" OriginalAmount="67.50" 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="63" TotalAmount="70.04" OriginalAmount="68.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="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260348496035" Longitude="55.291351583992" StarRating="3" HotelCode="935337|gateway_hotel_" HotelName="Gateway Hotel" Meals="ROOM ONLY" 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="16" TotalAmount="70.26" OriginalAmount="68.21" 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="70.53" OriginalAmount="68.48" 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="94" TotalAmount="70.59" OriginalAmount="68.53" 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="70.71" OriginalAmount="68.65" 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="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.271295553075" Longitude="55.307428813492" StarRating="2" HotelCode="934452|mark_inn_hotel_deira" HotelName="Mark Inn Hotel Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="16" TotalAmount="71.89" OriginalAmount="69.80" 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="Free CXL until 23/05/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="71.98" OriginalAmount="69.88" 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="94" TotalAmount="71.99" OriginalAmount="69.89" 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="27" TotalAmount="72.10" OriginalAmount="70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.109534855178" Longitude="55.202957857637" StarRating="3" HotelCode="100073|23646" 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="63" TotalAmount="72.10" OriginalAmount="70.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.24294395151" Longitude="55.275583947314" StarRating="4" HotelCode="119228|mercure_gold_hotel_al_mina_road_dubai" HotelName="Mercure Gold Hotel Al Mina Road Dubai" Meals="ROOM ONLY" 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="63" TotalAmount="72.10" OriginalAmount="70.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.24997" Longitude="55.2819" StarRating="3" HotelCode="901868|smana_hotel_al_raffa_2" HotelName="Smana Hotel Al Raffa" Meals="ROOM ONLY" 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="94" TotalAmount="72.24" OriginalAmount="70.14" 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="94" TotalAmount="72.24" OriginalAmount="70.14" 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="73.06" OriginalAmount="70.93" 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="73.08" OriginalAmount="70.95" 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="27" TotalAmount="73.13" OriginalAmount="71" 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="73.89" OriginalAmount="71.74" 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="94" TotalAmount="74.10" OriginalAmount="71.94" 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="63" TotalAmount="74.16" OriginalAmount="72.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26979425" Longitude="55.31141643" StarRating="0" HotelCode="621924|trans_world_hotel" HotelName="Trans World Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Makhtoum Road</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/23/36/2336c458817790955ff5d1f78d4eb7b8ae4ae62d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.16" OriginalAmount="72.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23711464" Longitude="55.30982997" StarRating="4" HotelCode="752298|roda_links_al_nasr" HotelName="Roda Links Al Nasr" Meals="ROOM ONLY" 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="74.36" OriginalAmount="72.19" 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="94" TotalAmount="74.42" OriginalAmount="72.25" 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="74.60" OriginalAmount="72.43" 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="74.95" OriginalAmount="72.77" 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="74.95" OriginalAmount="72.77" 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="74.99" OriginalAmount="72.81" 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="27" TotalAmount="75.19" OriginalAmount="73" 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="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262404779153" Longitude="55.29760658741" StarRating="4" HotelCode="38016|arabian_courtyard_hotel__spa" HotelName="Arabian Courtyard Hotel &amp; Spa" Meals="ROOM ONLY" 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="75.63" OriginalAmount="73.43" 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="75.89" OriginalAmount="73.68" 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="76.22" OriginalAmount="74.00" 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="1" TotalAmount="76.63" OriginalAmount="74.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264918" Longitude="55.329805" StarRating="4" HotelCode="319695|CAX801300" HotelName="Hilton Garden Inn Dubai Al Muraqabat" Meals="HALF BOARD,ROOM ONLY,BED &amp; BREAKFAST" 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="76.67" OriginalAmount="74.44" 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="94" TotalAmount="77.01" OriginalAmount="74.77" 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="77.23" OriginalAmount="74.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1887007" Longitude="55.2550959" StarRating="3" HotelCode="|80457" HotelName="Holiday Inn Express Dubai Safa Park, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="27" TotalAmount="77.25" OriginalAmount="75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263214956902" Longitude="55.320410728455" StarRating="3" HotelCode="21223|6470" 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="63" TotalAmount="77.25" OriginalAmount="75.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="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="77.66" OriginalAmount="75.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.255273" Longitude="55.284962" StarRating="4" HotelCode="|119189" HotelName="Sea View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="12" TotalAmount="78.04" OriginalAmount="75.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270588781271" Longitude="55.32701164484" StarRating="5" HotelCode="32629|1051461" HotelName="Crowne Plaza Dubai Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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="78.44" OriginalAmount="76.16" 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="78.56" OriginalAmount="76.27" 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="16" TotalAmount="79.43" OriginalAmount="77.12" 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="16" TotalAmount="79.54" OriginalAmount="77.22" 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="27" TotalAmount="80.34" OriginalAmount="78" 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="63" TotalAmount="80.34" OriginalAmount="78.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="80.60" OriginalAmount="78.25" 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="81.26" OriginalAmount="78.89" 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="27" TotalAmount="81.37" OriginalAmount="79" 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" 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="63" TotalAmount="81.37" OriginalAmount="79.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.266931032274" Longitude="55.380969643593" StarRating="3" HotelCode="56926|fortune_plaza_hotel" HotelName="Fortune Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nahda Road, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/29/95293958d1a316e02736138e9dca798f4088d27d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just a few minutes away from the airport, Dubai Expo, Al Mulla shopping c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.37" OriginalAmount="79.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="82.11" OriginalAmount="79.72" 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="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27715183817" Longitude="55.314594542328" StarRating="4" HotelCode="57903|fortune_boutique_hotel_2" HotelName="Saffron Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Omar bin al Khattahb Road, D 88, Naif Road Signal, P.O. Box 181757, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/e7/58e7a6404edaaf73f062d10b03ce381e8c7f28f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the commerical district of Dubai. The famous Al Ghurair and Re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25924094122" Longitude="55.291182007336" StarRating="4" HotelCode="141395|royal_ascot_hotel_4" HotelName="Royal Ascot Hotel" Meals="ROOM ONLY" 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="82.40" OriginalAmount="80.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="16" TotalAmount="82.84" OriginalAmount="80.43" 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 22/05/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="94" TotalAmount="83.08" OriginalAmount="80.66" 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="83.08" OriginalAmount="80.66" 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="63" TotalAmount="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273567" Longitude="55.381388" StarRating="4" HotelCode="31296|dubai_grand" HotelName="Dubai Grand Hotel By Fortune" Meals="ROOM ONLY" 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="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270412021452" Longitude="55.380416568123" StarRating="4" HotelCode="904082|time_grand_plaza_hotel_3" HotelName="TIME Grand Plaza Hotel" Meals="ROOM ONLY" 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="16" TotalAmount="83.65" OriginalAmount="81.21" 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="94" TotalAmount="83.98" OriginalAmount="81.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.276946" Longitude="55.314555" StarRating="4" HotelCode="|207963" HotelName="Saffron Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="83.98" OriginalAmount="81.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2735243" Longitude="55.3813363" StarRating="3" HotelCode="|20348" HotelName="Dubai Grand By Fortune" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="84.42" OriginalAmount="81.96" 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="27" TotalAmount="84.46" OriginalAmount="82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="0" HotelCode="882888|402996" HotelName="Citymax Hotel Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Al Tejari 2 Street, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/99/88992f55510c89f799b1c45e2959478c86608249.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.46" OriginalAmount="82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.115483314906" Longitude="55.203811552649" StarRating="3" HotelCode="161006|26616" HotelName="Citymax Hotel Al Barsha At The Mall" 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,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="27" TotalAmount="84.46" OriginalAmount="82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.008286" Longitude="55.15671" StarRating="3" HotelCode="152741|34701" 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="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262615757775" Longitude="55.319941613423" StarRating="4" HotelCode="935401|suba_hotel" HotelName="Landmark Premier Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 80666, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/eb/20eb81d6137e0dacc6cb5cadd117a1d8c8ca6ec1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.91" OriginalAmount="82.44" 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="85.02" OriginalAmount="82.54" 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="85.08" OriginalAmount="82.60" 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="85.28" OriginalAmount="82.80" 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,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corniche, P.O. Box 5245, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/91/ac91c589dcb009b67e5d1ba2ef53e72042298b5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Corniche Deira, the hotel is 13 km away from Dubai International Airport and 9 km away fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.40" OriginalAmount="82.91" 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="94" TotalAmount="85.44" OriginalAmount="82.95" 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="27" TotalAmount="85.49" OriginalAmount="83" 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="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260928" Longitude="55.323015" StarRating="3" HotelCode="27572|mayfair_hotel" HotelName="Mayfair Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="16" TotalAmount="85.73" OriginalAmount="83.23" 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="94" TotalAmount="85.78" OriginalAmount="83.28" 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="85.79" OriginalAmount="83.29" 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="86.28" OriginalAmount="83.77" 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="86.31" OriginalAmount="83.80" 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="Free CXL until 22/05/2026" 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="83" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1443587-28866176/7624270764507943358/9" HotelName="FOUR POINTS BY SHERATON PRODUCTION CITY DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.52" OriginalAmount="84.00" 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="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.098227711811" Longitude="55.17641633749" StarRating="4" HotelCode="908945|ramee_rose_hotel_3" HotelName="Ramee Rose Hotel" Meals="ROOM ONLY" 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="86.55" OriginalAmount="84.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.247956510226" Longitude="55.337917506695" StarRating="4" HotelCode="93395|98109" HotelName="Le Meridien Fairway" 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,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="86.57" OriginalAmount="84.05" 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="86.68" OriginalAmount="84.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="94" TotalAmount="86.74" OriginalAmount="84.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2705691" Longitude="55.3198516" StarRating="3" HotelCode="|55261" HotelName="Royal Falcon" 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/5/5/2/6/1/55261_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Royal Falcon is rated three stars and has 84 rooms. The establishment has lifts, a business centre has features that offer you the maximum level of comfort and a car park. SITUATION: It is located close to the historic centre. Nearby, you will find the leisure area. Next to the establishment, guests have Al Hamriyah Park, near the establishment, you will find World Trade Centre, FACILITIES: You can find a fitness centre well-equipped. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant, a bar and a lounge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.88" OriginalAmount="84.35" 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="16" TotalAmount="87.18" OriginalAmount="84.64" 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 22/05/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="16" TotalAmount="87.19" OriginalAmount="84.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.240536601879" Longitude="55.273160720238" StarRating="3" HotelCode="320173|1517218" HotelName="ibis Styles Dubai Jumeira Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, 2nd December Street, Jumeira 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/99/f099709dd02878fadfe341a3d15ce3c3774c5c44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfect for both corporate and leisure travellers, thanks to its prime location and eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.28" OriginalAmount="84.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.237242916673" Longitude="55.274322330951" StarRating="4" HotelCode="258976|30894" HotelName="Jumeira Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd December Street, PO Box 33640, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a2/3ca29dbd8b35f3b67bf52193cc27065db637b92d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Satwa on Al Difayah Street. Restaurants and street cafés as well as shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.28" OriginalAmount="84.74" 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="87.32" OriginalAmount="84.78" 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="12" TotalAmount="87.50" OriginalAmount="84.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269210217067" Longitude="55.305422174193" StarRating="3" HotelCode="364978|1102709" HotelName="Landmark Hotel Baniyas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/55/79559aba0423c4a9ada48af7df7098403a375c3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located amidst Dubai's prime business, banking and shopping areas, the city hotel is 10 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.114409261513" Longitude="55.202254843015" StarRating="3" HotelCode="882889|379924" HotelName="Citymax Hotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.005871549925" Longitude="55.155129140875" StarRating="4" HotelCode="511837|201473" 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="27" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253969008086" Longitude="55.335921965573" StarRating="4" HotelCode="70417|29307" 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="27" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264336" Longitude="55.326673" StarRating="4" HotelCode="33650|34772" 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="27" TotalAmount="87.55" OriginalAmount="85" 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="27" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.096590517641" Longitude="55.174014421402" StarRating="4" HotelCode="450351|167298" 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="87.65" OriginalAmount="85.10" 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="Free CXL until 22/05/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="94" TotalAmount="87.90" OriginalAmount="85.34" 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="16" TotalAmount="87.91" OriginalAmount="85.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262706" Longitude="55.322213" StarRating="3" HotelCode="332550|1472968" HotelName="Al Sarab Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="16" TotalAmount="88.10" OriginalAmount="85.53" 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,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, PO Box 186878, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/01/92015947d62b425362dee69a3c809b4a7f1fb538.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the historic part of Dubai, next to the Creek and Al Ghurair Mall, the hotel is only 300 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.14" OriginalAmount="85.57" 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="Free CXL until 22/05/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="94" TotalAmount="88.40" OriginalAmount="85.83" 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="88.49" OriginalAmount="85.91" 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="94" TotalAmount="88.55" OriginalAmount="85.97" 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="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269777185602" Longitude="55.325091024808" StarRating="5" HotelCode="144106|asiana_hotel_dubai" HotelName="Asiana Hotel" Meals="ROOM ONLY" 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="88.58" OriginalAmount="86.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="88.88" OriginalAmount="86.29" 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="94" TotalAmount="89.40" OriginalAmount="86.80" 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="89.42" OriginalAmount="86.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2660954" Longitude="55.3256579" StarRating="4" HotelCode="|30846" HotelName="Coral Dubai Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 82999, AL MURAQABAT STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/4/6/30846_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was opened in 2004 and has 140 rooms, You are also offered a safety deposit box service, a currency exchange service, a lift, a cafÃ©, shops, a hairdresser's, a restaurant, a conference room and WiFi. The establishment also offers dining facilities, a laundry service, room service and a car park. SITUATION: Deira It is in 10 minutes away, guests can find Dubai Airport. ROOM: The rooms have a bathroom with a hairdryer, a satellite or cable television, internet, a mini-bar, a coffee maker, a teapot, an iron, an ironing board, a safety deposit box (available for a fee) and a central air-conditioning system. FACILITIES: The establishment has a swimming pool, a jacuzzi and a well-equipped gym, close to the establishment, customers can find a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248822398456" Longitude="55.312304751424" StarRating="4" HotelCode="401487|15572" 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="83" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450181-32393823/7624270764507943358/378" HotelName="DOUBLETREE BY HILTON DUBAI PORT SAEED" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.257539" Longitude="55.2995" StarRating="4" HotelCode="31297|four_points_by_sheraton_bur_dubai" HotelName="Four Points by Sheraton Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Walid Street, P.O. Box 33196, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/dd/eedd773634fb772eb8de89b9d81aaf27b86925b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming, modern hotel offers a stunning central location on Khalid Bin Walid in Bur Dubaï. A w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253488" Longitude="55.303931" StarRating="4" HotelCode="16882|regent_palace_hotel_3" HotelName="Regent Palace" Meals="ROOM ONLY" 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="63" TotalAmount="89.61" OriginalAmount="87.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="94" TotalAmount="89.68" OriginalAmount="87.07" 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="90.30" OriginalAmount="87.67" 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="94" TotalAmount="90.30" OriginalAmount="87.67" 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="90.30" OriginalAmount="87.67" 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="16" TotalAmount="90.41" OriginalAmount="87.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="27" TotalAmount="90.64" OriginalAmount="88" 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="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="27" TotalAmount="90.64" OriginalAmount="88" 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="90.64" OriginalAmount="88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113768310843" Longitude="55.200149467963" StarRating="5" HotelCode="178473|28408" 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 22/05/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="27" TotalAmount="90.64" OriginalAmount="88" 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="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.250882205129" Longitude="55.292306542397" StarRating="4" HotelCode="57062|grand_excelsior_hotel_bur_dubai" HotelName="Grand Excelsior Hotel Bur Dubai" Meals="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,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="12" TotalAmount="90.66" OriginalAmount="88.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23157461304" Longitude="55.270680708446" StarRating="3" HotelCode="263794|4493174" HotelName="Al Khoory Executive Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" 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="16" TotalAmount="91.03" OriginalAmount="88.38" 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="91.20" OriginalAmount="88.54" 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="12" TotalAmount="91.28" OriginalAmount="88.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.240406630431" Longitude="55.275290608406" StarRating="5" HotelCode="169208|1143011" HotelName="Ramada by Wyndham Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" 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="91.34" OriginalAmount="88.68" 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="16" TotalAmount="91.47" OriginalAmount="88.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.211272017644" Longitude="55.27412044373" StarRating="4" HotelCode="317014|1467118" HotelName="Emirates Grand Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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.56" OriginalAmount="88.89" 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="91.68" OriginalAmount="89.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.276179" Longitude="55.310341" StarRating="3" HotelCode="|215755" HotelName="Royal Tulip" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="91.89" OriginalAmount="89.21" 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="92.47" OriginalAmount="89.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113475" Longitude="55.191621" StarRating="4" HotelCode="162271|129574" HotelName="Cassells Al Barsha Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" 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="83" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|865939-24897681/7624270764507943358/2318" HotelName="URBAN AL KHOORY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45480000/45470800/45470766/c6002c2c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|279206-24860877/7624270764507943358/2438" HotelName="AL KHOORY EXECUTIVE AL WASL" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5390000/5389700/5389621/41878a53_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26341386199" Longitude="55.313678383827" StarRating="2" HotelCode="68507|panorama_deira_2" HotelName="Panorama Deira Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="0" HotelCode="818304|24_gold_hotel" 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="94" TotalAmount="92.76" OriginalAmount="90.06" 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="16" TotalAmount="93.06" OriginalAmount="90.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.079226911551" Longitude="55.144208371639" StarRating="4" HotelCode="170684|200466" 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="12" TotalAmount="93.10" OriginalAmount="90.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267076976174" Longitude="55.320061711639" StarRating="4" HotelCode="130160|2032364" HotelName="Landmark Hotel Riqqa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al-Jazeera Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/57/5781391a61d396ad/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Riqqa next to Dubai's first shopping centre, Al Ghurair Centre....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.44" OriginalAmount="90.72" 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="94" TotalAmount="93.46" OriginalAmount="90.74" 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="93.63" OriginalAmount="90.90" 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="27" TotalAmount="93.73" OriginalAmount="91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248354370056" Longitude="55.296726822853" StarRating="4" HotelCode="119244|99808" 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="27" TotalAmount="93.73" OriginalAmount="91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25991410888" Longitude="55.294680457672" StarRating="3" HotelCode="93807|34689" 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="27" TotalAmount="93.73" OriginalAmount="91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11341" Longitude="55.20185" StarRating="4" HotelCode="573741|251237" 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="27" TotalAmount="93.73" OriginalAmount="91" 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="27" TotalAmount="93.73" OriginalAmount="91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259518" Longitude="55.322921" StarRating="4" HotelCode="42788|39280" HotelName="New Moscow Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/05/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="27" TotalAmount="93.73" OriginalAmount="91" 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="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.097865796238" Longitude="55.174589753151" StarRating="4" HotelCode="906845|auris_first_central_hotel_suites" HotelName="First Central Hotel Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tecom, Al Barsha 3, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/f1/35f18093d12aa0d06b92f278571e8e48030d02fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 524 rooms. Amenities include a safe. Wireless internet access is avai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.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="16" TotalAmount="94.00" OriginalAmount="91.26" 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 22/05/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="94.26" OriginalAmount="91.51" 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="Free CXL until 23/05/2026" 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="94" TotalAmount="94.53" OriginalAmount="91.78" 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="95.24" OriginalAmount="92.47" 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="94" TotalAmount="95.32" OriginalAmount="92.54" 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="95.52" OriginalAmount="92.74" 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="94" TotalAmount="95.72" OriginalAmount="92.93" 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="16" TotalAmount="95.77" OriginalAmount="92.98" 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" 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="95.79" OriginalAmount="93" 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="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25896267629" Longitude="55.296933352947" StarRating="3" HotelCode="68873|york_international" HotelName="York International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Khaleed Bin Waleed Road, Dubai P.O.Box 82555</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/3e/d73eb485f1c2bc49645995687dc330590130c519.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai's business district. It is 10 minutes from the city centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.79" OriginalAmount="93.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="95.79" OriginalAmount="93.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="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="96.10" OriginalAmount="93.30" 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="96.32" OriginalAmount="93.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2507791" Longitude="55.291831" StarRating="3" HotelCode="|119046" HotelName="Citymax Bur Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="96.42" OriginalAmount="93.61" 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" 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="94" TotalAmount="96.62" OriginalAmount="93.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="27" TotalAmount="96.82" OriginalAmount="94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18264188" Longitude="55.27471949" StarRating="4" HotelCode="763047|322912" 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="97.03" OriginalAmount="94.20" 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="97.35" OriginalAmount="94.51" 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" 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="27" TotalAmount="97.85" OriginalAmount="95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="4" HotelCode="870501|399303" HotelName="Millennium Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Kitchen,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/44/2f4412c401f9354701bd9b44600dfdc175d68b4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.174519748482" Longitude="55.419859977048" StarRating="3" HotelCode="421757|ibis_styles_dragon_mart_dubai" HotelName="ibis Styles Dragon Mart Dubai Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="97.85" OriginalAmount="95.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="97.92" OriginalAmount="95.07" 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="98.01" OriginalAmount="95.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267332" Longitude="55.306625" StarRating="4" HotelCode="|20349" HotelName="Riviera  Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="75" TotalAmount="98.41" OriginalAmount="95.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116302857621" Longitude="55.195640982803" StarRating="2" HotelCode="103470|AE000002" HotelName="ibis Dubai Mall of the Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" 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="98.43" OriginalAmount="95.56" 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="94" TotalAmount="98.44" OriginalAmount="95.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267997" Longitude="55.315293" StarRating="3" HotelCode="|443702" HotelName="Le Wana " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="98.55" OriginalAmount="95.68" 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="27" TotalAmount="98.88" OriginalAmount="96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270644871946" Longitude="55.32002615575" StarRating="3" HotelCode="365008|34717" HotelName="Royal Falcon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" 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="94" TotalAmount="99.29" OriginalAmount="96.40" 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="94" TotalAmount="99.33" OriginalAmount="96.44" 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="99.33" OriginalAmount="96.44" 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="99.84" OriginalAmount="96.93" 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="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.133857791384" Longitude="55.212146043777" StarRating="4" HotelCode="58972|metropolitan_hotel_dubai" HotelName="Metropolitan Hotel Dubai" Meals="ROOM ONLY" 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="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242998034919" Longitude="55.358927279762" StarRating="3" HotelCode="152740|premier_inn_dubai_international_airport_3" HotelName="Premier Inn Dubai International Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </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="16" TotalAmount="100.12" OriginalAmount="97.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.108330303592" Longitude="55.178515599861" StarRating="4" HotelCode="166078|444505" HotelName="Fraser Suites Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sidra Tower, Sheikh Zayed Road, PO Box 502306, Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/35/ca/35cab7bc9016756ac8dbb6a5edb0a2dee9b82c5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located on Sheikh Zayed Road, on the edge of Internet City and Media City, this aparthotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.23" OriginalAmount="97.31" 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="75" TotalAmount="100.51" OriginalAmount="97.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1010522" Longitude="55.17296148" StarRating="4" HotelCode="970907|AE000188" HotelName="Mercure Dubai Barsha Heights Hotel Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.92" OriginalAmount="97.98" 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="27" TotalAmount="100.94" OriginalAmount="98" 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="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252884" Longitude="55.285528" StarRating="5" HotelCode="171302|27764" 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="63" TotalAmount="100.94" OriginalAmount="98.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="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11425746" Longitude="55.19080682" StarRating="4" HotelCode="571265|rose_park_hotel_al_barsha" HotelName="Rose Park Hotel - Al Barsha" Meals="ROOM ONLY" 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="101.14" OriginalAmount="98.19" 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="16" TotalAmount="101.70" OriginalAmount="98.74" 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="27" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22285771" Longitude="55.33458232" StarRating="4" HotelCode="702474|273296" HotelName="FORM Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/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="27" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11362044" Longitude="55.19344834" StarRating="3" HotelCode="962298|405433" HotelName="Hampton By Hilton Dubai Al Barsha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1 Street, Al Barsha 1 District, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/23/8223d2ae30f0c06c4ed08b3d9b059e0b0abc33ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.97" OriginalAmount="99" 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="63" TotalAmount="101.97" OriginalAmount="99.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="101.97" OriginalAmount="99.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="102.04" OriginalAmount="99.07" 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="94" TotalAmount="102.08" OriginalAmount="99.11" 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="102.17" OriginalAmount="99.19" 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="102.44" OriginalAmount="99.46" 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="94" TotalAmount="102.74" OriginalAmount="99.75" 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="102.82" OriginalAmount="99.83" 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="27" TotalAmount="103.00" OriginalAmount="100" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22158984" Longitude="55.33163223" StarRating="3" HotelCode="810431|376752" 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="94" TotalAmount="103.00" OriginalAmount="100.00" 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="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253920962037" Longitude="55.33253053373" StarRating="3" HotelCode="76174|ibis_deira_city_centre" HotelName="ibis Dubai Deira City Centre" Meals="ROOM ONLY" 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="103.11" OriginalAmount="100.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2606649" Longitude="55.3228447" StarRating="3" HotelCode="|31476" HotelName="Knight Armour" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="103.84" OriginalAmount="100.82" 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="94" TotalAmount="103.84" OriginalAmount="100.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2617195" Longitude="55.3195477" StarRating="5" HotelCode="|20352" HotelName="Knight Castle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="103.91" OriginalAmount="100.88" 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="103.94" OriginalAmount="100.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242031" Longitude="55.275015" StarRating="4" HotelCode="|217241" HotelName="Capitol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.277229993558" Longitude="55.347455139882" StarRating="4" HotelCode="337418|201396" 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="83" TotalAmount="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|175752-29782111/7624270764507943358/80" HotelName="ELITE BYBLOS" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4940000/4937700/4937616/8ff9c8bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="104.23" OriginalAmount="101.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112519294245" Longitude="55.189019272491" StarRating="4" HotelCode="212682|AE000003" HotelName="Novotel Dubai Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" 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="94" TotalAmount="104.49" OriginalAmount="101.45" 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="104.79" OriginalAmount="101.74" 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="104.80" OriginalAmount="101.75" 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="104.86" OriginalAmount="101.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262667" Longitude="55.322228" StarRating="3" HotelCode="|198481" HotelName="Al Sarab" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26163563647" Longitude="55.324184267347" StarRating="3" HotelCode="74091|delmon_hotel" HotelName="Sadaf Delmon Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.241945" Longitude="55.275043" StarRating="4" HotelCode="11422|capitol_hotel" HotelName="Capitol Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Mina Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/41/7341a22d66f1778f3c1553281a3e67cba2848be8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 5-minute drive from the Dubai World Trade Center and Jumeirah Beach Park, while Dubai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.11" OriginalAmount="102.05" 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="1" TotalAmount="105.12" OriginalAmount="102.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.247778" Longitude="55.278398" StarRating="4" HotelCode="319694|CAW675500" HotelName="Hilton Garden Inn Dubai Al Mina" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, Port Rashid district, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/68/9b68e880bf85e41a2c0d3f0a5fe43149dbfefa9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, approximately 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.26" OriginalAmount="102.19" 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="16" TotalAmount="105.62" OriginalAmount="102.54" 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="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="105.97" OriginalAmount="102.88" 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="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262521" Longitude="55.295472" StarRating="3" HotelCode="187437|201414" HotelName="Ambassador Hotel" Meals="ROOM ONLY,HALF BOARD,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="27" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27686822" Longitude="55.34995547" StarRating="3" HotelCode="850564|380049" 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="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.212964" Longitude="55.275263" StarRating="4" HotelCode="22556|towers_rotana__dubai" HotelName="Towers Rotana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 30430, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/41/d141b4ea5999e1afee5f92c1bee470d8a1752440.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on the Sheikh Zayed Road in Bur Dubai. The hotel is situated in Duba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.19" OriginalAmount="103.10" 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="75" TotalAmount="106.27" OriginalAmount="103.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116431" Longitude="55.196068" StarRating="3" HotelCode="140884|AE000005" HotelName="Novotel Suites Dubai Mall of the Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" 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="106.37" OriginalAmount="103.27" 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="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="94" TotalAmount="106.47" OriginalAmount="103.37" 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="94" TotalAmount="106.58" OriginalAmount="103.48" 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="106.65" OriginalAmount="103.54" 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" 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="94" TotalAmount="106.71" OriginalAmount="103.60" 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="16" TotalAmount="107.09" OriginalAmount="103.97" 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="27" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.209282100693" Longitude="55.274752551712" StarRating="4" HotelCode="284347|39726" 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="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|423008-24355192/7624270764507943358/2465" HotelName="AL KHOORY ATRIUM" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15480000/15472200/15472104/3ad7625d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1328709-24355986/7624270764507943358/2530" HotelName="AL KHOORY COURTYARD" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76940000/76931300/76931230/63ae121d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.208533" Longitude="55.272024" StarRating="5" HotelCode="0|2325-19113494/7624270764507943358/2609" 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="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1351378-13352258/7624270764507943358/2731" HotelName="MERCURE DUBAI BARSHA HEIGHTS HOTEL SUITES AND APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18470000/18464500/18464497/695c94ad_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.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="63" TotalAmount="107.12" OriginalAmount="104.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="16" TotalAmount="107.44" OriginalAmount="104.31" 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="94" TotalAmount="107.46" OriginalAmount="104.33" 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="107.69" OriginalAmount="104.55" 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 22/05/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="94" TotalAmount="107.99" OriginalAmount="104.84" 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="16" TotalAmount="108.23" OriginalAmount="105.08" 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 23/05/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="108.48" OriginalAmount="105.32" 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="108.81" OriginalAmount="105.64" 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="16" TotalAmount="108.92" OriginalAmount="105.75" 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="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="94" TotalAmount="109.03" OriginalAmount="105.85" 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="16" TotalAmount="109.16" OriginalAmount="105.98" 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="83" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|152278-24860862/7624270764507943358/2501" 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="109.18" OriginalAmount="106.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="16" TotalAmount="109.60" OriginalAmount="106.41" 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,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="94" TotalAmount="109.95" OriginalAmount="106.75" 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="16" TotalAmount="110.13" OriginalAmount="106.92" 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="94" TotalAmount="111.08" OriginalAmount="107.84" 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="27" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.046477" Longitude="55.119075" StarRating="3" HotelCode="493578|226068" 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="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|418160-28866192/7624270764507943358/228" 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="63" TotalAmount="111.24" OriginalAmount="108.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="16" TotalAmount="111.63" OriginalAmount="108.38" 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="94" TotalAmount="111.97" OriginalAmount="108.71" 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="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.009156" Longitude="55.15735213" StarRating="3" HotelCode="783908|maisan_hotel" HotelName="Maisan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="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="94" TotalAmount="112.29" OriginalAmount="109.02" 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="112.75" OriginalAmount="109.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248383" Longitude="55.34383" StarRating="4" HotelCode="42928|31094" HotelName="Millennium Airport Hotel Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY,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="94" TotalAmount="112.88" OriginalAmount="109.59" 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="113.27" OriginalAmount="109.97" 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="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.221122" Longitude="55.282086" StarRating="4" HotelCode="37772|novotel_world_trade_centre_3" HotelName="Novotel World Trade Centre Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="113.30" OriginalAmount="110.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="113.30" OriginalAmount="110.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="94" TotalAmount="114.14" OriginalAmount="110.82" 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="27" TotalAmount="114.33" OriginalAmount="111" 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="114.33" OriginalAmount="111" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|165217-14282261/7624270764507943358/2325" HotelName="SUNDAY MARINA VIEW HOTEL APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4340000/4333600/4333545/9a90c92f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="114.33" OriginalAmount="111" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|96439-19090114/7624270764507943358/2469" HotelName="IBIS DEIRA CREEKSIDE DUBAI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2230000/2221600/2221509/5ea1e58e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="114.33" OriginalAmount="111" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|130259-19113489/7624270764507943358/2470" HotelName="IBIS MALL AVENUE DUBAI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2310000/2301600/2301578/c0ceac9e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.22" OriginalAmount="111.86" 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="27" TotalAmount="115.36" OriginalAmount="112" 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="Free CXL until 22/05/2026" 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="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1248809-19659808/7624270764507943358/1662" HotelName="ALOFT AL MINA, DUBAI" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/67000000/66260000/66252500/66252432/23e3ecaa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2729900287" Longitude="55.317130386829" StarRating="3" HotelCode="93130|icon_hotel_apartments" HotelName="Icon Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street, P.O. Box 34047, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/63/2d639b52b0809af9ac2715a1be44a36f6a11f59a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.88" OriginalAmount="112.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2215634" Longitude="55.2861064" StarRating="3" HotelCode="|199187" HotelName="Ibis One Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Trade Centre District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/9/1/8/7/199187_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.39" OriginalAmount="113.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="116.48" OriginalAmount="113.09" 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="117.17" OriginalAmount="113.76" 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="27" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254800002954" Longitude="55.299642384052" StarRating="4" HotelCode="65601|25102" HotelName="Savoy Crest Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="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="27" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253692914039" Longitude="55.296243022181" StarRating="3" HotelCode="317297|34718" HotelName="Savoy Park 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,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="83" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1248828-20806412/7624270764507943358/2715" HotelName="BARCELO BUSINESS BAY, DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/67000000/66970000/66960200/66960178/e868d283_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1272482-24665157/7624270764507943358/2749" HotelName="AL KHOORY SKY GARDEN" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70110000/70108400/70108301/35729401_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.48" OriginalAmount="116" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116721473688" Longitude="55.19563902533" StarRating="4" HotelCode="66534|285194" HotelName="MENA Aparthotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="16" TotalAmount="119.68" OriginalAmount="116.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116010067609" Longitude="55.196376067084" StarRating="4" HotelCode="348056|1609628" 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 22/05/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="1" TotalAmount="119.89" OriginalAmount="116.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113050756267" Longitude="55.195140838623" StarRating="3" HotelCode="160299|CAS188800" HotelName="Centro 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,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="94" TotalAmount="120.23" OriginalAmount="116.73" 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="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260271" Longitude="55.318578" StarRating="5" HotelCode="409635|23011" 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="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.099755518104" Longitude="55.179519653321" StarRating="5" HotelCode="76176|media_rotana_barsha__dubai" HotelName="Media Rotana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hessa Street, Barsha Heights, P.O. Box 503030, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/69/a5699ffba9abb0ac1e3e393e4c316ad170d14ae8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai's new business hub. It is just 10 km from Dubai Internati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254240444883" Longitude="55.301247411045" StarRating="3" HotelCode="95367|rose_garden_hotel_apartments_bur_dubai" HotelName="Rose Garden Hotel Apartments Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Behind Burjuman Shopping Mall, Citi Bank, Burjuman Metro Station, Bur Dubai, Dubai P.O. Box 45113</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/c4/edc46ad1755bb28f4208dd2266d6768efc39e7d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A stone’s throw away from Burjuman Shopping Centre, this city hotel is strategically located in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.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="Non Refundable" 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="16" TotalAmount="120.99" OriginalAmount="117.47" 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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Al Jaddaf Area, Dubai 122273</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/e3/cae3bae376f5a968051ec190b6bab6289900b839.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.78" OriginalAmount="118.23" 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="94" TotalAmount="122.18" OriginalAmount="118.62" 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="83" TotalAmount="122.57" OriginalAmount="119" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|145846-25148413/7624270764507943358/1722" HotelName="LA SUITE DUBAI HOTEL &amp;amp; APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3380000/3374500/3374468/0288c938_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.57" OriginalAmount="119.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26917" Longitude="55.305959" StarRating="3" HotelCode="70471|flora_hotel_apartments" HotelName="Florida City Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Baniyas Square Metro Station, Deira, Dubai 49530</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/cc/f1cc83d9dd1a480de939b47796d48b21ef6d504c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is superbly located at Baniyas Square in Deira, close to an array of shopping c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.57" OriginalAmount="119.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253571" Longitude="55.332856" StarRating="4" HotelCode="103268|novotel_deira_city_centre" HotelName="Novotel Dubai Deira City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8th Street, Front of Deira City Centre Mall, Port Saeed District, P.O. Box 185310, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/47/1e4737bc4c72af1fe94511c9157d53abddf454f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a prime location, at the heart of the historic part of Dubai, in front of the City Centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.57" OriginalAmount="119.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="122.81" OriginalAmount="119.23" 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="94" TotalAmount="122.81" OriginalAmount="119.23" 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="122.89" OriginalAmount="119.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2118278" Longitude="55.276561" StarRating="4" HotelCode="|72609" HotelName="Rose Rayhaan By Rotana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SHEIKH ZAYED ROAD, PO Box 126452</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/6/0/9/72609_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 72 floors, a restaurant, a bakery, a gym with features that offer you the maximum level of comfort, a fitness centre with a sauna, a steam bath and a swimming pool. SITUATION: This establishment is in Sheikh Zayed Road, close to the exhibition centre. It is 10 minutes away from Dubai Airport. ROOM: The establishment has 482 rooms and suites. They have an American kitchen, internet, a satellite television, a direct line telephone, a mini-bar and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="123.07" OriginalAmount="119.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.234132539839" Longitude="55.314431495701" StarRating="3" HotelCode="516595|CBA480900" HotelName="Rove Healthcare City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/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="94" TotalAmount="123.11" OriginalAmount="119.52" 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="123.37" OriginalAmount="119.78" 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="94" TotalAmount="123.46" OriginalAmount="119.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249955" Longitude="55.288476" StarRating="0" HotelCode="|165621" HotelName="Savoy Crest" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="123.52" OriginalAmount="119.92" 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="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="123.84" OriginalAmount="120.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2105257" Longitude="55.2737098" StarRating="0" HotelCode="|119932" HotelName="Number One Tower Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 31003, DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/9/3/2/119932_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment heating, has 160 rooms, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a lift and a beauty centre. The establishment boasts a cafÃ©, a restaurant, business areas, a business centre, WiFi, room service, a laundry service and a car park. SITUATION: This establishment, is in Sheikh Zayed Road the street it is near the business district, is well-connected, World Trade Center it is 800 metres away from 2 kilometres away from the establishment, guests will find Jumeirah the beach it is situated 13 kilometres away from Dubai Airport. ROOM: The establishment has luxurious suites, have a television, a kitchen, a safe, a writing desk, an iron, an air-conditioning system, a direct line telephone, internet, a bathroom with a shower, a hairdryer, a king-size bed, a mini-bar, a microwave, a coffee maker and a kettle. FACILITIES: The establishment boasts a gym, a sauna, a covered swimming pool and a jacuzzi. MEALS: The establishment offers a continental buffet breakfast and Ã  la carte or set-menu lunch and dinner. The establishment also offers buffet lunch. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="124.63" OriginalAmount="121" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|173317-32650564/7624270764507943358/2337" HotelName="THE CANVAS DUBAI - MGALLERY COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4650000/4649200/4649108/1f715f3a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.067968" Longitude="55.141673" StarRating="5" HotelCode="145034|bonnington_hotel_and_residence_jlt" HotelName="Bonnington Jumeirah Lakes Towers" Meals="ROOM ONLY" 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="94" TotalAmount="124.76" OriginalAmount="121.13" 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="1" TotalAmount="125.13" OriginalAmount="121.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.231964287383" Longitude="55.285562846558" StarRating="3" HotelCode="547026|CBB017300" HotelName="Rove Trade Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/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="16" TotalAmount="125.47" OriginalAmount="121.82" 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="94" TotalAmount="125.52" OriginalAmount="121.86" 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="16" TotalAmount="125.62" OriginalAmount="121.96" 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="27" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2816383" Longitude="55.34791607" StarRating="4" HotelCode="531435|336665" HotelName="Telal Hotel Apartments" 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,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="127.33" OriginalAmount="123.62" 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="127.34" OriginalAmount="123.63" 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="127.63" OriginalAmount="123.91" 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="63" TotalAmount="127.72" OriginalAmount="124.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="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="63" TotalAmount="127.72" OriginalAmount="124.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="94" TotalAmount="127.96" OriginalAmount="124.23" 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="16" TotalAmount="128.14" OriginalAmount="124.41" 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 22/05/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="16" TotalAmount="128.21" OriginalAmount="124.48" 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="83" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.7024018" Longitude="2.849198" StarRating="4" HotelCode="0|154800-29782066/7624270764507943358/115" HotelName="PARK REGIS KRIS KIN" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <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="94" TotalAmount="128.96" OriginalAmount="125.20" 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="129.08" OriginalAmount="125.32" 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="129.14" OriginalAmount="125.38" 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="16" TotalAmount="129.45" OriginalAmount="125.68" 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="129.62" OriginalAmount="125.84" 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,HALF BOARD,FULL BOARD,ROOM ONLY" 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="83" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|400892-21407672/7624270764507943358/316" HotelName="HILTON GARDEN INN DUBAI, MALL AVENUE" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12950000/12950000/12949919/18ba046e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.79" OriginalAmount="126.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23886" Longitude="55.27274" StarRating="3" HotelCode="|192755" HotelName="Ibis Styles Dubai Jumeira" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="129.94" OriginalAmount="126.16" 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="129.98" OriginalAmount="126.19" 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="94" TotalAmount="130.04" OriginalAmount="126.25" 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="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="27" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254164974661" Longitude="55.332021783173" StarRating="4" HotelCode="169385|53532" 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="131.11" OriginalAmount="127.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.214143370767" Longitude="55.276175737381" StarRating="4" HotelCode="387637|73344" HotelName="Four Points by Sheraton Sheikh Zayed Road, 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,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 116162, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/62/e96257c05719ec0e1ced53bf6cdc9c771a1692e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a great location near the Financial and Exhibition Centre, and Dubai's old souqs an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.83" OriginalAmount="127.99" 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="131.84" OriginalAmount="128" 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="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256394" Longitude="55.303356" StarRating="3" HotelCode="93391|moon_valley_hotel_apartments" 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="94" TotalAmount="132.17" OriginalAmount="128.32" 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="16" TotalAmount="132.62" OriginalAmount="128.76" 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="94" TotalAmount="132.79" OriginalAmount="128.92" 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="16" TotalAmount="133.30" OriginalAmount="129.42" 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="16" TotalAmount="133.30" OriginalAmount="129.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.066056485761" Longitude="55.138045214736" StarRating="5" HotelCode="260127|941015" HotelName="Mövenpick Hotel Jumeirah Lakes Towers" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY,ALL INCLUSIVE" 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="94" TotalAmount="133.55" OriginalAmount="129.66" 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="27" TotalAmount="133.90" OriginalAmount="130" 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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Street, P.O.Box 127773, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/ed/86ed46dc9e65445417cac8e489c1af87f3a71dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at Oud Metha, opposite the American hospital and Dubai Healthcare City. The cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.90" OriginalAmount="130" 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="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="83" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|471410-12632382/7624270764507943358/2665" HotelName="ROVE BUR DUBAI – HEALTHCARE CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16710000/16700600/16700525/cbc9f26f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113917856759" Longitude="55.192825457672" StarRating="3" HotelCode="99404|rose_garden_hotel_apartments_barsha" HotelName="Rose Garden Hotel Apartments Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 45113, Near Mall of the Emirates, Very close to Sharaf DG Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/ba/82ba13b6afa87e14487e2912fa3dd4fd95a4315e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.97" OriginalAmount="130.07" 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="134.45" OriginalAmount="130.53" 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="134.55" OriginalAmount="130.63" 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="83" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9582-32697120/7624270764507943358/2357" HotelName="SUNDAY SUITES EXCELSIOR HOTEL DEIRA" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15180000/15170700/15170636/75c7602c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.46" OriginalAmount="131.51" 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="16" TotalAmount="135.94" OriginalAmount="131.98" 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="27" TotalAmount="135.96" OriginalAmount="132" 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="83" TotalAmount="135.96" OriginalAmount="132" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|491417-12632478/7624270764507943358/2657" HotelName="ROVE TRADE CENTER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18310000/18304000/18303940/9909dbe2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.48" OriginalAmount="132.50" 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="94" TotalAmount="136.63" OriginalAmount="132.65" 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="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.280384850661" Longitude="55.35118764418" StarRating="4" HotelCode="98837|almanar_hotel_apartments" HotelName="Al Manar Hotel Apartments" Meals="ROOM ONLY" 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="137.19" OriginalAmount="133.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.07098734" Longitude="55.13635841" StarRating="4" HotelCode="870512|2378345" HotelName="Millennium Place Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL 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="1" TotalAmount="137.49" OriginalAmount="133.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2557296" Longitude="55.332585" StarRating="3" HotelCode="497110|CAZ908500" HotelName="Rove City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 22/05/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="138.60" OriginalAmount="134.56" 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="138.94" OriginalAmount="134.89" 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="16" TotalAmount="139.58" OriginalAmount="135.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251503645091" Longitude="55.290795062269" StarRating="1" HotelCode="371239|2880755" HotelName="Manhattan Hotel" Meals="ALL INCLUSIVE,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/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="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10243699148" Longitude="55.172410915344" StarRating="4" HotelCode="61419|two_seasons_hotel_apartments_former_gloria" HotelName="Two Seasons Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/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="140.47" OriginalAmount="136.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2613056" Longitude="55.3204954" StarRating="0" HotelCode="|448736" HotelName="Khalidia Palace Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="140.65" OriginalAmount="136.55" 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="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="16" TotalAmount="140.91" OriginalAmount="136.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256159205757" Longitude="55.311869076058" StarRating="3" HotelCode="655968|2238025" HotelName="Zabeel House MINI" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/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="94" TotalAmount="140.91" OriginalAmount="136.81" 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="Free CXL until 23/05/2026">
        <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="63" TotalAmount="141.11" OriginalAmount="137.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="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="141.40" OriginalAmount="137.28" 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" 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="83" TotalAmount="142.14" OriginalAmount="138" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1456009-20790226/7624270764507943358/2370" HotelName="SUNDAY HOTEL HOLIDAY INTERNATIONAL DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3030000/3029900/3029829/02f081f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="142.14" OriginalAmount="138" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.1505" Longitude="129.1148" StarRating="4" HotelCode="0|349868-32639558/7624270764507943358/2669" HotelName="EMIRATES GRAND HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="63" TotalAmount="142.14" OriginalAmount="138.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.261612" Longitude="55.314021" StarRating="5" HotelCode="23830|sheraton_dubai_creek_hotel__towers_2" HotelName="Sheraton Dubai Creek Hotel &amp; Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="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="94" TotalAmount="142.29" OriginalAmount="138.15" 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="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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="143.37" OriginalAmount="139.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260353" Longitude="55.3185929" StarRating="4" HotelCode="|87905" HotelName="Samaya  Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273242278198" Longitude="55.30185520649" StarRating="2" HotelCode="66874|queens_3" HotelName="Queen's Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Road, Dira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/82/d0/82d088c4f9c92e8f41abccd977c44cf81b591191.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, in the Deira district, the hotel is close to the Gold Souk and Spice ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252329963376" Longitude="55.296286776252" StarRating="3" HotelCode="915619|xclusive_maples_hotel_apartment" HotelName="Xclusive Maples Hotel Apartments" Meals="ROOM ONLY" 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="16" TotalAmount="144.35" OriginalAmount="140.15" 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="144.48" OriginalAmount="140.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2644825" Longitude="55.3177888" StarRating="3" HotelCode="|87241" HotelName="Zain International" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="145.58" OriginalAmount="141.34" 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="83" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|120232-32373487/7624270764507943358/2660" HotelName="AL KHOORY APARTMENTS AL BARSHA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2450000/2442800/2442729/fb41948b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.70" OriginalAmount="142.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2540068" Longitude="55.3294498" StarRating="0" HotelCode="|162194" HotelName="Somewhere Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Diera City Center, Port Saeed, Diera</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/2/1/9/4/162194_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the city centre, Deira is situated in Close to shopping areas, the nightlife and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.78" OriginalAmount="142.50" 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="16" TotalAmount="147.08" OriginalAmount="142.80" 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="147.19" OriginalAmount="142.90" 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="12" TotalAmount="147.22" OriginalAmount="142.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.217569756976" Longitude="55.278825759888" StarRating="5" HotelCode="170019|1520711" HotelName="Millennium Plaza Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel,City Hotel" 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="147.30" OriginalAmount="143.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273989" Longitude="55.319098" StarRating="4" HotelCode="|28163" HotelName="Marco Polo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="1" TotalAmount="148.06" OriginalAmount="143.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22236309" Longitude="55.33188152" StarRating="4" HotelCode="757242|CBE206100" HotelName="Hilton Garden Inn Dubai Al Jadaf Culture Village" Meals="HALF BOARD,ROOM ONLY,BED &amp; BREAKFAST" 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="94" TotalAmount="148.10" OriginalAmount="143.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0747811" Longitude="55.1454485" StarRating="4" HotelCode="|180652" HotelName="Armada Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="148.50" OriginalAmount="144.17" 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="83" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|160675-24344960/7624270764507943358/2674" HotelName="CITYMAX, AL BARSHA AT THE MALL" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3880000/3878900/3878871/7bc1650d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|623519-24363868/7624270764507943358/2696" HotelName="CITYMAX AL BARSHA" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/31000000/30310000/30307000/30306937/a79d3e32_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.35" OriginalAmount="145.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.04317883" Longitude="55.25088065" StarRating="4" HotelCode="856292|studio_one_hotel" HotelName="Studio One Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="149.90" OriginalAmount="145.53" 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="150.14" OriginalAmount="145.77" 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="83" TotalAmount="150.38" OriginalAmount="146" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1414429-28866179/7624270764507943358/21" HotelName="HOLIDAY INN DUBAI BUSINESS BAY, AN IHG HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/98000000/97580000/97574700/97574680/4bbd72a5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.17" OriginalAmount="146.77" 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="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="151.37" OriginalAmount="146.96" 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="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="151.71" OriginalAmount="147.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.102669" Longitude="55.1724627" StarRating="4" HotelCode="|87324" HotelName="Two Seasons and Apartments" 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/8/7/3/2/4/87324_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.03" OriginalAmount="147.60" 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="63" TotalAmount="152.44" OriginalAmount="148.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="94" TotalAmount="152.93" OriginalAmount="148.48" 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="153.13" OriginalAmount="148.67" 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="BED &amp; BREAKFAST" 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="94" TotalAmount="153.51" OriginalAmount="149.04" 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="94" TotalAmount="154.42" OriginalAmount="149.92" 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="83" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|168192-28767469/7624270764507943358/2402" HotelName="THE TOWER PLAZA HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4620000/4618000/4617919/188a075d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.32" OriginalAmount="150.80" 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="94" TotalAmount="155.68" OriginalAmount="151.15" 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="16" TotalAmount="155.97" OriginalAmount="151.43" 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="94" TotalAmount="156.51" OriginalAmount="151.95" 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="83" TotalAmount="156.56" OriginalAmount="152" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|114038-19113491/7624270764507943358/2699" HotelName="NOVOTEL DEIRA CREEKSIDE DUBAI" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2180000/2175200/2175146/856b5b2e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.68" OriginalAmount="152.12" 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 23/05/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="94" TotalAmount="156.78" OriginalAmount="152.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.04167" Longitude="55.21944" StarRating="0" HotelCode="|186736" HotelName="Treppan Hotel and Suites by Fakhruddin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="157.59" OriginalAmount="153" 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="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="83" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|674825-24099624/7624270764507943358/2417" HotelName="THE MANOR BY JA, DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44570000/44564300/44564297/w3837h2556x3y3-ec29a3bf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269955884068" Longitude="55.303715709162" StarRating="2" HotelCode="313390|226041" HotelName="Florida Square Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="27" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="4" HotelCode="971860|403083" HotelName="Hyatt Place Dubai/Jumeirah" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, PO Box 31075, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/dd/e2dd2094d9bf811596f4fa1e642715533e675fb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.63" OriginalAmount="154.01" 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="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="94" TotalAmount="158.87" OriginalAmount="154.24" 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="94" TotalAmount="158.93" OriginalAmount="154.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11779" Longitude="55.19651" StarRating="4" HotelCode="|192733" HotelName="Flora Al Barsha At The Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="83" TotalAmount="159.65" OriginalAmount="155" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|600673-21408809/7624270764507943358/787" HotelName="DOUBLETREE BY HILTON DUBAI AL JADAF" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27340000/27338900/27338819/w3840h2560x0y0-33aca7d5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="159.65" OriginalAmount="155" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1351696-19659412/7624270764507943358/1732" HotelName="RADISSON BLU HOTEL, DUBAI BARSHA HEIGHTS" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2190000/2181100/2181058/05ff95e8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="159.65" OriginalAmount="155" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1329548-24964506/7624270764507943358/2773" HotelName="CARLTON DUBAI CREEK" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76890000/76884500/76884488/8633fa50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.68" OriginalAmount="156" 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 22/05/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="160.68" OriginalAmount="156.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.037227443066" Longitude="55.196863813492" StarRating="4" HotelCode="630087|element_meaisam_dubai" HotelName="Element Me'aisam Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Production City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/de/1ede6669a53a1036e770b06dd62fc8e05c7f848a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. Dubai (DXB) Airport is 33 km away, and it is 57 km and 112...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.57" OriginalAmount="156.86" 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="94" TotalAmount="161.64" OriginalAmount="156.93" 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="16" TotalAmount="163.29" OriginalAmount="158.53" 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="63" TotalAmount="164.80" OriginalAmount="160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269395683068" Longitude="55.316653733097" StarRating="5" HotelCode="908936|al_ghurair_rayhaan_by_rotana" HotelName="Swissôtel Al Ghurair" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="164.94" OriginalAmount="160.14" 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="16" TotalAmount="165.25" OriginalAmount="160.44" 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="16" TotalAmount="165.51" OriginalAmount="160.69" 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="166.01" OriginalAmount="161.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2048493" Longitude="55.2707828" StarRating="5" HotelCode="550029|2349505" HotelName="Stella Di Mare Dubai Marina" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" 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="1" TotalAmount="166.37" OriginalAmount="161.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.202959419062" Longitude="55.279047583992" StarRating="3" HotelCode="420997|CAY740700" HotelName="Rove Downtown Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/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="166.63" OriginalAmount="161.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2591412" Longitude="55.2912199" StarRating="4" HotelCode="|53922" HotelName="Ascot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1313786-21434709/7624270764507943358/2829" HotelName="ROVE EXPO CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70390000/70380700/70380635/3e4113a7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|638884-32373492/7624270764507943358/2830" HotelName="CITYMAX BUSINESS BAY" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45360000/45355900/45355812/eb32ccde_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.87" OriginalAmount="162.01" 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="166.87" OriginalAmount="162.01" 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" 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="167.46" OriginalAmount="162.58" 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="83" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|2332-19113490/7624270764507943358/3037" HotelName="MILLENNIUM PLAZA DOWNTOWN HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7700/7610/2f9a428d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.92" OriginalAmount="164.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="5" HotelCode="739865|grand_millennium_business_bay" HotelName="Grand Millennium Business Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="170.18" OriginalAmount="165.22" 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="16" TotalAmount="170.77" OriginalAmount="165.80" 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="94" TotalAmount="171.44" OriginalAmount="166.45" 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="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="16" TotalAmount="171.83" OriginalAmount="166.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263895" Longitude="55.305116" StarRating="4" HotelCode="749148|2291725" HotelName="Al Seef Heritage Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Designated Smoking Area,Internet,Parking,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef, Dubai Creek, PO Box 35449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/fe/27fe670dc436cded56de713a238012ab08e9dae3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel can be found in Jumeirah. There are a total of 200 bedrooms on the premises. Al Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248650944602" Longitude="55.296366736293" StarRating="3" HotelCode="187241|47014" HotelName="Baity Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Road, PO BOX 124052</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/52/7e52ec55eeeb1dc8b3dbb471bf98b9056072b65d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.47" OriginalAmount="167.45" 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="172.99" OriginalAmount="167.95" 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="63" TotalAmount="173.04" OriginalAmount="168.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="1" TotalAmount="173.23" OriginalAmount="168.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25612833348" Longitude="55.311924257454" StarRating="3" HotelCode="660770|CBO055100" HotelName="Zabeel House Al Seef" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" 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="94" TotalAmount="173.46" OriginalAmount="168.41" 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="83" TotalAmount="174.07" OriginalAmount="169" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1264733-20806413/7624270764507943358/3006" HotelName="ROVE CITY WALK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/69000000/68997900/68997818/0894da26_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.89" OriginalAmount="169.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.265119" Longitude="55.3221917" StarRating="4" HotelCode="|31024" HotelName="Howard Johnson Plaza By Wyndham Dubai Deira" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="83" TotalAmount="175.10" OriginalAmount="170" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|886659-21409997/7624270764507943358/705" HotelName="DOUBLETREE BY HILTON DUBAI M SQUARE &amp;amp; RESIDENCES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/60000000/59500000/59493800/59493778/w3832h2552x4y4-2fc60cf7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.18" OriginalAmount="170.08" 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="175.18" OriginalAmount="170.08" 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="75" TotalAmount="175.47" OriginalAmount="170.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112402" Longitude="55.188998" StarRating="4" HotelCode="309916|AE000026" HotelName="Aparthotel Adagio Premium Dubai Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Fax,Golf,Internet,Laundry,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Off Sharaf DG Metro Station, P.O. Box 450011, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/3d/a93d30b161a8f43d2b9d6f7665b796feb2bb6115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.57" OriginalAmount="170.46" 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="83" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.576004" Longitude="1.088728" StarRating="4" HotelCode="0|625913-20806902/7624270764507943358/3097" HotelName="MILLENNIUM PLACE BARSHA HEIGHTS" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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="16" TotalAmount="176.58" OriginalAmount="171.44" 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="178.19" OriginalAmount="173" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.72007" Longitude="3.457925" StarRating="4" HotelCode="0|55673-28790601/7624270764507943358/0" 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="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.089985" Longitude="55.153259" StarRating="4" HotelCode="151996|media_one_hotel_dubai" HotelName="Media One Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <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="83" TotalAmount="180.25" OriginalAmount="175" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.243016" Longitude="13.601964" StarRating="3" HotelCode="0|401231-12633374/7624270764507943358/2423" HotelName="ROVE DOWNTOWN" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="94" TotalAmount="181.54" OriginalAmount="176.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2690632" Longitude="55.3141541" StarRating="3" HotelCode="|87901" HotelName="Sadaf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street number 2, near Fish Roundabout</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/0/1/87901_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has excellent service. SITUATION: It is in a central area, close to the establishment, clients can find the bazaar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.19" OriginalAmount="176.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263803645172" Longitude="55.299894558534" StarRating="2" HotelCode="404574|1733208" HotelName="XVA Art Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249048" Longitude="55.34764" StarRating="5" HotelCode="13961|le_meridien_dubai" HotelName="Le Méridien Dubai Hotel &amp; Conference Centre" Meals="BED &amp; BREAKFAST" 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="94" TotalAmount="182.35" OriginalAmount="177.04" 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="182.62" OriginalAmount="177.30" 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="94" TotalAmount="182.68" OriginalAmount="177.36" 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="Free CXL until 23/05/2026">
        <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="94" TotalAmount="182.85" OriginalAmount="177.52" 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="182.94" OriginalAmount="177.61" 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="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="183.34" OriginalAmount="178" 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="183.34" OriginalAmount="178" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0867852" Longitude="55.1475206" StarRating="0" HotelCode="984707|303244" HotelName="Higuests Vacation Homes - Marina Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marina Gate Tower, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/52/de521aba8bdfab877256bad8089f7474e2b01ec3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="183.34" OriginalAmount="178" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|138876-19659328/7624270764507943358/1671" HotelName="MEDIA ONE" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3030000/3026600/3026573/7c79dcc2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.15" OriginalAmount="178.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251135" Longitude="55.332604" StarRating="5" HotelCode="28897|31414" HotelName="Pullman Dubai Creek City Centre Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 23/05/2026" 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="184.18" OriginalAmount="178.82" 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="184.22" OriginalAmount="178.85" 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="27" TotalAmount="184.37" OriginalAmount="179" 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="Free CXL until 22/05/2026" 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="185.11" OriginalAmount="179.72" 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="185.11" OriginalAmount="179.72" 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="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.037968099861" Longitude="55.19718620791" StarRating="4" HotelCode="614386|aloft_meaisam_dubai" HotelName="Aloft Me'aisam, Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="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="94" TotalAmount="185.96" OriginalAmount="180.54" 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="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|542441-21409428/7624270764507943358/575" HotelName="CANOPY BY HILTON DUBAI AL SEEF" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21770000/21766400/21766364/a8480c33_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.43" OriginalAmount="181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112316" Longitude="55.193671" StarRating="5" HotelCode="463790|grand_cosmopolitan_hotel" HotelName="Grand Cosmopolitan Hotel" Meals="ROOM ONLY" 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="83" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260678" Longitude="55.320303" StarRating="5" HotelCode="0|2350-19659425/7624270764507943358/1702" HotelName="LE MERIDIEN DUBAI HOTEL &amp;amp; CONFERENCE CENTRE" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST">
        <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="16" TotalAmount="188.29" OriginalAmount="182.81" 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,ALL INCLUSIVE,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>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="94" TotalAmount="188.74" OriginalAmount="183.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.03388" Longitude="55.20384" StarRating="5" HotelCode="|186583" HotelName="Marriott Production City, Dubai" 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/6/5/8/3/186583_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.52" OriginalAmount="184.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="16" TotalAmount="189.62" OriginalAmount="184.10" 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="Free CXL until 22/05/2026" 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="27" TotalAmount="190.55" OriginalAmount="185" 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="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="27" TotalAmount="190.55" OriginalAmount="185" 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="94" TotalAmount="191.28" OriginalAmount="185.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2887074" Longitude="55.3679985" StarRating="0" HotelCode="|87305" HotelName="Emirates Stars Hotel Apartments Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="16" TotalAmount="191.83" OriginalAmount="186.24" 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="94" TotalAmount="192.54" OriginalAmount="186.93" 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="16" TotalAmount="192.86" OriginalAmount="187.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19123259" Longitude="55.2892546" StarRating="4" HotelCode="975573|2444045" HotelName="Radisson Blu Hotel, Dubai Canal View" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, Business Dubai, PO Box 16021, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/4b/784be06a6faee39a295584d1cab3d0bf53ca4c46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.04" OriginalAmount="187.42" 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="94" TotalAmount="193.49" OriginalAmount="187.85" 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="27" TotalAmount="193.64" OriginalAmount="188" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.255258263533" Longitude="55.298269435094" StarRating="3" HotelCode="101243|239795" 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="83" TotalAmount="193.64" OriginalAmount="188" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|623945-17390302/7624270764507943358/3056" 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="63" TotalAmount="193.64" OriginalAmount="188.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="27" TotalAmount="194.67" OriginalAmount="189" 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" 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="27" TotalAmount="194.67" OriginalAmount="189" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.101747224201" Longitude="55.170952677727" StarRating="4" HotelCode="103486|303208" HotelName="Al Salam Grand Hotel Apartments" Meals="ROOM ONLY,HALF BOARD,FULL BOARD,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="63" TotalAmount="195.70" OriginalAmount="190.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.046800856456" Longitude="55.182122904785" StarRating="5" HotelCode="934443|ghaya_grand_hotel" HotelName="Ghaya Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fay Road, Sports City, Near Meaisem City Center, Dubai 392360</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/5d/495df30d36e76db990b9c2168f816e2aef0e7e7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is about 15 km from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="196.38" OriginalAmount="190.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19255449" Longitude="55.28668618" StarRating="4" HotelCode="877268|2342295" HotelName="Hotel Indigo Dubai Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="196.73" OriginalAmount="191" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|154764-19230201/7624270764507943358/2581" HotelName="TWO SEASONS" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4040000/4039200/4039132/d69a925f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.85" OriginalAmount="191.12" 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="27" TotalAmount="197.76" OriginalAmount="192" 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="63" TotalAmount="197.76" OriginalAmount="192.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269105973921" Longitude="55.314177455175" StarRating="3" HotelCode="103476|sadaf_hotel_2" HotelName="Sadaf Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Second Street, Omar Bin Al Khattab Road, Near Fish Roundabout, Al Rigga, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/4d/c84d1637d7a87ba7562c9aa40d3a3db0f4acefa6.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="200.47" OriginalAmount="194.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.3394208" Longitude="55.3866787" StarRating="5" HotelCode="|218470" HotelName="The Act" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="200.47" OriginalAmount="194.63" 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="63" TotalAmount="200.85" OriginalAmount="195.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.07928400455" Longitude="55.15043661764" StarRating="4" HotelCode="103480|oaks_liwa_heights_hotel_apartments" HotelName="Oaks Liwa Heights" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="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="202.91" OriginalAmount="197" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|113974-21003096/7624270764507943358/3068" HotelName="MILLENNIUM LAKEVIEW HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1550000/1546400/1546377/022593ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.91106146" Longitude="55.01355748" StarRating="3" HotelCode="871503|395385" HotelName="Rove At The Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/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="83" TotalAmount="204.97" OriginalAmount="199" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|64519-12634728/7624270764507943358/3104" HotelName="HOTEL BOULEVARD, AUTOGRAPH COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1670000/1667000/1666993/68a26198_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="205.36" OriginalAmount="199.38" 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="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="16" TotalAmount="206.20" OriginalAmount="200.19" 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="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="94" TotalAmount="206.64" OriginalAmount="200.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.098461" Longitude="55.156847" StarRating="5" HotelCode="|440081" HotelName="Avani Palm View Dubai and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="206.84" OriginalAmount="200.82" 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="63" TotalAmount="207.03" OriginalAmount="201.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.05502162" Longitude="55.20731569" StarRating="5" HotelCode="971383|five_jumeirah_village_dubai" HotelName="Five Jumeirah Village Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="208.06" OriginalAmount="202" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.070670263754" Longitude="55.133002645344" StarRating="0" HotelCode="448883|288274" HotelName="Orra Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nasaq Street, Al Sayorah Street, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/cb/9dcb1ada6379febd0681db129fab5900e4fe6932.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.50" OriginalAmount="203.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2233765" Longitude="55.2825892" StarRating="5" HotelCode="|80461" HotelName="Voco Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plot 49 Sheikh Zayed Road,Trade Centre District,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/6/1/80461_1_5116.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 51 floors. The establishment boasts 4 restaurants, 2 bars, a gym, a swimming pool and a spa. SITUATION: The hotel is in Sheikh Zayed Street, close to the coast, Burj Khalifa and the commercial area. It is 15 minutes away from the airport, close to World Trade Centre Station Metro. NOTICE: The rates are not valid for nationals or holders of passports from the following countries ; Bahrain, Kuwait, Oman, Qatar, Saudi Arabia, United Arab Emirates.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.50" OriginalAmount="203.40" 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="210.30" OriginalAmount="204.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.223374" Longitude="55.282323" StarRating="0" HotelCode="|121121" HotelName="Nassima Tower Hotel Apartments" 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/2/1/121121_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: 10 minutes away from the establishment, clients can find public transport services. ROOM: The establishment has apartments with views. FACILITIES: Guests are offered a swimming pool and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.30" OriginalAmount="204.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.229339" Longitude="55.286558" StarRating="5" HotelCode="|169135" HotelName="Sheraton Grand , Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="210.41" OriginalAmount="204.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.250868" Longitude="55.335064" StarRating="5" HotelCode="|450754" HotelName="Pullman Dubai Creek City Centre Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Deira City Centre Baniyas Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/7/5/4/450754_1bf07e31011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="210.57" OriginalAmount="204.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09771222" Longitude="55.1656398" StarRating="5" HotelCode="855222|AE000450" HotelName="Grand Plaza Mövenpick Media City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 22/05/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="16" TotalAmount="210.77" OriginalAmount="204.63" 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" 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="211.15" OriginalAmount="205" 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,FULL 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="213.21" OriginalAmount="207" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1387552-24654887/7624270764507943358/3307" HotelName="DAMAC MAISON AYKON CITY DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99460000/99459700/99459663/cad9d404_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.21" OriginalAmount="207.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.206057493369" Longitude="55.273010730743" StarRating="5" HotelCode="29426|dusit_thani_dubai" HotelName="Dusit Thani Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133 Sheikh Zayed Road, P.O. Box 23335, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2e/e42e2d4bd962d5cffd47ca08f34bc1c81d076251.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous Sheikh Zayed Street Situated close to Jumeirah Beach, the commer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.21" OriginalAmount="207.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18062485" Longitude="55.26636113" StarRating="5" HotelCode="705793|canal_central_hotel" HotelName="Canal Central Hotel – Business Bay" Meals="BED &amp; BREAKFAST" 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="94" TotalAmount="214.71" OriginalAmount="208.46" 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="Non Refundable">
        <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="214.92" OriginalAmount="208.66" 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="216.30" OriginalAmount="210" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25164869715" Longitude="55.294992950541" StarRating="3" HotelCode="310346|33886" 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="216.53" OriginalAmount="210.22" 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="63" TotalAmount="217.33" OriginalAmount="211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.186663933247" Longitude="55.280115474226" StarRating="4" HotelCode="467984|doubletree_by_hilton_dubai_business_bay" HotelName="DoubleTree by Hilton Dubai - Business Bay" Meals="BED &amp; BREAKFAST" 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="94" TotalAmount="217.53" OriginalAmount="211.19" 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="217.92" OriginalAmount="211.57" 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="83" TotalAmount="219.39" OriginalAmount="213" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|888869-19659676/7624270764507943358/1742" HotelName="AVANI PALM VIEW DUBAI HOTEL AND SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/59000000/58970000/58960900/58960880/w3836h2556x4y4-3307e682_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="220.42" OriginalAmount="214" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1403983-25073064/7624270764507943358/287" HotelName="HILTON GARDEN INN DUBAI BUSINESS BAY" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/99000000/98240000/98238400/98238324/3bd03fa8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.42" OriginalAmount="214.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09690321" Longitude="55.16865485" StarRating="4" HotelCode="779905|the_greens_house_" HotelName="Zabeel House The Greens by Jumeirah" Meals="ROOM ONLY" 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="220.85" OriginalAmount="214.42" 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 23/05/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="221.22" OriginalAmount="214.78" 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="Non Refundable">
        <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="63" TotalAmount="221.45" OriginalAmount="215.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="94" TotalAmount="222.33" OriginalAmount="215.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1166397" Longitude="55.1959555" StarRating="3" HotelCode="|74920" HotelName="Novotel Suites Mall Avenue Dubai" Meals="HALF-BOARD" BedType="HALF-BOARD" 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="63" TotalAmount="222.48" OriginalAmount="216.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.14622709" Longitude="55.19550898" StarRating="5" HotelCode="623331|park_regis_boutique_hotel" HotelName="Park Regis Boutique Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Street, next to Umm Suqeim Park, Umm Suqeim 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a1/19/a1193a11fe24d31d919145837ba39ad8fecb2ecc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers and families, this boutique hotel is situated in a quiet area in Dubai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.48" OriginalAmount="216.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="94" TotalAmount="223.38" OriginalAmount="216.87" 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="83" TotalAmount="223.51" OriginalAmount="217" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|181340-12636870/7624270764507943358/2487" HotelName="THE CREEKSIDE HOTEL, DUBAI - AN ACCOR HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4560000/4557300/4557255/10433ed3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.54" OriginalAmount="218" 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 22/05/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="63" TotalAmount="225.57" OriginalAmount="219.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.226446" Longitude="55.284538" StarRating="5" HotelCode="26066|the_fairmont_dubai" HotelName="Fairmont Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 97555, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/90/2d901f8cfee8e7312a58c9752eff25e0b2fab505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just 5 km from the city centre on the Sheikh Zayed street opposite the World Trade C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.52" OriginalAmount="219.92" 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="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Sheikh Zayed Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/2e/132ee07ddad83e137c07fff0fb0bb1f50c7a454c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Sheikh Zayad Road and offers spectacular views of the city. It is also a wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.34" OriginalAmount="221.69" 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="229.37" OriginalAmount="222.69" 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="16" TotalAmount="231.08" OriginalAmount="224.35" 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="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="94" TotalAmount="231.17" OriginalAmount="224.44" 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="1" TotalAmount="231.69" OriginalAmount="224.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.192495498031" Longitude="55.267299304605" StarRating="5" HotelCode="307774|CAX714600" HotelName="Taj Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="94" TotalAmount="232.08" OriginalAmount="225.32" 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="94" TotalAmount="233.40" OriginalAmount="226.60" 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="Non Refundable">
        <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="83" TotalAmount="233.81" OriginalAmount="227" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|64073-19659423/7624270764507943358/1750" HotelName="HERITAGE HOTEL, AUTOGRAPH COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1610000/1608900/1608859/5eb24237_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.81" OriginalAmount="227.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.20276763039" Longitude="55.277782869921" StarRating="5" HotelCode="39208|al_murooj_rotana__dubai" HotelName="Roda Al Murooj" Meals="ROOM ONLY" 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="1" TotalAmount="236.78" OriginalAmount="229.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259204511343" Longitude="55.319554360852" StarRating="4" HotelCode="597771|CBC312800" HotelName="Al Bandar Arjaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 22/05/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="63" TotalAmount="237.93" OriginalAmount="231.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260009386675" Longitude="55.285390466452" StarRating="3" HotelCode="57904|howard_johnson_hotel_bur_dubai" HotelName="Howard Johnson Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Street, Bur Dubai, Dubai PO Box 30329</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/af/2eaff31864021efb17772b141966b485fb28d937.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on the Khalid Waleed Road opposite the Rashid Harbour. The international...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="238.51" OriginalAmount="231.56" 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,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 22/05/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, 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="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|147921-12636781/7624270764507943358/3355" HotelName="OAKS IBN BATTUTA GATE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3810000/3802800/3802792/1e5581ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.21" OriginalAmount="233.21" 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="240.42" OriginalAmount="233.42" 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="1" TotalAmount="240.96" OriginalAmount="233.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.225917" Longitude="55.283631" StarRating="5" HotelCode="213812|CAV132900" HotelName="Conrad Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,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="1" TotalAmount="242.63" OriginalAmount="235.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.078097" Longitude="55.158688" StarRating="4" HotelCode="871468|CBE890300" 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="242.63" OriginalAmount="235.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2563696" Longitude="55.2894764" StarRating="0" HotelCode="|57846" HotelName="Rolla Residence Hotel Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="244.72" OriginalAmount="237.59" 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="248.23" OriginalAmount="241" 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="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="94" TotalAmount="250.06" OriginalAmount="242.78" 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="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="27" TotalAmount="251.32" OriginalAmount="244" 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="94" TotalAmount="252.54" OriginalAmount="245.18" 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="27" TotalAmount="255.44" OriginalAmount="248" 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="63" TotalAmount="256.47" OriginalAmount="249.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="260.59" OriginalAmount="253" 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="Free CXL until 22/05/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="83" TotalAmount="261.62" OriginalAmount="254" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|263344-24663935/7624270764507943358/3398" HotelName="RAMADA HOTEL AND SUITES BY WYNDHAM DUBAI JBR" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6920000/6915600/6915556/29d011ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.62" OriginalAmount="254.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.069590845664" Longitude="55.12848464418" StarRating="4" HotelCode="424792|wyndham_dubai_marina" HotelName="Wyndham Dubai Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>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="27" TotalAmount="264.71" OriginalAmount="257" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.187616505997" Longitude="55.284046233517" StarRating="5" HotelCode="936085|47068" HotelName="DAMAC Maison Canal Views" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,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="83" TotalAmount="264.71" OriginalAmount="257" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|624004-19659667/7624270764507943358/1775" HotelName="BARCELO AL JADDAF" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39890000/39886100/39886064/d9deb93b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="266.64" OriginalAmount="258.87" 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="94" TotalAmount="267.06" OriginalAmount="259.28" 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="94" TotalAmount="267.30" OriginalAmount="259.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2598208" Longitude="55.3182407" StarRating="5" HotelCode="|23964" HotelName="Golden Sands Creek" Meals="HALF-BOARD" BedType="HALF-BOARD" 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="63" TotalAmount="268.83" OriginalAmount="261.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.12529125" Longitude="55.15426485" StarRating="4" HotelCode="613702|aloft_palm_jumeirah" HotelName="Aloft Palm Jumeirah" Meals="BED &amp; BREAKFAST" 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="272.96" OriginalAmount="265.01" 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="Non Refundable" 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="27" TotalAmount="273.98" OriginalAmount="266" 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,HALF BOARD,FULL 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="94" TotalAmount="274.53" OriginalAmount="266.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18324" Longitude="55.254113" StarRating="5" HotelCode="|207245" HotelName="Hilton Dubai Al Habtoor City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Habtoor City, Sheikh Zayed Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/7/2/4/5/207245_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="276.40" OriginalAmount="268.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2616951" Longitude="55.3140397" StarRating="5" HotelCode="|30892" HotelName="Sheraton Dubai Creek and Towers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="277.77" OriginalAmount="269.68" 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="27" TotalAmount="278.10" OriginalAmount="270" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18405595331" Longitude="55.254182471667" StarRating="5" HotelCode="319607|95236" 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="83" TotalAmount="279.13" OriginalAmount="271" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|194176-19659469/7624270764507943358/1759" HotelName="JW MARRIOTT MARQUIS DUBAI" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5400000/5399400/5399338/1dfa5baa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.53" OriginalAmount="271.39" 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,FULL BOARD" BedType="BED &amp; BREAKFAST" 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="280.12" OriginalAmount="271.96" 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="280.85" OriginalAmount="272.67" 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="83" TotalAmount="281.19" OriginalAmount="273" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|235429-19659452/7624270764507943358/1765" HotelName="ANANTARA DOWNTOWN DUBAI" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5420000/5415000/5414971/b658ef52_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="281.19" OriginalAmount="273" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|292541-20586574/7624270764507943358/3502" HotelName="DAMAC MAISON - CANAL VIEWS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8670000/8664200/8664126/80192ea8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.22" OriginalAmount="274.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="282.64" OriginalAmount="274.41" 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="94" TotalAmount="293.15" OriginalAmount="284.61" 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="27" TotalAmount="293.55" OriginalAmount="285" 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 22/05/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="83" TotalAmount="293.55" OriginalAmount="285" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="51.546989" Longitude="0.02915" StarRating="5" HotelCode="0|401366-20859167/7624270764507943358/2875" HotelName="V HOTEL DUBAI, CURIO COLLECTION BY HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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="16" TotalAmount="294.17" OriginalAmount="285.60" 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="27" TotalAmount="295.61" OriginalAmount="287" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.187535" Longitude="55.267514" StarRating="5" HotelCode="302485|53523" HotelName="DAMAC Maison Cour Jardin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/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="83" TotalAmount="295.61" OriginalAmount="287" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1272106-19659680/7624270764507943358/1803" HotelName="HYDE HOTEL DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72100000/72093200/72093154/84a1903d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.64" OriginalAmount="288.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.087641000548" Longitude="55.146210879623" StarRating="4" HotelCode="59424|dubai_marriott_harbour_hotel_and_suites" HotelName="Dubai Marriott Harbour Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="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="297.67" OriginalAmount="289" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18786235" Longitude="55.27964125" StarRating="5" HotelCode="570576|403132" HotelName="DAMAC Maison Distinction" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/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="27" TotalAmount="297.67" OriginalAmount="289" 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 22/05/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="16" TotalAmount="298.42" OriginalAmount="289.73" 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" 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="16" TotalAmount="298.80" OriginalAmount="290.10" 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="94" TotalAmount="304.44" OriginalAmount="295.57" 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="304.45" OriginalAmount="295.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0690889" Longitude="55.1283807" StarRating="4" HotelCode="|202273" HotelName="The First Collection Marina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="304.88" OriginalAmount="296" 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="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, DIFC, Sheikh Zayed Road, PO Box 482032, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/43/0b43e0b08b1809a0b2b35250ceb5c5b47c6124aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 100 m from Dubai International Financial Centre, and only 10 minutes from Dubai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="305.04" OriginalAmount="296.16" 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="27" TotalAmount="306.94" OriginalAmount="298" 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 22/05/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="83" TotalAmount="311.06" OriginalAmount="302" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|138355-12637121/7624270764507943358/3543" HotelName="JW MARRIOTT HOTEL MARINA" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2990000/2983200/2983165/180fa315_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="312.09" OriginalAmount="303" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|154824-19659361/7624270764507943358/1813" HotelName="THE RITZ-CARLTON, DUBAI INTERNATIONAL FINANCIAL CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3090000/3089700/3089613/9c989a50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="314.15" OriginalAmount="305" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|615513-20858957/7624270764507943358/1809" HotelName="PARAMOUNT HOTEL DUBAI" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38180000/38170300/38170272/fa966238_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.91" OriginalAmount="305.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2603671" Longitude="55.3262817" StarRating="4" HotelCode="|24672" HotelName="Aravi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/7/2/24672_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, renovated in 2003 and has 191 rooms, In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a currency exchange service and lifts. Guests are also offered a shop, a nightclub, a conference room, a cafÃ©, a bar, 3 restaurants, with air-conditioning and a car park. SITUATION: This attractive hotel is in Dubai the heart of Deira is situated in nearby, you will find shops, has good links to the tourist attractions, is 10 minutes away from the airport. ROOM: The rooms well-decorated, a bathroom, a hairdryer, satellite or cable TV, a mini-bar, internet, an individual air-conditioning system and a safety deposit box (available for a fee). FACILITIES: On the rooftop, our customers can find a swimming pool and deck chairs. The establishment has a sauna, a massage service and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="316.80" OriginalAmount="307.57" 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" 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="320.33" OriginalAmount="311.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.233805" Longitude="55.263464" StarRating="5" HotelCode="11942|dubai_marine_beach_resort_and_" HotelName="Dubai Marine Beach Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="16" TotalAmount="324.89" OriginalAmount="315.43" 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,FULL BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/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="83" TotalAmount="326.51" OriginalAmount="317" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|630317-32369567/7624270764507943358/3693" HotelName="GRAND COSMOPOLITAN" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45850000/45847100/45847029/649b9dbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="329.60" OriginalAmount="320" 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="63" TotalAmount="329.60" OriginalAmount="320.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.234227212443" Longitude="55.324093119049" StarRating="5" HotelCode="563312|hyatt_regency_creek_heights_residences_2" HotelName="Hyatt Regency Creek Heights Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="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="94" TotalAmount="329.87" OriginalAmount="320.26" 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="Non Refundable">
        <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="330.63" OriginalAmount="321" 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="94" TotalAmount="331.29" OriginalAmount="321.64" 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="63" TotalAmount="334.75" OriginalAmount="325.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.192879510028" Longitude="55.27248360846" StarRating="4" HotelCode="153373|ramada_downtown_dubai" HotelName="Ramada Downtown Dubai" Meals="ROOM ONLY" 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="336.68" OriginalAmount="326.87" 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="94" TotalAmount="338.30" OriginalAmount="328.45" 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="94" TotalAmount="343.24" OriginalAmount="333.24" 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="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="63" TotalAmount="347.11" OriginalAmount="337.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.075315834336" Longitude="55.131988675178" StarRating="5" HotelCode="100128|sofitel_dubai_jumeirah_beach_2" HotelName="Sofitel Dubai Jumeirah Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 473828, JBR on The Walk, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/5d/275d661d637e3edc61e481e1e6d3036113ca70b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city conference hotel is located by the beach in the heart of 'New' Dubai. The establishment is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="350.20" OriginalAmount="340.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.208415849073" Longitude="55.260644457047" StarRating="5" HotelCode="452317|la_ville_hotel_suites_city_walk_dubai_autograph_collection" HotelName="La Ville Hotel &amp; Suites CITY WALK, Dubai, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="351.23" OriginalAmount="341" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.227783" Longitude="55.320733" StarRating="5" HotelCode="67594|27184" HotelName="Raffles Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 22/05/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="94" TotalAmount="351.64" OriginalAmount="341.40" 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="63" TotalAmount="352.26" OriginalAmount="342.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.213208354138" Longitude="55.279271238534" StarRating="5" HotelCode="463748|the_ritzcarlton_executive_residences" HotelName="The Ritz-Carlton Dubai International Financial Centre Executive Residences" Meals="ROOM ONLY" 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="1" TotalAmount="357.98" OriginalAmount="347.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.230249" Longitude="55.287701" StarRating="5" HotelCode="409750|CAX590500" HotelName="The H Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>One Sheikh Zayed Road, P.O. Box 125511, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/19/901949453d4ba8d6f8772da83fc3e7341d5e23ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is well connected to all parts of the city. It is located on Sheikh Zayed Road in the busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="362.02" OriginalAmount="351.48" 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="63" TotalAmount="362.56" OriginalAmount="352.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.12582" Longitude="55.1533" StarRating="5" HotelCode="705784|royal_central_hotel_the_palm" HotelName="Royal Central Hotel - The Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="366.58" OriginalAmount="355.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0753723" Longitude="55.1342335" StarRating="4" HotelCode="|129874" HotelName="Hilton Dubai The Walk" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tower B The Walk Jumeirah Beach Residence,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/8/7/4/129874_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 12 bars, restaurants, a swimming pool, fitness and room service. SITUATION: This hotel is in Jumeirah Beach, close to shops and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="378.44" OriginalAmount="367.42" 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 22/05/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="94" TotalAmount="379.27" OriginalAmount="368.22" 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="Non Refundable">
        <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="1" TotalAmount="382.36" OriginalAmount="371.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2081" Longitude="55.27212" StarRating="5" HotelCode="637708|CAO137300" HotelName="Shangri-La Hotel &amp; Serviced Apartments Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="382.88" OriginalAmount="371.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251427" Longitude="55.326883" StarRating="5" HotelCode="|451701" HotelName="Hilton Dubai Creek Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="384.74" OriginalAmount="373.53" 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="83" TotalAmount="385.22" OriginalAmount="374" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181354-28791213/7624270764507943358/205" HotelName="SIGNATURE HOTEL APARTMENTS &amp;amp; SPA MARINA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2700000/2699700/2699605/39db837c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="385.54" OriginalAmount="374.31" 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="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="389.91" OriginalAmount="378.55" 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="83" TotalAmount="390.37" OriginalAmount="379" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|875288-15147655/7624270764507943358/3720" 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="94" TotalAmount="392.76" OriginalAmount="381.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0878806" Longitude="55.1461492" StarRating="4" HotelCode="|118696" HotelName="Dubai Marriott Harbour and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="398.18" OriginalAmount="386.58" 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="94" TotalAmount="404.97" OriginalAmount="393.17" 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 23/05/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="407.04" OriginalAmount="395.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0803668" Longitude="55.1368547" StarRating="5" HotelCode="|72602" HotelName="Movenpick Jumeirah Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="408.91" OriginalAmount="397" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.080378411946" Longitude="55.136971771717" StarRating="5" HotelCode="899731|19999" HotelName="Mövenpick Hotel Jumeirah Beach" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="410.85" OriginalAmount="398.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.041665" Longitude="55.188136" StarRating="5" HotelCode="|445549" HotelName="Mövenpick Jumeirah Village Triangle" Meals="HALF-BOARD" BedType="HALF-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="412.29" OriginalAmount="400.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.097117" Longitude="55.175354" StarRating="0" HotelCode="|465225" HotelName="Grand Heights Hotel Apartments" Meals="FULL-BOARD" BedType="FULL-BOARD" 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="412.36" OriginalAmount="400.35" 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="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="16" TotalAmount="419.71" OriginalAmount="407.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.155727098443" Longitude="55.300007164479" StarRating="5" HotelCode="161546|128384" HotelName="The Meydan Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" 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="16" TotalAmount="419.90" OriginalAmount="407.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112258578385" Longitude="55.137988488841" StarRating="5" HotelCode="363356|2037645" HotelName="Dukes The Palm, a Royal Hideaway Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 120015, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/33/c4/33c41fda2db84e348d07d82d2551df15fdc0badd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this beach hotel is located right in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="420.24" OriginalAmount="408" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1414024-28682983/7624270764507943358/491" HotelName="TUMBI WEST PALM BEACH HOTEL DUBAI, TAPESTRY COLLECTION BY HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111220000/111217200/111217140/w5757h3835x0y5-5b864fa9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="421.27" OriginalAmount="409" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1351165-23040536/7624270764507943358/2852" HotelName="VIDA DUBAI MARINA &amp;amp; YACHT CLUB" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83570000/83560100/83560061/w3496h2333x2y0-8831a6e6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="424.94" OriginalAmount="412.56" 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="16" TotalAmount="431.32" OriginalAmount="418.76" 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" 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="63" TotalAmount="433.63" OriginalAmount="421.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.073680609213" Longitude="55.130403041839" StarRating="5" HotelCode="67529|amwaj_rotana__jumeirah_beach_residence__dubai" HotelName="Amwaj Rotana - Jumeirah Beach Residence" Meals="ROOM ONLY" 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="439.77" OriginalAmount="426.96" 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="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="439.81" OriginalAmount="427.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="94" TotalAmount="441.25" OriginalAmount="428.40" 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="458.10" OriginalAmount="444.76" 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="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="83" TotalAmount="460.41" OriginalAmount="447" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1435728-27722070/7624270764507943358/2894" HotelName="VIDA DUBAI MALL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1435728/202521416405900.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="461.98" OriginalAmount="448.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.072327" Longitude="55.136099" StarRating="4" HotelCode="|446865" HotelName="Vida Dubai Marina and Yacht Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Marina</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/8/6/5/446865_ed84ab61445.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="462.47" OriginalAmount="449" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.217511518923" Longitude="55.283085107803" StarRating="5" HotelCode="12123|35530" HotelName="Jumeirah Emirates Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box: 72127, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/a4/cda488effd783117fde80a458e361c36744dfd76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel affords a central location along highly stylish Sheikh Zayed Road. It enjoys an enviable p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="465.56" OriginalAmount="452.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.167769841243" Longitude="55.446663067459" StarRating="4" HotelCode="69039|desert_palm_2" HotelName="Meliá Desert Palm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Awir Road, P.O. Box 119171, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/17/cd/17cda6ad7734cccf54512beb0dd8936e9c1268e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is a lush enclave set in polo fields just outside the Dubai city centre, only a 15-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="465.79" OriginalAmount="452.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.085483" Longitude="55.1436213" StarRating="5" HotelCode="|87337" HotelName="Grosvenor House, A Luxury Collection , Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="468.65" OriginalAmount="455.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.104318685666" Longitude="55.148551167984" StarRating="5" HotelCode="487075|viceroy_palm_jumeirah_dubai" HotelName="FIVE Palm Jumeirah Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,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="472.73" OriginalAmount="458.96" 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="Non Refundable">
        <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="83" TotalAmount="473.80" OriginalAmount="460" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1313475-25148412/7624270764507943358/1839" HotelName="HYATT CENTRIC JUMEIRAH DUBAI" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72110000/72108100/72108064/f4246bf1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="476.89" OriginalAmount="463" 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="476.89" OriginalAmount="463" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|297419-19523838/7624270764507943358/2047" HotelName="ARMADA AVENUE HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8840000/8835800/8835794/0281d4b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="476.89" OriginalAmount="463.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="ROOM ONLY" 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>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="83" TotalAmount="483.07" OriginalAmount="469" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1351698-23416954/7624270764507943358/3792" HotelName="NH COLLECTION DUBAI THE PALM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83620000/83617700/83617671/10b0d1fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="490.63" OriginalAmount="476.34" 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 23/05/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="16" TotalAmount="496.81" OriginalAmount="482.34" 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" BedType="ROOM ONLY" PropertyType="Beach Hotel,Golf Hotel" CnxPolicy="Free CXL until 22/05/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="27" TotalAmount="504.70" OriginalAmount="490" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.084500744746" Longitude="55.140385279762" StarRating="5" HotelCode="46903|11185" HotelName="Le Royal Meridien Beach Resort &amp; Spa" Meals="HALF BOARD,BED &amp; BREAKFAST" 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="63" TotalAmount="505.73" OriginalAmount="491.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.211625" Longitude="55.274432" StarRating="4" HotelCode="39206|staybridge_suites_dubai_financial_centre_an_ihg_hotel" HotelName="AlSalam Hotel Suites and Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Golf,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 118094, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/35/0a356f236e02fc73df3250a2a7fed52a10c20649.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel lies on the fashionable Sheikh Zayed Road, across from the International Financial C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="507.89" OriginalAmount="493.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2114839" Longitude="55.2743676" StarRating="4" HotelCode="|55232" HotelName="Staybridge Suites Dubai Financial Centre, an IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. BOX 118049</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/3/2/55232_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 281 rooms, The establishment boasts air-conditioning, a lobby, a lift, a car park and an indoor car park (for a fee). SITUATION: 10 minutes away from the establishment, guests will find the shopping centre, close to the establishment, guests have Jumeirah the beach Near the establishment, guests will find a metro station, 15 minutes away from the establishment clients have Dubai Airport. ROOM: They have a kettle, a coffee maker, a living room-bedroom, a sofa-bed and sofas. They also have cable and satellite television, a bathroom with a bath, a shower with a safe. FACILITIES: The establishment has a gym, a sauna, a jacuzzi, a steam bath, hydromassage swimming pool and a children's swimming pool. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant and a coffee shop. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="508.82" OriginalAmount="494" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|27475-22402421/7624270764507943358/3900" HotelName="SHANGRI-LA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/919000/918930/62672ee8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="517.53" OriginalAmount="502.46" 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="BED &amp; BREAKFAST" 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="63" TotalAmount="518.09" OriginalAmount="503.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="94" TotalAmount="519.50" OriginalAmount="504.37" 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="94" TotalAmount="521.23" OriginalAmount="506.05" 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="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="63" TotalAmount="524.27" OriginalAmount="509.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.139106761878" Longitude="55.142418032328" StarRating="4" HotelCode="530660|the_retreat_palm_dubai_mgallery_by_sofitel" HotelName="The Retreat Palm Dubai - MGallery by Sofitel" Meals="ROOM ONLY" 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="529.42" OriginalAmount="514" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1382438-24017190/7624270764507943358/2991" HotelName="VIDA CREEK BEACH HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96610000/96608200/96608192/5a8d94bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="537.30" OriginalAmount="521.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2492594" Longitude="55.2967375" StarRating="0" HotelCode="|120172" HotelName="Al Raya Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mankhool Area, Kuwait St.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/1/7/2/120172_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Bur Dubai it is in it is situated 10 blocks away from Jumeirah the beach. ROOM: The apartments have a kitchen and internet (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="537.66" OriginalAmount="522.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="1" TotalAmount="538.13" OriginalAmount="522.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.21125322" Longitude="55.28145818" StarRating="5" HotelCode="876946|CBF725800" HotelName="Waldorf Astoria Dubai International Financial Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY,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="94" TotalAmount="543.00" OriginalAmount="527.18" 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="83" TotalAmount="544.87" OriginalAmount="529" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1355102-20629439/7624270764507943358/3958" HotelName="PARAMOUNT HOTEL MIDTOWN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111280000/111277100/111277057/d7f54c11_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="545.90" OriginalAmount="530" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|898294-19233537/7624270764507943358/3931" 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="94" TotalAmount="546.89" OriginalAmount="530.96" 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="16" TotalAmount="557.54" OriginalAmount="541.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248999323458" Longitude="55.295486558197" StarRating="3" HotelCode="260530|925445" HotelName="Al Raya Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, Bur Dubai Al Mankhool area, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/78/ee78b0dde66f89f6174a771c417beb120b900db4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="562.14" OriginalAmount="545.77" 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,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" 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="63" TotalAmount="563.41" OriginalAmount="547.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.20069126" Longitude="55.27622096" StarRating="5" HotelCode="492631|address_boulevard" HotelName="Address Boulevard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="16" TotalAmount="582.74" OriginalAmount="565.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.223252686211" Longitude="55.349743366241" StarRating="5" HotelCode="400661|71114" HotelName="InterContinental Dubai Festival City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Festival City, P.O. Box 45777, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/06/06b6bd9509e46c1c6ce93bc125a7b0fb/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in downtown Dubai and is just 6 km from the city centre. It is just 8 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="586.53" OriginalAmount="569.45" 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="27" TotalAmount="590.19" OriginalAmount="573" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.199810712514" Longitude="55.27753829956" StarRating="5" HotelCode="136614|23159" HotelName="Address Dubai Mall" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 22/05/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="606.82" OriginalAmount="589.15" 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="94" TotalAmount="614.25" OriginalAmount="596.36" 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="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="63" TotalAmount="615.94" OriginalAmount="598.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0800887" Longitude="55.1359468" StarRating="5" HotelCode="535209|rixos_premium_dubai" HotelName="Rixos Premium Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,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="83" TotalAmount="616.97" OriginalAmount="599" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1350367-24654747/7624270764507943358/4050" HotelName="ADDRESS CREEK HARBOUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88210000/88203600/88203597/4f0b921f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="616.97" OriginalAmount="599.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18592" Longitude="55.27367" StarRating="5" HotelCode="511831|renaissance_downtown_hotel_dubai" HotelName="Renaissance Downtown Hotel, Dubai" Meals="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="94" TotalAmount="618.16" OriginalAmount="600.16" 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="83" TotalAmount="622.12" OriginalAmount="604" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.98596" Longitude="98.2898" StarRating="5" HotelCode="0|136729-12636753/7624270764507943358/4209" HotelName="KEMPINSKI CENTRAL AVENUE DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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="94" TotalAmount="629.67" OriginalAmount="611.33" 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="16" TotalAmount="630.99" OriginalAmount="612.61" 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="27" TotalAmount="632.42" OriginalAmount="614" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.183395963471" Longitude="55.254177711639" StarRating="5" HotelCode="323805|60120" HotelName="Habtoor Palace, LXR Hotels &amp; Resorts" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD,HALF 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="94" TotalAmount="639.09" OriginalAmount="620.48" 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="27" TotalAmount="642.72" OriginalAmount="624" 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="63" TotalAmount="643.75" OriginalAmount="625.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="63" TotalAmount="654.05" OriginalAmount="635.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="94" TotalAmount="655.60" OriginalAmount="636.50" 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="Non Refundable">
        <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="16" TotalAmount="662.71" OriginalAmount="643.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.134455013957" Longitude="55.150441634255" StarRating="5" HotelCode="263800|977905" HotelName="Waldorf Astoria Dubai Palm Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="664.35" OriginalAmount="645.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.212677093762" Longitude="55.28255282209" StarRating="5" HotelCode="446207|four_seasons_hotel_dubai_international_financial_centre" HotelName="Four Seasons Dubai International Financial Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="668.47" OriginalAmount="649" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1323552-24670244/7624270764507943358/1593" HotelName="HILTON DUBAI PALM JUMEIRAH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/70000000/69410000/69404600/69404538/w4668h3836x0y4-6941609f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="670.94" OriginalAmount="651.40" 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="671.67" OriginalAmount="652.11" 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="Free CXL until 22/05/2026" 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="16" TotalAmount="684.33" OriginalAmount="664.40" 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="Free CXL until 22/05/2026">
        <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="685.56" OriginalAmount="665.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.115191" Longitude="55.140668" StarRating="0" HotelCode="|445235" HotelName="Andaz Palm Jumeirah Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="698.13" OriginalAmount="677.80" 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="27" TotalAmount="726.15" OriginalAmount="705" 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="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="94" TotalAmount="727.77" OriginalAmount="706.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0793508" Longitude="55.1427519" StarRating="4" HotelCode="|169114" HotelName="City Premiere Marina Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="729.63" OriginalAmount="708.38" 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="729.79" OriginalAmount="708.53" 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="HALF BOARD" 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="63" TotalAmount="731.30" OriginalAmount="710.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.91615501209" Longitude="55.005883761883" StarRating="5" HotelCode="435572|lapita_dubai_parks_and_resorts" HotelName="Lapita, Dubai Parks and Resorts, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Dubai Parks &amp; Resorts, P.O. Box: 334221, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/b6/18b6924d198681cecec9bb2b58b411255407fa90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is approximately 12.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="739.09" OriginalAmount="717.56" 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="1" TotalAmount="746.35" OriginalAmount="724.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.118962" Longitude="55.198021" StarRating="5" HotelCode="57060|CAV732000" HotelName="Kempinski Hotel Mall of the Emirates Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="83" TotalAmount="747.78" OriginalAmount="726" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|874224-19659661/7624270764507943358/1880" HotelName="INDIGO DUBAI DOWNTOWN" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33300000/33298400/33298316/772f8da4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="750.98" OriginalAmount="729.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.072274" Longitude="55.127721" StarRating="4" HotelCode="263797|CAW675800" 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="94" TotalAmount="761.93" OriginalAmount="739.74" 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="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="83" TotalAmount="777.65" OriginalAmount="755" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1414014-24108197/7624270764507943358/3360" HotelName="SIRO ONE ZA'ABEEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100160000/100150700/100150630/4e760016_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="781.76" OriginalAmount="758.99" 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="Non Refundable">
        <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="27" TotalAmount="781.77" OriginalAmount="759" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.13993" Longitude="55.1325" StarRating="5" HotelCode="213632|35590" HotelName="Sofitel Dubai The Palm Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent Road, P.O. Box 55558, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/b2/04b257ce6210350c25a030c9d9f4cdca24e17781.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this spa hotel is right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="802.37" OriginalAmount="779" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|253461-21407155/7624270764507943358/968" HotelName="DOUBLETREE BY HILTON DUBAI - JUMEIRAH BEACH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6760000/6750600/6750573/w6250h3488x0y0-d38b43da_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="825.71" OriginalAmount="801.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1406" Longitude="55.13216" StarRating="0" HotelCode="|210504" HotelName="Sofitel Dubai The Palm Luxury Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/5/0/4/210504_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="846.55" OriginalAmount="821.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.228037579753" Longitude="55.327943059518" StarRating="5" HotelCode="24028|30784" HotelName="Grand Hyatt Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riyadh Street, Sheikh Rashid Road, P.O. Box 7978, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/83/66/83662b8ddf416bbd5f798b1dee7f19fd6e0f1554.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying amidst sprawling gardens, this spectacular luxury hotel is located at the heart of Dubai some ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="850.37" OriginalAmount="825.60" 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="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="83" TotalAmount="873.44" OriginalAmount="848" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|240744-19659409/7624270764507943358/1892" HotelName="SOFITEL DUBAI THE PALM RESORT &amp;amp; SPA" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5920000/5914200/5914122/26f5222c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="874.47" OriginalAmount="849" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|401360-20806597/7624270764507943358/4269" HotelName="AL HABTOOR PALACE" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12350000/12347000/12346991/fceaeac8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="884.13" OriginalAmount="858.38" 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="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="94" TotalAmount="923.27" OriginalAmount="896.38" 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="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="929.58" OriginalAmount="902.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.135130188812" Longitude="55.185978412628" StarRating="5" HotelCode="907094|31024" HotelName="Jumeirah Mina A'Salam" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, P.O. Box 75157, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/14/0f144e6caa90ca7e108ee8f644dedd9de989b420.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort hotel is located right on the beachfront next to the Wild Wadi water park. Dubai Int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="931.12" OriginalAmount="904" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|65164-19659391/7624270764507943358/1896" 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="63" TotalAmount="932.15" OriginalAmount="905.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.987383008586" Longitude="55.02189964056" StarRating="5" HotelCode="907105|palm_tree_court" HotelName="JA Palm Tree Court" Meals="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="94" TotalAmount="955.40" OriginalAmount="927.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.081063" Longitude="55.13611" StarRating="5" HotelCode="|472660" HotelName="FIVE LUXE" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="961.37" OriginalAmount="933.37" 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="63" TotalAmount="971.29" OriginalAmount="943.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.816293" Longitude="55.230905" StarRating="5" HotelCode="34627|bab_al_shams_desert_resort_and_spa" HotelName="Bab Al Shams Desert Resort &amp; Spa" Meals="BED &amp; BREAKFAST" 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="983.38" OriginalAmount="954.74" 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="986.26" OriginalAmount="957.53" 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,ROOM ONLY,HALF BOARD,ALL INCLUSIVE" 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="63" TotalAmount="987.77" OriginalAmount="959.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.986826272493" Longitude="55.023849606514" StarRating="5" HotelCode="907104|ja_jebel_ali_beach_hotel" HotelName="JA Beach Hotel" Meals="ROOM ONLY" 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="83" TotalAmount="1002.19" OriginalAmount="973" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1266092-19659809/7624270764507943358/1905" HotelName="RAFFLES THE PALM" Meals="HALF BOARD,BED &amp; BREAKFAST" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70130000/70128100/70128096/76bd0253_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1007.77" OriginalAmount="978.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2282863" Longitude="55.2906578" StarRating="5" HotelCode="|448931" HotelName="One&amp;Only One Za'Abeel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/9/3/1/448931_2f212591203.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1014.55" OriginalAmount="985.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.095225741263" Longitude="55.15230330954" StarRating="5" HotelCode="18032|oneonly_royal_mirage_2" HotelName="One&amp;Only Royal Mirage" Meals="HALF-BOARD" BedType="HALF-BOARD" PropertyType="Beach Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 37252, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/4f/2a4f2270b1c840fcab3e44dba0430ca7323e1468.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on a private beach on the Jumeirah beach strip. Opposite the resort is the Emi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1017.05" OriginalAmount="987.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10634687" Longitude="55.11126178" StarRating="5" HotelCode="561853|2292305" HotelName="W Dubai The Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/90/be/90be33a1cb6cf7a692a69592541532a332be336b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1025.22" OriginalAmount="995.36" 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="HALF BOARD" 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="27" TotalAmount="1031.03" OriginalAmount="1001" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.194058731118" Longitude="55.279147624969" StarRating="5" HotelCode="96664|23158" HotelName="Address Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,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="1036.18" OriginalAmount="1006" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|32260-21692979/7624270764507943358/3601" 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="1036.18" OriginalAmount="1006" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1387555-24667918/7624270764507943358/4423" 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="1115.97" OriginalAmount="1083.47" 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="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/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="63" TotalAmount="1154.63" OriginalAmount="1121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113097" Longitude="55.196943" StarRating="5" HotelCode="75264|coral_boutique" HotelName="Coral Boutique Villas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24th Street Community 373, P.O.Box: 124446, 4th Interchange Behind Emirates Mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/9e/5d9eef6c051db8f9100efe39db5d3885ecb06b9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Closely situated to the popular shopping centre of the Emirates, this villa resort is located in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1197.40" OriginalAmount="1162.52" 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="83" TotalAmount="1217.46" OriginalAmount="1182" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|491939-19659330/7624270764507943358/1933" HotelName="THE ST. REGIS DOWNTOWN DUBAI" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19370000/19366500/19366493/ffeedc89_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1259.69" OriginalAmount="1223.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="83" TotalAmount="1282.35" OriginalAmount="1245" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1434772-28862860/7624270764507943358/4659" HotelName="MANDARIN ORIENTAL DOWNTOWN DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108430000/108426600/108426523/7c72a0bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1283.38" OriginalAmount="1246.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.121045661837" Longitude="55.153719484806" StarRating="5" HotelCode="904934|rixos_the_palm_dubai" HotelName="Rixos The Palm Hotel &amp; Suites" Meals="ULTRA-ALL-INCLUSIVE" BedType="ULTRA-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="16" TotalAmount="1284.13" OriginalAmount="1246.73" 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="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="1301.25" OriginalAmount="1263.35" 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="94" TotalAmount="1305.91" OriginalAmount="1267.87" 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="HALF-BOARD" BedType="HALF-BOARD" 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="27" TotalAmount="1307.07" OriginalAmount="1269" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.121045661837" Longitude="55.153719484806" StarRating="5" HotelCode="960953|404173" HotelName="Rixos The Palm Luxury Suite Collection" Meals="ALL INCLUSIVE" BedType="ALL INCLUSIVE" PropertyType="" CnxPolicy="Non Refundable">
        <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="16" TotalAmount="1324.67" OriginalAmount="1286.09" 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 23/05/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="83" TotalAmount="1325.61" OriginalAmount="1287" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|884135-19659421/7624270764507943358/1940" 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="63" TotalAmount="1418.31" OriginalAmount="1377.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.131283" Longitude="55.117745" StarRating="5" HotelCode="73815|atlantis_the_palm" HotelName="Atlantis The Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Crescent Road, The Palm, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/54/5e/545e96694aa740c8f027a01fef6a3d50a663f03c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury resort is situated on the spectacular man-made island of Palm Jumeirah. The Emirates Mal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1418.31" OriginalAmount="1377.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.192346322728" Longitude="55.273865492065" StarRating="0" HotelCode="633461|elite_royal_apartment_burj_khalifa_fountain_view_royal" 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="94" TotalAmount="1434.28" OriginalAmount="1392.50" 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="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" 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="27" TotalAmount="1551.18" OriginalAmount="1506" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.245829033355" Longitude="55.256305180148" StarRating="5" HotelCode="363722|201529" HotelName="Nikki Beach Resort &amp; Spa Dubai" Meals="BED &amp; BREAKFAST" 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="1576.93" OriginalAmount="1531" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|434531-12637038/7624270764507943358/4749" 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="94" TotalAmount="1582.99" OriginalAmount="1536.88" 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="16" TotalAmount="1587.70" OriginalAmount="1541.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.21684883" Longitude="55.25124513" StarRating="5" HotelCode="669205|2310505" HotelName="Mandarin Oriental Jumeira Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="HALF BOARD" 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="94" TotalAmount="1602.92" OriginalAmount="1556.23" 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="1712.89" OriginalAmount="1663" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|181367-20629440/7624270764507943358/4861" HotelName="ONE&amp;amp;ONLY THE PALM" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3890000/3888800/3888752/79bb41ec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1800.44" OriginalAmount="1748" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.141496833283" Longitude="55.190784931183" StarRating="5" HotelCode="46902|1155" HotelName="Jumeirah Beach Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 11416, Umm Suqeim, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/1c/e21c716dd40d58cffe3c4673cd95b832796fa895.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies directly beside long sandy Jumeirah Beach, some 20 km from the centre of Duba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1824.38" OriginalAmount="1771.24" 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="1856.73" OriginalAmount="1802.65" 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="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="16" TotalAmount="1874.82" OriginalAmount="1820.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="5" HotelCode="820843|2334065" HotelName="JA Lake View Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE" 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="83" TotalAmount="1887.99" OriginalAmount="1833" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|120293-12636738/7624270764507943358/4808" HotelName="ONE AND ONLY ROYAL MIRAGE ARABIAN COURT" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/120293/20231114142313796.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1895.20" OriginalAmount="1840" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|431489-23085416/7624270764507943358/3864" HotelName="ONE AND ONLY ROYAL MIRAGE" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527458/6e2f09be_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2011.70" OriginalAmount="1953.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.202435" Longitude="55.23993" StarRating="5" HotelCode="|167759" HotelName="Four Seasons Resort Dubai At Jumeirah Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, Jumeirah 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/7/5/9/167759_82e3b940830.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 237 rooms, 49 suites, 3 restaurants, covered pools, an outdoor pool, a spa, a beach club, a ballroom and 5 meeting rooms. SITUATION: This hotel is in Jumeriah Road, close to the shopping area, the nightlife and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2092.96" OriginalAmount="2032" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1316172-24654872/7624270764507943358/4927" HotelName="CENTARA MIRAGE BEACH RESORT DUBAI" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70050000/70041400/70041341/2f3e9368_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2153.73" OriginalAmount="2091" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|242934-19659457/7624270764507943358/1952" HotelName="ANANTARA DUBAI THE PALM RESORT" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6490000/6483400/6483363/445bf9bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2468.91" OriginalAmount="2397" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1371787" Longitude="55.18712554" StarRating="5" HotelCode="422271|205859" HotelName="Jumeirah Al Naseem" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 75157, Jumeira Road, Umm Suqeim 3, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/3f/3f1b113d5825dde6/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, this boutique hotel is ideal for guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2582.50" OriginalAmount="2507.28" 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="94" TotalAmount="2612.34" OriginalAmount="2536.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.850048" Longitude="55.345998" StarRating="0" HotelCode="|538518" HotelName="Al Marmoom Oasis Camping and Experiences" Meals="HALF-BOARD" BedType="HALF-BOARD" 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="83" TotalAmount="2710.96" OriginalAmount="2632" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1348130-21317604/7624270764507943358/4290" HotelName="ATLANTIS THE ROYAL" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39020000/39014700/39014655/89fc20b9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2770.77" OriginalAmount="2690.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="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="63" TotalAmount="2923.14" OriginalAmount="2838.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.132026875638" Longitude="55.184237658978" StarRating="5" HotelCode="907096|al_qasr_madinat_jumeirah" HotelName="Jumeirah Al Qasr" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Road, PO Box 75157, Jumeira</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/b9/0bb9b1cded1094c6c58801f60941cc32ef11cb87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this hotel lies in the heart of Dubai, right by the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2947.86" OriginalAmount="2862" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|53286-19659371/7624270764507943358/1942" HotelName="AL MAHA, A LUXURY COLLECTION DESERT RESORT &amp;amp; SPA DUBAI" Meals="FULL BOARD" BedType="FULL BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1770000/1769600/1769509/w3997h2667x0y0-334e90b9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3132.39" OriginalAmount="3041.16" 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="83" TotalAmount="3308.36" OriginalAmount="3212" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1414573-27514081/7624270764507943358/5108" HotelName="JUMEIRAH MARSA AL ARAB DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91440000/91438000/91437953/7fd0c67d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3543.01" OriginalAmount="3439.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11281760415" Longitude="55.109605193138" StarRating="5" HotelCode="161783|135494" HotelName="Kempinski Hotel &amp; Residences Palm Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" 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="16" TotalAmount="4351.15" OriginalAmount="4224.42" 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="94" TotalAmount="5695.57" OriginalAmount="5529.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1020776" Longitude="55.1783073" StarRating="4" HotelCode="|198216" HotelName="Atana" Meals="FULL-BOARD" BedType="FULL-BOARD" 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="83" TotalAmount="9926.11" OriginalAmount="9637" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|519824-19659332/7624270764507943358/1943" 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="63" TotalAmount="351825411.07" OriginalAmount="341578069.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.223849596761" Longitude="55.349164009094" StarRating="5" HotelCode="70491|crowne_plaza_festival_city" HotelName="Crowne Plaza Dubai - Festival City" Meals="BED &amp; BREAKFAST" 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="523.94" OriginalAmount="508.68" 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,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Conference Hall,Lounge,Massage Centre,Sauna,Shopping Arcade,Currency Exchange,Golf,Spa,Swimming Pool,Central Heating,Wheelchair Access,24 Hour Security,Airport Transfer (on Demand),Designated Smoking Area,Parking,Valet Parking,Nightclub,Jacuzzi,Kitchen,Diet Meals,Heated Pool,ATM/Cash Machine,Babysitting,Banquet Hall,Business Centre,Dining,Housekeeping,Meeting Room,Printer,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</BasicAmenities>
    <HotelRating>3,2,4,5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,HOTEL,GOLF HOTEL,CONFERENCE 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
35744821-b66c-4252-8e30-1eb428eff854|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="35744821-b66c-4252-8e30-1eb428eff854">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="38" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-27T00:00:00" End="2026-05-30T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="mukeshtoursntravels1@gmail.com" Password="Diamond@72" 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
35744821-b66c-4252-8e30-1eb428eff854|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
35744821-b66c-4252-8e30-1eb428eff854|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
35744821-b66c-4252-8e30-1eb428eff854|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
35744821-b66c-4252-8e30-1eb428eff854|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
35744821-b66c-4252-8e30-1eb428eff854|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
35744821-b66c-4252-8e30-1eb428eff854|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
35744821-b66c-4252-8e30-1eb428eff854|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
35744821-b66c-4252-8e30-1eb428eff854|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:c7526e62-8a1a-4e43-9516-cd00077e2dcb
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
35744821-b66c-4252-8e30-1eb428eff854|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-05-22T11:30:22.3611829+01:00" Version="0" EchoToken="Search" TransactionIdentifier="35744821-b66c-4252-8e30-1eb428eff854" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="45.70" OriginalAmount="44.37" 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="16" TotalAmount="47.09" OriginalAmount="45.72" 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="16" TotalAmount="47.30" OriginalAmount="45.92" 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="47.30" OriginalAmount="45.92" 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="47.46" OriginalAmount="46.08" 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="47.79" OriginalAmount="46.40" 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="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269224143217" Longitude="55.306211896675" StarRating="3" HotelCode="902062|royal_mark_hotel_apartment_dubai" HotelName="Royal Mark Hotel Apartments" Meals="ROOM ONLY" 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="94" TotalAmount="48.75" OriginalAmount="47.33" 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="94" TotalAmount="50.56" OriginalAmount="49.09" 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="51.48" OriginalAmount="49.98" 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="63" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.278301710271" Longitude="55.309955477715" StarRating="2" HotelCode="31465|san_marco_5" 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="63" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.272336212746" Longitude="55.313718084656" StarRating="3" HotelCode="933775|phoenix_hotel_dubai_2" 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="51.83" OriginalAmount="50.32" 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" 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="52.18" OriginalAmount="50.66" 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="27" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.268201436032" Longitude="55.303627951544" StarRating="3" HotelCode="469983|201409" 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="63" TotalAmount="53.56" OriginalAmount="52.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="94" TotalAmount="53.59" OriginalAmount="52.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2722868" Longitude="55.313524" StarRating="3" HotelCode="|87886" HotelName="Phoenix" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <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="27" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260165307468" Longitude="55.324518568122" StarRating="3" HotelCode="371999|15408" 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="63" TotalAmount="54.59" OriginalAmount="53.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="94" TotalAmount="55.99" OriginalAmount="54.36" 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="55.99" OriginalAmount="54.36" 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="56.65" OriginalAmount="55.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="16" TotalAmount="57.19" OriginalAmount="55.52" 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,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Port Saeed Street, P.O. Box 121711, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/b9/45b929d1f60f3cb7386a315b06080b79f286e532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at the heart of the city of Dubai, just behind the famous city centre shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.86" OriginalAmount="56.17" 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="58.70" OriginalAmount="56.99" 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="Non Refundable">
        <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="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.274755644537" Longitude="55.327639093254" StarRating="4" HotelCode="17493|sheraton_deira_hotel_dubai" HotelName="Grand Excelsior Hotel Deira" Meals="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="94" TotalAmount="60.11" OriginalAmount="58.36" 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="63" TotalAmount="60.77" OriginalAmount="59.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="94" TotalAmount="60.88" OriginalAmount="59.11" 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="12" TotalAmount="61.12" OriginalAmount="59.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259715140987" Longitude="55.326024647157" StarRating="4" HotelCode="17013|2112601" HotelName="Golden Tulip Nihal Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" 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="61.17" OriginalAmount="59.39" 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="27" TotalAmount="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262735" Longitude="55.294741" StarRating="3" HotelCode="187431|46871" HotelName="Astoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, P.O.Box: 457, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/second2/1389672911/7e7dfceb9043c866aebb4aac1a855143.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27318891777" Longitude="55.319745540619" StarRating="3" HotelCode="59801|dubai_palm_hotel" 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="61.82" OriginalAmount="60.02" 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="16" TotalAmount="62.12" OriginalAmount="60.31" 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="62.45" OriginalAmount="60.63" 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="Free CXL until 22/05/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="27" TotalAmount="62.83" OriginalAmount="61" 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="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.188798669097" Longitude="55.255153813492" StarRating="2" HotelCode="76172|holiday_inn_express_dubai_safa_park" HotelName="Holiday Inn Express Dubai Safa Park" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242852" Longitude="55.271732" StarRating="2" HotelCode="888112|holiday_inn_express_dubai_jumeirah" HotelName="Holiday Inn Express Dubai - Jumeirah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,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="94" TotalAmount="62.98" OriginalAmount="61.15" 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="63.83" OriginalAmount="61.97" 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="94" TotalAmount="64.12" OriginalAmount="62.25" 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="64.12" OriginalAmount="62.25" 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="12" TotalAmount="64.38" OriginalAmount="62.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.104389" Longitude="55.166133" StarRating="2" HotelCode="70872|1150890" HotelName="Holiday Inn Express Dubai - Internet City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" 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="64.48" OriginalAmount="62.60" 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="94" TotalAmount="64.62" OriginalAmount="62.74" 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="16" TotalAmount="65.53" OriginalAmount="63.62" 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="65.82" OriginalAmount="63.90" 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" 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="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264651" Longitude="55.318562" StarRating="4" HotelCode="26672|lotus_hotel" HotelName="Lotus Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="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="66.07" OriginalAmount="64.15" 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="94" TotalAmount="66.32" OriginalAmount="64.39" 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="66.87" OriginalAmount="64.92" 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="66.93" OriginalAmount="64.98" 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="27" TotalAmount="66.95" OriginalAmount="65" 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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, Al Nahdha Street, P.O. Box: 26888, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/5e/3b5ee2b5d64d3bbc9b8a650b5c547dc1da2507c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on Al Nahda Street at the heart of Dubai, close to the commercial, business and shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.95" OriginalAmount="65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.274438" Longitude="55.315297" StarRating="3" HotelCode="66871|45252" 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="27" TotalAmount="66.95" OriginalAmount="65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263331" Longitude="55.318133" StarRating="3" HotelCode="14183|2248" 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="27" TotalAmount="66.95" OriginalAmount="65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270654" Longitude="55.316014" StarRating="3" HotelCode="94765|201651" HotelName="Oriental Palace Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.235299770465" Longitude="55.279484932541" StarRating="3" HotelCode="36292|chelsea_plaza_hotel_dubai" HotelName="Chelsea Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252909" Longitude="55.309435" StarRating="4" HotelCode="141981|holiday_inn_bur_dubai__embassy_district" HotelName="Holiday Inn Bur Dubai - Embassy District" Meals="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="16" TotalAmount="67.00" OriginalAmount="65.05" 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" 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="94" TotalAmount="67.63" OriginalAmount="65.66" 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="67.89" OriginalAmount="65.91" 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="67.93" OriginalAmount="65.95" 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" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mankool Road, Port Rashid Road, Behind New Gold Souk, Bur Dubai, Dubai PO Box 118094</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/fa/acfa4ba95ace47b90e8a7bbbb28b67c5442808f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is ideally located in the centre in the Bur Dubai area, nestled between the imma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262718" Longitude="55.326174" StarRating="4" HotelCode="59001|avenue_hotel" HotelName="Avenue Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,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="67.98" OriginalAmount="66.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="63" TotalAmount="67.98" OriginalAmount="66.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="68.43" OriginalAmount="66.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26802" Longitude="55.304688" StarRating="4" HotelCode="|210907" HotelName="Best Western Plus Pearl Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <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="16" TotalAmount="68.66" OriginalAmount="66.66" 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="83" TotalAmount="69.01" OriginalAmount="67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.13681" Longitude="-120.6417" StarRating="3" HotelCode="0|417620-28513607/6142357287316704297/7722" HotelName="AL KHALEEJ GRAND" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27397" Longitude="55.31901" StarRating="4" HotelCode="14432|marco_polo_hotel" HotelName="Marco Polo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="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="69.52" OriginalAmount="67.50" 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="63" TotalAmount="70.04" OriginalAmount="68.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="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252439125326" Longitude="55.33562284497" StarRating="4" HotelCode="160523|suha_city_hotel_2" HotelName="Halo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Garhoud Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/67/4e6784c3ecb4a4aca73fbb472e4ac4f8d81fbc99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the Deira district known as 'the heart of Dubai', just five minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.099745408931" Longitude="55.178775894512" StarRating="4" HotelCode="212011|golden_tulip_media_hotel" HotelName="Golden Tulip Media Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260348496035" Longitude="55.291351583992" StarRating="3" HotelCode="935337|gateway_hotel_" HotelName="Gateway Hotel" Meals="ROOM ONLY" 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="16" TotalAmount="70.53" OriginalAmount="68.48" 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="94" TotalAmount="70.59" OriginalAmount="68.53" 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="70.71" OriginalAmount="68.65" 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="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.271295553075" Longitude="55.307428813492" StarRating="2" HotelCode="934452|mark_inn_hotel_deira" HotelName="Mark Inn Hotel Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="12" TotalAmount="71.88" OriginalAmount="69.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11152527495" Longitude="55.203422390213" StarRating="4" HotelCode="176180|1384428" HotelName="Grand Excelsior Hotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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="71.89" OriginalAmount="69.80" 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="Free CXL until 23/05/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="71.98" OriginalAmount="69.88" 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="94" TotalAmount="71.99" OriginalAmount="69.89" 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="27" TotalAmount="72.10" OriginalAmount="70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.109534855178" Longitude="55.202957857637" StarRating="3" HotelCode="100073|23646" 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="63" TotalAmount="72.10" OriginalAmount="70.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.24294395151" Longitude="55.275583947314" StarRating="4" HotelCode="119228|mercure_gold_hotel_al_mina_road_dubai" HotelName="Mercure Gold Hotel Al Mina Road Dubai" Meals="ROOM ONLY" 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="63" TotalAmount="72.10" OriginalAmount="70.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.24997" Longitude="55.2819" StarRating="3" HotelCode="901868|smana_hotel_al_raffa_2" HotelName="Smana Hotel Al Raffa" Meals="ROOM ONLY" 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="94" TotalAmount="72.24" OriginalAmount="70.14" 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="72.24" OriginalAmount="70.14" 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="94" TotalAmount="73.06" OriginalAmount="70.93" 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="73.08" OriginalAmount="70.95" 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="27" TotalAmount="73.13" OriginalAmount="71" 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,FULL 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="73.89" OriginalAmount="71.74" 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="94" TotalAmount="74.10" OriginalAmount="71.94" 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="63" TotalAmount="74.16" OriginalAmount="72.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26979425" Longitude="55.31141643" StarRating="0" HotelCode="621924|trans_world_hotel" HotelName="Trans World Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Makhtoum Road</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/23/36/2336c458817790955ff5d1f78d4eb7b8ae4ae62d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.16" OriginalAmount="72.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23711464" Longitude="55.30982997" StarRating="4" HotelCode="752298|roda_links_al_nasr" HotelName="Roda Links Al Nasr" Meals="ROOM ONLY" 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="74.36" OriginalAmount="72.19" 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="94" TotalAmount="74.42" OriginalAmount="72.25" 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="94" TotalAmount="74.57" OriginalAmount="72.40" 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="74.77" OriginalAmount="72.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2705691" Longitude="55.3198516" StarRating="3" HotelCode="|55261" HotelName="Royal Falcon" 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/5/5/2/6/1/55261_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Royal Falcon is rated three stars and has 84 rooms. The establishment has lifts, a business centre has features that offer you the maximum level of comfort and a car park. SITUATION: It is located close to the historic centre. Nearby, you will find the leisure area. Next to the establishment, guests have Al Hamriyah Park, near the establishment, you will find World Trade Centre, FACILITIES: You can find a fitness centre well-equipped. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant, a bar and a lounge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.95" OriginalAmount="72.77" 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="74.95" OriginalAmount="72.77" 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="27" TotalAmount="75.19" OriginalAmount="73" 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="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262404779153" Longitude="55.29760658741" StarRating="4" HotelCode="38016|arabian_courtyard_hotel__spa" HotelName="Arabian Courtyard Hotel &amp; Spa" Meals="ROOM ONLY" 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="75.63" OriginalAmount="73.43" 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="75.89" OriginalAmount="73.68" 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="76.22" OriginalAmount="74.00" 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="1" TotalAmount="76.63" OriginalAmount="74.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264918" Longitude="55.329805" StarRating="4" HotelCode="319695|CAX801300" HotelName="Hilton Garden Inn Dubai Al Muraqabat" Meals="HALF BOARD,ROOM ONLY,BED &amp; BREAKFAST" 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="77.01" OriginalAmount="74.77" 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="77.24" OriginalAmount="74.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1887007" Longitude="55.2550959" StarRating="3" HotelCode="|80457" HotelName="Holiday Inn Express Dubai Safa Park, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="27" TotalAmount="77.25" OriginalAmount="75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263214956902" Longitude="55.320410728455" StarRating="3" HotelCode="21223|6470" 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="63" TotalAmount="77.25" OriginalAmount="75.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="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="77.66" OriginalAmount="75.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.255273" Longitude="55.284962" StarRating="4" HotelCode="|119189" HotelName="Sea View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="12" TotalAmount="78.04" OriginalAmount="75.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270588781271" Longitude="55.32701164484" StarRating="5" HotelCode="32629|1051461" HotelName="Crowne Plaza Dubai Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" 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="63" TotalAmount="78.28" OriginalAmount="76.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="94" TotalAmount="78.56" OriginalAmount="76.27" 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="63" TotalAmount="79.31" OriginalAmount="77.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="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.108951455085" Longitude="55.203616397484" StarRating="4" HotelCode="160818|ramada_chelsea_hotel_al_barsha" HotelName="Ramada by Wyndham Chelsea Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,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="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256551" Longitude="55.29809" StarRating="4" HotelCode="308099|orchid_vue_hotel" HotelName="Orchid Vue Hotel" Meals="ROOM ONLY" 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="16" TotalAmount="79.43" OriginalAmount="77.12" 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="79.47" OriginalAmount="77.16" 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="27" TotalAmount="80.34" OriginalAmount="78" 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="63" TotalAmount="80.34" OriginalAmount="78.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="80.60" OriginalAmount="78.25" 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="81.28" OriginalAmount="78.91" 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="27" TotalAmount="81.37" OriginalAmount="79" 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" 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="63" TotalAmount="81.37" OriginalAmount="79.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.266931032274" Longitude="55.380969643593" StarRating="3" HotelCode="56926|fortune_plaza_hotel" HotelName="Fortune Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nahda Road, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/29/95293958d1a316e02736138e9dca798f4088d27d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just a few minutes away from the airport, Dubai Expo, Al Mulla shopping c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.37" OriginalAmount="79.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="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="81.37" OriginalAmount="79.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="82.11" OriginalAmount="79.72" 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="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27715183817" Longitude="55.314594542328" StarRating="4" HotelCode="57903|fortune_boutique_hotel_2" HotelName="Saffron Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Omar bin al Khattahb Road, D 88, Naif Road Signal, P.O. Box 181757, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/e7/58e7a6404edaaf73f062d10b03ce381e8c7f28f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the commerical district of Dubai. The famous Al Ghurair and Re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25924094122" Longitude="55.291182007336" StarRating="4" HotelCode="141395|royal_ascot_hotel_4" HotelName="Royal Ascot Hotel" Meals="ROOM ONLY" 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="82.40" OriginalAmount="80.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="82.40" OriginalAmount="80.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="12" TotalAmount="82.67" OriginalAmount="80.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.275843878152" Longitude="55.315854373016" StarRating="4" HotelCode="163665|1743606" HotelName="Fortune Grand Hotel, Deira, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Khattab Road, Naif Junction, P.O. Box 98661, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/47/c7/47c76090bfac86d0b3b207896af1fa2211a457d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is well located, occupying a prime city centre location in the heart of Dubai, close to Ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="82.67" OriginalAmount="80.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.281855" Longitude="55.31511" StarRating="4" HotelCode="175597|2323252" 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" 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="82.84" OriginalAmount="80.43" 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 22/05/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="94" TotalAmount="83.08" OriginalAmount="80.66" 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="83.08" OriginalAmount="80.66" 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="63" TotalAmount="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273567" Longitude="55.381388" StarRating="4" HotelCode="31296|dubai_grand" HotelName="Dubai Grand Hotel By Fortune" Meals="ROOM ONLY" 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="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270412021452" Longitude="55.380416568123" StarRating="4" HotelCode="904082|time_grand_plaza_hotel_3" HotelName="TIME Grand Plaza Hotel" Meals="ROOM ONLY" 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="83.98" OriginalAmount="81.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.276946" Longitude="55.314555" StarRating="4" HotelCode="|207963" HotelName="Saffron Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="83.98" OriginalAmount="81.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2735243" Longitude="55.3813363" StarRating="3" HotelCode="|20348" HotelName="Dubai Grand By Fortune" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="84.42" OriginalAmount="81.96" 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="27" TotalAmount="84.46" OriginalAmount="82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="0" HotelCode="882888|402996" HotelName="Citymax Hotel Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Al Tejari 2 Street, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/99/88992f55510c89f799b1c45e2959478c86608249.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.46" OriginalAmount="82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.115483314906" Longitude="55.203811552649" StarRating="3" HotelCode="161006|26616" HotelName="Citymax Hotel Al Barsha At The Mall" 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,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="27" TotalAmount="84.46" OriginalAmount="82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.008286" Longitude="55.15671" StarRating="3" HotelCode="152741|34701" 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="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262615757775" Longitude="55.319941613423" StarRating="4" HotelCode="935401|suba_hotel" HotelName="Landmark Premier Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 80666, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/eb/20eb81d6137e0dacc6cb5cadd117a1d8c8ca6ec1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.91" OriginalAmount="82.44" 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="94" TotalAmount="85.08" OriginalAmount="82.60" 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="94" TotalAmount="85.42" OriginalAmount="82.93" 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="94" TotalAmount="85.44" OriginalAmount="82.95" 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="27" TotalAmount="85.49" OriginalAmount="83" 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="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260928" Longitude="55.323015" StarRating="3" HotelCode="27572|mayfair_hotel" HotelName="Mayfair Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="16" TotalAmount="85.73" OriginalAmount="83.23" 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="94" TotalAmount="85.78" OriginalAmount="83.28" 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="86.28" OriginalAmount="83.77" 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="86.31" OriginalAmount="83.80" 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="Free CXL until 22/05/2026" 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="83" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1443587-28866176/6142357287316704297/60" HotelName="FOUR POINTS BY SHERATON PRODUCTION CITY DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259345945566" Longitude="55.287301540375" StarRating="3" HotelCode="337420|palm_beach_hotel_7" HotelName="Palm Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="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="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.098227711811" Longitude="55.17641633749" StarRating="4" HotelCode="908945|ramee_rose_hotel_3" HotelName="Ramee Rose Hotel" Meals="ROOM ONLY" 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="86.55" OriginalAmount="84.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.247956510226" Longitude="55.337917506695" StarRating="4" HotelCode="93395|98109" HotelName="Le Meridien Fairway" 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,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="86.57" OriginalAmount="84.05" 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="87.18" OriginalAmount="84.64" 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 22/05/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="16" TotalAmount="87.19" OriginalAmount="84.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.240536601879" Longitude="55.273160720238" StarRating="3" HotelCode="320173|1517218" HotelName="ibis Styles Dubai Jumeira Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, 2nd December Street, Jumeira 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/99/f099709dd02878fadfe341a3d15ce3c3774c5c44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfect for both corporate and leisure travellers, thanks to its prime location and eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.28" OriginalAmount="84.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.237242916673" Longitude="55.274322330951" StarRating="4" HotelCode="258976|30894" HotelName="Jumeira Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd December Street, PO Box 33640, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a2/3ca29dbd8b35f3b67bf52193cc27065db637b92d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Satwa on Al Difayah Street. Restaurants and street cafés as well as shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.28" OriginalAmount="84.74" 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="87.32" OriginalAmount="84.78" 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="12" TotalAmount="87.50" OriginalAmount="84.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269210217067" Longitude="55.305422174193" StarRating="3" HotelCode="364978|1102709" HotelName="Landmark Hotel Baniyas" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/55/79559aba0423c4a9ada48af7df7098403a375c3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located amidst Dubai's prime business, banking and shopping areas, the city hotel is 10 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.114409261513" Longitude="55.202254843015" StarRating="3" HotelCode="882889|379924" HotelName="Citymax Hotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.005871549925" Longitude="55.155129140875" StarRating="4" HotelCode="511837|201473" 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="27" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253969008086" Longitude="55.335921965573" StarRating="4" HotelCode="70417|29307" 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="27" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264336" Longitude="55.326673" StarRating="4" HotelCode="33650|34772" 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="27" TotalAmount="87.55" OriginalAmount="85" 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="27" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.096590517641" Longitude="55.174014421402" StarRating="4" HotelCode="450351|167298" 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="83" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1449947-32649544/6142357287316704297/10310" HotelName="GRAND MILLENNIUM BUSINESS BAY" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112010000/112007400/112007365/d8e1cae4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254558765007" Longitude="55.32778002943" StarRating="4" HotelCode="409633|copthorne_hotel_dubai" HotelName="Copthorne Hotel Dubai" Meals="ROOM ONLY" 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="87.65" OriginalAmount="85.10" 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="Free CXL until 22/05/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="94" TotalAmount="87.90" OriginalAmount="85.34" 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="16" TotalAmount="88.10" OriginalAmount="85.53" 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,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, PO Box 186878, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/01/92015947d62b425362dee69a3c809b4a7f1fb538.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the historic part of Dubai, next to the Creek and Al Ghurair Mall, the hotel is only 300 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.14" OriginalAmount="85.57" 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="Free CXL until 22/05/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="94" TotalAmount="88.40" OriginalAmount="85.83" 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="88.49" OriginalAmount="85.91" 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="94" TotalAmount="88.55" OriginalAmount="85.97" 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="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269777185602" Longitude="55.325091024808" StarRating="5" HotelCode="144106|asiana_hotel_dubai" HotelName="Asiana Hotel" Meals="ROOM ONLY" 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="88.58" OriginalAmount="86.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="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23157461304" Longitude="55.270680708446" StarRating="3" HotelCode="263794|corp_executive_al_khoory_hotel" HotelName="Al Khoory Executive Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="88.58" OriginalAmount="86.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="94" TotalAmount="88.88" OriginalAmount="86.29" 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="94" TotalAmount="89.40" OriginalAmount="86.80" 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="89.42" OriginalAmount="86.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2660954" Longitude="55.3256579" StarRating="4" HotelCode="|30846" HotelName="Coral Dubai Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 82999, AL MURAQABAT STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/4/6/30846_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was opened in 2004 and has 140 rooms, You are also offered a safety deposit box service, a currency exchange service, a lift, a cafÃ©, shops, a hairdresser's, a restaurant, a conference room and WiFi. The establishment also offers dining facilities, a laundry service, room service and a car park. SITUATION: Deira It is in 10 minutes away, guests can find Dubai Airport. ROOM: The rooms have a bathroom with a hairdryer, a satellite or cable television, internet, a mini-bar, a coffee maker, a teapot, an iron, an ironing board, a safety deposit box (available for a fee) and a central air-conditioning system. FACILITIES: The establishment has a swimming pool, a jacuzzi and a well-equipped gym, close to the establishment, customers can find a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450181-32393823/6142357287316704297/10980" HotelName="DOUBLETREE BY HILTON DUBAI PORT SAEED" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.257539" Longitude="55.2995" StarRating="4" HotelCode="31297|four_points_by_sheraton_bur_dubai" HotelName="Four Points by Sheraton Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Walid Street, P.O. Box 33196, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/dd/eedd773634fb772eb8de89b9d81aaf27b86925b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming, modern hotel offers a stunning central location on Khalid Bin Walid in Bur Dubaï. A w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253488" Longitude="55.303931" StarRating="4" HotelCode="16882|regent_palace_hotel_3" HotelName="Regent Palace" Meals="ROOM ONLY" 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="63" TotalAmount="89.61" OriginalAmount="87.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="94" TotalAmount="89.68" OriginalAmount="87.07" 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="12" TotalAmount="89.88" OriginalAmount="87.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.250882205129" Longitude="55.292306542397" StarRating="4" HotelCode="57062|1622971" HotelName="Grand Excelsior Hotel Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,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="12" TotalAmount="89.88" OriginalAmount="87.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.079226911551" Longitude="55.144208371639" StarRating="4" HotelCode="170684|1735868" HotelName="Marina View Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,SELF CATERING,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" 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="90.30" OriginalAmount="87.67" 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="90.30" OriginalAmount="87.67" 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="94" TotalAmount="90.30" OriginalAmount="87.67" 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="90.30" OriginalAmount="87.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2591412" Longitude="55.2912199" StarRating="4" HotelCode="|53922" HotelName="Ascot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="16" TotalAmount="90.41" OriginalAmount="87.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="27" TotalAmount="90.64" OriginalAmount="88" 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="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="27" TotalAmount="90.64" OriginalAmount="88" 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="90.64" OriginalAmount="88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113768310843" Longitude="55.200149467963" StarRating="5" HotelCode="178473|28408" 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 22/05/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="27" TotalAmount="90.64" OriginalAmount="88" 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="91.20" OriginalAmount="88.54" 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="12" TotalAmount="91.28" OriginalAmount="88.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.240406630431" Longitude="55.275290608406" StarRating="5" HotelCode="169208|1143011" HotelName="Ramada by Wyndham Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" 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="91.34" OriginalAmount="88.68" 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="16" TotalAmount="91.47" OriginalAmount="88.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.211272017644" Longitude="55.27412044373" StarRating="4" HotelCode="317014|1467118" HotelName="Emirates Grand Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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.56" OriginalAmount="88.89" 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="83" TotalAmount="91.67" OriginalAmount="89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2342-28567080/6142357287316704297/2956" 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="91.67" OriginalAmount="89" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|279206-20587280/6142357287316704297/10030" HotelName="AL KHOORY EXECUTIVE AL WASL" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5390000/5389700/5389621/41878a53_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.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="91.89" OriginalAmount="89.21" 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="92.47" OriginalAmount="89.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113475" Longitude="55.191621" StarRating="4" HotelCode="162271|129574" HotelName="Cassells Al Barsha Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" 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="83" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2379-28508077/6142357287316704297/7861" HotelName="THE GEORGE HOTEL BY SAFFRON DUBAI CREEK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/521300/521244/707f8694_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1311260-28586305/6142357287316704297/8673" 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="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26341386199" Longitude="55.313678383827" StarRating="2" HotelCode="68507|panorama_deira_2" HotelName="Panorama Deira Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="0" HotelCode="818304|24_gold_hotel" 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="94" TotalAmount="92.76" OriginalAmount="90.06" 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="12" TotalAmount="93.10" OriginalAmount="90.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267076976174" Longitude="55.320061711639" StarRating="4" HotelCode="130160|2032364" HotelName="Landmark Hotel Riqqa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al-Jazeera Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/57/5781391a61d396ad/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Riqqa next to Dubai's first shopping centre, Al Ghurair Centre....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.33" OriginalAmount="90.61" 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="16" TotalAmount="93.44" OriginalAmount="90.72" 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="94" TotalAmount="93.46" OriginalAmount="90.74" 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="93.63" OriginalAmount="90.90" 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="27" TotalAmount="93.73" OriginalAmount="91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248354370056" Longitude="55.296726822853" StarRating="4" HotelCode="119244|99808" 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="27" TotalAmount="93.73" OriginalAmount="91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25991410888" Longitude="55.294680457672" StarRating="3" HotelCode="93807|34689" 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="27" TotalAmount="93.73" OriginalAmount="91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11341" Longitude="55.20185" StarRating="4" HotelCode="573741|251237" 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="27" TotalAmount="93.73" OriginalAmount="91" 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="27" TotalAmount="93.73" OriginalAmount="91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259518" Longitude="55.322921" StarRating="4" HotelCode="42788|39280" HotelName="New Moscow Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/05/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="63" TotalAmount="93.73" OriginalAmount="91.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="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.097865796238" Longitude="55.174589753151" StarRating="4" HotelCode="906845|auris_first_central_hotel_suites" HotelName="First Central Hotel Suites" Meals="ROOM ONLY" 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="94.00" OriginalAmount="91.26" 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 22/05/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="94.26" OriginalAmount="91.51" 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="Free CXL until 23/05/2026" 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="94" TotalAmount="94.53" OriginalAmount="91.78" 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="95.32" OriginalAmount="92.54" 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="95.52" OriginalAmount="92.74" 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="94" TotalAmount="95.72" OriginalAmount="92.93" 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="16" TotalAmount="95.77" OriginalAmount="92.98" 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" 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="95.79" OriginalAmount="93" 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="95.79" OriginalAmount="93" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1361257-28481424/6142357287316704297/5569" 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="95.79" OriginalAmount="93" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|146009-28587048/6142357287316704297/6938" 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="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25896267629" Longitude="55.296933352947" StarRating="3" HotelCode="68873|york_international" HotelName="York International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Khaleed Bin Waleed Road, Dubai P.O.Box 82555</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/3e/d73eb485f1c2bc49645995687dc330590130c519.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai's business district. It is 10 minutes from the city centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.79" OriginalAmount="93.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="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25203" Longitude="55.29263" StarRating="4" HotelCode="387635|four_points_by_sheraton_downtown_dubai" HotelName="Four Points by Sheraton Downtown Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mankhool Road, 4C Street, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/58/bc588db490dee081e755c104469d535e366e7bef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel stands seven storeys tall on Mankhool Street, right in the heart of the bustling city of D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.79" OriginalAmount="93.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="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="94" TotalAmount="96.32" OriginalAmount="93.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2507791" Longitude="55.291831" StarRating="3" HotelCode="|119046" HotelName="Citymax Bur Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="96.42" OriginalAmount="93.61" 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" 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="94" TotalAmount="96.62" OriginalAmount="93.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="27" TotalAmount="96.82" OriginalAmount="94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18264188" Longitude="55.27471949" StarRating="4" HotelCode="763047|322912" 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="83" TotalAmount="96.82" OriginalAmount="94" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|292526-28513048/6142357287316704297/8052" 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="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.220564125965" Longitude="55.328028202057" StarRating="3" HotelCode="58748|arabian_park_hotel" HotelName="Arabian Park Hotel" Meals="ROOM ONLY" 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="94" TotalAmount="97.03" OriginalAmount="94.20" 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="97.35" OriginalAmount="94.51" 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" 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="27" TotalAmount="97.85" OriginalAmount="95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="4" HotelCode="870501|399303" HotelName="Millennium Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Kitchen,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/44/2f4412c401f9354701bd9b44600dfdc175d68b4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.174519748482" Longitude="55.419859977048" StarRating="3" HotelCode="421757|ibis_styles_dragon_mart_dubai" HotelName="ibis Styles Dragon Mart Dubai Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="97.85" OriginalAmount="95.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="97.92" OriginalAmount="95.07" 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="98.04" OriginalAmount="95.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267332" Longitude="55.306625" StarRating="4" HotelCode="|20349" HotelName="Riviera  Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="75" TotalAmount="98.41" OriginalAmount="95.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116302857621" Longitude="55.195640982803" StarRating="2" HotelCode="103470|AE000002" HotelName="ibis Dubai Mall of the Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" 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="98.43" OriginalAmount="95.56" 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="94" TotalAmount="98.44" OriginalAmount="95.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267997" Longitude="55.315293" StarRating="3" HotelCode="|443702" HotelName="Le Wana " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="98.55" OriginalAmount="95.68" 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="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.222843136298" Longitude="55.285739439061" StarRating="3" HotelCode="318973|ibis_one_central_2" HotelName="ibis One Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="99.29" OriginalAmount="96.40" 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="94" TotalAmount="99.30" OriginalAmount="96.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="94" TotalAmount="99.33" OriginalAmount="96.44" 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="99.33" OriginalAmount="96.44" 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="99.84" OriginalAmount="96.93" 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="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242998034919" Longitude="55.358927279762" StarRating="3" HotelCode="152740|premier_inn_dubai_international_airport_3" HotelName="Premier Inn Dubai International Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </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="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.133857791384" Longitude="55.212146043777" StarRating="4" HotelCode="58972|metropolitan_hotel_dubai" HotelName="Metropolitan Hotel Dubai" Meals="ROOM ONLY" 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="16" TotalAmount="100.12" OriginalAmount="97.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.108330303592" Longitude="55.178515599861" StarRating="4" HotelCode="166078|444505" HotelName="Fraser Suites Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sidra Tower, Sheikh Zayed Road, PO Box 502306, Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/35/ca/35cab7bc9016756ac8dbb6a5edb0a2dee9b82c5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located on Sheikh Zayed Road, on the edge of Internet City and Media City, this aparthotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.23" OriginalAmount="97.31" 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="75" TotalAmount="100.51" OriginalAmount="97.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1010522" Longitude="55.17296148" StarRating="4" HotelCode="970907|AE000188" HotelName="Mercure Dubai Barsha Heights Hotel Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.92" OriginalAmount="97.98" 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="27" TotalAmount="100.94" OriginalAmount="98" 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="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252884" Longitude="55.285528" StarRating="5" HotelCode="171302|27764" 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="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112519294245" Longitude="55.189019272491" StarRating="4" HotelCode="212682|novotel_dubai_al_barsha" HotelName="Novotel Dubai Al Barsha" Meals="ROOM ONLY" 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="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11425746" Longitude="55.19080682" StarRating="4" HotelCode="571265|rose_park_hotel_al_barsha" HotelName="Rose Park Hotel - Al Barsha" Meals="ROOM ONLY" 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="63" TotalAmount="100.94" OriginalAmount="98.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="94" TotalAmount="101.14" OriginalAmount="98.19" 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="16" TotalAmount="101.70" OriginalAmount="98.74" 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="27" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22285771" Longitude="55.33458232" StarRating="4" HotelCode="702474|273296" HotelName="FORM Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/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="27" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11362044" Longitude="55.19344834" StarRating="3" HotelCode="962298|405433" HotelName="Hampton By Hilton Dubai Al Barsha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1 Street, Al Barsha 1 District, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/23/8223d2ae30f0c06c4ed08b3d9b059e0b0abc33ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.97" OriginalAmount="99" 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="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1248425-28539020/6142357287316704297/8048" HotelName="CITY AVENUE AL REQQA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68450000/68444300/68444242/24bba205_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.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="101.97" OriginalAmount="99.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="102.04" OriginalAmount="99.07" 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="94" TotalAmount="102.08" OriginalAmount="99.11" 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="102.17" OriginalAmount="99.19" 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="102.46" OriginalAmount="99.48" 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="94" TotalAmount="102.74" OriginalAmount="99.75" 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="102.82" OriginalAmount="99.83" 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="103.00" OriginalAmount="100.00" 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="83" TotalAmount="103.00" OriginalAmount="100" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|615159-28516431/6142357287316704297/6599" 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="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253920962037" Longitude="55.33253053373" StarRating="3" HotelCode="76174|ibis_deira_city_centre" HotelName="ibis Dubai Deira City Centre" Meals="ROOM ONLY" 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="63" TotalAmount="103.00" OriginalAmount="100.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="94" TotalAmount="103.11" OriginalAmount="100.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2606649" Longitude="55.3228447" StarRating="3" HotelCode="|31476" HotelName="Knight Armour" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="103.84" OriginalAmount="100.82" 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="94" TotalAmount="103.84" OriginalAmount="100.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2617195" Longitude="55.3195477" StarRating="5" HotelCode="|20352" HotelName="Knight Castle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="103.91" OriginalAmount="100.88" 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="103.94" OriginalAmount="100.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242031" Longitude="55.275015" StarRating="4" HotelCode="|217241" HotelName="Capitol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.277229993558" Longitude="55.347455139882" StarRating="4" HotelCode="337418|201396" 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="83" TotalAmount="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|175752-29782111/6142357287316704297/8" HotelName="ELITE BYBLOS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4940000/4937700/4937616/8ff9c8bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.51" OriginalAmount="101.47" 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="104.79" OriginalAmount="101.74" 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="104.80" OriginalAmount="101.75" 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="83" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|194185-32595943/6142357287316704297/6880" 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="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.241945" Longitude="55.275043" StarRating="4" HotelCode="11422|capitol_hotel" HotelName="Capitol Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Mina Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/41/7341a22d66f1778f3c1553281a3e67cba2848be8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 5-minute drive from the Dubai World Trade Center and Jumeirah Beach Park, while Dubai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26163563647" Longitude="55.324184267347" StarRating="3" HotelCode="74091|delmon_hotel" HotelName="Sadaf Delmon Hotel" Meals="ROOM ONLY" 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="94" TotalAmount="105.11" OriginalAmount="102.05" 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="1" TotalAmount="105.12" OriginalAmount="102.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.247778" Longitude="55.278398" StarRating="4" HotelCode="319694|CAW675500" HotelName="Hilton Garden Inn Dubai Al Mina" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, Port Rashid district, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/68/9b68e880bf85e41a2c0d3f0a5fe43149dbfefa9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, approximately 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.26" OriginalAmount="102.19" 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="16" TotalAmount="105.62" OriginalAmount="102.54" 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="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="105.97" OriginalAmount="102.88" 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="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27686822" Longitude="55.34995547" StarRating="3" HotelCode="850564|380049" 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="83" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|25122-32596853/6142357287316704297/1110" HotelName="ROLLA SUITES HOTEL - FORMER J5 BUR DUBAI HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47400/47378/fdaa28e9_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.212964" Longitude="55.275263" StarRating="4" HotelCode="22556|towers_rotana__dubai" HotelName="Towers Rotana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 30430, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/41/d141b4ea5999e1afee5f92c1bee470d8a1752440.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on the Sheikh Zayed Road in Bur Dubai. The hotel is situated in Duba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.19" OriginalAmount="103.10" 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="75" TotalAmount="106.27" OriginalAmount="103.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116431" Longitude="55.196068" StarRating="3" HotelCode="140884|AE000005" HotelName="Novotel Suites Dubai Mall of the Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" 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="106.37" OriginalAmount="103.27" 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="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="94" TotalAmount="106.47" OriginalAmount="103.37" 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="94" TotalAmount="106.58" OriginalAmount="103.48" 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="106.65" OriginalAmount="103.54" 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" 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="94" TotalAmount="106.71" OriginalAmount="103.60" 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="94" TotalAmount="106.72" OriginalAmount="103.61" 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="16" TotalAmount="107.09" OriginalAmount="103.97" 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="27" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.209282100693" Longitude="55.274752551712" StarRating="4" HotelCode="284347|39726" 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="63" TotalAmount="107.12" OriginalAmount="104.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="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.04219866" Longitude="55.22196038" StarRating="4" HotelCode="322200|auris_fakhruddin_hotel_apartments" HotelName="Treppan Hotel &amp; Suites" Meals="ROOM ONLY" 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="63" TotalAmount="107.12" OriginalAmount="104.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="107.46" OriginalAmount="104.33" 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="107.69" OriginalAmount="104.55" 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 22/05/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="94" TotalAmount="107.99" OriginalAmount="104.84" 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="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="16" TotalAmount="108.23" OriginalAmount="105.08" 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 23/05/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="108.48" OriginalAmount="105.32" 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="108.81" OriginalAmount="105.64" 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="16" TotalAmount="108.92" OriginalAmount="105.75" 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="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="94" TotalAmount="109.03" OriginalAmount="105.85" 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="16" TotalAmount="109.16" OriginalAmount="105.98" 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="83" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|614992-28572912/6142357287316704297/5924" HotelName="JACOB'S GARDEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32080000/32071300/32071216/1b172043_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1272482-28478526/6142357287316704297/6107" HotelName="AL KHOORY SKY GARDEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70110000/70108400/70108301/35729401_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.18" OriginalAmount="106.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="63" TotalAmount="109.18" OriginalAmount="106.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="16" TotalAmount="109.60" OriginalAmount="106.41" 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,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="94" TotalAmount="109.95" OriginalAmount="106.75" 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="16" TotalAmount="110.13" OriginalAmount="106.92" 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="94" TotalAmount="111.08" OriginalAmount="107.84" 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="83" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|418160-28866192/6142357287316704297/212" 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="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.483072" Longitude="-4.964619" StarRating="4" HotelCode="0|64081-28580289/6142357287316704297/4213" HotelName="RAMEE ROSE" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.740134" Longitude="-4.271579" StarRating="3" HotelCode="0|219175-28510287/6142357287316704297/5012" 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="63" TotalAmount="111.24" OriginalAmount="108.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="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.63" OriginalAmount="108.38" 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="94" TotalAmount="111.97" OriginalAmount="108.71" 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="83" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|617392-28514189/6142357287316704297/4717" 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="63" TotalAmount="112.27" OriginalAmount="109.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="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.009156" Longitude="55.15735213" StarRating="3" HotelCode="783908|maisan_hotel" HotelName="Maisan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="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="94" TotalAmount="112.29" OriginalAmount="109.02" 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="112.88" OriginalAmount="109.59" 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="113.27" OriginalAmount="109.97" 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="83" TotalAmount="113.30" OriginalAmount="110" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|172366-28528520/6142357287316704297/2921" 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="113.30" OriginalAmount="110" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|567134-28436612/6142357287316704297/3080" 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="63" TotalAmount="113.30" OriginalAmount="110.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="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.221122" Longitude="55.282086" StarRating="4" HotelCode="37772|novotel_world_trade_centre_3" HotelName="Novotel World Trade Centre Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="113.30" OriginalAmount="110.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="94" TotalAmount="114.14" OriginalAmount="110.82" 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="27" TotalAmount="114.33" OriginalAmount="111" 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="114.33" OriginalAmount="111" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185802-28551689/6142357287316704297/3651" HotelName="GULF OASIS HOTEL APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4310000/4305100/4305036/219de6f4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.22" OriginalAmount="111.86" 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="27" TotalAmount="115.36" OriginalAmount="112" 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="Free CXL until 22/05/2026" 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="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1248809-19659808/6142357287316704297/237" HotelName="ALOFT AL MINA, DUBAI" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/67000000/66260000/66252500/66252432/23e3ecaa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2729900287" Longitude="55.317130386829" StarRating="3" HotelCode="93130|icon_hotel_apartments" HotelName="Icon Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street, P.O. Box 34047, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/63/2d639b52b0809af9ac2715a1be44a36f6a11f59a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.39" OriginalAmount="113" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248383" Longitude="55.34383" StarRating="4" HotelCode="42928|15262" 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="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road, Casablanca Street, Al Garhoud, PO Box 13018</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/20/c7201f397b5a2d1cabddc69560186cd08adc13bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Al Jazeera Street, between Al Maktoum Street and Al Rigga Street. It is just...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.39" OriginalAmount="113.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="116.48" OriginalAmount="113.09" 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="117.17" OriginalAmount="113.76" 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="27" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254800002954" Longitude="55.299642384052" StarRating="4" HotelCode="65601|25102" HotelName="Savoy Crest Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="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="27" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253692914039" Longitude="55.296243022181" StarRating="3" HotelCode="317297|34718" HotelName="Savoy Park 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,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="83" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|93135-32420285/6142357287316704297/3035" HotelName="MAJESTIC COVE HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111330000/111328500/111328475/b5ea99e3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|426851-28572285/6142357287316704297/4936" HotelName="NAUMI HOTEL DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16090000/16083200/16083123/3ca476f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.63" OriginalAmount="114.20" 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="12" TotalAmount="117.66" OriginalAmount="114.23" 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="83" TotalAmount="118.45" OriginalAmount="115" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|487130-28572363/6142357287316704297/8060" HotelName="ROYAL CONTINENTAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17400000/17398400/17398301/a428e601_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="118.45" OriginalAmount="115" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|234521-28463433/6142357287316704297/8738" HotelName="PHOENICIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29220000/29217200/29217109/c884f21f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116010067609" Longitude="55.196376067084" StarRating="4" HotelCode="348056|hilton_garden_inn_dubai_mall_of_the_emirates" HotelName="Hilton Garden Inn Dubai Mall Of The Emirates" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="119.48" OriginalAmount="116" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116721473688" Longitude="55.19563902533" StarRating="4" HotelCode="66534|285194" HotelName="MENA Aparthotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="119.48" OriginalAmount="116" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|638918-28535089/6142357287316704297/5842" HotelName="IBIS STYLES DUBAI AIRPORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44170000/44167200/44167148/8a873d81_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="119.48" OriginalAmount="116" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-21.9813" Longitude="35.3154" StarRating="4" HotelCode="0|614564-28573866/6142357287316704297/6471" HotelName="GRAYTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="94" TotalAmount="120.25" OriginalAmount="116.75" 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="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260271" Longitude="55.318578" StarRating="5" HotelCode="409635|23011" 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="83" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|518132-28582096/6142357287316704297/4981" HotelName="MENA PLAZA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20190000/20183200/20183124/26ad9309_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|884197-28533916/6142357287316704297/5316" 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="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|423008-28581891/6142357287316704297/5559" HotelName="AL KHOORY ATRIUM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15480000/15472200/15472104/3ad7625d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|884192-28522537/6142357287316704297/6572" HotelName="ROSE PLAZA AL BARSHA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/56000000/55610000/55606100/55606003/2aa26f3a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157007-32594298/6142357287316704297/7076" 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="16" TotalAmount="120.51" OriginalAmount="117" 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="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.099755518104" Longitude="55.179519653321" StarRating="5" HotelCode="76176|media_rotana_barsha__dubai" HotelName="Media Rotana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hessa Street, Barsha Heights, P.O. Box 503030, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/69/a5699ffba9abb0ac1e3e393e4c316ad170d14ae8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai's new business hub. It is just 10 km from Dubai Internati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254240444883" Longitude="55.301247411045" StarRating="3" HotelCode="95367|rose_garden_hotel_apartments_bur_dubai" HotelName="Rose Garden Hotel Apartments Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Behind Burjuman Shopping Mall, Citi Bank, Burjuman Metro Station, Bur Dubai, Dubai P.O. Box 45113</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/c4/edc46ad1755bb28f4208dd2266d6768efc39e7d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A stone’s throw away from Burjuman Shopping Centre, this city hotel is strategically located in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.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="Non Refundable" 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="16" TotalAmount="120.99" OriginalAmount="117.47" 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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Al Jaddaf Area, Dubai 122273</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/e3/cae3bae376f5a968051ec190b6bab6289900b839.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.78" OriginalAmount="118.23" 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="94" TotalAmount="122.18" OriginalAmount="118.62" 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="83" TotalAmount="122.57" OriginalAmount="119" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|145846-25148413/6142357287316704297/267" HotelName="LA SUITE DUBAI HOTEL &amp;amp; APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3380000/3374500/3374468/0288c938_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.57" OriginalAmount="119.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253571" Longitude="55.332856" StarRating="4" HotelCode="103268|novotel_deira_city_centre" HotelName="Novotel Dubai Deira City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8th Street, Front of Deira City Centre Mall, Port Saeed District, P.O. Box 185310, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/47/1e4737bc4c72af1fe94511c9157d53abddf454f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a prime location, at the heart of the historic part of Dubai, in front of the City Centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.57" OriginalAmount="119.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26917" Longitude="55.305959" StarRating="3" HotelCode="70471|flora_hotel_apartments" HotelName="Florida City Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Baniyas Square Metro Station, Deira, Dubai 49530</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/cc/f1cc83d9dd1a480de939b47796d48b21ef6d504c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is superbly located at Baniyas Square in Deira, close to an array of shopping c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.57" OriginalAmount="119.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="94" TotalAmount="122.81" OriginalAmount="119.23" 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="16" TotalAmount="122.81" OriginalAmount="119.23" 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="94" TotalAmount="122.89" OriginalAmount="119.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2118278" Longitude="55.276561" StarRating="4" HotelCode="|72609" HotelName="Rose Rayhaan By Rotana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SHEIKH ZAYED ROAD, PO Box 126452</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/6/0/9/72609_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 72 floors, a restaurant, a bakery, a gym with features that offer you the maximum level of comfort, a fitness centre with a sauna, a steam bath and a swimming pool. SITUATION: This establishment is in Sheikh Zayed Road, close to the exhibition centre. It is 10 minutes away from Dubai Airport. ROOM: The establishment has 482 rooms and suites. They have an American kitchen, internet, a satellite television, a direct line telephone, a mini-bar and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="123.07" OriginalAmount="119.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.234132539839" Longitude="55.314431495701" StarRating="3" HotelCode="516595|CBA480900" HotelName="Rove Healthcare City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/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="94" TotalAmount="123.11" OriginalAmount="119.52" 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="123.37" OriginalAmount="119.78" 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="94" TotalAmount="123.46" OriginalAmount="119.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249955" Longitude="55.288476" StarRating="0" HotelCode="|165621" HotelName="Savoy Crest" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="123.52" OriginalAmount="119.92" 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="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="83" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|16806-28515933/6142357287316704297/1295" 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="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|93155-28568412/6142357287316704297/4241" HotelName="STAR METRO DEIRA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1880000/1876600/1876527/29a7340a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.84" OriginalAmount="120.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2105257" Longitude="55.2737098" StarRating="0" HotelCode="|119932" HotelName="Number One Tower Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 31003, DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/9/3/2/119932_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment heating, has 160 rooms, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a lift and a beauty centre. The establishment boasts a cafÃ©, a restaurant, business areas, a business centre, WiFi, room service, a laundry service and a car park. SITUATION: This establishment, is in Sheikh Zayed Road the street it is near the business district, is well-connected, World Trade Center it is 800 metres away from 2 kilometres away from the establishment, guests will find Jumeirah the beach it is situated 13 kilometres away from Dubai Airport. ROOM: The establishment has luxurious suites, have a television, a kitchen, a safe, a writing desk, an iron, an air-conditioning system, a direct line telephone, internet, a bathroom with a shower, a hairdryer, a king-size bed, a mini-bar, a microwave, a coffee maker and a kettle. FACILITIES: The establishment boasts a gym, a sauna, a covered swimming pool and a jacuzzi. MEALS: The establishment offers a continental buffet breakfast and Ã  la carte or set-menu lunch and dinner. The establishment also offers buffet lunch. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="124.63" OriginalAmount="121" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|130259-28461021/6142357287316704297/5340" HotelName="IBIS MALL AVENUE DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2310000/2301600/2301578/c0ceac9e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="124.63" OriginalAmount="121" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2367-28568288/6142357287316704297/6463" 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="124.63" OriginalAmount="121" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2326-28584832/6142357287316704297/7052" 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="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.067968" Longitude="55.141673" StarRating="5" HotelCode="145034|bonnington_hotel_and_residence_jlt" HotelName="Bonnington Jumeirah Lakes Towers" Meals="ROOM ONLY" 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="94" TotalAmount="124.76" OriginalAmount="121.13" 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="1" TotalAmount="125.13" OriginalAmount="121.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.231964287383" Longitude="55.285562846558" StarRating="3" HotelCode="547026|CBB017300" HotelName="Rove Trade Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/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="16" TotalAmount="125.47" OriginalAmount="121.82" 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="94" TotalAmount="125.52" OriginalAmount="121.86" 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="16" TotalAmount="125.62" OriginalAmount="121.96" 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="27" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2816383" Longitude="55.34791607" StarRating="4" HotelCode="531435|336665" HotelName="Telal Hotel Apartments" 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,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="126.18" OriginalAmount="122.50" 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="Free CXL until 23/05/2026">
        <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="83" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1267609-32597066/6142357287316704297/4998" HotelName="MERCURE DUBAI GOLD DISTRICT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/115000000/114790000/114783200/114783161/036a8f1b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.305617" Longitude="25.408339" StarRating="3" HotelCode="0|66720-28524663/6142357287316704297/6120" 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="94" TotalAmount="127.33" OriginalAmount="123.62" 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="127.34" OriginalAmount="123.63" 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="127.63" OriginalAmount="123.91" 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="127.72" OriginalAmount="124" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1351378-28586095/6142357287316704297/5078" 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="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.114435139972" Longitude="55.201484771828" StarRating="3" HotelCode="297079|ivory_grand_hotel_apartments" HotelName="Ivory Grand Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="63" TotalAmount="127.72" OriginalAmount="124.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="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="63" TotalAmount="127.72" OriginalAmount="124.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="94" TotalAmount="127.96" OriginalAmount="124.23" 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="16" TotalAmount="128.21" OriginalAmount="124.48" 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="83" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.7024018" Longitude="2.849198" StarRating="4" HotelCode="0|154800-29782066/6142357287316704297/112" HotelName="PARK REGIS KRIS KIN" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <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="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|884159-28582496/6142357287316704297/2516" 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="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251503645091" Longitude="55.290795062269" StarRating="1" HotelCode="371239|otel_manhattan_avenue" HotelName="Manhattan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Road, Near Standard Chartered Bank, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/4a/ca4afd1bccad0c6bfc59b773d247e054cb9dea60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.96" OriginalAmount="125.20" 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="129.08" OriginalAmount="125.32" 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="129.14" OriginalAmount="125.38" 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="16" TotalAmount="129.45" OriginalAmount="125.68" 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="94" TotalAmount="129.53" OriginalAmount="125.76" 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="16" TotalAmount="129.62" OriginalAmount="125.84" 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,HALF BOARD,FULL BOARD,ROOM ONLY" 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="83" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|145827-28579558/6142357287316704297/3162" 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="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|614577-28574035/6142357287316704297/7054" 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="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|400892-21407672/6142357287316704297/10716" HotelName="HILTON GARDEN INN DUBAI, MALL AVENUE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12950000/12950000/12949919/18ba046e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.214143370767" Longitude="55.276175737381" StarRating="4" HotelCode="387637|four_points_by_sheraton_sheikh_zayed_road_dubai" HotelName="Four Points by Sheraton Sheikh Zayed Road, Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 116162, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/62/e96257c05719ec0e1ced53bf6cdc9c771a1692e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a great location near the Financial and Exhibition Centre, and Dubai's old souqs an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.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="94" TotalAmount="129.79" OriginalAmount="126.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23886" Longitude="55.27274" StarRating="3" HotelCode="|192755" HotelName="Ibis Styles Dubai Jumeira" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="129.94" OriginalAmount="126.16" 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="129.98" OriginalAmount="126.19" 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="94" TotalAmount="130.04" OriginalAmount="126.25" 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="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="27" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254164974661" Longitude="55.332021783173" StarRating="4" HotelCode="169385|53532" 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="83" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2370-28590929/6142357287316704297/698" 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="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1401994-28543812/6142357287316704297/8515" HotelName="PREMIER INN DUBAI BARSHA HEIGHTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71630000/71629400/71629308/0c96a188_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.83" OriginalAmount="127.99" 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="131.84" OriginalAmount="128" 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="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256394" Longitude="55.303356" StarRating="3" HotelCode="93391|moon_valley_hotel_apartments" 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="132.62" OriginalAmount="128.76" 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="94" TotalAmount="132.79" OriginalAmount="128.92" 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="83" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|62552-28512347/6142357287316704297/1290" HotelName="FORTUNE DEIRA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9080000/9074500/9074437/w3254h2919x0y47-46cb288e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185897-28441121/6142357287316704297/8695" HotelName="SAVOY CENTRAL APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5400000/5395800/5395774/w5721h3814x3y0-039524aa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|145940-28569517/6142357287316704297/8785" 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="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.114866185889" Longitude="55.203900257672" StarRating="3" HotelCode="324113|city_stay_prime_hotel_apartment_2" HotelName="City Stay Prime Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Behind Mall of the Emirates, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4b/e9/4be9d621a06cbe54da52a47d9068beb5c54ed40e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Al Barsha 1, behind  the Mall of the Emirates and near the Lulu Hyper market...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.30" OriginalAmount="129.42" 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="133.55" OriginalAmount="129.66" 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="27" TotalAmount="133.90" OriginalAmount="130" 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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Street, P.O.Box 127773, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/ed/86ed46dc9e65445417cac8e489c1af87f3a71dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at Oud Metha, opposite the American hospital and Dubai Healthcare City. The cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.90" OriginalAmount="130" 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="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="83" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1401968-28543813/6142357287316704297/1977" 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="83" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|64077-28487945/6142357287316704297/2984" 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="83" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|16804-28549136/6142357287316704297/2995" 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="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|113984-20588134/6142357287316704297/10341" HotelName="FOUR POINTS BY SHERATON SHEIKH ZAYED ROAD DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/540000/536600/536502/5b6c6d02_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113917856759" Longitude="55.192825457672" StarRating="3" HotelCode="99404|rose_garden_hotel_apartments_barsha" HotelName="Rose Garden Hotel Apartments Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 45113, Near Mall of the Emirates, Very close to Sharaf DG Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/ba/82ba13b6afa87e14487e2912fa3dd4fd95a4315e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.45" OriginalAmount="130.53" 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="134.55" OriginalAmount="130.63" 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="83" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|172365-28454941/6142357287316704297/2914" 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="83" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|120232-28440961/6142357287316704297/5660" HotelName="AL KHOORY APARTMENTS AL BARSHA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2450000/2442800/2442729/fb41948b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.079811517943" Longitude="55.1498676649" StarRating="5" HotelCode="304434|pullman_dubai_jumeirah_lakes_towers__hotel_and_residence" HotelName="Pullman Dubai Jumeirah Lakes Towers - Hotel &amp; Residence" Meals="ROOM ONLY" 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="94" TotalAmount="135.46" OriginalAmount="131.51" 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="16" TotalAmount="135.94" OriginalAmount="131.98" 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="27" TotalAmount="135.96" OriginalAmount="132" 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="83" TotalAmount="135.96" OriginalAmount="132" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|614196-28464105/6142357287316704297/7912" HotelName="TULIP AL BARSHA APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31920000/31918900/31918874/c0f41ee5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="135.96" OriginalAmount="132" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|53803-28508076/6142357287316704297/8198" HotelName="ARABIAN PARK DUBAI, AN EDGE BY ROTANA HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1520000/1517400/1517352/f48e0649_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="135.96" OriginalAmount="132" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1358309-19232200/6142357287316704297/9691" HotelName="THE FIRST COLLECTION AT JUMEIRAH VILLAGE CIRCLE, A TRIBUTE PORTFOLIO HOTEL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/70000000/69380000/69378700/69378647/b5268d23_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="135.96" OriginalAmount="132" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|614665-20588840/6142357287316704297/10017" HotelName="MILLENNIUM PLACE MARINA" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36380000/36378600/36378545/1329ddfe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.63" OriginalAmount="132.65" 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="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.280384850661" Longitude="55.35118764418" StarRating="4" HotelCode="98837|almanar_hotel_apartments" HotelName="Al Manar Hotel Apartments" Meals="ROOM ONLY" 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="1" TotalAmount="137.49" OriginalAmount="133.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2557296" Longitude="55.332585" StarRating="3" HotelCode="497110|CAZ908500" HotelName="Rove City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 22/05/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="83" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|292547-28581535/6142357287316704297/809" 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="16" TotalAmount="138.60" OriginalAmount="134.56" 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="27" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19391511102" Longitude="55.28919881275" StarRating="4" HotelCode="168132|26260" 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="83" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|130191-28461153/6142357287316704297/3180" 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="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|865939-28533899/6142357287316704297/4017" HotelName="URBAN AL KHOORY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45480000/45470800/45470766/c6002c2c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|400910-28513453/6142357287316704297/5888" HotelName="IBIS STYLES DRAGON MART DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12950000/12946800/12946724/5b0e2073_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|138941-28578978/6142357287316704297/7589" HotelName="TIME OAK SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2360000/2357300/2357274/c08f5f68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10243699148" Longitude="55.172410915344" StarRating="4" HotelCode="61419|two_seasons_hotel_apartments_former_gloria" HotelName="Two Seasons Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/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="140.47" OriginalAmount="136.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2613056" Longitude="55.3204954" StarRating="0" HotelCode="|448736" HotelName="Khalidia Palace Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="140.65" OriginalAmount="136.55" 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="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="16" TotalAmount="140.91" OriginalAmount="136.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256159205757" Longitude="55.311869076058" StarRating="3" HotelCode="655968|2238025" HotelName="Zabeel House MINI" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/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="83" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|130302-28509515/6142357287316704297/1158" HotelName="NOVOTEL SUITES MALL AVENUE DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2430000/2425600/2425531/46bbcbd8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1328709-28476672/6142357287316704297/5437" 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="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.217569756976" Longitude="55.278825759888" StarRating="5" HotelCode="170019|millennium_plaza_hotel_dubai" HotelName="Millennium Plaza Hotel Dubai" Meals="ROOM ONLY" 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="63" TotalAmount="141.11" OriginalAmount="137.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="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="141.40" OriginalAmount="137.28" 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" 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="83" TotalAmount="142.14" OriginalAmount="138" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1354408-28599755/6142357287316704297/7943" HotelName="ASIANA GRAND HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89560000/89553300/89553243/0cac56e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.14" OriginalAmount="138.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.261612" Longitude="55.314021" StarRating="5" HotelCode="23830|sheraton_dubai_creek_hotel__towers_2" HotelName="Sheraton Dubai Creek Hotel &amp; Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="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="94" TotalAmount="142.29" OriginalAmount="138.15" 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="83" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|273863-28524658/6142357287316704297/3111" 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="83" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|120239-28461140/6142357287316704297/4034" 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="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|517655-28572479/6142357287316704297/8697" HotelName="ROSE PARK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20220000/20219500/20219460/ee39b326_b.jpg</HotelPictures>
      </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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="143.37" OriginalAmount="139.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260353" Longitude="55.3185929" StarRating="4" HotelCode="|87905" HotelName="Samaya  Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|875195-28582507/6142357287316704297/6000" HotelName="NOVOTEL DUBAI GOLD DISTRICT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/116000000/115200000/115198900/115198849/e8d01eb9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273242278198" Longitude="55.30185520649" StarRating="2" HotelCode="66874|queens_3" HotelName="Queen's Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Road, Dira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/82/d0/82d088c4f9c92e8f41abccd977c44cf81b591191.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, in the Deira district, the hotel is close to the Gold Souk and Spice ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252329963376" Longitude="55.296286776252" StarRating="3" HotelCode="915619|xclusive_maples_hotel_apartment" HotelName="Xclusive Maples Hotel Apartments" Meals="ROOM ONLY" 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="16" TotalAmount="144.35" OriginalAmount="140.15" 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="144.48" OriginalAmount="140.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2644825" Longitude="55.3177888" StarRating="3" HotelCode="|87241" HotelName="Zain International" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="83" TotalAmount="145.23" OriginalAmount="141" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1277264-28584380/6142357287316704297/5152" 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="94" TotalAmount="145.58" OriginalAmount="141.34" 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="83" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|160675-18113069/6142357287316704297/10143" HotelName="CITYMAX, AL BARSHA AT THE MALL" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3880000/3878900/3878871/7bc1650d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1414429-32650636/6142357287316704297/10390" HotelName="HOLIDAY INN DUBAI BUSINESS BAY, AN IHG HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/98000000/97580000/97574700/97574680/4bbd72a5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.70" OriginalAmount="142.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2540068" Longitude="55.3294498" StarRating="0" HotelCode="|162194" HotelName="Somewhere Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Diera City Center, Port Saeed, Diera</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/2/1/9/4/162194_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the city centre, Deira is situated in Close to shopping areas, the nightlife and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.81" OriginalAmount="142.53" 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="147.19" OriginalAmount="142.90" 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="83" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|219820-28444223/6142357287316704297/3665" HotelName="MOVENPICK APARTMENTS AL MAMZAR DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5780000/5773700/5773629/7387d574_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2374-32593551/6142357287316704297/7779" HotelName="SEAVIEW" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/810000/805900/805863/caa1b3ac_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.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="94" TotalAmount="147.30" OriginalAmount="143.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273989" Longitude="55.319098" StarRating="4" HotelCode="|28163" HotelName="Marco Polo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="1" TotalAmount="148.06" OriginalAmount="143.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22236309" Longitude="55.33188152" StarRating="4" HotelCode="757242|CBE206100" HotelName="Hilton Garden Inn Dubai Al Jadaf Culture Village" Meals="HALF BOARD,ROOM ONLY,BED &amp; BREAKFAST" 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="94" TotalAmount="148.10" OriginalAmount="143.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0747811" Longitude="55.1454485" StarRating="4" HotelCode="|180652" HotelName="Armada Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="148.50" OriginalAmount="144.17" 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="83" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.1505" Longitude="129.1148" StarRating="4" HotelCode="0|349868-28582845/6142357287316704297/2502" 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="63" TotalAmount="149.35" OriginalAmount="145.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.04317883" Longitude="55.25088065" StarRating="4" HotelCode="856292|studio_one_hotel" HotelName="Studio One Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="149.90" OriginalAmount="145.53" 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="150.16" OriginalAmount="145.79" 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="83" TotalAmount="150.38" OriginalAmount="146" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|51913-28596640/6142357287316704297/3323" 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="83" TotalAmount="150.38" OriginalAmount="146" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1323510-28587074/6142357287316704297/7895" 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="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.072181672902" Longitude="55.129393182738" StarRating="4" HotelCode="267294|hawthorn_hotel_suites_by_wyndham_jbr" HotelName="Ramada Hotel &amp; Suites by Wyndham Dubai JBR" Meals="ROOM ONLY" 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="94" TotalAmount="151.20" OriginalAmount="146.80" 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="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="151.37" OriginalAmount="146.96" 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="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="151.71" OriginalAmount="147.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.102669" Longitude="55.1724627" StarRating="4" HotelCode="|87324" HotelName="Two Seasons and Apartments" 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/8/7/3/2/4/87324_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.03" OriginalAmount="147.60" 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="83" TotalAmount="152.44" OriginalAmount="148" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1351675-28598202/6142357287316704297/5566" 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="83" TotalAmount="152.44" OriginalAmount="148" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|52331-28578837/6142357287316704297/6273" HotelName="CITY SEASONS SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17340000/17330800/17330745/w3252h5953x0y0-298b9a50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.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="94" TotalAmount="152.93" OriginalAmount="148.48" 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="153.13" OriginalAmount="148.67" 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="BED &amp; BREAKFAST" 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="83" TotalAmount="153.47" OriginalAmount="149" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|645977-28535037/6142357287316704297/9029" 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="153.47" OriginalAmount="149" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1362264-23418856/6142357287316704297/10408" HotelName="DAMAC HILLS 2, AN EDGE BY ROTANA" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89290000/89280600/89280522/5c98b002_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.51" OriginalAmount="149.04" 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="94" TotalAmount="154.42" OriginalAmount="149.92" 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="83" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|113982-28573843/6142357287316704297/2566" 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="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1277718-28537269/6142357287316704297/7814" HotelName="S19 HOTEL - AL JADDAF" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68450000/68444800/68444729/f831cbba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253987236156" Longitude="55.329377101333" StarRating="4" HotelCode="176607|le_meridien_al_sondos_" HotelName="Somewhere Apartment Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,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="63" TotalAmount="154.50" OriginalAmount="150.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="155.32" OriginalAmount="150.80" 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="83" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|648716-28533642/6142357287316704297/6439" HotelName="INTERCITYHOTEL DUBAI JADDAF WATERFRONT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48190000/48183700/48183630/1fce3161_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.68" OriginalAmount="151.15" 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="16" TotalAmount="155.97" OriginalAmount="151.43" 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="94" TotalAmount="156.51" OriginalAmount="151.95" 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="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.069580804299" Longitude="55.129010531427" StarRating="3" HotelCode="255980|pearl_marina_hotel_apartments" HotelName="Pearl Marina Hotel Apartments" Meals="ROOM ONLY" 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="156.68" OriginalAmount="152.12" 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 23/05/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="94" TotalAmount="156.78" OriginalAmount="152.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.04167" Longitude="55.21944" StarRating="0" HotelCode="|186736" HotelName="Treppan Hotel and Suites by Fakhruddin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="157.59" OriginalAmount="153" 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="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="27" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="4" HotelCode="971860|403083" HotelName="Hyatt Place Dubai/Jumeirah" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, PO Box 31075, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/dd/e2dd2094d9bf811596f4fa1e642715533e675fb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|129626-28569515/6142357287316704297/2249" 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="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|535466-28471637/6142357287316704297/5146" HotelName="AL KHOORY INN, BUR DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21910000/21902500/21902448/f5711497_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1351696-17681078/6142357287316704297/9495" HotelName="RADISSON BLU HOTEL, DUBAI BARSHA HEIGHTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2190000/2181100/2181058/05ff95e8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.62" OriginalAmount="154.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="158.87" OriginalAmount="154.24" 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="94" TotalAmount="158.93" OriginalAmount="154.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11779" Longitude="55.19651" StarRating="4" HotelCode="|192733" HotelName="Flora Al Barsha At The Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="83" TotalAmount="159.65" OriginalAmount="155" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|600673-21408809/6142357287316704297/11188" HotelName="DOUBLETREE BY HILTON DUBAI AL JADAF" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27340000/27338900/27338819/w3840h2560x0y0-33aca7d5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.68" OriginalAmount="156" 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 22/05/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="83" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.235376" Longitude="121.434669" StarRating="4" HotelCode="0|349802-28446741/6142357287316704297/7770" 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="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|252895-19232217/6142357287316704297/9858" HotelName="MOVENPICK JUMEIRAH LAKES TOWERS" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6510000/6501600/6501513/d390a1f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.68" OriginalAmount="156.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.037227443066" Longitude="55.196863813492" StarRating="4" HotelCode="630087|element_meaisam_dubai" HotelName="Element Me'aisam Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Production City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/de/1ede6669a53a1036e770b06dd62fc8e05c7f848a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. Dubai (DXB) Airport is 33 km away, and it is 57 km and 112...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.57" OriginalAmount="156.86" 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="94" TotalAmount="161.64" OriginalAmount="156.93" 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="83" TotalAmount="161.71" OriginalAmount="157" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.554387" Longitude="31.974581" StarRating="4" HotelCode="0|87403-28578874/6142357287316704297/8502" HotelName="SAMAYA" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2230000/2222500/2222454/89ffc735_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="161.75" OriginalAmount="157.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.212473754552" Longitude="55.276988915285" StarRating="4" HotelCode="632046|50382206" HotelName="Gevora Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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="83" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|542342-28582183/6142357287316704297/3271" HotelName="FORM DUBAI DUBAI A MEMBER OF DESIGNS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21860000/21854900/21854816/w3798h2751x0y0-696ced4c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1354409-32597458/6142357287316704297/4567" HotelName="VOGO GRAND HOTEL DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|882628-32596833/6142357287316704297/8123" 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="163.77" OriginalAmount="159" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1248830-28473382/6142357287316704297/7412" HotelName="ROSE EXECUTIVE - DWTC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68070000/68060400/68060304/04818338_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="163.77" OriginalAmount="159" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.540187" Longitude="113.978626" StarRating="4" HotelCode="0|360089-28590921/6142357287316704297/8040" HotelName="ATANA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>NO. 6, DUJUANSHAN WEST ROAD, 43, NANSHAN DISTRICT, SHENZHEN, CN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12480000/12474500/12474441/cbddf7a1_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    City Inn Happy Valley Branch is located in Shenzhen's Nanshan neighborhood, close to Happy Valley, Window of the World, and Splendid China. Nearby points of interest also include Chinese Overseas City and Shenzhen University.    Hotel Features.   City Inn Happy Valley Branch features a restaurant and a bar/lounge. This 3-star property has a business center. Complimentary high-speed (wired) Internet access is available in public areas.  Tour/ticket assistance and tour assistance are available. Complimentary guest parking is limited, and available on a first-come, first-served basis. Additional property amenities include express check-out, dry cleaning/laundry services, and self parking.    Guestrooms.     87 air-conditioned guestrooms at City Inn Happy Valley Branch feature coffee/tea makers and complimentary bottled water. Bathrooms feature showers, slippers, complimentary toiletries, and hair dryers. Wired high-speed Internet access is complimentary. Guestrooms offer desks. Rooms also include irons/ironing boards. Guests may request wake-up calls.     Room Info:       Notifications and Fees:          The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Buffet breakfast fee: CNY 15 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 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="83" TotalAmount="163.77" OriginalAmount="159" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|185699-28596944/6142357287316704297/8107" HotelName="ASIANA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12340000/12333100/12333050/b6d3f3d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.80" OriginalAmount="160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269395683068" Longitude="55.316653733097" StarRating="5" HotelCode="908936|al_ghurair_rayhaan_by_rotana" HotelName="Swissôtel Al Ghurair" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="164.94" OriginalAmount="160.14" 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="16" TotalAmount="165.25" OriginalAmount="160.44" 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="16" TotalAmount="166.01" OriginalAmount="161.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2048493" Longitude="55.2707828" StarRating="5" HotelCode="550029|2349505" HotelName="Stella Di Mare Dubai Marina" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" 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="1" TotalAmount="166.37" OriginalAmount="161.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.202959419062" Longitude="55.279047583992" StarRating="3" HotelCode="420997|CAY740700" HotelName="Rove Downtown Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/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="83" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|875154-28582849/6142357287316704297/889" HotelName="HOLIDAY INN DUBAI AL-MAKTOUM AIRPORT" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45610000/45601200/45601132/c6d649c3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|885011-28598141/6142357287316704297/6778" HotelName="GRAND MERCURE DUBAI CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44880000/44874600/44874529/f96e3e49_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.87" OriginalAmount="162.01" 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="94" TotalAmount="167.46" OriginalAmount="162.58" 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="83" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1456009-28586301/6142357287316704297/554" HotelName="SUNDAY HOTEL HOLIDAY INTERNATIONAL DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3030000/3029900/3029829/02f081f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|194132-28572704/6142357287316704297/7028" 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="16" TotalAmount="170.18" OriginalAmount="165.22" 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="16" TotalAmount="170.77" OriginalAmount="165.80" 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="83" TotalAmount="170.98" OriginalAmount="166" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|255965-28461546/6142357287316704297/2924" HotelName="FLORIDA CITY HOTEL-APARTMENTS" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18820000/18810700/18810662/54b57f9e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="170.98" OriginalAmount="166" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1397895-28596477/6142357287316704297/4677" 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="170.98" OriginalAmount="166" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1329548-28589521/6142357287316704297/7324" HotelName="CARLTON DUBAI CREEK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76890000/76884500/76884488/8633fa50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="170.98" OriginalAmount="166" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|120248-28572229/6142357287316704297/8640" 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="94" TotalAmount="171.44" OriginalAmount="166.45" 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="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="94" TotalAmount="171.78" OriginalAmount="166.78" 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="171.83" OriginalAmount="166.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263895" Longitude="55.305116" StarRating="4" HotelCode="749148|2291725" HotelName="Al Seef Heritage Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Designated Smoking Area,Internet,Parking,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef, Dubai Creek, PO Box 35449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/fe/27fe670dc436cded56de713a238012ab08e9dae3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel can be found in Jumeirah. There are a total of 200 bedrooms on the premises. Al Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.47" OriginalAmount="167.45" 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="172.99" OriginalAmount="167.95" 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 Latitude="35.1615" Longitude="129.157" StarRating="4" HotelCode="0|349874-28590924/6142357287316704297/3131" HotelName="FLORA AL BARSHA" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="63" TotalAmount="173.04" OriginalAmount="168.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="1" TotalAmount="173.23" OriginalAmount="168.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25612833348" Longitude="55.311924257454" StarRating="3" HotelCode="660770|CBO055100" HotelName="Zabeel House Al Seef" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" 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="94" TotalAmount="173.46" OriginalAmount="168.41" 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="83" TotalAmount="174.07" OriginalAmount="169" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185840-28570812/6142357287316704297/2158" HotelName="LANDMARK GRAND" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4860000/4852500/4852450/ff12310e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.89" OriginalAmount="169.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.265119" Longitude="55.3221917" StarRating="4" HotelCode="|31024" HotelName="Howard Johnson Plaza By Wyndham Dubai Deira" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="83" TotalAmount="175.10" OriginalAmount="170" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1264733-32401371/6142357287316704297/164" HotelName="ROVE CITY WALK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/69000000/68997900/68997818/0894da26_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="175.10" OriginalAmount="170" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|886659-21409997/6142357287316704297/11898" 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="94" TotalAmount="175.18" OriginalAmount="170.08" 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="175.18" OriginalAmount="170.08" 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="75" TotalAmount="175.47" OriginalAmount="170.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112402" Longitude="55.188998" StarRating="4" HotelCode="309916|AE000026" HotelName="Aparthotel Adagio Premium Dubai Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Fax,Golf,Internet,Laundry,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Off Sharaf DG Metro Station, P.O. Box 450011, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/3d/a93d30b161a8f43d2b9d6f7665b796feb2bb6115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.57" OriginalAmount="170.46" 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="63" TotalAmount="176.13" OriginalAmount="171.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.190205" Longitude="55.274432" StarRating="4" HotelCode="387633|vida_downtown_dubai" HotelName="Vida Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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="178.19" OriginalAmount="173" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.72007" Longitude="3.457925" StarRating="4" HotelCode="0|55673-28790601/6142357287316704297/1" 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="83" TotalAmount="178.19" OriginalAmount="173" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|297419-28571803/6142357287316704297/8166" HotelName="ARMADA AVENUE HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8840000/8835800/8835794/0281d4b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.089985" Longitude="55.153259" StarRating="4" HotelCode="151996|media_one_hotel_dubai" HotelName="Media One Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <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="83" TotalAmount="179.22" OriginalAmount="174" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32273-28481249/6142357287316704297/4949" 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="83" TotalAmount="181.28" OriginalAmount="176" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|623945-19232204/6142357287316704297/10057" HotelName="AVANI IBN BATTUTA DUBAI" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41490000/41484200/41484136/bb30f2ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.54" OriginalAmount="176.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2690632" Longitude="55.3141541" StarRating="3" HotelCode="|87901" HotelName="Sadaf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street number 2, near Fish Roundabout</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/0/1/87901_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has excellent service. SITUATION: It is in a central area, close to the establishment, clients can find the bazaar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249048" Longitude="55.34764" StarRating="5" HotelCode="13961|le_meridien_dubai" HotelName="Le Méridien Dubai Hotel &amp; Conference Centre" Meals="BED &amp; BREAKFAST" 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="94" TotalAmount="182.35" OriginalAmount="177.04" 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="182.62" OriginalAmount="177.30" 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="94" TotalAmount="182.68" OriginalAmount="177.36" 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="Free CXL until 23/05/2026">
        <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="94" TotalAmount="182.85" OriginalAmount="177.52" 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="182.94" OriginalAmount="177.61" 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="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="183.34" OriginalAmount="178" 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="183.34" OriginalAmount="178" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0867852" Longitude="55.1475206" StarRating="0" HotelCode="984707|303244" HotelName="Higuests Vacation Homes - Marina Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marina Gate Tower, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/52/de521aba8bdfab877256bad8089f7474e2b01ec3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="183.34" OriginalAmount="178" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|138876-19659328/6142357287316704297/291" HotelName="MEDIA ONE" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3030000/3026600/3026573/7c79dcc2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.15" OriginalAmount="178.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251135" Longitude="55.332604" StarRating="5" HotelCode="28897|31414" HotelName="Pullman Dubai Creek City Centre Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 23/05/2026" 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="184.18" OriginalAmount="178.82" 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="184.22" OriginalAmount="178.85" 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="27" TotalAmount="184.37" OriginalAmount="179" 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="Free CXL until 22/05/2026" 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="185.11" OriginalAmount="179.72" 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="185.11" OriginalAmount="179.72" 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="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.037968099861" Longitude="55.19718620791" StarRating="4" HotelCode="614386|aloft_meaisam_dubai" HotelName="Aloft Me'aisam, Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="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="83" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|270269-28511808/6142357287316704297/7843" HotelName="PEARL MARINA HOTEL APARTMENT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9870000/9860100/9860088/e8219142_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|334322-28595507/6142357287316704297/8974" 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="83" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|542441-21409428/6142357287316704297/10678" 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="63" TotalAmount="186.43" OriginalAmount="181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112316" Longitude="55.193671" StarRating="5" HotelCode="463790|grand_cosmopolitan_hotel" HotelName="Grand Cosmopolitan Hotel" Meals="ROOM ONLY" 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="83" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260678" Longitude="55.320303" StarRating="5" HotelCode="0|2350-19659425/6142357287316704297/307" HotelName="LE MERIDIEN DUBAI HOTEL &amp;amp; CONFERENCE CENTRE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <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="16" TotalAmount="188.29" OriginalAmount="182.81" 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,ALL INCLUSIVE,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>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="94" TotalAmount="188.74" OriginalAmount="183.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.03388" Longitude="55.20384" StarRating="5" HotelCode="|186583" HotelName="Marriott Production City, Dubai" 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/6/5/8/3/186583_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.52" OriginalAmount="184.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="16" TotalAmount="189.62" OriginalAmount="184.10" 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="Free CXL until 22/05/2026" 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="27" TotalAmount="190.55" OriginalAmount="185" 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="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="27" TotalAmount="190.55" OriginalAmount="185" 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="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|598753-28582319/6142357287316704297/6903" 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="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1436011-28596402/6142357287316704297/7185" 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="94" TotalAmount="191.28" OriginalAmount="185.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2887074" Longitude="55.3679985" StarRating="0" HotelCode="|87305" HotelName="Emirates Stars Hotel Apartments Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="191.58" OriginalAmount="186" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|152278-23280887/6142357287316704297/10302" 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="16" TotalAmount="191.83" OriginalAmount="186.24" 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="94" TotalAmount="192.54" OriginalAmount="186.93" 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="83" TotalAmount="192.61" OriginalAmount="187" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|154764-23291457/6142357287316704297/9743" 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="192.86" OriginalAmount="187.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19123259" Longitude="55.2892546" StarRating="4" HotelCode="975573|2444045" HotelName="Radisson Blu Hotel, Dubai Canal View" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, Business Dubai, PO Box 16021, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/4b/784be06a6faee39a295584d1cab3d0bf53ca4c46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.04" OriginalAmount="187.42" 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="94" TotalAmount="193.49" OriginalAmount="187.85" 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="27" TotalAmount="193.64" OriginalAmount="188" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.255258263533" Longitude="55.298269435094" StarRating="3" HotelCode="101243|239795" 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="63" TotalAmount="193.64" OriginalAmount="188.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="27" TotalAmount="194.67" OriginalAmount="189" 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" 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="27" TotalAmount="194.67" OriginalAmount="189" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.101747224201" Longitude="55.170952677727" StarRating="4" HotelCode="103486|303208" HotelName="Al Salam Grand Hotel Apartments" Meals="ROOM ONLY,HALF BOARD,FULL BOARD,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="194.67" OriginalAmount="189" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|645979-28574038/6142357287316704297/7762" 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="194.67" OriginalAmount="189" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|239762-28573025/6142357287316704297/7792" 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="63" TotalAmount="195.70" OriginalAmount="190.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.046800856456" Longitude="55.182122904785" StarRating="5" HotelCode="934443|ghaya_grand_hotel" HotelName="Ghaya Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fay Road, Sports City, Near Meaisem City Center, Dubai 392360</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/5d/495df30d36e76db990b9c2168f816e2aef0e7e7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is about 15 km from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="196.38" OriginalAmount="190.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19255449" Longitude="55.28668618" StarRating="4" HotelCode="877268|2342295" HotelName="Hotel Indigo Dubai Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="196.73" OriginalAmount="191" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|167947-28570750/6142357287316704297/1622" 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="94" TotalAmount="196.85" OriginalAmount="191.12" 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="27" TotalAmount="197.76" OriginalAmount="192" 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="83" TotalAmount="197.76" OriginalAmount="192" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1361304-28481234/6142357287316704297/3087" 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="197.76" OriginalAmount="192.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269105973921" Longitude="55.314177455175" StarRating="3" HotelCode="103476|sadaf_hotel_2" HotelName="Sadaf Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Second Street, Omar Bin Al Khattab Road, Near Fish Roundabout, Al Rigga, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/4d/c84d1637d7a87ba7562c9aa40d3a3db0f4acefa6.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="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1269798-28586796/6142357287316704297/6268" HotelName="COURTYARD BY MARRIOTT WORLD TRADE CENTRE, DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71690000/71681500/71681447/abf0d59c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.82" OriginalAmount="194.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.186964" Longitude="55.271792" StarRating="5" HotelCode="323946|steigenberger_hotel_business_bay_dubai" HotelName="Steigenberger Hotel Business Bay" Meals="ROOM ONLY" 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="94" TotalAmount="200.47" OriginalAmount="194.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.3394208" Longitude="55.3866787" StarRating="5" HotelCode="|218470" HotelName="The Act" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="200.47" OriginalAmount="194.63" 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="63" TotalAmount="200.85" OriginalAmount="195.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.07928400455" Longitude="55.15043661764" StarRating="4" HotelCode="103480|oaks_liwa_heights_hotel_apartments" HotelName="Oaks Liwa Heights" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="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="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1351970-28586300/6142357287316704297/1565" HotelName="HOLIDAY INN HOTEL AND SUITES DUBAI SCIENCE PARK, AN IHG HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88950000/88942500/88942442/w8690h5788x0y5-af9e5a70_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="202.91" OriginalAmount="197" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|875188-28582850/6142357287316704297/2192" 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="27" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.91106146" Longitude="55.01355748" StarRating="3" HotelCode="871503|395385" HotelName="Rove At The Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/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="83" TotalAmount="204.97" OriginalAmount="199" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1312609-28475798/6142357287316704297/2296" 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="16" TotalAmount="205.36" OriginalAmount="199.38" 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="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="16" TotalAmount="206.20" OriginalAmount="200.19" 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="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="94" TotalAmount="206.64" OriginalAmount="200.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.098461" Longitude="55.156847" StarRating="5" HotelCode="|440081" HotelName="Avani Palm View Dubai and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="206.89" OriginalAmount="200.86" 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="83" TotalAmount="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|194531-28511507/6142357287316704297/1899" 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="63" TotalAmount="207.03" OriginalAmount="201.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.05502162" Longitude="55.20731569" StarRating="5" HotelCode="971383|five_jumeirah_village_dubai" HotelName="Five Jumeirah Village Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="208.06" OriginalAmount="202" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.070670263754" Longitude="55.133002645344" StarRating="0" HotelCode="448883|288274" HotelName="Orra Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nasaq Street, Al Sayorah Street, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/cb/9dcb1ada6379febd0681db129fab5900e4fe6932.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.09" OriginalAmount="203" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1351967-28586298/6142357287316704297/1273" 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="94" TotalAmount="209.50" OriginalAmount="203.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2233765" Longitude="55.2825892" StarRating="5" HotelCode="|80461" HotelName="Voco Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plot 49 Sheikh Zayed Road,Trade Centre District,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/6/1/80461_1_5116.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 51 floors. The establishment boasts 4 restaurants, 2 bars, a gym, a swimming pool and a spa. SITUATION: The hotel is in Sheikh Zayed Street, close to the coast, Burj Khalifa and the commercial area. It is 15 minutes away from the airport, close to World Trade Centre Station Metro. NOTICE: The rates are not valid for nationals or holders of passports from the following countries ; Bahrain, Kuwait, Oman, Qatar, Saudi Arabia, United Arab Emirates.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.50" OriginalAmount="203.40" 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="63" TotalAmount="210.12" OriginalAmount="204.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256622619903" Longitude="55.304404210839" StarRating="3" HotelCode="320479|better_living_hotel_apartment" 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="94" TotalAmount="210.30" OriginalAmount="204.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.223374" Longitude="55.282323" StarRating="0" HotelCode="|121121" HotelName="Nassima Tower Hotel Apartments" 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/2/1/121121_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: 10 minutes away from the establishment, clients can find public transport services. ROOM: The establishment has apartments with views. FACILITIES: Guests are offered a swimming pool and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.30" OriginalAmount="204.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.229339" Longitude="55.286558" StarRating="5" HotelCode="|169135" HotelName="Sheraton Grand , Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="210.41" OriginalAmount="204.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.250868" Longitude="55.335064" StarRating="5" HotelCode="|450754" HotelName="Pullman Dubai Creek City Centre Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Deira City Centre Baniyas Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/7/5/4/450754_1bf07e31011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="210.57" OriginalAmount="204.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09771222" Longitude="55.1656398" StarRating="5" HotelCode="855222|AE000450" HotelName="Grand Plaza Mövenpick Media City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 22/05/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="16" TotalAmount="210.77" OriginalAmount="204.63" 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" 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="63" TotalAmount="212.18" OriginalAmount="206.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.228853" Longitude="55.286469" StarRating="5" HotelCode="300804|sheraton_grand_hotel_dubai" HotelName="Sheraton Grand Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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="83" TotalAmount="213.21" OriginalAmount="207" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2344-28590928/6142357287316704297/3791" HotelName="RADISSON BLU HOTEL, DUBAI DEIRA CREEK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21900/21870/0e76ce34_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.21" OriginalAmount="207.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.206057493369" Longitude="55.273010730743" StarRating="5" HotelCode="29426|dusit_thani_dubai" HotelName="Dusit Thani Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133 Sheikh Zayed Road, P.O. Box 23335, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2e/e42e2d4bd962d5cffd47ca08f34bc1c81d076251.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous Sheikh Zayed Street Situated close to Jumeirah Beach, the commer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.21" OriginalAmount="207.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18062485" Longitude="55.26636113" StarRating="5" HotelCode="705793|canal_central_hotel" HotelName="Canal Central Hotel – Business Bay" Meals="BED &amp; BREAKFAST" 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="63" TotalAmount="214.24" OriginalAmount="208.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.234246837774" Longitude="55.323978245369" StarRating="5" HotelCode="307773|hyatt_regency_dubai_creek_heights_2" HotelName="Hyatt Regency Dubai Creek Heights" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="214.71" OriginalAmount="208.46" 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="Non Refundable">
        <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="214.92" OriginalAmount="208.66" 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="94" TotalAmount="214.93" OriginalAmount="208.67" 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="27" TotalAmount="216.30" OriginalAmount="210" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25164869715" Longitude="55.294992950541" StarRating="3" HotelCode="310346|33886" 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="63" TotalAmount="217.33" OriginalAmount="211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.186663933247" Longitude="55.280115474226" StarRating="4" HotelCode="467984|doubletree_by_hilton_dubai_business_bay" HotelName="DoubleTree by Hilton Dubai - Business Bay" Meals="BED &amp; BREAKFAST" 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="94" TotalAmount="217.53" OriginalAmount="211.19" 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="83" TotalAmount="218.36" OriginalAmount="212" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|114038-28567118/6142357287316704297/4437" HotelName="NOVOTEL DEIRA CREEKSIDE DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2180000/2175200/2175146/856b5b2e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="218.36" OriginalAmount="212" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|93154-28461136/6142357287316704297/7035" HotelName="TULIP CREEK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10020000/10017200/10017195/58e2f1b8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="219.39" OriginalAmount="213" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|888869-19659676/6142357287316704297/317" HotelName="AVANI PALM VIEW DUBAI HOTEL AND SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/59000000/58970000/58960900/58960880/w3836h2556x4y4-3307e682_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="220.42" OriginalAmount="214" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1403983-25073064/6142357287316704297/10860" HotelName="HILTON GARDEN INN DUBAI BUSINESS BAY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/99000000/98240000/98238400/98238324/3bd03fa8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.42" OriginalAmount="214.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09690321" Longitude="55.16865485" StarRating="4" HotelCode="779905|the_greens_house_" HotelName="Zabeel House The Greens by Jumeirah" Meals="ROOM ONLY" 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="94" TotalAmount="221.22" OriginalAmount="214.78" 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="Non Refundable">
        <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="16" TotalAmount="221.34" OriginalAmount="214.89" 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 23/05/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="63" TotalAmount="221.45" OriginalAmount="215.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="63" TotalAmount="222.48" OriginalAmount="216.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.14622709" Longitude="55.19550898" StarRating="5" HotelCode="623331|park_regis_boutique_hotel" HotelName="Park Regis Boutique Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Street, next to Umm Suqeim Park, Umm Suqeim 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a1/19/a1193a11fe24d31d919145837ba39ad8fecb2ecc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers and families, this boutique hotel is situated in a quiet area in Dubai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.48" OriginalAmount="216.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="94" TotalAmount="223.38" OriginalAmount="216.87" 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="83" TotalAmount="223.51" OriginalAmount="217" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|168192-28600066/6142357287316704297/6747" 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="27" TotalAmount="224.54" OriginalAmount="218" 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 22/05/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="83" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1449006-32650639/6142357287316704297/9984" HotelName="MILLENNIUM MONTROSE EXECUTIVE APARTMENTS" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.57" OriginalAmount="219.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.226446" Longitude="55.284538" StarRating="5" HotelCode="26066|the_fairmont_dubai" HotelName="Fairmont Dubai" Meals="ROOM ONLY" 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="83" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|197963-28444137/6142357287316704297/4760" HotelName="ABIDOS APARTMENT DUBAILAND" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5470000/5468600/5468555/186c69b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|304994-28513156/6142357287316704297/7774" 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="94" TotalAmount="228.34" OriginalAmount="221.69" 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="229.37" OriginalAmount="222.69" 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="94" TotalAmount="229.60" OriginalAmount="222.91" 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 23/05/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="83" TotalAmount="230.72" OriginalAmount="224" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|349883-32592828/6142357287316704297/4518" 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="16" TotalAmount="231.08" OriginalAmount="224.35" 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="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="94" TotalAmount="231.17" OriginalAmount="224.44" 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="1" TotalAmount="231.69" OriginalAmount="224.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.192495498031" Longitude="55.267299304605" StarRating="5" HotelCode="307774|CAX714600" HotelName="Taj Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="94" TotalAmount="232.08" OriginalAmount="225.32" 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="233.81" OriginalAmount="227" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|64073-19659423/6142357287316704297/325" HotelName="HERITAGE HOTEL, AUTOGRAPH COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1610000/1608900/1608859/5eb24237_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.81" OriginalAmount="227.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.20276763039" Longitude="55.277782869921" StarRating="5" HotelCode="39208|al_murooj_rotana__dubai" HotelName="Roda Al Murooj" Meals="ROOM ONLY" 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="63" TotalAmount="235.87" OriginalAmount="229.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.185612442576" Longitude="55.258136063824" StarRating="5" HotelCode="187267|jw_marriott_marquis_hotel_dubai" HotelName="JW Marriott Marquis Hotel Dubai" Meals="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="63" TotalAmount="235.87" OriginalAmount="229.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19521318413" Longitude="55.283847174275" StarRating="5" HotelCode="293188|damac_maison_dubai_mall_street" HotelName="DAMAC Maison Mall Street" Meals="ROOM ONLY" 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="1" TotalAmount="236.78" OriginalAmount="229.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259204511343" Longitude="55.319554360852" StarRating="4" HotelCode="597771|CBC312800" HotelName="Al Bandar Arjaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 22/05/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="83" TotalAmount="237.93" OriginalAmount="231" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|630317-19232208/6142357287316704297/10526" HotelName="GRAND COSMOPOLITAN" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45850000/45847100/45847029/649b9dbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.93" OriginalAmount="231.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260009386675" Longitude="55.285390466452" StarRating="3" HotelCode="57904|howard_johnson_hotel_bur_dubai" HotelName="Howard Johnson Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Street, Bur Dubai, Dubai PO Box 30329</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/af/2eaff31864021efb17772b141966b485fb28d937.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on the Khalid Waleed Road opposite the Rashid Harbour. The international...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.21" OriginalAmount="233.21" 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="240.42" OriginalAmount="233.42" 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="1" TotalAmount="240.96" OriginalAmount="233.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.225917" Longitude="55.283631" StarRating="5" HotelCode="213812|CAV132900" HotelName="Conrad Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,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="1" TotalAmount="242.63" OriginalAmount="235.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.078097" Longitude="55.158688" StarRating="4" HotelCode="871468|CBE890300" 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="244.72" OriginalAmount="237.59" 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="94" TotalAmount="250.06" OriginalAmount="242.78" 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="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="83" TotalAmount="250.29" OriginalAmount="243" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|614986-28572913/6142357287316704297/2994" HotelName="LEVA HOTEL MAZAYA CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31770000/31761300/31761212/0439349d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="251.32" OriginalAmount="244" 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="251.32" OriginalAmount="244" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|147921-28596882/6142357287316704297/1431" HotelName="OAKS IBN BATTUTA GATE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3810000/3802800/3802792/1e5581ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.59" OriginalAmount="245.23" 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="27" TotalAmount="255.44" OriginalAmount="248" 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="256.47" OriginalAmount="249" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|255239-28599592/6142357287316704297/1870" 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="63" TotalAmount="256.47" OriginalAmount="249.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="257.50" OriginalAmount="250" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|263344-17681144/6142357287316704297/9428" HotelName="RAMADA HOTEL AND SUITES BY WYNDHAM DUBAI JBR" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6920000/6915600/6915556/29d011ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.59" OriginalAmount="253" 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="Free CXL until 22/05/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="83" TotalAmount="261.62" OriginalAmount="254" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|546680-28595662/6142357287316704297/4719" HotelName="RENAISSANCE BUSINESS BAY HOTEL, DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27200000/27190500/27190443/4d512738_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.62" OriginalAmount="254.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.069590845664" Longitude="55.12848464418" StarRating="4" HotelCode="424792|wyndham_dubai_marina" HotelName="Wyndham Dubai Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>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="27" TotalAmount="264.71" OriginalAmount="257" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.187616505997" Longitude="55.284046233517" StarRating="5" HotelCode="936085|47068" HotelName="DAMAC Maison Canal Views" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,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="83" TotalAmount="264.71" OriginalAmount="257" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|624004-19659667/6142357287316704297/338" HotelName="BARCELO AL JADDAF" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39890000/39886100/39886064/d9deb93b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="265.74" OriginalAmount="258" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1248815-28583549/6142357287316704297/981" 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="266.64" OriginalAmount="258.87" 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="94" TotalAmount="267.06" OriginalAmount="259.28" 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="94" TotalAmount="267.30" OriginalAmount="259.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2598208" Longitude="55.3182407" StarRating="5" HotelCode="|23964" HotelName="Golden Sands Creek" Meals="HALF-BOARD" BedType="HALF-BOARD" 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="63" TotalAmount="268.83" OriginalAmount="261.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.12529125" Longitude="55.15426485" StarRating="4" HotelCode="613702|aloft_palm_jumeirah" HotelName="Aloft Palm Jumeirah" Meals="BED &amp; BREAKFAST" 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="63" TotalAmount="269.86" OriginalAmount="262.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.185976374202" Longitude="55.263384282589" StarRating="5" HotelCode="221534|the_oberoi" HotelName="The Oberoi, Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,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="16" TotalAmount="272.96" OriginalAmount="265.01" 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="Non Refundable" 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="27" TotalAmount="273.98" OriginalAmount="266" 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,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="94" TotalAmount="274.53" OriginalAmount="266.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18324" Longitude="55.254113" StarRating="5" HotelCode="|207245" HotelName="Hilton Dubai Al Habtoor City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Habtoor City, Sheikh Zayed Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/7/2/4/5/207245_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="275.01" OriginalAmount="267" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|334211-28445798/6142357287316704297/6889" HotelName="CITY PREMIERE MARINA APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7500000/7495300/7495229/9d8e1517_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="276.04" OriginalAmount="268" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|874224-28582352/6142357287316704297/5642" 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="276.04" OriginalAmount="268.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18405595331" Longitude="55.254182471667" StarRating="5" HotelCode="319607|w_dubai_al_habtoor_city" HotelName="V Hotel Dubai Curio Collection by Hilton" Meals="ROOM ONLY" 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="94" TotalAmount="276.40" OriginalAmount="268.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2616951" Longitude="55.3140397" StarRating="5" HotelCode="|30892" HotelName="Sheraton Dubai Creek and Towers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="277.77" OriginalAmount="269.68" 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="278.10" OriginalAmount="270" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|194176-17681085/6142357287316704297/9622" HotelName="JW MARRIOTT MARQUIS DUBAI" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5400000/5399400/5399338/1dfa5baa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="279.13" OriginalAmount="271" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|120310-28454908/6142357287316704297/7004" HotelName="TULIP HOTEL APARTMENT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4110000/4109100/4109045/07ddc7a9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="280.12" OriginalAmount="271.96" 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="280.85" OriginalAmount="272.67" 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="83" TotalAmount="281.19" OriginalAmount="273" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|235429-19659452/6142357287316704297/350" HotelName="ANANTARA DOWNTOWN DUBAI" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5420000/5415000/5414971/b658ef52_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.22" OriginalAmount="274.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="282.64" OriginalAmount="274.41" 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="83" TotalAmount="284.28" OriginalAmount="276" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|875141-32596769/6142357287316704297/6246" 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="94" TotalAmount="284.32" OriginalAmount="276.04" 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="Non Refundable">
        <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="83" TotalAmount="286.34" OriginalAmount="278" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|675047-28577492/6142357287316704297/651" HotelName="RADISSON RED DUBAI SILICON OASIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45270000/45263400/45263327/c95f9d89_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.34" OriginalAmount="278.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.211210623774" Longitude="55.315963111778" StarRating="5" HotelCode="262266|marriott_executive_apartments_dubai_al_jaddaf" HotelName="Marriott Executive Apartments Al Jaddaf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Al Jaddaf Area, Dubai 122273</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/6e/1e6e4027da1f16a40badc23919dfdfca05e1fa8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.65" OriginalAmount="281.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.276179" Longitude="55.310341" StarRating="3" HotelCode="|215755" HotelName="Royal Tulip" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="293.15" OriginalAmount="284.61" 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="27" TotalAmount="293.55" OriginalAmount="285" 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 22/05/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="83" TotalAmount="293.55" OriginalAmount="285" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|401615-28575123/6142357287316704297/4011" HotelName="HYATT PLACE RESIDENCES AL RIGGA" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16220000/16210100/16210008/2ef3a156_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.55" OriginalAmount="285.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.187535" Longitude="55.267514" StarRating="5" HotelCode="302485|damac_maison_cour_jardin" HotelName="DAMAC Maison Cour Jardin" Meals="ROOM ONLY" 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="16" TotalAmount="294.17" OriginalAmount="285.60" 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="294.58" OriginalAmount="286" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12416-28509514/6142357287316704297/6450" 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="295.61" OriginalAmount="287" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1272106-19659680/6142357287316704297/378" HotelName="HYDE HOTEL DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72100000/72093200/72093154/84a1903d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.64" OriginalAmount="288.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.087641000548" Longitude="55.146210879623" StarRating="4" HotelCode="59424|dubai_marriott_harbour_hotel_and_suites" HotelName="Dubai Marriott Harbour Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="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="297.67" OriginalAmount="289" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18786235" Longitude="55.27964125" StarRating="5" HotelCode="570576|403132" HotelName="DAMAC Maison Distinction" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/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="27" TotalAmount="297.67" OriginalAmount="289" 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 22/05/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="16" TotalAmount="298.42" OriginalAmount="289.73" 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" 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="16" TotalAmount="298.80" OriginalAmount="290.10" 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="83" TotalAmount="302.82" OriginalAmount="294" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.69484" Longitude="115.2637" StarRating="3" HotelCode="0|534926-28513937/6142357287316704297/6808" 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="304.44" OriginalAmount="295.57" 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="27" TotalAmount="304.88" OriginalAmount="296" 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="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="304.88" OriginalAmount="296" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|138355-17680971/6142357287316704297/10369" HotelName="JW MARRIOTT HOTEL MARINA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2990000/2983200/2983165/180fa315_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="305.91" OriginalAmount="297" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1311876-28475952/6142357287316704297/7307" HotelName="25HOURS DUBAI ONE CENTRAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/74000000/73590000/73586400/73586368/71a52453_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="306.94" OriginalAmount="298" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|517592-28597911/6142357287316704297/5982" HotelName="AL BANDAR ROTANA - CREEK DUBAI" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19320000/19319000/19318983/0df05a1f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="310.03" OriginalAmount="301.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 22/05/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="83" TotalAmount="312.09" OriginalAmount="303" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|154824-19659361/6142357287316704297/388" HotelName="THE RITZ-CARLTON, DUBAI INTERNATIONAL FINANCIAL CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3090000/3089700/3089613/9c989a50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="312.09" OriginalAmount="303" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|615513-19232192/6142357287316704297/10566" HotelName="PARAMOUNT HOTEL DUBAI" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38180000/38170300/38170272/fa966238_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="312.17" OriginalAmount="303.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0690889" Longitude="55.1283807" StarRating="4" HotelCode="|202273" HotelName="The First Collection Marina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="314.96" OriginalAmount="305.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2603671" Longitude="55.3262817" StarRating="4" HotelCode="|24672" HotelName="Aravi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/7/2/24672_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, renovated in 2003 and has 191 rooms, In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a currency exchange service and lifts. Guests are also offered a shop, a nightclub, a conference room, a cafÃ©, a bar, 3 restaurants, with air-conditioning and a car park. SITUATION: This attractive hotel is in Dubai the heart of Deira is situated in nearby, you will find shops, has good links to the tourist attractions, is 10 minutes away from the airport. ROOM: The rooms well-decorated, a bathroom, a hairdryer, satellite or cable TV, a mini-bar, internet, an individual air-conditioning system and a safety deposit box (available for a fee). FACILITIES: On the rooftop, our customers can find a swimming pool and deck chairs. The establishment has a sauna, a massage service and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="316.80" OriginalAmount="307.57" 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" 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="317.24" OriginalAmount="308.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.078260031546" Longitude="55.135075449943" StarRating="4" HotelCode="185972|hilton_dubai_the_walk_2" HotelName="Hilton Dubai The Walk" Meals="ROOM ONLY" 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="83" TotalAmount="320.33" OriginalAmount="311" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1333559-28597923/6142357287316704297/2095" 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="63" TotalAmount="320.33" OriginalAmount="311.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.233805" Longitude="55.263464" StarRating="5" HotelCode="11942|dubai_marine_beach_resort_and_" HotelName="Dubai Marine Beach Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="324.45" OriginalAmount="315" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|615695-28447582/6142357287316704297/1962" HotelName="RODA AL MUROOJ RESIDENCES" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35590000/35581400/35581351/918370df_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="326.51" OriginalAmount="317" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|975789-28590509/6142357287316704297/1464" 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="27" TotalAmount="329.60" OriginalAmount="320" 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="63" TotalAmount="329.60" OriginalAmount="320.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.234227212443" Longitude="55.324093119049" StarRating="5" HotelCode="563312|hyatt_regency_creek_heights_residences_2" HotelName="Hyatt Regency Creek Heights Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="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="27" TotalAmount="330.63" OriginalAmount="321" 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="94" TotalAmount="331.29" OriginalAmount="321.64" 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="83" TotalAmount="333.72" OriginalAmount="324" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|623948-28596403/6142357287316704297/10107" HotelName="CROWNE PLAZA DUBAI MARINA, AN IHG HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19630000/19625800/19625773/575e416f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.72" OriginalAmount="324.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="63" TotalAmount="334.75" OriginalAmount="325.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.192879510028" Longitude="55.27248360846" StarRating="4" HotelCode="153373|ramada_downtown_dubai" HotelName="Ramada Downtown Dubai" Meals="ROOM ONLY" 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="336.68" OriginalAmount="326.87" 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="94" TotalAmount="338.36" OriginalAmount="328.50" 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="83" TotalAmount="338.87" OriginalAmount="329" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|907642-28535038/6142357287316704297/5049" HotelName="ADAGIO PREMIUM THE PALM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/66000000/65710000/65706000/65705944/107fee00_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="343.24" OriginalAmount="333.24" 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="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="83" TotalAmount="344.02" OriginalAmount="334" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|193856-28571284/6142357287316704297/1014" 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="344.02" OriginalAmount="334" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|292541-28595490/6142357287316704297/9218" HotelName="DAMAC MAISON - CANAL VIEWS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8670000/8664200/8664126/80192ea8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="347.11" OriginalAmount="337.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.075315834336" Longitude="55.131988675178" StarRating="5" HotelCode="100128|sofitel_dubai_jumeirah_beach_2" HotelName="Sofitel Dubai Jumeirah Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 473828, JBR on The Walk, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/5d/275d661d637e3edc61e481e1e6d3036113ca70b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city conference hotel is located by the beach in the heart of 'New' Dubai. The establishment is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="350.20" OriginalAmount="340.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.208415849073" Longitude="55.260644457047" StarRating="5" HotelCode="452317|la_ville_hotel_suites_city_walk_dubai_autograph_collection" HotelName="La Ville Hotel &amp; Suites CITY WALK, Dubai, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="351.23" OriginalAmount="341" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.227783" Longitude="55.320733" StarRating="5" HotelCode="67594|27184" HotelName="Raffles Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 22/05/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="94" TotalAmount="351.64" OriginalAmount="341.40" 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="63" TotalAmount="352.26" OriginalAmount="342.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.213208354138" Longitude="55.279271238534" StarRating="5" HotelCode="463748|the_ritzcarlton_executive_residences" HotelName="The Ritz-Carlton Dubai International Financial Centre Executive Residences" Meals="ROOM ONLY" 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="63" TotalAmount="355.35" OriginalAmount="345.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.119282290489" Longitude="55.203153186508" StarRating="5" HotelCode="213576|pullman_dubai_mall_of_the_emirates__open_01_aug_2010_" HotelName="Sheraton Dubai Mall of the Emirates Hotel" 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,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="357.98" OriginalAmount="347.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.230249" Longitude="55.287701" StarRating="5" HotelCode="409750|CAX590500" HotelName="The H Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="360.50" OriginalAmount="350" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1248436-28478525/6142357287316704297/5045" HotelName="GRAND HEIGHTS APARTMENTS" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/66000000/65310000/65306300/65306293/0aa11b67_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="362.02" OriginalAmount="351.48" 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="63" TotalAmount="362.56" OriginalAmount="352.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.12582" Longitude="55.1533" StarRating="5" HotelCode="705784|royal_central_hotel_the_palm" HotelName="Royal Central Hotel - The Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="369.77" OriginalAmount="359" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|145870-28592068/6142357287316704297/5963" HotelName="THE GALLERIA RESIDENCE, HYATT REGENCY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13450000/13443900/13443879/62d4a8c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="379.27" OriginalAmount="368.22" 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="Non Refundable">
        <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="83" TotalAmount="381.10" OriginalAmount="370" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="51.546989" Longitude="0.02915" StarRating="5" HotelCode="0|401366-21408808/6142357287316704297/12019" HotelName="V HOTEL DUBAI, CURIO COLLECTION BY HILTON" Meals="ROOM ONLY" 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="1" TotalAmount="382.11" OriginalAmount="370.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2081" Longitude="55.27212" StarRating="5" HotelCode="637708|CAO137300" HotelName="Shangri-La Hotel &amp; Serviced Apartments Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="382.88" OriginalAmount="371.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251427" Longitude="55.326883" StarRating="5" HotelCode="|451701" HotelName="Hilton Dubai Creek Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="384.74" OriginalAmount="373.53" 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="83" TotalAmount="385.22" OriginalAmount="374" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181354-28791213/6142357287316704297/226" HotelName="SIGNATURE HOTEL APARTMENTS &amp;amp; SPA MARINA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2700000/2699700/2699605/39db837c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="385.54" OriginalAmount="374.31" 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="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="389.91" OriginalAmount="378.55" 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="83" TotalAmount="391.40" OriginalAmount="380" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|623978-28586302/6142357287316704297/1136" HotelName="HYATT PLACE DUBAI JUMEIRAH RESIDENCES" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39160000/39154500/39154422/49f9eee6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="392.76" OriginalAmount="381.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0878806" Longitude="55.1461492" StarRating="4" HotelCode="|118696" HotelName="Dubai Marriott Harbour and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="395.87" OriginalAmount="384.34" 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="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="94" TotalAmount="398.18" OriginalAmount="386.58" 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="94" TotalAmount="404.97" OriginalAmount="393.17" 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 23/05/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="63" TotalAmount="405.82" OriginalAmount="394.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.250355435127" Longitude="55.298728108675" StarRating="4" HotelCode="310348|golden_sands_10" HotelName="Golden Sands 10 Hotel Apartments" Meals="ROOM ONLY" 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="94" TotalAmount="407.04" OriginalAmount="395.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0803668" Longitude="55.1368547" StarRating="5" HotelCode="|72602" HotelName="Movenpick Jumeirah Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="408.91" OriginalAmount="397" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.080378411946" Longitude="55.136971771717" StarRating="5" HotelCode="899731|19999" HotelName="Mövenpick Hotel Jumeirah Beach" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="410.85" OriginalAmount="398.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.041665" Longitude="55.188136" StarRating="5" HotelCode="|445549" HotelName="Mövenpick Jumeirah Village Triangle" Meals="HALF-BOARD" BedType="HALF-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="412.29" OriginalAmount="400.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.097117" Longitude="55.175354" StarRating="0" HotelCode="|465225" HotelName="Grand Heights Hotel Apartments" Meals="FULL-BOARD" BedType="FULL-BOARD" 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="83" TotalAmount="414.06" OriginalAmount="402" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.9980545" Longitude="-96.9643946" StarRating="5" HotelCode="0|297383-28597148/6142357287316704297/8299" HotelName="SHERATON GRAND DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <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="83" TotalAmount="418.18" OriginalAmount="406" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|27475-28595873/6142357287316704297/8447" 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="16" TotalAmount="419.90" OriginalAmount="407.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112258578385" Longitude="55.137988488841" StarRating="5" HotelCode="363356|2037645" HotelName="Dukes The Palm, a Royal Hideaway Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 120015, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/33/c4/33c41fda2db84e348d07d82d2551df15fdc0badd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this beach hotel is located right in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="420.24" OriginalAmount="408" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|255240-28445416/6142357287316704297/2238" HotelName="MARRIOTT EXECUTIVE APARTMENTS DUBAI AL JADDAF" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6980000/6975300/6975242/f7317003_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="420.24" OriginalAmount="408" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|590233-28595667/6142357287316704297/5349" 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="83" TotalAmount="420.24" OriginalAmount="408" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1414024-28682983/6142357287316704297/10760" HotelName="TUMBI WEST PALM BEACH HOTEL DUBAI, TAPESTRY COLLECTION BY HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111220000/111217200/111217140/w5757h3835x0y5-5b864fa9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="424.94" OriginalAmount="412.56" 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="63" TotalAmount="433.63" OriginalAmount="421.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.073680609213" Longitude="55.130403041839" StarRating="5" HotelCode="67529|amwaj_rotana__jumeirah_beach_residence__dubai" HotelName="Amwaj Rotana - Jumeirah Beach Residence" Meals="ROOM ONLY" 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="83" TotalAmount="434.66" OriginalAmount="422" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.861418" Longitude="-76.447184" StarRating="4" HotelCode="0|181376-28568419/6142357287316704297/8720" 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="94" TotalAmount="439.77" OriginalAmount="426.96" 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="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="439.81" OriginalAmount="427.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="16" TotalAmount="458.10" OriginalAmount="444.76" 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="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="461.98" OriginalAmount="448.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.072327" Longitude="55.136099" StarRating="4" HotelCode="|446865" HotelName="Vida Dubai Marina and Yacht Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Marina</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/8/6/5/446865_ed84ab61445.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="462.47" OriginalAmount="449" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.217511518923" Longitude="55.283085107803" StarRating="5" HotelCode="12123|35530" HotelName="Jumeirah Emirates Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box: 72127, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/a4/cda488effd783117fde80a458e361c36744dfd76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel affords a central location along highly stylish Sheikh Zayed Road. It enjoys an enviable p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="465.56" OriginalAmount="452.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.167769841243" Longitude="55.446663067459" StarRating="4" HotelCode="69039|desert_palm_2" HotelName="Meliá Desert Palm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Awir Road, P.O. Box 119171, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/17/cd/17cda6ad7734cccf54512beb0dd8936e9c1268e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is a lush enclave set in polo fields just outside the Dubai city centre, only a 15-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="465.79" OriginalAmount="452.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.085483" Longitude="55.1436213" StarRating="5" HotelCode="|87337" HotelName="Grosvenor House, A Luxury Collection , Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="468.65" OriginalAmount="455.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.104318685666" Longitude="55.148551167984" StarRating="5" HotelCode="487075|viceroy_palm_jumeirah_dubai" HotelName="FIVE Palm Jumeirah Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,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="472.73" OriginalAmount="458.96" 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="Non Refundable">
        <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="83" TotalAmount="473.80" OriginalAmount="460" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1313475-25148412/6142357287316704297/414" HotelName="HYATT CENTRIC JUMEIRAH DUBAI" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72110000/72108100/72108064/f4246bf1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="476.89" OriginalAmount="463.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="ROOM ONLY" 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>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="27" TotalAmount="478.95" OriginalAmount="465" 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="479.98" OriginalAmount="466" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|893154-28597490/6142357287316704297/5329" HotelName="AL JADDAF ROTANA SUITE HOTEL DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57780000/57776000/57775998/eccc127e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="481.01" OriginalAmount="467" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|349973-28595872/6142357287316704297/8737" HotelName="SHANGRI-LA APARTMENTS DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12040000/12034300/12034252/1f53d6f4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="485.13" OriginalAmount="471" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172372-19827282/6142357287316704297/10528" HotelName="GROSVENOR HOUSE A LUXURY COLLECTION DUBAI" Meals="HALF BOARD,BED &amp; BREAKFAST,ROOM ONLY" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1310000/1305600/1305504/e01a95cc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="489.25" OriginalAmount="475" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|64519-28590467/6142357287316704297/617" HotelName="HOTEL BOULEVARD, AUTOGRAPH COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1670000/1667000/1666993/68a26198_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="490.63" OriginalAmount="476.34" 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 23/05/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="16" TotalAmount="496.81" OriginalAmount="482.34" 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" BedType="ROOM ONLY" PropertyType="Beach Hotel,Golf Hotel" CnxPolicy="Free CXL until 22/05/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="27" TotalAmount="504.70" OriginalAmount="490" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.084500744746" Longitude="55.140385279762" StarRating="5" HotelCode="46903|11185" HotelName="Le Royal Meridien Beach Resort &amp; Spa" Meals="HALF BOARD,BED &amp; BREAKFAST" 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="83" TotalAmount="505.73" OriginalAmount="491" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="6" HotelCode="0|1355102-28478311/6142357287316704297/8815" HotelName="PARAMOUNT HOTEL MIDTOWN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111280000/111277100/111277057/d7f54c11_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="505.73" OriginalAmount="491.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.211625" Longitude="55.274432" StarRating="4" HotelCode="39206|staybridge_suites_dubai_financial_centre_an_ihg_hotel" HotelName="AlSalam Hotel Suites and Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Golf,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 118094, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/35/0a356f236e02fc73df3250a2a7fed52a10c20649.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel lies on the fashionable Sheikh Zayed Road, across from the International Financial C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="507.89" OriginalAmount="493.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2114839" Longitude="55.2743676" StarRating="4" HotelCode="|55232" HotelName="Staybridge Suites Dubai Financial Centre, an IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. BOX 118049</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/3/2/55232_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 281 rooms, The establishment boasts air-conditioning, a lobby, a lift, a car park and an indoor car park (for a fee). SITUATION: 10 minutes away from the establishment, guests will find the shopping centre, close to the establishment, guests have Jumeirah the beach Near the establishment, guests will find a metro station, 15 minutes away from the establishment clients have Dubai Airport. ROOM: They have a kettle, a coffee maker, a living room-bedroom, a sofa-bed and sofas. They also have cable and satellite television, a bathroom with a bath, a shower with a safe. FACILITIES: The establishment has a gym, a sauna, a jacuzzi, a steam bath, hydromassage swimming pool and a children's swimming pool. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant and a coffee shop. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="514.72" OriginalAmount="499.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2035614" Longitude="55.3492947" StarRating="4" HotelCode="|449962" HotelName="Vida Creek Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ras Al Khor Creek Harbour</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/9/6/2/449962_1e594421126.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="516.03" OriginalAmount="501" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="38.6386696" Longitude="-94.3523256" StarRating="4" HotelCode="0|181372-32595726/6142357287316704297/8826" HotelName="SHERATON THE WALK DUBAI" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" 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="16" TotalAmount="517.53" OriginalAmount="502.46" 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="BED &amp; BREAKFAST" 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="518.09" OriginalAmount="503" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1351980-28586308/6142357287316704297/1691" 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="63" TotalAmount="518.09" OriginalAmount="503.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="94" TotalAmount="519.50" OriginalAmount="504.37" 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="94" TotalAmount="521.23" OriginalAmount="506.05" 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="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="63" TotalAmount="524.27" OriginalAmount="509.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.139106761878" Longitude="55.142418032328" StarRating="4" HotelCode="530660|the_retreat_palm_dubai_mgallery_by_sofitel" HotelName="The Retreat Palm Dubai - MGallery by Sofitel" Meals="ROOM ONLY" 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="94" TotalAmount="537.30" OriginalAmount="521.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2492594" Longitude="55.2967375" StarRating="0" HotelCode="|120172" HotelName="Al Raya Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mankhool Area, Kuwait St.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/1/7/2/120172_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Bur Dubai it is in it is situated 10 blocks away from Jumeirah the beach. ROOM: The apartments have a kitchen and internet (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="537.66" OriginalAmount="522.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="1" TotalAmount="538.13" OriginalAmount="522.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.21125322" Longitude="55.28145818" StarRating="5" HotelCode="876946|CBF725800" HotelName="Waldorf Astoria Dubai International Financial Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY,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="83" TotalAmount="540.75" OriginalAmount="525" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|534644-28572561/6142357287316704297/2692" HotelName="HOLIDAY INN &amp;amp; SUITES DUBAI FESTIVAL CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18560000/18552400/18552366/3ad51e17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="543.00" OriginalAmount="527.18" 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="83" TotalAmount="544.87" OriginalAmount="529" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1439562-32420290/6142357287316704297/687" HotelName="HOTEL LOCAL AT JUMEIRAH VILLAGE TRIANGLE BY THE FIRST COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112760000/112751100/112751070/4ac10fe8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="546.89" OriginalAmount="530.96" 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="83" TotalAmount="546.93" OriginalAmount="531" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|145898-28589320/6142357287316704297/8145" 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="63" TotalAmount="552.08" OriginalAmount="536.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.231895470941" Longitude="55.347136259079" StarRating="4" HotelCode="175718|intercontinental_residence_suite_dubai_festival_city" HotelName="InterContinental Residence Suites Dubai Festival City" Meals="BED &amp; BREAKFAST" 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="83" TotalAmount="554.14" OriginalAmount="538" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1279060-23269098/6142357287316704297/9493" 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="16" TotalAmount="557.54" OriginalAmount="541.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248999323458" Longitude="55.295486558197" StarRating="3" HotelCode="260530|925445" HotelName="Al Raya Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, Bur Dubai Al Mankhool area, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/78/ee78b0dde66f89f6174a771c417beb120b900db4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="563.41" OriginalAmount="547.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.20069126" Longitude="55.27622096" StarRating="5" HotelCode="492631|address_boulevard" HotelName="Address Boulevard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="16" TotalAmount="582.74" OriginalAmount="565.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.223252686211" Longitude="55.349743366241" StarRating="5" HotelCode="400661|71114" HotelName="InterContinental Dubai Festival City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Festival City, P.O. Box 45777, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/06/06b6bd9509e46c1c6ce93bc125a7b0fb/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in downtown Dubai and is just 6 km from the city centre. It is just 8 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="586.53" OriginalAmount="569.45" 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="588.13" OriginalAmount="571" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|194539-28443329/6142357287316704297/5955" HotelName="THE RITZ-CARLTON EXECUTIVE RESIDENCES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4950000/4944900/4944843/ad8f2471_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="590.19" OriginalAmount="573" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.199810712514" Longitude="55.27753829956" StarRating="5" HotelCode="136614|23159" HotelName="Address Dubai Mall" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 22/05/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="593.28" OriginalAmount="576" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1346283-28586087/6142357287316704297/3247" 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="606.82" OriginalAmount="589.15" 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="611.82" OriginalAmount="594" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|638898-28597492/6142357287316704297/5243" 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="94" TotalAmount="614.25" OriginalAmount="596.36" 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="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="63" TotalAmount="615.94" OriginalAmount="598.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0800887" Longitude="55.1359468" StarRating="5" HotelCode="535209|rixos_premium_dubai" HotelName="Rixos Premium Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, Jumeirah Beach Residence, Al Mamsha Street, P.O. Box 643660, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/4f/404ff26272c36b297f4a9e0b90695ba1a44e7262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this hotel lies in the heart of Dubai, right by the sea. There are a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="616.97" OriginalAmount="599.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18592" Longitude="55.27367" StarRating="5" HotelCode="511831|renaissance_downtown_hotel_dubai" HotelName="Renaissance Downtown Hotel, Dubai" Meals="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="94" TotalAmount="618.16" OriginalAmount="600.16" 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="629.67" OriginalAmount="611.33" 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="16" TotalAmount="630.99" OriginalAmount="612.61" 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="63" TotalAmount="633.45" OriginalAmount="615.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.183395963471" Longitude="55.254177711639" StarRating="5" HotelCode="323805|the_st_regis" HotelName="Habtoor Palace, LXR Hotels &amp; Resorts" Meals="ROOM ONLY" 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="94" TotalAmount="639.09" OriginalAmount="620.48" 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="27" TotalAmount="642.72" OriginalAmount="624" 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="63" TotalAmount="643.75" OriginalAmount="625.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="651.99" OriginalAmount="633" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|546584-28600067/6142357287316704297/8268" HotelName="ROYAL CENTRAL HOTEL AND RESORT THE PALM" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26750000/26743100/26743083/69dbbf12_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="653.02" OriginalAmount="634" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|898294-28597756/6142357287316704297/2732" HotelName="SLS DUBAI &amp;amp; RESIDENCES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/64000000/63860000/63852500/63852448/e98c1cd5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="654.05" OriginalAmount="635.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="94" TotalAmount="655.60" OriginalAmount="636.50" 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="Non Refundable">
        <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="83" TotalAmount="657.14" OriginalAmount="638" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|625908-28595866/6142357287316704297/5792" HotelName="C CENTRAL RESORT THE PALM" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/42000000/41997900/41997872/320fbcb7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="662.29" OriginalAmount="643.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.12959" Longitude="55.15348" StarRating="5" HotelCode="221535|anantara_dubai_the_palm_resort__spa" HotelName="Anantara The Palm Dubai Resort" Meals="ROOM ONLY" 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="16" TotalAmount="662.71" OriginalAmount="643.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.134455013957" Longitude="55.150441634255" StarRating="5" HotelCode="263800|977905" HotelName="Waldorf Astoria Dubai Palm Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="664.35" OriginalAmount="645.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.212677093762" Longitude="55.28255282209" StarRating="5" HotelCode="446207|four_seasons_hotel_dubai_international_financial_centre" HotelName="Four Seasons Dubai International Financial Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="666.41" OriginalAmount="647" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|674755-28575156/6142357287316704297/4514" 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="83" TotalAmount="668.47" OriginalAmount="649" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1323552-24670244/6142357287316704297/11685" 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="94" TotalAmount="670.94" OriginalAmount="651.40" 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="684.33" OriginalAmount="664.40" 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="Free CXL until 22/05/2026">
        <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="83" TotalAmount="684.95" OriginalAmount="665" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.0641" Longitude="-79.90932" StarRating="5" HotelCode="0|16807-28598638/6142357287316704297/6873" HotelName="AL HABTOOR GRAND RESORT, AUTOGRAPH COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <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="94" TotalAmount="685.56" OriginalAmount="665.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.115191" Longitude="55.140668" StarRating="0" HotelCode="|445235" HotelName="Andaz Palm Jumeirah Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="698.13" OriginalAmount="677.80" 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="63" TotalAmount="722.03" OriginalAmount="701.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.247864" Longitude="55.35287" StarRating="5" HotelCode="207516|dubai_international_terminal_hotel" HotelName="Dubai International Hotel" Meals="ROOM ONLY" 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="94" TotalAmount="729.63" OriginalAmount="708.38" 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="729.79" OriginalAmount="708.53" 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="HALF BOARD" 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="63" TotalAmount="731.30" OriginalAmount="710.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.91615501209" Longitude="55.005883761883" StarRating="5" HotelCode="435572|lapita_dubai_parks_and_resorts" HotelName="Lapita, Dubai Parks and Resorts, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Dubai Parks &amp; Resorts, P.O. Box: 334221, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/b6/18b6924d198681cecec9bb2b58b411255407fa90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is approximately 12.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="739.09" OriginalAmount="717.56" 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="1" TotalAmount="746.35" OriginalAmount="724.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.118962" Longitude="55.198021" StarRating="5" HotelCode="57060|CAV732000" HotelName="Kempinski Hotel Mall of the Emirates Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="1" TotalAmount="750.98" OriginalAmount="729.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.072274" Longitude="55.127721" StarRating="4" HotelCode="263797|CAW675800" 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="760.14" OriginalAmount="738" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|491939-28589486/6142357287316704297/8236" HotelName="THE ST. REGIS DOWNTOWN DUBAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19370000/19366500/19366493/ffeedc89_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="761.93" OriginalAmount="739.74" 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="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="94" TotalAmount="781.76" OriginalAmount="758.99" 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="Non Refundable">
        <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="27" TotalAmount="781.77" OriginalAmount="759" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.13993" Longitude="55.1325" StarRating="5" HotelCode="213632|35590" HotelName="Sofitel Dubai The Palm Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent Road, P.O. Box 55558, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/b2/04b257ce6210350c25a030c9d9f4cdca24e17781.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this spa hotel is right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="802.37" OriginalAmount="779" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|253461-21407155/6142357287316704297/10962" HotelName="DOUBLETREE BY HILTON DUBAI - JUMEIRAH BEACH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6760000/6750600/6750573/w6250h3488x0y0-d38b43da_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="818.85" OriginalAmount="795" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|907644-28598204/6142357287316704297/3607" 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="94" TotalAmount="825.85" OriginalAmount="801.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1406" Longitude="55.13216" StarRating="0" HotelCode="|210504" HotelName="Sofitel Dubai The Palm Luxury Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/5/0/4/210504_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="830.18" OriginalAmount="806" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|618580-20588157/6142357287316704297/10265" HotelName="ANDAZ DUBAI THE PALM, BY HYATT" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/39000000/38990100/38990076/w3840h2596x0y3-321ba958_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="844.60" OriginalAmount="820" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|863569-28472027/6142357287316704297/8161" HotelName="ANDAZ BY HYATT – PALM JUMEIRAH RESIDENCES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40240000/40234900/40234810/fc6b606c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="846.55" OriginalAmount="821.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.228037579753" Longitude="55.327943059518" StarRating="5" HotelCode="24028|30784" HotelName="Grand Hyatt Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riyadh Street, Sheikh Rashid Road, P.O. Box 7978, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/83/66/83662b8ddf416bbd5f798b1dee7f19fd6e0f1554.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying amidst sprawling gardens, this spectacular luxury hotel is located at the heart of Dubai some ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="850.37" OriginalAmount="825.60" 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="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="83" TotalAmount="869.32" OriginalAmount="844" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1414014-26968911/6142357287316704297/234" HotelName="SIRO ONE ZA'ABEEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100160000/100150700/100150630/4e760016_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="873.44" OriginalAmount="848" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|240744-19659409/6142357287316704297/463" HotelName="SOFITEL DUBAI THE PALM RESORT &amp;amp; SPA" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5920000/5914200/5914122/26f5222c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="884.13" OriginalAmount="858.38" 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="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="918.76" OriginalAmount="892" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|401360-28595557/6142357287316704297/5830" HotelName="AL HABTOOR PALACE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12350000/12347000/12346991/fceaeac8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="923.27" OriginalAmount="896.38" 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="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="929.58" OriginalAmount="902.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.135130188812" Longitude="55.185978412628" StarRating="5" HotelCode="907094|31024" HotelName="Jumeirah Mina A'Salam" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, P.O. Box 75157, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/14/0f144e6caa90ca7e108ee8f644dedd9de989b420.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort hotel is located right on the beachfront next to the Wild Wadi water park. Dubai Int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="931.12" OriginalAmount="904" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|65164-19659391/6142357287316704297/474" 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="63" TotalAmount="932.15" OriginalAmount="905.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.987383008586" Longitude="55.02189964056" StarRating="5" HotelCode="907105|palm_tree_court" HotelName="JA Palm Tree Court" Meals="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="94" TotalAmount="955.40" OriginalAmount="927.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.081063" Longitude="55.13611" StarRating="5" HotelCode="|472660" HotelName="FIVE LUXE" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="955.84" OriginalAmount="928" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1316610-20588883/6142357287316704297/9548" HotelName="TAJ EXOTICA RESORT AND SPA, THE PALM, DUBAI" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74550000/74549600/74549512/1483b459_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="961.37" OriginalAmount="933.37" 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="83" TotalAmount="963.05" OriginalAmount="935" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|615010-28575124/6142357287316704297/6351" 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="63" TotalAmount="971.29" OriginalAmount="943.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.816293" Longitude="55.230905" StarRating="5" HotelCode="34627|bab_al_shams_desert_resort_and_spa" HotelName="Bab Al Shams Desert Resort &amp; Spa" Meals="BED &amp; BREAKFAST" 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="983.38" OriginalAmount="954.74" 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="986.26" OriginalAmount="957.53" 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,ROOM ONLY,HALF BOARD,ALL INCLUSIVE" 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="63" TotalAmount="987.77" OriginalAmount="959.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.986826272493" Longitude="55.023849606514" StarRating="5" HotelCode="907104|ja_jebel_ali_beach_hotel" HotelName="JA Beach Hotel" Meals="ROOM ONLY" 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="83" TotalAmount="1002.19" OriginalAmount="973" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1266092-19659809/6142357287316704297/480" HotelName="RAFFLES THE PALM" Meals="HALF BOARD,BED &amp; BREAKFAST" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70130000/70128100/70128096/76bd0253_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1007.77" OriginalAmount="978.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2282863" Longitude="55.2906578" StarRating="5" HotelCode="|448931" HotelName="One&amp;Only One Za'Abeel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/9/3/1/448931_2f212591203.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1014.55" OriginalAmount="985.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.095225741263" Longitude="55.15230330954" StarRating="5" HotelCode="18032|oneonly_royal_mirage_2" HotelName="One&amp;Only Royal Mirage" Meals="HALF-BOARD" BedType="HALF-BOARD" PropertyType="Beach Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 37252, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/4f/2a4f2270b1c840fcab3e44dba0430ca7323e1468.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on a private beach on the Jumeirah beach strip. Opposite the resort is the Emi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1016.61" OriginalAmount="987" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|32260-20587447/6142357287316704297/10210" HotelName="BAB AL SHAMS DESERT RESORT AND SPA" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1170000/1162800/1162761/13b3f843_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1016.61" OriginalAmount="987.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10634687" Longitude="55.11126178" StarRating="5" HotelCode="561853|w_dubai_the_palm" HotelName="W Dubai The Palm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/90/be/90be33a1cb6cf7a692a69592541532a332be336b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1025.22" OriginalAmount="995.36" 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="HALF BOARD" 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="83" TotalAmount="1025.88" OriginalAmount="996" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|297410-28590930/6142357287316704297/6538" 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="27" TotalAmount="1031.03" OriginalAmount="1001" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.194058731118" Longitude="55.279147624969" StarRating="5" HotelCode="96664|23158" HotelName="Address Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,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="63" TotalAmount="1079.44" OriginalAmount="1048.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.093107356996" Longitude="55.148701071739" StarRating="5" HotelCode="387639|the_westin_dubai_mina_seyahi_beach_resort__marina" HotelName="The Westin Dubai Mina Seyahi Beach Resort &amp; Marina" 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>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="1100.00" OriginalAmount="1067.96" 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="63" TotalAmount="1154.63" OriginalAmount="1121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113097" Longitude="55.196943" StarRating="5" HotelCode="75264|coral_boutique" HotelName="Coral Boutique Villas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24th Street Community 373, P.O.Box: 124446, 4th Interchange Behind Emirates Mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/9e/5d9eef6c051db8f9100efe39db5d3885ecb06b9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Closely situated to the popular shopping centre of the Emirates, this villa resort is located in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1158.75" OriginalAmount="1125" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9750-28599658/6142357287316704297/540" HotelName="LE MERIDIEN MINA SEYAHI BEACH RESORT &amp;amp; WATERPARK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/440000/432700/432678/4c6c468c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1197.40" OriginalAmount="1162.52" 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="83" TotalAmount="1213.34" OriginalAmount="1178" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|76022-28598590/6142357287316704297/8767" 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="63" TotalAmount="1234.97" OriginalAmount="1199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.099260015451" Longitude="55.132291316987" StarRating="5" HotelCode="161545|one_and_only_the_palm" HotelName="One&amp;Only The Palm" Meals="BED &amp; BREAKFAST" 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="83" TotalAmount="1244.24" OriginalAmount="1208" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|273782-28443660/6142357287316704297/3307" HotelName="GRAND HYATT RESIDENCES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16390000/16387600/16387503/c009fddb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1259.69" OriginalAmount="1223.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="63" TotalAmount="1283.38" OriginalAmount="1246.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.121045661837" Longitude="55.153719484806" StarRating="5" HotelCode="904934|rixos_the_palm_dubai" HotelName="Rixos The Palm Hotel &amp; Suites" Meals="ULTRA-ALL-INCLUSIVE" BedType="ULTRA-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="1285.44" OriginalAmount="1248" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|181367-18113089/6142357287316704297/9301" HotelName="ONE&amp;amp;ONLY THE PALM" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3890000/3888800/3888752/79bb41ec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1301.25" OriginalAmount="1263.35" 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="94" TotalAmount="1305.91" OriginalAmount="1267.87" 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="HALF-BOARD" BedType="HALF-BOARD" 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="27" TotalAmount="1307.07" OriginalAmount="1269" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.121045661837" Longitude="55.153719484806" StarRating="5" HotelCode="960953|404173" HotelName="Rixos The Palm Luxury Suite Collection" Meals="ALL INCLUSIVE" BedType="ALL INCLUSIVE" PropertyType="" CnxPolicy="Non Refundable">
        <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="16" TotalAmount="1324.67" OriginalAmount="1286.09" 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 23/05/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="83" TotalAmount="1325.61" OriginalAmount="1287" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|884135-19659421/6142357287316704297/515" HotelName="ADDRESS BEACH RESORT" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57830000/57821300/57821246/ef4b4dd3_edited_775f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1361.66" OriginalAmount="1322" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.98596" Longitude="98.2898" StarRating="5" HotelCode="0|136729-28598723/6142357287316704297/5450" 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="83" TotalAmount="1406.98" OriginalAmount="1366" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1324475-28597861/6142357287316704297/1920" HotelName="LEGOLAND DUBAI" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48250000/48242000/48241914/5f74e1ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1418.31" OriginalAmount="1377.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.131283" Longitude="55.117745" StarRating="5" HotelCode="73815|atlantis_the_palm" HotelName="Atlantis The Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Crescent Road, The Palm, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/54/5e/545e96694aa740c8f027a01fef6a3d50a663f03c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury resort is situated on the spectacular man-made island of Palm Jumeirah. The Emirates Mal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1418.31" OriginalAmount="1377.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.192346322728" Longitude="55.273865492065" StarRating="0" HotelCode="633461|elite_royal_apartment_burj_khalifa_fountain_view_royal" 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="94" TotalAmount="1434.28" OriginalAmount="1392.50" 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="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" 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="63" TotalAmount="1450.24" OriginalAmount="1408.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.245829033355" Longitude="55.256305180148" StarRating="5" HotelCode="363722|nikki_beach_resort_spa_dubai" HotelName="Nikki Beach Resort &amp; Spa Dubai" Meals="BED &amp; BREAKFAST" 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="1552.21" OriginalAmount="1507" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1387555-27442050/6142357287316704297/109" HotelName="ONE&amp;amp;ONLY ONE ZA'ABEEL" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96200000/96193600/96193558/98dabb6c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1582.99" OriginalAmount="1536.88" 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="16" TotalAmount="1587.70" OriginalAmount="1541.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.21684883" Longitude="55.25124513" StarRating="5" HotelCode="669205|2310505" HotelName="Mandarin Oriental Jumeira Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="HALF BOARD" 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="94" TotalAmount="1602.92" OriginalAmount="1556.23" 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="1713.92" OriginalAmount="1664" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|615648-28596644/6142357287316704297/4584" HotelName="MELIA DESERT PALM DUBAI" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1600000/1590600/1590517/c5f4e8cb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1800.44" OriginalAmount="1748" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.141496833283" Longitude="55.190784931183" StarRating="5" HotelCode="46902|1155" HotelName="Jumeirah Beach Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 11416, Umm Suqeim, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/1c/e21c716dd40d58cffe3c4673cd95b832796fa895.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies directly beside long sandy Jumeirah Beach, some 20 km from the centre of Duba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1824.38" OriginalAmount="1771.24" 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="83" TotalAmount="1837.52" OriginalAmount="1784" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384344-32592705/6142357287316704297/6560" HotelName="BANYAN TREE DUBAI AT BLUEWATERS" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29050000/29049800/29049726/8dabe224_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1856.73" OriginalAmount="1802.65" 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="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="16" TotalAmount="1874.82" OriginalAmount="1820.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="5" HotelCode="820843|2334065" HotelName="JA Lake View Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE" 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="83" TotalAmount="1899.32" OriginalAmount="1844" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|431489-27442051/6142357287316704297/79" HotelName="ONE AND ONLY ROYAL MIRAGE" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527458/6e2f09be_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2011.70" OriginalAmount="1953.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.202435" Longitude="55.23993" StarRating="5" HotelCode="|167759" HotelName="Four Seasons Resort Dubai At Jumeirah Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, Jumeirah 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/7/5/9/167759_82e3b940830.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 237 rooms, 49 suites, 3 restaurants, covered pools, an outdoor pool, a spa, a beach club, a ballroom and 5 meeting rooms. SITUATION: This hotel is in Jumeriah Road, close to the shopping area, the nightlife and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2153.73" OriginalAmount="2091" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|242934-19659457/6142357287316704297/526" HotelName="ANANTARA DUBAI THE PALM RESORT" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6490000/6483400/6483363/445bf9bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="2529.06" OriginalAmount="2455.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1371787" Longitude="55.18712554" StarRating="5" HotelCode="422271|CBA128300" 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="94" TotalAmount="2582.50" OriginalAmount="2507.28" 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="94" TotalAmount="2612.34" OriginalAmount="2536.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.850048" Longitude="55.345998" StarRating="0" HotelCode="|538518" HotelName="Al Marmoom Oasis Camping and Experiences" Meals="HALF-BOARD" BedType="HALF-BOARD" 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="16" TotalAmount="2770.77" OriginalAmount="2690.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="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="63" TotalAmount="2923.14" OriginalAmount="2838.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.132026875638" Longitude="55.184237658978" StarRating="5" HotelCode="907096|al_qasr_madinat_jumeirah" HotelName="Jumeirah Al Qasr" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Road, PO Box 75157, Jumeira</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/b9/0bb9b1cded1094c6c58801f60941cc32ef11cb87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this hotel lies in the heart of Dubai, right by the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2939.62" OriginalAmount="2854" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1316172-28584559/6142357287316704297/6590" HotelName="CENTARA MIRAGE BEACH RESORT DUBAI" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70050000/70041400/70041341/2f3e9368_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2947.86" OriginalAmount="2862" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|53286-19659371/6142357287316704297/517" HotelName="AL MAHA, A LUXURY COLLECTION DESERT RESORT &amp;amp; SPA DUBAI" Meals="FULL BOARD,ROOM ONLY" BedType="FULL BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1770000/1769600/1769509/w3997h2667x0y0-334e90b9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3132.39" OriginalAmount="3041.16" 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="3543.01" OriginalAmount="3439.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11281760415" Longitude="55.109605193138" StarRating="5" HotelCode="161783|135494" HotelName="Kempinski Hotel &amp; Residences Palm Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" 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="63" TotalAmount="4159.14" OriginalAmount="4038.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.098453604882" Longitude="55.12362241745" StarRating="5" HotelCode="165615|jumeirah_zabeel_saray_4" HotelName="Jumeirah Zabeel Saray" Meals="BED &amp; BREAKFAST" 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="4182.83" OriginalAmount="4061" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|519824-28598844/6142357287316704297/7333" 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="83" TotalAmount="4278.62" OriginalAmount="4154" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172382-28594138/6142357287316704297/1924" HotelName="KEMPINSKI HOTEL &amp;amp; RESIDENCES PALM JUMEIRAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3570000/3565900/3565885/667bc1e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5947.22" OriginalAmount="5774" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1411424-32595695/6142357287316704297/9191" HotelName="DELANO DUBAI" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105970000/105962400/105962393/d963f787_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351825411.07" OriginalAmount="341578069.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.223849596761" Longitude="55.349164009094" StarRating="5" HotelCode="70491|crowne_plaza_festival_city" HotelName="Crowne Plaza Dubai - Festival City" Meals="BED &amp; BREAKFAST" 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="523.94" OriginalAmount="508.68" 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,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Conference Hall,Lounge,Massage Centre,Sauna,Shopping Arcade,Currency Exchange,Golf,Spa,Swimming Pool,Central Heating,Wheelchair Access,24 Hour Security,Airport Transfer (on Demand),Designated Smoking Area,Parking,Valet Parking,Nightclub,Jacuzzi,Kitchen,Diet Meals,Garden,Heated Pool,Bicycle Rental,Business Centre,Library,Wake-up Call Service,ATM/Cash Machine,Babysitting,Banquet Hall,Dining,Housekeeping,Meeting Room,Printer,24 Hour Front Desk,Beauty Salon,Coffee Shop,Concierge,Dry Cleaning,Elevator,LCD/Projector,Luggage Storage,Smoking Rooms,24 Hour Room Service</BasicAmenities>
    <HotelRating>3,2,4,5,1,6</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE,SELF CATERING</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,HOTEL,AIRPORT HOTEL,CONFERENCE HOTEL,BEACH HOTEL,SPA HOTEL,COUNTRY HOUSE,GUESTHOUSE,CLUB RESORT,ECO HOTEL,HOTEL DE CHARME,VILLAGE,GOLF HOTEL,HISTORIC 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
2dfda875-7610-45d8-8724-0507f8873852|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="2dfda875-7610-45d8-8724-0507f8873852">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="4" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="4" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="4" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="4" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="48685" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-29T00:00:00" End="2026-05-31T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="mukeshtoursntravels1@gmail.com" Password="Diamond@72" 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
2dfda875-7610-45d8-8724-0507f8873852|InfiniteSearch|error while generating search request: Exception- Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 54|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2dfda875-7610-45d8-8724-0507f8873852|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2dfda875-7610-45d8-8724-0507f8873852|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:73e75f67-1560-455e-aa14-680dc9532c28
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
2dfda875-7610-45d8-8724-0507f8873852|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
2dfda875-7610-45d8-8724-0507f8873852|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
2dfda875-7610-45d8-8724-0507f8873852|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-05-22T11:38:28.5236293+01:00" Version="0" EchoToken="Search" TransactionIdentifier="2dfda875-7610-45d8-8724-0507f8873852" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="279.13" OriginalAmount="271.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.421910933639" Longitude="72.841165155811" StarRating="2" HotelCode="289630|saikripa_imperial_" HotelName="Saikripa Imperial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road, Mashal Chowk, Nani Daman, Daman 396210</AddressLine>
          </AddressLines>
          <CityName>Daman</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/0f/1d0f1e00c631335b68523f906da50ccf4cc9e7bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Daman.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="442.90" OriginalAmount="430" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|290453-27825996/4540475475272130466/1" HotelName="PRESIDENCY LANDMARK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91140000/91140000/91139941/12118841_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="571.47" OriginalAmount="554.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.453039" Longitude="72.843004" StarRating="0" HotelCode="|502042" HotelName="VITS Daman Devka Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ganga Mata Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/2/0/4/2/502042_3c6b1440952.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Internet,Room Service</BasicAmenities>
    <HotelRating>3,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY</Meals>
  </Filter>
</HotelSearchRS>||True